add stop_loss based on work from @berlinguyinca

This commit is contained in:
xmatthias
2018-06-26 23:06:27 +02:00
parent 3e167e1170
commit da5be9fbd0
5 changed files with 45 additions and 12 deletions

View File

@@ -5,7 +5,8 @@
"fiat_display_currency": "USD",
"dry_run": false,
"ticker_interval": "5m",
"trailing_stop": true,
"trailing_stop": false,
"trailing_stop_positive": 0.005,
"minimal_roi": {
"40": 0.0,
"30": 0.01,