diff --git a/config.json b/config.json index cb720ce..9083304 100644 --- a/config.json +++ b/config.json @@ -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 }