mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
chore: Export json schema
This commit is contained in:
@@ -1417,8 +1417,7 @@
|
|||||||
},
|
},
|
||||||
"fit_live_predictions_candles": {
|
"fit_live_predictions_candles": {
|
||||||
"description": "Number of historical candles to use for computing target (label) statistics from prediction data, instead of from the training dataset.",
|
"description": "Number of historical candles to use for computing target (label) statistics from prediction data, instead of from the training dataset.",
|
||||||
"type": "boolean",
|
"type": "integer"
|
||||||
"default": false
|
|
||||||
},
|
},
|
||||||
"data_kitchen_thread_count": {
|
"data_kitchen_thread_count": {
|
||||||
"description": "Designate the number of threads you want to use for data processing (outlier methods, normalization, etc.).",
|
"description": "Designate the number of threads you want to use for data processing (outlier methods, normalization, etc.).",
|
||||||
|
|||||||
@@ -1027,7 +1027,6 @@ CONF_SCHEMA = {
|
|||||||
"statistics from prediction data, instead of from the training dataset."
|
"statistics from prediction data, instead of from the training dataset."
|
||||||
),
|
),
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"default": 0,
|
|
||||||
},
|
},
|
||||||
"data_kitchen_thread_count": {
|
"data_kitchen_thread_count": {
|
||||||
"description": (
|
"description": (
|
||||||
|
|||||||
Reference in New Issue
Block a user