cunarist/solie — reverse-engineered prompt
Reverse engineered prompt
Build me a Python desktop app for Binance futures trading research and automation. I want a simple GUI where I can connect to Binance, see live market and account data, save the data locally, and view it in clear charts.
The app should let me create and customize trading strategies in Python, then run simulations using real historical Binance data before I turn anything on for real. I also want a clear way to switch between testing, simulation, and actual auto trading, with warnings that profit is not guaranteed and that the user is responsible for their own decisions.
Please make it usable on Windows and Linux, with a straightforward install and launch flow. Include a small example script that starts the app, plus an example strategy so I can understand how to add my own logic later. Keep the interface practical rather than flashy. Look up current Binance and Python GUI docs online if you need to.
Want more depth? Deep Reverse