From 4f6dee1fda426fec2053b2bdb03f5dd1687c64c0 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Sun, 25 Jan 2026 03:13:38 +0000 Subject: [PATCH] ordertype: limit; include_corr_pairlist: +XAUT/USDT --- config_examples/dryrun.json | 4 ++-- config_examples/freqaiprimer.json | 1 + config_examples/live.json | 7 ++++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/config_examples/dryrun.json b/config_examples/dryrun.json index 2ff3d056..7d5fdb9e 100644 --- a/config_examples/dryrun.json +++ b/config_examples/dryrun.json @@ -60,8 +60,8 @@ } ], "order_types": { - "entry": "market", - "exit": "market", + "entry": "limit", + "exit": "limit", "stoploss": "limit", "stoploss_on_exchange": false }, diff --git a/config_examples/freqaiprimer.json b/config_examples/freqaiprimer.json index 2aec6841..5900b080 100644 --- a/config_examples/freqaiprimer.json +++ b/config_examples/freqaiprimer.json @@ -94,6 +94,7 @@ ], "include_corr_pairlist": [ "BTC/USDT", + "XAUT/USDT", "SOL/USDT" ], "outlier_protection_percentage": 0.1, diff --git a/config_examples/live.json b/config_examples/live.json index 4559ea6b..95646802 100644 --- a/config_examples/live.json +++ b/config_examples/live.json @@ -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,