Update config.json

This commit is contained in:
alteregoeth-ai
2026-03-20 07:16:17 -05:00
committed by GitHub
parent aaae5a4d19
commit 137c7ed446
+12 -5
View File
@@ -1,7 +1,14 @@
{
"entry_threshold": 0.15,
"exit_threshold": 0.45,
"max_trades_per_run": 5,
"min_hours_to_resolution": 2,
"locations": "nyc,chicago,miami,dallas,seattle,atlanta"
"balance": 10000.0,
"max_bet": 20.0,
"min_ev": 0.1,
"max_price": 0.45,
"min_volume": 500,
"min_hours": 2.0,
"max_hours": 72.0,
"kelly_fraction": 0.25,
"scan_interval": 3600,
"calibration_min": 30,
"vc_key": "WRMA8UUMVWY2K89KSZQJJLHT8",
"max_slippage": 0.03
}