aaryansinha16/AI-trader — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an AI powered intraday options trading research platform for NIFTY options on NSE F&O.

I want it to collect live ticks and historical data, store it in TimescaleDB, run tick by tick backtests using the same logic as live trading, and support paper trading before anything real is allowed. It should use machine learning models to score market direction and entry quality, combine that with rule based strategies, and manage risk with position sizing, stop loss, targets, trailing stops, and market regime filters.

Make a retro terminal style web dashboard where I can see live trade suggestions, open positions, option chain charts, equity curve, backtest results, trade history, model status, and a clear TEST and LIVE mode switch. Real execution should be guarded and disabled by default.

Use Python for the trading engine and a modern web dashboard. Look up current docs online if you need to. Include setup instructions and safe defaults.

Want more depth? Deep Reverse