mustafakamal88/AURIX-old — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a local AURIX trading control app for my Mac that talks to MetaTrader 5 running through Wine, using an MQL5 EA as the bridge instead of the official Python MetaTrader5 package. I want it focused on XAUUSDm and safety first.

The main thing should be a FastAPI server with a read only dashboard and API docs, plus a paper only pipeline that can watch market data, classify session and market context, run deterministic strategy logic, simulate paper trades, journal everything, track evidence over time, and show clear reasons for no trade or blocked trade. Add a risk governor in front of any command queueing, full command lifecycle tracking, broker reconciliation, runtime state, event bus, and health summaries.

I also want offline first review tools, recorded market data for replay and backtesting, parameter sweeps, forward testing, and a manual readiness layer that stays paper only unless explicitly enabled. Make the dashboard easy to understand, especially execution state, spread checks, strategy status, safety locks, and paper performance. Include simple scripts to run, check, and watch the system. Look up current docs if you need to.

Want more depth? Deep Reverse