conf schema

This commit is contained in:
misagh 2018-11-30 18:10:22 +01:00
parent 11101e6668
commit aadc9f052a
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ CONF_SCHEMA = {
"process_throttle_secs": {'type': 'integer', 'minimum': 600},
"calculate_since_number_of_days": {'type': 'integer'},
"allowed_risk": {'type': 'number'},
"capital_available_percentage": {'type': 'number'},
"stoploss_range_min": {'type': 'number'},
"stoploss_range_max": {'type': 'number'},
"stoploss_range_step": {'type': 'number'},