Files
hermes_weatherbot/config.json
T

18 lines
410 B
JSON
Raw Normal View History

2026-04-18 15:27:39 +08:00
{
"balance": 0.0,
"max_bet": 2.0,
"min_ev": 0.10,
"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": "DFPWW2VD4LTZSM32ZS2R6XTSA",
"mode": "live",
"max_slippage": 0.03,
"telegram_bot_token": "8448304532:AAEdg-gSneZW_WPliKq_0QLmi7NIEh1Z5Tc",
"telegram_chat_id": "-5106762842"
2026-04-18 15:27:39 +08:00
}