Address some PR comments

This commit is contained in:
xmatthias
2018-07-01 19:54:26 +02:00
parent d5ad066f8d
commit e39d88ef65
2 changed files with 4 additions and 10 deletions

View File

@@ -62,7 +62,7 @@ CONF_SCHEMA = {
},
'stoploss': {'type': 'number', 'maximum': 0, 'exclusiveMaximum': True},
'trailing_stop': {'type': 'boolean'},
'trailing_stop_positive': {'type': 'number', 'minimum': 0},
'trailing_stop_positive': {'type': 'number', 'minimum': 0, 'maximum': 1},
'unfilledtimeout': {'type': 'integer', 'minimum': 0},
'bid_strategy': {
'type': 'object',