fix tests

This commit is contained in:
Wagner Costa
2023-01-05 17:54:56 -03:00
parent d91ac8b669
commit abdeb72eb0
2 changed files with 9 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ class freqai_rl_test_strat(IStrategy):
process_only_new_candles = True
stoploss = -0.05
use_exit_signal = True
startup_candle_count: int = 30
startup_candle_count: int = 300
can_short = False
def feature_engineering_expand_all(self, dataframe, period, **kwargs):