mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 10:03:05 +00:00
update unfilledtimeout settings to entry/exit
This commit is contained in:
@@ -416,8 +416,8 @@ def get_default_conf(testdatadir):
|
||||
"dry_run_wallet": 1000,
|
||||
"stoploss": -0.10,
|
||||
"unfilledtimeout": {
|
||||
"buy": 10,
|
||||
"sell": 30
|
||||
"entry": 10,
|
||||
"exit": 30
|
||||
},
|
||||
"bid_strategy": {
|
||||
"ask_last_balance": 0.0,
|
||||
|
||||
Reference in New Issue
Block a user