config: lower threshold 0.10->0.05, arb 0.03->0.02, amount 0->0
This commit is contained in:
+3
-3
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"test_mode": false,
|
||||
"trade_enabled": true,
|
||||
"arb_threshold": 0.03,
|
||||
"arb_threshold": 0.02,
|
||||
"scan_interval_ms": 200,
|
||||
"trade_threshold": 0.10,
|
||||
"trade_amount_usd": 10,
|
||||
"trade_threshold": 0.05,
|
||||
"trade_amount_usd": 20,
|
||||
"trade_cooldown_ms": 30000,
|
||||
"alert_cooldown_sec": 300,
|
||||
"mock_slippage_pct": 0.05,
|
||||
|
||||
Reference in New Issue
Block a user