Files
weatherbot/config.json
T

15 lines
299 B
JSON
Raw Normal View History

2026-03-03 17:40:36 -06:00
{
2026-03-20 07:16:17 -05:00
"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
2026-03-09 02:23:49 -05:00
}