Dhan Options Scalping Algo

Замовник: AI | Опубліковано: 09.10.2025

I need an algorithm that plugs straight into my Dhan Demat account and executes a scalping strategy on index and stock options. The core logic will be based on Moving Averages, with parameters I can tweak on the fly (period length, crossover thresholds, position size, max open trades, etc.). Fast, reliable order routing via the official Dhan API is critical because the edge in scalping comes from split-second execution. The code should run headless on a VPS or local server, automatically log trades, and send basic alerts (Telegram or e-mail are fine) so I always know what the bot is doing. Deliverables • Clean, well-commented source code (Python preferred—open to NodeJS or another language if latency is equal or better) • Config file or dashboard to change Moving-Average settings and risk limits without touching the code • Connection module for Dhan’s API that submits, modifies, and exits option orders with proper error handling • Back-test report using one month of intraday options data to verify the strategy logic • Quick start guide so I can install, authenticate to Dhan, and hit “run” in minutes I’ll test the bot on a Dhan paper account first; once every requirement above passes, we can move to live deployment.