From 02ca8e248c94d863e409c469047e6eff13e4ca35 Mon Sep 17 00:00:00 2001 From: jackyu66git Date: Sun, 3 May 2026 23:55:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20trade=5Fthreshold=200.25=20=E2=86=92=200?= =?UTF-8?q?.05=20(net=20profit=20%)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 6776a96..e7eb586 100644 --- a/config.json +++ b/config.json @@ -3,7 +3,7 @@ "trade_enabled": true, "arb_threshold": 0.03, "scan_interval_ms": 200, - "trade_threshold": 0.25, + "trade_threshold": 0.05, "trade_amount_usd": 5, "trade_cooldown_ms": 30000, "alert_cooldown_sec": 300,