mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 20:01:18 +00:00
chore: update json schema
This commit is contained in:
@@ -301,18 +301,7 @@
|
|||||||
"description": "Hyperopt parameter spaces to optimize. Default is the default set andincludes all spaces except for 'trailing', 'protection', and 'trades'.",
|
"description": "Hyperopt parameter spaces to optimize. Default is the default set andincludes all spaces except for 'trailing', 'protection', and 'trades'.",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string"
|
||||||
"enum": [
|
|
||||||
"all",
|
|
||||||
"buy",
|
|
||||||
"sell",
|
|
||||||
"roi",
|
|
||||||
"stoploss",
|
|
||||||
"trailing",
|
|
||||||
"protection",
|
|
||||||
"trades",
|
|
||||||
"default"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"default": [
|
"default": [
|
||||||
"default"
|
"default"
|
||||||
|
|||||||
Reference in New Issue
Block a user