Update tests for new logic.
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user