I already trade intraday through Zerodha and have a clearly defined strategy; what I now need is an app that plugs into the Kite Connect API and executes those trades for me automatically. The single-minded goal is fast, reliable trade execution during market hours, with automated order placement based on parameters I will supply. Here is what matters to me: • The code must authenticate to my Zerodha account securely, listen for my entry/exit signals (I can expose them as a simple REST endpoint or as a CSV-based watchlist—whichever is easier for you), and place market or limit orders instantly. • Every order response, rejection, or partial fill should be captured in a log so I can audit what happened at the end of the day. • Positions should be squared off before close; if my strategy hasn’t generated an exit signal by 3:15 PM, the app must do it automatically and confirm. You’re free to choose Python, Node, or any language that plays nicely with Kite Connect, but the final deliverable must include: 1. Fully commented source code. 2. A short README telling me how to set environment variables, install dependencies, and run the bot. 3. A quick recorded demo (screen capture is fine) showing an order being placed and completed in real time. If this feels straightforward for you, let’s get started—I’m eager to automate my intraday routine.