Merge pull request #8210 from freqtrade/clean-data-drawer

Allow user to control number of historical model files
This commit is contained in:
Matthias
2023-02-24 13:19:38 +01:00
committed by GitHub
9 changed files with 21 additions and 38 deletions

View File

@@ -27,7 +27,7 @@ def freqai_conf(default_conf, tmpdir):
"timerange": "20180110-20180115",
"freqai": {
"enabled": True,
"purge_old_models": True,
"purge_old_models": 2,
"train_period_days": 2,
"backtest_period_days": 10,
"live_retrain_hours": 0,