From d64295ba24a13958d4d79c7dd8dfb6134b83b85b Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 1 Apr 2021 06:55:25 +0200 Subject: [PATCH] Adapt test strategy to new parameters --- tests/strategy/strats/hyperoptable_strategy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/strategy/strats/hyperoptable_strategy.py b/tests/strategy/strats/hyperoptable_strategy.py index 97d2092d4..a08293058 100644 --- a/tests/strategy/strats/hyperoptable_strategy.py +++ b/tests/strategy/strats/hyperoptable_strategy.py @@ -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): """