reorganized backtest utilities, test new functionality, improve/update doc

This commit is contained in:
robcaulk
2022-09-03 14:00:01 +02:00
parent af5460cebf
commit 599c1c79fb
6 changed files with 63 additions and 59 deletions

View File

@@ -44,7 +44,7 @@ class FreqaiExampleStrategy(IStrategy):
stoploss = -0.05
use_exit_signal = True
# this is the maximum period fed to talib (timeframe independent)
startup_candle_count: int = 20
startup_candle_count: int = 40
can_short = False
linear_roi_offset = DecimalParameter(