Update tests for new logic.

This commit is contained in:
Matthias
2023-03-26 11:30:44 +02:00
parent 73b59df77b
commit 7cdcd97c26
3 changed files with 12 additions and 5 deletions

View File

@@ -50,6 +50,7 @@ class HyperoptableStrategy(StrategyTestV3):
return prot
bot_loop_started = False
bot_started = False
def bot_loop_start(self):
self.bot_loop_started = True
@@ -58,6 +59,7 @@ class HyperoptableStrategy(StrategyTestV3):
"""
Parameters can also be defined here ...
"""
self.bot_started = True
self.buy_rsi = IntParameter([0, 50], default=30, space='buy')
def informative_pairs(self):