mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
fix the type of the fit_live_predictions_candles field in the config schema
This commit is contained in:
@@ -1026,8 +1026,8 @@ CONF_SCHEMA = {
|
||||
"Number of historical candles to use for computing target (label) "
|
||||
"statistics from prediction data, instead of from the training dataset."
|
||||
),
|
||||
"type": "boolean",
|
||||
"default": False,
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
},
|
||||
"data_kitchen_thread_count": {
|
||||
"description": (
|
||||
|
||||
Reference in New Issue
Block a user