Adapt test strategy to new parameters

This commit is contained in:
Matthias 2021-04-01 06:55:25 +02:00
parent 5acdc9bf42
commit d64295ba24
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class HyperoptableStrategy(IStrategy):
buy_rsi = IntParameter([0, 50], default=30, space='buy')
buy_plusdi = FloatParameter(low=0, high=1, default=0.5, space='buy')
sell_rsi = IntParameter(low=50, high=100, default=70, space='sell')
sell_minusdi = FloatParameter(low=0, high=1, default=0.5, space='sell', enabled=False)
sell_minusdi = FloatParameter(low=0, high=1, default=0.5, space='sell', load=False)
def informative_pairs(self):
"""