Added order timeout handling

This commit is contained in:
Stephen Dade
2018-01-03 14:30:10 +11:00
parent 1ce4613aad
commit b4d6250d55
6 changed files with 213 additions and 2 deletions

View File

@@ -218,6 +218,7 @@ CONF_SCHEMA = {
'minProperties': 1
},
'stoploss': {'type': 'number', 'maximum': 0, 'exclusiveMaximum': True},
'opentradetimeout': {'type': 'integer', 'minimum': 0},
'bid_strategy': {
'type': 'object',
'properties': {