I receive live options alerts inside a private Telegram channel and I need every valid message turned into an immediate order in my Demat trading account. The flow is simple: as soon as a signal lands in Telegram, the bot must capture it, extract symbol, strike, expiry, side, quantity and price type, then place the order through my broker’s API with the lowest possible latency and send me a real-time status update back in the same chat. I already know that only options contracts will be traded, so the parser can stay focused on that instrument class. The bot has to run 24/7, reconnect automatically after network drops and keep a lightweight log that I can audit later. No manual override or performance report module is required at this stage—speed and reliability of execution plus the instant feedback loop to Telegram are the priorities. Please build the solution in a language that works well with both Telegram Bot API and common Indian brokerage APIs (Python is my usual go-to, but I’m open if you have a faster alternative). I’ll provide API keys and sample messages once we start. Deliverables: • Clean, well-commented source code. • A small config file for broker credentials, position sizing and risk limits. • Deployment guide for a Linux VPS or Windows machine. • One test session in market hours to prove orders are hitting the account and confirmations are sent back to Telegram in real time. If you’ve handled similar trading automations, show me a quick demo or code snippet and let’s get this running.