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 d258118b0a
commit 1d95cb6b4d
4 changed files with 107 additions and 3 deletions

View File

@@ -31,7 +31,8 @@
]
},
"experimental": {
"use_sell_signal": false
"use_sell_signal": false,
"sell_profit_only": false
},
"telegram": {
"enabled": true,