updated strategies to work with latest freqtrade version
This commit is contained in:
@@ -12,10 +12,9 @@ import freqtrade.vendor.qtpylib.indicators as qtpylib
|
||||
|
||||
|
||||
# Update this variable if you change the class name
|
||||
class_name = 'CustomStrategy'
|
||||
|
||||
|
||||
class CustomStrategy(IStrategy):
|
||||
class Strategy001(IStrategy):
|
||||
"""
|
||||
Prod strategy 001
|
||||
author@: Gerald Lonlas
|
||||
|
||||
@@ -16,7 +16,7 @@ import numpy # noqa
|
||||
class_name = 'CustomStrategy'
|
||||
|
||||
|
||||
class CustomStrategy(IStrategy):
|
||||
class Strategy002(IStrategy):
|
||||
"""
|
||||
Prod strategy 002
|
||||
author@: Gerald Lonlas
|
||||
|
||||
@@ -16,7 +16,7 @@ import numpy # noqa
|
||||
class_name = 'CustomStrategy'
|
||||
|
||||
|
||||
class CustomStrategy(IStrategy):
|
||||
class Strategy003(IStrategy):
|
||||
"""
|
||||
Prod strategy 003
|
||||
author@: Gerald Lonlas
|
||||
|
||||
@@ -14,7 +14,7 @@ import talib.abstract as ta
|
||||
class_name = 'CustomStrategy'
|
||||
|
||||
|
||||
class CustomStrategy(IStrategy):
|
||||
class Strategy004(IStrategy):
|
||||
"""
|
||||
Prod strategy 004
|
||||
author@: Gerald Lonlas
|
||||
|
||||
Reference in New Issue
Block a user