I need a fully-automated trading bot that connects to my Zerodha stock-trading account and executes a pure trend-following strategy whenever I launch it. The core functions I am looking for are: • Secure login to the Zerodha Kite API (session handling, token refresh). • Real-time market data pull, signal generation based on moving-average or similar trend filters that we can fine-tune together. • Order management capable of placing, modifying, and exiting positions automatically, with built-in safeguards for slippage and connectivity drops. • Simple start/stop interface—command-line or lightweight GUI is fine—as long as I can toggle the strategy on and off during market hours and see live P&L and position status. • Clean logging and an editable configuration file so I can tweak lot size, symbols, and indicator parameters without touching the code. I am comfortable reviewing Python code and value clear documentation, but I’m open to another language if it gives better performance with Zerodha’s infrastructure. Acceptance criteria: the bot logs in, places at least one live trade on a demo or small-lot live account by following the trend signal, and exits according to the predefined rules without manual intervention. Let me know your proposed tech stack, timeline, and any previous Zerodha integrations you can share.