diogomatoschaves/MyCryptoBot — reverse-engineered prompt
Reverse engineered prompt
Build me an open source crypto trading bot platform in Python that I can run locally with Docker and optionally deploy to Heroku.
I want it to connect to Binance Futures, with both testnet and live account support. The app should have separate services for collecting market data, running trading strategy logic, and executing orders, all connected through a database. It should also include a simple web dashboard where I can create, start, stop, and edit trading bots, see open positions, view executed trades, and track basic performance stats like equity over time.
Please include a way to fetch historical candle data for a symbol and timeframe, and make it easy to add new trading strategies later. Start with a safe testnet first approach and include clear config through environment variables. Add a disclaimer that this is risky and not financial advice.
Look up current Binance, Docker, and Heroku docs online if you need to.
Want more depth? Deep Reverse