constants: add ranges for orderflow config properties
This commit is contained in:
@@ -529,8 +529,8 @@ CONF_SCHEMA = {
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"scale": {"type": "number", "minimum": 0.0},
|
"scale": {"type": "number", "minimum": 0.0},
|
||||||
"stacked_imbalance_range": {"type": "number"},
|
"stacked_imbalance_range": {"type": "number", "minimum": 0},
|
||||||
"imbalance_volume": {"type": "number"},
|
"imbalance_volume": {"type": "number", "minimum": 0},
|
||||||
"imbalance_ratio": {"type": "number", "minimum": 0.0},
|
"imbalance_ratio": {"type": "number", "minimum": 0.0},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user