give users ability to decide how many models to keep in dry/live

This commit is contained in:
robcaulk
2023-02-22 22:27:56 +01:00
parent 9633081c31
commit b8f011a2ab
8 changed files with 15 additions and 10 deletions

View File

@@ -48,7 +48,7 @@
],
"freqai": {
"enabled": true,
"purge_old_models": true,
"purge_old_models": 2,
"train_period_days": 15,
"backtest_period_days": 7,
"live_retrain_hours": 0,