Update strategy004.py

This commit is contained in:
Gert Wohlgemuth
2018-04-21 17:36:04 -07:00
committed by GitHub
parent 7c1447393b
commit 8ccaae3c2b
-5
View File
@@ -9,11 +9,6 @@ from pandas import DataFrame
import talib.abstract as ta
# Update this variable if you change the class name
class_name = 'CustomStrategy'
class Strategy004(IStrategy):
"""
Prod strategy 004