experimental.sell_fullfilled_at_roi bug fix for 0 duration

This commit is contained in:
Nullart
2018-06-21 19:37:51 +08:00
parent 06c329abec
commit b27d3e6ef0
3 changed files with 11 additions and 7 deletions

View File

@@ -93,7 +93,7 @@ CONF_SCHEMA = {
'properties': {
'use_sell_signal': {'type': 'boolean'},
'sell_profit_only': {'type': 'boolean'},
'sell_fullfilled_at_roi' : {'type': 'boolean'}
'sell_fullfilled_at_roi': {'type': 'boolean'}
}
},
'telegram': {