config: raise trade_threshold to 0.20%, mock_slippage to 0.05%
This commit is contained in:
+2
-2
@@ -3,11 +3,11 @@
|
|||||||
"trade_enabled": true,
|
"trade_enabled": true,
|
||||||
"arb_threshold": 0.03,
|
"arb_threshold": 0.03,
|
||||||
"scan_interval_ms": 200,
|
"scan_interval_ms": 200,
|
||||||
"trade_threshold": 0.10,
|
"trade_threshold": 0.20,
|
||||||
"trade_amount_usd": 5,
|
"trade_amount_usd": 5,
|
||||||
"trade_cooldown_ms": 30000,
|
"trade_cooldown_ms": 30000,
|
||||||
"alert_cooldown_sec": 300,
|
"alert_cooldown_sec": 300,
|
||||||
"mock_slippage_pct": 0.005,
|
"mock_slippage_pct": 0.05,
|
||||||
"max_positions": 5,
|
"max_positions": 5,
|
||||||
"blacklist_duration_sec": 3600,
|
"blacklist_duration_sec": 3600,
|
||||||
"initial_capital": 1000,
|
"initial_capital": 1000,
|
||||||
|
|||||||
Reference in New Issue
Block a user