test: improve tests for new builtin spaces

This commit is contained in:
Matthias
2025-11-06 20:36:40 +01:00
parent b32ba68a6e
commit f93c906614
2 changed files with 8 additions and 2 deletions
@@ -35,7 +35,9 @@ class HyperoptableStrategy(StrategyTestV3):
sell_minusdi = DecimalParameter(
low=0, high=1, default=0.5001, decimals=3, space="sell", load=False
)
exitaaa = IntParameter(low=0, high=10, default=5, space="exit")
exitaaa = IntParameter(low=0, high=10, default=5, space="exitaspace")
exit_rsi = IntParameter(low=0, high=10, default=5)
protection_enabled = BooleanParameter(default=True)
protection_cooldown_lookback = IntParameter([0, 50], default=30)