separating unfulfilled timeouts for buy and sell

This commit is contained in:
Nullart
2018-06-14 09:32:52 +08:00
committed by xmatthias
parent 6dd5f85fb6
commit 98108a78f1
6 changed files with 36 additions and 15 deletions

View File

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