Merge pull request #8210 from freqtrade/clean-data-drawer
Allow user to control number of historical model files
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user