Files
weatherbot/config.json
T

8 lines
181 B
JSON
Raw Normal View History

2026-03-03 17:40:36 -06:00
{
2026-03-09 02:23:49 -05:00
"entry_threshold": 0.15,
2026-03-03 17:40:36 -06:00
"exit_threshold": 0.45,
"max_trades_per_run": 5,
"min_hours_to_resolution": 2,
2026-03-10 13:41:24 -05:00
"locations": "nyc,chicago,miami,dallas,seattle,atlanta"
2026-03-09 02:23:49 -05:00
}