Add expiremental feature to sell only if we make a profit

This commit is contained in:
Gerald Lonlas
2017-12-21 19:58:06 -08:00
parent 9803130848
commit 714d77dbd8
4 changed files with 107 additions and 3 deletions

View File

@@ -234,7 +234,8 @@ CONF_SCHEMA = {
'experimental': {
'type': 'object',
'properties': {
'use_sell_signal': {'type': 'boolean'}
'use_sell_signal': {'type': 'boolean'},
'sell_profit_only': {'type': 'boolean'}
}
},
'telegram': {