adding the option to resolver

This commit is contained in:
misagh
2019-03-12 15:43:53 +01:00
parent f55d75e7fc
commit a772ab323e
3 changed files with 15 additions and 12 deletions

View File

@@ -73,6 +73,7 @@ CONF_SCHEMA = {
'trailing_stop': {'type': 'boolean'},
'trailing_stop_positive': {'type': 'number', 'minimum': 0, 'maximum': 1},
'trailing_stop_positive_offset': {'type': 'number', 'minimum': 0, 'maximum': 1},
'trailing_only_offset_is_reached': {'type': 'boolean'},
'unfilledtimeout': {
'type': 'object',
'properties': {