added support for the adjusteable stop loss, if we made profit. Implementation based on the cocnept: use positive stop loss, if made profit is > 0

This commit is contained in:
Gert Wohlgemuth
2018-05-13 15:17:50 -07:00
parent 5cf72b5d5f
commit f8da1bf5a6
3 changed files with 17 additions and 4 deletions

View File

@@ -4,7 +4,9 @@
"stake_amount": 0.05,
"fiat_display_currency": "USD",
"dry_run": false,
"trailing_stop": false,
"trailing_stop": {
"positive" : 0.01
},
"unfilledtimeout": 600,
"bid_strategy": {
"ask_last_balance": 0.0