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:
@@ -35,7 +35,8 @@
|
||||
]
|
||||
},
|
||||
"experimental": {
|
||||
"use_sell_signal": false
|
||||
"use_sell_signal": false,
|
||||
"sell_profit_only": false
|
||||
},
|
||||
"telegram": {
|
||||
"enabled": true,
|
||||
|
Reference in New Issue
Block a user