tanmay2893/Trading-Copilot ? reverse-engineered prompt
Reverse engineered prompt
Build me a trading copilot app where I can type a plain English strategy like “buy when RSI is oversold and sell when it gets overbought,” and it turns that into a runnable Python backtest on real historical market data. I want to pick a stock, choose a date range, run the strategy, and then see the buy and sell points on a chart with a short performance summary so I can tweak the idea and try again.
Make it feel like a chat based workflow, with the assistant suggesting next steps after each run, saving each version so I can go back, and letting me rerun the same strategy on another ticker without starting over. It should support both US and Indian stocks, use live market history, and handle things like earnings and dividend based ideas too. Include a web app for chatting and viewing results, plus a simple API and command line way to run it. If you need current docs for the libraries, look them up online.
Are you gonna build this?
make sure you review the code using coderabbit