Add "unfilledtimeout-unit" to full config sample

This commit is contained in:
Matthias 2021-05-20 06:25:40 +02:00
parent 75f88b466a
commit 0358b5365f
2 changed files with 4 additions and 2 deletions

View File

@ -23,7 +23,8 @@
"stoploss": -0.10,
"unfilledtimeout": {
"buy": 10,
"sell": 30
"sell": 30,
"unit": "minutes"
},
"bid_strategy": {
"price_side": "bid",

View File

@ -9,7 +9,8 @@
"cancel_open_orders_on_exit": false,
"unfilledtimeout": {
"buy": 10,
"sell": 30
"sell": 30,
"unit": "minutes"
},
"bid_strategy": {
"price_side": "bid",