Multi-strategy options bot — NSE & MCX, live.
A Python trading bot running five strategies across NSE equities, NSE F&O, and MCX commodity options — live in production since March 2026.
Five concurrent scanners (first-candle breakout, support bounce, swing options, NSE F&O directional, weekly iron condor) feed every entry through an LLM-backed "Trading Brain" gate. Sizing is margin-aware; a session-wide kill switch freezes new entries when signed true-free margin goes negative, and auto-unfreezes when it recovers.
Deployed to AWS Mumbai via AWX on a t4g.medium with a static EIP for SEBI broker whitelisting. Dashboard runs behind nginx + Let's Encrypt; the bot listens to a Telegram channel for two-way control (kill / pause / resume / record-only exit) so I can intervene from anywhere.
Operationally cheap by design: ~$30/mo all-in, single EC2, single SQLite DB with WAL, and a deploy playbook that does paper-mode and live-mode from the same vault.