himanshu2406/Algo.Py — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an early beta Python based algorithmic trading platform that lets someone create a strategy, backtest it on historical market data, and then push the same strategy into live trading without rewriting everything.

I want it to feel like one system, not a bunch of separate scripts. It should have a clean dashboard where I can watch charts, live prices, orders, positions, P and L, and basic risk alerts. Please support a unified market data layer for candles, ticks, and stored historical data, plus broker and market flexibility for crypto, US stocks, and Indian markets where possible. I also want solid order and risk management, including smarter execution behavior and simple natural language style trade actions if that is already supported.

Make it easy to run locally with Docker, and include a working example strategy so I can see the full flow from backtest to live deployment. Keep it practical and usable, even if some advanced parts are still rough since this is an early beta. Look up the project docs online if you need to fill in setup details.

Want more depth? Deep Reverse