ordertype: limit; include_corr_pairlist: +XAUT/USDT

This commit is contained in:
Ubuntu 2026-01-25 16:21:47 +00:00
parent a99c02b147
commit 5782f4d3a8
2 changed files with 8 additions and 5 deletions

View File

@ -92,8 +92,9 @@
"1h"
],
"include_corr_pairlist": [
"BTC/USDT",
"SOL/USDT"
"BTC/USDT",
"XAUT/USDT",
"SOL/USDT"
],
"outlier_protection_percentage": 0.1,
"label_period_candles": 36,

View File

@ -67,8 +67,8 @@
}
],
"order_types": {
"entry": "market",
"exit": "market",
"entry": "limit",
"exit": "limit",
"stoploss": "limit",
"stoploss_on_exchange": false
},
@ -110,7 +110,9 @@
"1h"
],
"include_corr_pairlist": [
"ETH/USDT"
"BTC/USDT",
"XAUT/USDT",
"SOL/USDT"
],
"outlier_protection_percentage": 0.1,
"label_period_candles": 36,