From e74fd084cec847a00408cf450de1668d68dab47a Mon Sep 17 00:00:00 2001 From: jackyu66git Date: Mon, 4 May 2026 13:10:22 +0800 Subject: [PATCH] config: raise trade_threshold to 0.20%, mock_slippage to 0.05% --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 71309bd..bdaab1c 100644 --- a/config.json +++ b/config.json @@ -3,11 +3,11 @@ "trade_enabled": true, "arb_threshold": 0.03, "scan_interval_ms": 200, - "trade_threshold": 0.10, + "trade_threshold": 0.20, "trade_amount_usd": 5, "trade_cooldown_ms": 30000, "alert_cooldown_sec": 300, - "mock_slippage_pct": 0.005, + "mock_slippage_pct": 0.05, "max_positions": 5, "blacklist_duration_sec": 3600, "initial_capital": 1000,