I have a swing-trading idea for index and stock options that I now want running hands-free on the Dhan platform. The core logic is already worked out by me, so the task is to translate that thinking into clean, production-ready code that uses Dhan’s APIs to scan, enter, manage and exit positions automatically. Key elements of the build • Native integration with the Dhan API for authentication, streaming data, order placement, and modification. • Trade universe: options only, held for multi-day swings rather than intraday scalps. • Rules supplied by me: entry triggers, position sizing, risk limits, exit conditions and a simple daily health-check. The code should keep these rules in clearly marked blocks so I can fine-tune parameters later. • Robustness essentials: logging, error handling, rate-limit awareness and a graceful restart routine. • A lightweight dashboard or console output that shows current signals, open trades and P&L in real time. Deliverables 1. Well-commented source code (Python preferred, but I’m open to another widely supported language if it plays nicely with Dhan). 2. A back-test or paper-trade run that demonstrates the logic over at least three months of historical data. 3. Deployment guide with setup commands and a short video or screenshots so I can replicate everything on my VPS. I’m happy to answer detailed questions about my option strategy logic once we begin; for now you can assume it involves directional spreads with defined risk and overnight exposure. Success for me is pressing “run”, seeing orders fire as expected, and being able to tweak parameters without touching the plumbing.