Merge pull request #265 from gcarq/feature/experimental/force_profit_sell

Add experimental feature to sell only if we make a profit
This commit is contained in:
Samuel Husso
2018-01-03 08:14:54 +02:00
committed by GitHub
4 changed files with 107 additions and 3 deletions

View File

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