purge_old_models is not of type boolean
``` ft_dev_bot | 2023-03-11 17:49:00,782 - freqtrade.configuration.config_validation - INFO - Validating configuration ... ft_dev_bot | 2023-03-11 17:49:00,784 - freqtrade.configuration.config_validation - CRITICAL - Invalid configuration. Reason: 2 is not of type 'boolean' ft_dev_bot | ft_dev_bot | Failed validating 'type' in schema['properties']['freqai']['properties']['purge_old_models']: ft_dev_bot | {'default': True, 'type': 'boolean'} ft_dev_bot | ft_dev_bot | On instance['freqai']['purge_old_models']: ft_dev_bot | 2 ft_dev_bot | 2023-03-11 17:49:00,785 - freqtrade.commands.trade_commands - ERROR - 2 is not of type 'boolean' ft_dev_bot | 2023-03-11 17:49:00,785 - freqtrade.commands.trade_commands - ERROR - Fatal exception! ```
This commit is contained in:
parent
b23841fbfe
commit
f0e161a3c6
@ -48,7 +48,7 @@
|
|||||||
],
|
],
|
||||||
"freqai": {
|
"freqai": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"purge_old_models": 2,
|
"purge_old_models": true,
|
||||||
"train_period_days": 15,
|
"train_period_days": 15,
|
||||||
"backtest_period_days": 7,
|
"backtest_period_days": 7,
|
||||||
"live_retrain_hours": 0,
|
"live_retrain_hours": 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user