ethics/Automatic-Trading-using-Artificial-Intelligence-machine-Learning-on-Indian-Stock-Market-_Zerodha ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python project for automated trading on the Indian stock market using Zerodha.
I have a bunch of notebooks for things like logging into Zerodha, getting historical and live market data, pulling instrument lists, working with websockets, and calculating indicators like RSI, SMA, EMA, Bollinger Bands, and ATR. Please turn that into one clean, easy to run app or notebook flow that can fetch data, show the indicators, and place basic buy or sell orders based on simple rules like RSI signals or candle high comparisons.
I mainly want something that a beginner can run end to end, with clear setup steps, login handling, and separate sections for data, indicators, signal logic, and order execution. If you need to check current Zerodha docs or API details, go ahead and look them up. Also make the code readable and organized so I can later change the strategy without rewriting everything.
Are you gonna build this?
make sure you review the code using coderabbit