rithsila/MT5-EA-Sniper-Strategy ? reverse-engineered prompt
Reverse engineered prompt
Build me a MetaTrader 5 Expert Advisor in MQL5 that trades a smart money style sniper strategy using order blocks, break of structure, liquidity sweeps, and fair value gaps.
I want it to analyze multiple timeframes, use the higher timeframes for bias and the lower timeframe for entries, and only take trades when the setup lines up cleanly. Please include solid risk management too, like fixed percent risk per trade, a minimum reward to risk, daily trade limits, trailing stop, partial profit taking, break even protection, and a daily drawdown stop so it can shut down safely if things go bad.
It should also draw the detected patterns on the chart and show a simple live dashboard with useful info like bias, active patterns, and account stats. Make it easy to compile and run in MT5, and if you need to check the current MT5 docs for anything, go ahead and look them up online.
Are you gonna build this?
make sure you review the code using coderabbit