From 6a4b0467427b436773632263ed390218f0c33efc Mon Sep 17 00:00:00 2001 From: jackyu66git Date: Sun, 3 May 2026 21:19:07 +0800 Subject: [PATCH] config.json: add trade_enabled=true --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index e0019da..c7f7425 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,6 @@ { "test_mode": true, + "trade_enabled": true, "arb_threshold": 0.03, "scan_interval_ms": 200, "trade_threshold": 0.1,