mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 04:03:55 +00:00
chore: schema.json updated
This commit is contained in:
parent
d215e3ca68
commit
a3bcc9d91e
|
@ -1383,6 +1383,11 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "example"
|
"default": "example"
|
||||||
},
|
},
|
||||||
|
"wait_for_training_iteration_on_reload": {
|
||||||
|
"description": "Wait for the next training iteration to complete after /reload or ctrl+c.",
|
||||||
|
"type": "boolean",
|
||||||
|
"default": true
|
||||||
|
},
|
||||||
"feature_parameters": {
|
"feature_parameters": {
|
||||||
"description": "The parameters used to engineer the feature set",
|
"description": "The parameters used to engineer the feature set",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user