PyPatel/Options-Trading-Strategies-in-Python ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python project for exploring options trading strategies based on technical indicators and quantitative methods.
I want a simple set of scripts that can run different strategies like VIX based signals, put call ratio, TRIN, and a Turtle Trading style approach, with clear outputs that show when each strategy would buy or sell. Please also include a Monte Carlo option pricing example, and keep the code organized so each strategy is easy to run on its own.
I’d like the project to feel like a research toolkit, not a polished trading app, so make it easy to test ideas, compare results, and tweak the logic. If you need to, look up current docs online for anything that helps with the implementation. A README that explains what each strategy is doing and how to run it would be great too.
Are you gonna build this?
make sure you review the code using coderabbit