mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
constants
: add ranges for orderflow config properties
This commit is contained in:
parent
8afcaeeed9
commit
1167917cf6
|
@ -529,8 +529,8 @@ CONF_SCHEMA = {
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"scale": {"type": "number", "minimum": 0.0},
|
||||
"stacked_imbalance_range": {"type": "number"},
|
||||
"imbalance_volume": {"type": "number"},
|
||||
"stacked_imbalance_range": {"type": "number", "minimum": 0},
|
||||
"imbalance_volume": {"type": "number", "minimum": 0},
|
||||
"imbalance_ratio": {"type": "number", "minimum": 0.0},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user