fix: trade_threshold 0.25 → 0.05 (net profit %)

This commit is contained in:
jackyu66git
2026-05-03 23:55:40 +08:00
parent 5d6d9352f3
commit 02ca8e248c
+1 -1
View File
@@ -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,