mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-12 19:23:55 +00:00
chore: schema.json updated
This commit is contained in:
parent
d215e3ca68
commit
a3bcc9d91e
|
@ -1383,6 +1383,11 @@
|
|||
"type": "string",
|
||||
"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": {
|
||||
"description": "The parameters used to engineer the feature set",
|
||||
"type": "object",
|
||||
|
|
Loading…
Reference in New Issue
Block a user