separating unfulfilled timeouts for buy and sell

This commit is contained in:
Nullart
2018-06-14 09:32:52 +08:00
committed by creslinux
parent 289aa388ed
commit efaac5c0ac
4 changed files with 24 additions and 13 deletions

View File

@@ -14,7 +14,10 @@
"0": 0.04
},
"stoploss": -0.10,
"unfilledtimeout": 600,
"unfilledtimeout": {
"buy":10,
"sell":30
}
"bid_strategy": {
"ask_last_balance": 0.0
},