📥 ORB V6 Expert Advisor — MetaTrader 5

The complete V6 strategy (Opening Range Breakout + Filter B + ATR 1.5) as a free MetaTrader 5 Expert Advisor. Backtest-validated on NQ 5-minute data 2020–2026: PF 1.56 · WR 35% · MDD −5.8%.

📄 ORB_V6_EA.mq5

The Expert Advisor source file (MQL5). Copy to MQL5/Experts/, compile in MetaEditor (F7), attach to a US100/NAS100 M5 chart. v1.10: entries via pending BUY/SELL STOP orders — the same trigger as the live bot.

⬇ Download .mq5

📖 README

Full installation guide: timezone table (server time), VOLUME_SCALE for CFD point values, all inputs, Telegram setup and recommended workflow.

⬇ Download README

🎯 What is V6?

⚙️ Quick install

  1. Download the .mq5 file and place it in your MT5 data folder → MQL5/Experts/
  2. Open MetaEditor (F4), open the file, press Compile (F7)
  3. Allow WebRequest to https://api.telegram.org (Tools → Options → Expert Advisors)
  4. Attach the EA to a US100 / NAS100 M5 chart and check the server-time inputs

⏰ Timezone — critical

The EA works in your broker's server time. Defaults are EU time (CET/CEST). EU is always 6 hours ahead of ET:

Broker server timeORB (09:00–09:30 ET)EOD (15:55 ET)
EU (CET/CEST)15:00–15:3021:55
GMT+3 (many CFD brokers)16:00–16:3022:55
GMT+215:00–15:3021:55

Check your server time in MT5 (Market Watch → server column). Wrong times = wrong ORB = wrong trades. See the README for VOLUME_SCALE (CFD point value) details.

⚠️ Disclaimer

This Expert Advisor is provided for educational purposes only. Trading involves substantial risk of loss; past performance does not guarantee future results. Always test on a demo account first. See our full disclaimer.