ordertype: limit; include_corr_pairlist: +XAUT/USDT

This commit is contained in:
zhangkun9038@dingtalk.com 2026-01-25 03:13:38 +00:00
parent 38241423b2
commit 4f6dee1fda
3 changed files with 7 additions and 5 deletions

View File

@ -60,8 +60,8 @@
}
],
"order_types": {
"entry": "market",
"exit": "market",
"entry": "limit",
"exit": "limit",
"stoploss": "limit",
"stoploss_on_exchange": false
},

View File

@ -94,6 +94,7 @@
],
"include_corr_pairlist": [
"BTC/USDT",
"XAUT/USDT",
"SOL/USDT"
],
"outlier_protection_percentage": 0.1,

View File

@ -65,8 +65,8 @@
}
],
"order_types": {
"entry": "market",
"exit": "market",
"entry": "limit",
"exit": "limit",
"stoploss": "limit",
"stoploss_on_exchange": false
},
@ -109,7 +109,8 @@
"4h"
],
"include_corr_pairlist": [
"ETH/USDT",
"BTC/USDT",
"XAUT/USDT",
"SOL/USDT"
],
"outlier_protection_percentage": 0.1,