deprecate indicator_max_period_candles, automatically compute startup candles for FreqAI backtesting.

This commit is contained in:
robcaulk
2022-08-22 18:19:07 +02:00
parent 88dd9920ea
commit ac42c0153d
10 changed files with 61 additions and 38 deletions

View File

@@ -9,6 +9,7 @@
"dry_run": true,
"timeframe": "3m",
"dry_run_wallet": 1000,
"startup_candle_count": 20,
"cancel_open_orders_on_exit": true,
"unfilledtimeout": {
"entry": 10,
@@ -53,7 +54,6 @@
],
"freqai": {
"enabled": true,
"startup_candles": 10000,
"purge_old_models": true,
"train_period_days": 15,
"backtest_period_days": 7,