doki03164/quant-terminal ? reverse-engineered prompt
Reverse engineered prompt
Build me a single page crypto trading bot dashboard that opens directly in the browser as one HTML file, with no setup, no npm, no build step, and no external dependencies.
It should feel like a dark terminal style trading app, with three sections, a main dashboard for live prices, bot status, positions, and recent trades, a settings page for connection and risk options, and a backtest page that shows long term simulated performance. Use real public Binance price data for BTC, ETH, and SOL if available, and fall back smoothly if the live connection drops.
This is a simulator, not a real trading system, so trades, balances, and equity should be generated locally. Include two trading modes, one trend following strategy and one moving average crossover strategy, plus clear risk controls like stop loss, take profit, max daily loss, and cooling off after losing streaks. Make the UI polished, responsive, and easy to understand, with charts, tables, and clear status indicators. If you need to check current docs online, go ahead.