mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 03:41:14 +00:00
feat: add "indicator_periods_candles" to config schema
This commit is contained in:
@@ -1516,6 +1516,14 @@
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"indicator_periods_candles": {
|
||||
"description": "Time periods to calculate indicators for. The indicators are added to the base indicator dataset.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "number",
|
||||
"minimum": 1
|
||||
}
|
||||
},
|
||||
"use_SVM_to_remove_outliers": {
|
||||
"description": "Use SVM to remove outliers from the features.",
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user