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

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