Merge branch 'develop' into feat/stop_loss

This commit is contained in:
Matthias
2018-07-01 20:01:02 +02:00
committed by GitHub
13 changed files with 267 additions and 153 deletions

View File

@@ -6,7 +6,10 @@
"ticker_interval" : "5m",
"dry_run": false,
"trailing_stop": false,
"unfilledtimeout": 600,
"unfilledtimeout": {
"buy": 10,
"sell": 30
},
"bid_strategy": {
"ask_last_balance": 0.0
},