lordgaruda/XAU-60 — reverse-engineered prompt
Reverse engineered prompt
Build me a Python trading bot for MetaTrader 5 focused on Smart Money Concepts scalping, especially XAUUSD, with a clean Streamlit dashboard so I can run it without living in the terminal.
I want to connect one or more MT5 accounts securely, see balance, equity, open trades, live charts, and current signals. Let me turn strategies on and off, edit basic settings, run backtests, compare results, and export trades to CSV. Include built in strategies like SMC scalping with CHoCH, fair value gaps, order blocks, trend break with RSI, and an Asian session range sweep setup.
Please add sensible risk controls like max risk per trade, daily loss limit, drawdown limit, circuit breaker after losses, trailing stops, break even moves, partial closes, and reconnect handling. Also add Telegram or Discord alerts for signals and trade events.
Make it modular so new strategies can be added later. Include a dry run mode and clear setup instructions. Look up current MT5 and Streamlit docs online if needed.
Want more depth? Deep Reverse