Commit Graph
4 Commits
Author SHA1 Message Date
jackyu66git e301c5aa4c fix config.json boolean fields (test_mode, trade_enabled) not applying
loadJSONConfig only checked != 0 for floats, missing bool overrides.
Added def.X = cfg.X || def.X for both booleans.
2026-05-03 21:16:45 +08:00
jackyu66git 1e4a3f3b37 Add detailed PnL and duration stats to dashboard 2026-05-03 21:03:40 +08:00
jackyu66git a89a1f6cd8 Configurable scan interval via SCAN_INTERVAL_MS env var
- Add SCAN_INTERVAL_MS env var support in config.go (code default 500ms)
- Set to 200ms in .env for tighter opportunity detection
2026-05-03 20:55:09 +08:00
jackyu66git 719f0a061d Initial commit 2026-05-03 16:54:36 +08:00