added experimental "sell_fullfilled_at_roi"

This commit is contained in:
Nullart
2018-06-17 06:42:02 +08:00
parent d682424c04
commit e5ad5a6aaa
3 changed files with 34 additions and 15 deletions

View File

@@ -58,8 +58,8 @@ CONF_SCHEMA = {
'unfilledtimeout': {
'type': 'object',
'properties': {
'buy': {'type': 'number', 'minimum': 3},
'sell': {'type': 'number', 'minimum': 10}
'buy': {'type': 'number', 'minimum': 1},
'sell': {'type': 'number', 'minimum': 1}
},
'required': ['buy','sell']
},