/* Only complements native navigation; native search and Woo actions stay unchanged. */ (()=>{ const key='cfHeaderDraft40435'; window[key]?.dispose?.(); const abort=new AbortController(),media=matchMedia('(max-width:1024px)'); const header=()=>document.querySelector('.elementor-40435.elementor-location-header'); const toggle=()=>header()?.querySelector('.cf-header-nav .elementor-menu-toggle'); const expanded=t=>t&&(t.getAttribute('aria-expanded')==='true'||t.classList.contains('elementor-active')); const close=focus=>{const t=toggle();if(expanded(t)){t.click();if(focus)t.focus();}}; document.addEventListener('keydown',event=>{ if(event.key==='Escape'&&expanded(toggle())){close(true);event.preventDefault();} },{signal:abort.signal}); document.addEventListener('pointerdown',event=>{ const nav=header()?.querySelector('.cf-header-nav'); if(media.matches&&expanded(toggle())&&nav&&!nav.contains(event.target))close(false); },{signal:abort.signal}); const change=()=>close(false);media.addEventListener('change',change); const disposeCart=cfEnhanceDraftCart(header()); window[key]={dispose(){abort.abort();media.removeEventListener('change',change);disposeCart();}}; /* Proposal only. Call inside the draft header's existing behaviour IIFE: * const disposeCart = cfEnhanceDraftCart(header()); * Include disposeCart() in that IIFE's existing dispose method. * Native cart toggling, fragments and checkout links remain untouched. */ function cfEnhanceDraftCart(header) { if (!header || header.getAttribute('data-elementor-id') === '353') return () => {}; const abort = new AbortController(), owned = new Map(); let wasOpen = false, closing = false, frame = 0; const refs = () => { const widget = header.querySelector('.cf-header-cart'); return {widget, pane:widget?.querySelector('.elementor-menu-cart__main'), trigger:widget?.querySelector('.elementor-menu-cart__toggle_button'), close:widget?.querySelector('.elementor-menu-cart__close-button, .elementor-menu-cart__close-button-custom')}; }; const open = r => !!r.widget?.classList.contains('elementor-menu-cart--shown'); const attribute = (el, name, value) => { if (!el || el.getAttribute(name) === value) return; if (!owned.has(el)) owned.set(el, new Map()); const values = owned.get(el), old = values.has(name) ? values.get(name).old : el.getAttribute(name); values.set(name, {old, value}); el.setAttribute(name, value); }; const prepare = r => { if (!r.pane) return; if (!r.pane.id) attribute(r.pane, 'id', 'cf-cart-dialog-' + header.getAttribute('data-elementor-id')); attribute(r.pane, 'role', 'dialog'); attribute(r.pane, 'aria-modal', 'true'); if (!r.pane.hasAttribute('aria-label') && !r.pane.hasAttribute('aria-labelledby')) attribute(r.pane, 'aria-label', 'Shopping cart'); attribute(r.pane, 'tabindex', '-1'); attribute(r.trigger, 'aria-haspopup', 'dialog'); attribute(r.trigger, 'aria-controls', r.pane.id); if (r.close) { if (!r.close.matches('button, input[type="button"]')) attribute(r.close, 'role', 'button'); attribute(r.close, 'tabindex', '0'); if (!r.close.hasAttribute('aria-label') && !r.close.hasAttribute('aria-labelledby')) attribute(r.close, 'aria-label', 'Close shopping cart'); } }; const focusable = pane => [...pane.querySelectorAll('a[href],button,input,select,textarea,summary,[tabindex],[contenteditable="true"]')] .filter(el => el.tabIndex >= 0 && !el.matches(':disabled') && !el.closest('[hidden],[inert],[aria-hidden="true"]') && el.getClientRects().length && getComputedStyle(el).visibility === 'visible'); const focusInside = () => { const r = refs(); if (!open(r) || closing || !r.pane) return; (focusable(r.pane)[0] || r.pane).focus({preventScroll:true}); }; const returnFocus = () => { const t = refs().trigger; if (t?.isConnected) t.focus(); }; const sync = () => { const r = refs(); prepare(r); const now = open(r); if (now && !wasOpen) { closing = false; cancelAnimationFrame(frame); frame = requestAnimationFrame(focusInside); } else if (!now && wasOpen) { closing = true; cancelAnimationFrame(frame); returnFocus(); closing = false; } else if (now && r.pane && !r.pane.contains(document.activeElement) && !closing) { cancelAnimationFrame(frame); frame = requestAnimationFrame(focusInside); } wasOpen = now; }; const closeNative = () => { const r = refs(); if (!open(r)) return; closing = true; returnFocus(); // Invoke the existing handler; never change its internal isCartOpen state. (r.close || r.trigger)?.click(); if (open(refs())) { closing = false; focusInside(); } }; document.addEventListener('keydown', event => { const r = refs(); if (!open(r) || !r.pane) return; if (event.key === 'Escape') { event.preventDefault(); event.stopPropagation(); closeNative(); return; } if ((event.key === 'Enter' || event.key === ' ') && r.close?.contains(event.target) && !r.close.matches('button, input[type="button"]')) { event.preventDefault(); closeNative(); return; } if (event.key !== 'Tab') return; const list = focusable(r.pane), first = list[0], last = list[list.length - 1], current = document.activeElement; if (!first) { event.preventDefault(); r.pane.focus({preventScroll:true}); } else if (!r.pane.contains(current) || (event.shiftKey && (current === first || current === r.pane))) { event.preventDefault(); (event.shiftKey ? last : first).focus({preventScroll:true}); } else if (!event.shiftKey && current === last) { event.preventDefault(); first.focus({preventScroll:true}); } }, {capture:true, signal:abort.signal}); // Move focus before native click handlers apply aria-hidden to the pane. document.addEventListener('click', event => { const r = refs(); if (!open(r) || !r.pane) return; if (r.close?.contains(event.target) || !r.pane.contains(event.target)) { closing = true; returnFocus(); queueMicrotask(() => { if (open(refs())) { closing = false; focusInside(); } }); } }, {capture:true, signal:abort.signal}); document.addEventListener('focusin', event => { const r = refs(); if (!closing && open(r) && r.pane && !r.pane.contains(event.target)) focusInside(); }, {capture:true, signal:abort.signal}); const observer = new MutationObserver(sync); observer.observe(header, {subtree:true, childList:true, attributes:true, attributeFilter:['class','aria-hidden']}); sync(); return () => { observer.disconnect(); abort.abort(); cancelAnimationFrame(frame); for (const [el, attrs] of owned) for (const [name, {old, value}] of attrs) { if (el.getAttribute(name) !== value) continue; if (old === null) el.removeAttribute(name); else el.setAttribute(name, old); } }; } })();

Official MT5 version · Gold EA

Gold Quantum Liquidity Scalper EA MT5

Latest version

Gold Quantum Liquidity Scalper for MT5 by Ilies Zalegh is an institutional-logic XAUUSD scalping system for MetaTrader 5. Instead of chasing every move, it reads order flow and hunts genuine liquidity and imbalance zones, taking only high-probability entries on the M5 timeframe. Trades are fast — seconds to minutes — and deliberately limited to roughly 3 to 5 per week to keep quality high and exposure low. No grid, no martingale, no recovery: every position is independent, with a built-in stop loss, take profit, and an adaptive trailing stop.

It runs as a plug-and-play system on pre-optimised default settings, with a real-time on-chart dashboard. The approach is built for controlled drawdown and steady, credible growth rather than aggressive stacking — and it is backed by a public MyFXBook live signal on a real-money account alongside a five-year backtest.

  • ✅ Institutional liquidity-based XAUUSD scalping — order-flow reading, imbalance detection, clean breakout entries on M5
  • ✅ Selective and fast, no grid or martingale — ~3-5 trades/week, seconds-to-minutes holds, built-in SL/TP and adaptive trailing stop
  • ✅ Plug-and-play with a public live signal — pre-optimised defaults, real-time dashboard, verified on MyFXBook plus a five-year backtest
  • ✅ Full unlocked .ex5 file — install on unlimited MT5 terminals, no activation limits

Institutional-logic XAUUSD M5 scalper. Selective entries, live-verified, no grid or martingale.

Gold Quantum Liquidity Scalper LogoMT5Save 50%

Regular priceRegular price was $1,399.00

$559.96Crypto priceUSDT, USDC, BTC or ETH. Extra 20% off at checkout.Save 60%You save $839.04 with crypto

$699.95 with card

Visa, Mastercard, Apple Pay and Google Pay accepted.

Card payments add bank fees, sales taxes and other charges.

  • Latest version
  • Instant downloadYour file is provided immediately after payment. In very rare cases we manually review an order first, then send your download straight after. If you don’t receive your file, you can request a full refund.
  • Free future updatesAll updates are free. They’re provided on a best-availability basis: we get new versions as fast as we can, led by customer demand, but we don’t guarantee them immediately. If you need every update the moment it’s released, our service may not be the best fit for you.
  • 7-day money-backRefunds only cover an EA that fails to attach to your chart because of errors we can replicate. We don’t cover changing your mind or not liking the EA. All brokers are different, and results are never promised because markets are constantly changing.
  • Unlimited activationsUse it on as many MT5 accounts and computers as you want, live or demo. There are no restrictions on how you use it.

Source code (.mq5) available at checkout.

Orders over $300 include 3 months of PrismAlgo freeThe highly recommended cloud-connected EA for 28 FX pairs, Gold and Bitcoin. Added to your cart automatically. View PrismAlgo

Official versionsInstant downloadFuture updates includedExtra 20% off with cryptoReal people on support28,000+ tradersTrading since 2019Rated Excellent on Trustpilot

Product description

About Gold Quantum Liquidity Scalper EA MT5

Quick Summary:
Gold Quantum Liquidity Scalper for MT5 by Ilies Zalegh is an institutional-logic XAUUSD scalper. Rather than reacting to every tick, it reads order flow and targets genuine liquidity and imbalance zones, taking only selective, high-probability entries on the M5 timeframe. Trades are fast — seconds to minutes — and limited to roughly 3 to 5 per week. No grid, no martingale, no recovery; every position carries a built-in stop loss, take profit, and an adaptive trailing stop. It ships plug-and-play on pre-optimised defaults with a real-time on-chart dashboard.

Official MQL5 Listing:
Gold Quantum Liquidity Scalper MT5 — MQL5 Marketplace

Developer’s Live Signal:
MyFXBook / MQL5 verified live signal

Why Gold Quantum Liquidity Scalper

  • Institutional logic, not retail noise — order-flow reading and liquidity/imbalance detection rather than a stack of lagging indicators
  • Selective by design — roughly 3-5 trades a week; it waits for a real edge instead of overtrading
  • Fast in, fast out — trades last seconds to minutes, cutting market exposure
  • Protected on every trade — built-in SL/TP and an adaptive trailing stop; no grid, no martingale, no recovery
  • Plug-and-play — pre-optimised default settings and a real-time on-chart dashboard
  • Live-verified — a public MyFXBook signal on a real-money account, alongside a five-year backtest
  • Full unlocked .ex5 file — the CheaperForex version installs on unlimited MT5 terminals with no activation limits

Live Signal & Backtest Snapshot

Gold Quantum Liquidity Scalper verified MyFXBook live signal on a 100000 USD real account showing around 75 percent growth, 100 percent algo trading, on UltimaMarkets at 1:500
Verified MyFXBook live signal — $100,000 real account.
  • Live signal: $100,000 real account, verified on MyFXBook (see full review for the detail)
  • Backtest period: Jan 2021 – Apr 2026 (~5 years), XAUUSD M5
  • Backtest result: $1,000 → $158,272 net profit
  • Profit factor: 6.77  |  Win rate: 88.12% (586/665)
  • Backtest max drawdown: 1.49%

Backtest figures are historical, not live results — and as our review explains, the live win rate runs lower than the backtest’s. Read the full analysis before you size up.

From the same developer: Gold Quantum Liquidity Scalper has a sister XAUUSD scalper, Gold OPR Killer, also by Ilies Zalegh — a different entry engine for the same market. If you trade Gold, it’s worth comparing the two.

EA Setup at a Glance

  • Platform: MetaTrader 5
  • Pair: XAUUSD only — Timeframe: M5 (developer-recommended)
  • Account: Low-spread ECN / Raw Spread with low latency
  • Leverage: Live signal runs at 1:500 — adjust for your jurisdiction
  • Minimum capital: ~$500 (developer-recommended); size to your own risk tolerance
  • Frequency: ~3-5 trades per week, seconds-to-minutes holds
  • VPS: Recommended for continuous M5 execution

What You Receive

  • Gold Quantum Liquidity Scalper for MT5 — Latest Version
  • Full unlocked .ex5 file — install on unlimited MT5 terminals, no activation limits
  • Free updates
  • Recommended presets, if available

Risk Disclaimer

XAUUSD scalping on M5 is sensitive to spread, latency, and news-driven volatility (NFP, CPI, FOMC, geopolitical events), which can cause slippage and moves outside normal parameters. Gold Quantum Liquidity Scalper protects every trade with a built-in stop loss, take profit, and an adaptive trailing stop, and avoids grid and martingale entirely — but drawdowns still occur, and the live signal runs an aggressive profile. Backtest results are not live results, and the live track record is still young. Test on demo on your intended broker first, use conservative position sizing while validating, and never risk capital you cannot afford to lose. Past performance does not guarantee future results.

Full Review & Analysis

📖 Read our complete Gold Quantum Liquidity Scalper EA review →

An in-depth editorial breakdown: how the liquidity engine works, which settings to use, the live signal and five-year backtest examined honestly, how it compares to its sister EA, our verdict, and where to download it safely.

Every order

What’s included with Gold Quantum Liquidity Scalper

Download it, install it and keep it current: everything comes with your license.

  • Instant download

    Ready the moment checkout completes, and kept in your customer portal.

  • Installation guide

    Step-by-step PDF with screenshots.

  • Optimized presets

    Ready-to-use configuration files.

  • Future updates

    Included free when we receive them. You never pay twice, and every version stays in your account.

  • Unlimited activations

    Use it on as many terminals as you like: unlimited live and demo accounts, no activation keys.

  • Free remote installation

    Optional, if you need help: a one-time free install over AnyDesk, plus settings advice and custom presets for your account.

7-day money-back guarantee

If the EA fails to attach to your chart because of errors we can replicate, you get a full refund.

*Refunds don’t cover changing your mind or not liking the EA. All brokers are different, and results are never promised because markets are constantly changing.

Product FAQs

Gold Quantum Liquidity Scalper EA MT5 FAQs

Still deciding?

Real people on support, by Telegram or our contact form.

What is Gold Quantum Liquidity Scalper EA?

An institutional-logic XAUUSD scalping robot for MetaTrader 5 by Ilies Zalegh. It reads order flow and targets genuine liquidity and imbalance zones, taking only selective, high-probability entries on the M5 timeframe. Trades are fast — seconds to minutes — and limited to roughly 3 to 5 per week. Every position has a built-in stop loss, take profit, and an adaptive trailing stop. No grid, no martingale, no recovery.

What broker and account type do I need?

A low-spread ECN or Raw Spread account offering XAUUSD. Scalping edges depend on tight spreads and clean execution, so a low-latency ECN broker is strongly preferred over a wide-spread standard account. The developer’s live signal runs at 1:500 leverage; match leverage to your jurisdiction’s availability.

What timeframe and deposit should I use?

The developer recommends the M5 timeframe and a minimum capital of around $500. Position sizing is configurable, so set your deposit and risk to your own tolerance rather than reaching for the maximum.

Does it use martingale or grid?

No. Each trade is independent, with a hard stop loss and take profit managed by an adaptive trailing stop. There is no lot multiplication after losses and no recovery grid.

Is there a live track record?

Yes. The developer maintains a public MyFXBook live signal on a real-money account, in addition to a five-year backtest. As with any system, the live results are what matter most — see our full review for an honest breakdown of both.

Does it work on MT4?

No. Gold Quantum Liquidity Scalper is built for MetaTrader 5 only.

Does it need a VPS?

A low-latency VPS is recommended. A fast M5 scalper benefits from continuous, low-latency execution, which a VPS provides even when your own machine is off.

Is there a related EA from the same developer?

Yes — Gold OPR Killer is a sister XAUUSD scalper from the same developer, Ilies Zalegh, with a different entry engine. If you trade Gold, it’s worth comparing the two before deciding.

The CheaperForex difference

Why 28,000+ traders choose CheaperForex

Trustpilot rating Excellent 4.6 out of 5 Based on 120 reviews on Trustpilot Read the reviews on Trustpilot (opens in a new tab)
“Bought 2 EAs from them. Requested update for new version and was sent within 24hrs. Great support. Recommended, 5 STARS.”
Aceman · Trustpilot review (opens in a new tab)
“Fantastic service as always. Have gotten a lot from them in the past and never been disappointed.”
Paul Michael Lawrence · Trustpilot review (opens in a new tab)
“They were friendly and helpful in setting up my expert advisor.”
Sarah Francis · Trustpilot review (opens in a new tab)
  • Instant accessNo group buys or waiting
  • 7-day refund policyRefunds only cover an EA that fails to attach to your chart because of errors we can replicate. We don’t cover changing your mind or not liking the EA. All brokers are different, and results are never promised because markets are constantly changing.For product errors
  • Remote installationOptional: we can install it for you
  • Flexible paymentsCards, Apple Pay, Crypto
Official EAs1,180+
Customers28,000+
Trading since2019

Ready when you are

Gold Quantum Liquidity Scalper EA MT5 for $559.96 with crypto

Regular price was $1,399.00 · $699.95 with card · instant download · future updates included

Gold Quantum Liquidity Scalper EA MT5$559.96with crypto$699.95 with card