Add detailed PnL and duration stats to dashboard

This commit is contained in:
jackyu66git
2026-05-03 21:03:40 +08:00
parent a89a1f6cd8
commit 1e4a3f3b37
6 changed files with 177 additions and 10 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"test_mode": true,
"arb_threshold": 0.03,
"scan_interval_ms": 200,
"trade_threshold": 0.1,
"trade_amount_usd": 5,
"trade_cooldown_ms": 30000,
"alert_cooldown_sec": 300,
"mock_slippage_pct": 0.005
}