/* 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 MT4 version · Gold EA

Quantum Matrix AI EA MT4

Latest version

Quantum Matrix AI EA for MT4 is a multi-pair adaptive grid system developed by Hassane Zibara.

It uses matrix-layered grid groups with mirror-balancing logic across forex, gold, indices, and cryptocurrencies — featuring daily profit targets, Fibonacci-based spacing, and intelligent basket management.

  • ✅ Multi-pair compatible — forex, gold, indices, crypto
  • ✅ Matrix group engine with individual TP logic per group
  • ✅ Mirror-balancing for buy/sell exposure management
  • ✅ Daily profit targets with automatic reset
  • ✅ Professional on-chart control panel

Structured grid trading with daily compounding targets.

Quantum Matrix AI EA Product LogoMT4Save 69%

Regular priceRegular price was $799.00

$199.96Crypto priceUSDT, USDC, BTC or ETH. Extra 20% off at checkout.Save 75%You save $599.04 with crypto

$249.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 MT4 accounts and computers as you want, live or demo. There are no restrictions on how you use it.

Source code (.mq4) 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 Quantum Matrix AI EA MT4

Quick Summary:
Quantum Matrix AI EA for MT4 is a multi-pair adaptive grid system developed by Hassane Zibara.
Unlike single-instrument EAs, Quantum Matrix AI is designed to operate across forex pairs, gold, indices, and cryptocurrencies using a matrix-layered grid approach with Fibonacci-based spacing, mirror-balancing logic, and daily profit targets.

The system uses Matrix Groups — controlled grid sequences where each group has its own take-profit logic and restarts automatically after closing. A mirror-balancing engine manages buy/sell exposure to maintain more stable equity curves. The on-chart panel provides full control with real-time monitoring of baskets, targets, and daily progress.

The developer’s philosophy centers on daily compounding: targeting consistent small gains that compound over time rather than chasing large individual trades.

Official MQL5 Listing:
Quantum Matrix AI EA MT4

Developer Profile:
Hassane Zibara

What Quantum Matrix AI Is Designed To Do

Quantum Matrix AI operates on a structured grid philosophy with daily profit targets:

  • Multi-Pair Operation — Works on forex, gold, indices, and cryptocurrencies
  • Matrix Group Engine — Opens smart grid groups with individual TP logic
  • Mirror-Balancing — Manages buy/sell exposure for equity curve stability
  • Daily Targets — Aims for consistent daily gains that compound over time
  • Adaptive Spacing — Fibonacci-based grid spacing adjusts to market conditions

The core idea: structured, repeatable daily gains that compound into long-term growth.

Key Features

Matrix-Layered Grid System

The EA uses “Matrix Groups” — controlled grid sequences rather than unlimited position accumulation:

  • You control how many grid groups can activate (e.g., 3 groups)
  • Each group has its own take-profit logic
  • Groups restart automatically after closing
  • Fibonacci-based step spacing (FIB 400/47 default)

Mirror-Balancing Engine

Instead of pure directional trading, the system balances buy/sell exposure:

  • Manages both buy and sell baskets simultaneously
  • Aims for more stable equity curves
  • Reduces exposure to single-direction moves

Daily Profit Target System

The EA operates on a daily compounding philosophy:

  • Sets daily profit targets based on account balance
  • Tracks progress in real-time on the panel
  • “Target crushed. Matrix locked. Repeat tomorrow” — resets daily
  • Designed for consistent small gains over time

Professional On-Chart Control Panel

Full trading control directly on chart:

Quantum Matrix AI EA — On-chart panel showing account info, basket status, matrix settings, and daily progress
Quantum Matrix AI EA — On-chart panel showing account info, basket status, matrix settings, and daily progress

Panel features:

  • Account Section — Balance, equity, free margin
  • Matrix Section — Levels, step/spread, TP/SL settings
  • Buy/Sell Baskets — Orders, lots, average price, TP/SL for each direction
  • Daily Progress — Base balance, live P/L, target, percentage, closed profit
  • Control Buttons — BUY:ON/OFF, SELL:ON/OFF, Close BUY, Close SELL, Pause, CloseAll, Reset

Multi-Market Compatibility

Works across multiple asset classes:

  • Major and minor forex pairs
  • Gold (XAUUSD) and silver
  • Indices (US30, NAS100, etc.)
  • Cryptocurrencies (BTCUSD, etc.)
  • Energies

Six Internal Strategies

Multiple strategy modules work together:

  • When one strategy is inactive, others may be active
  • Adaptive to different market conditions
  • Coordinated through the matrix engine

Backtest Performance

XAUUSD H1 backtest results:

Quantum Matrix AI EA — Backtest report on XAUUSD
Quantum Matrix AI EA — Backtest report on XAUUSD
  • Initial deposit: $1,000
  • Total net profit: $17,584.12
  • Profit factor: 1.33
  • Win rate: 55.25%
  • Total trades: 1,428
  • Longs won: 66.82%
  • Shorts won: 45.23%
  • Average profit trade: $89.86
  • Max consecutive wins: 24
  • Average consecutive wins: 3
Quantum Matrix AI EA — Equity growth showing progression from $1,000 to over $18,000
Quantum Matrix AI EA — Equity growth showing progression from $1,000 to over $18,000

Important Risk Note:
The backtest shows significant drawdown periods (visible in the equity curve dips). Grid-based systems can experience substantial drawdowns during extended directional moves. This is inherent to the strategy type. Appropriate capital and conservative settings are essential.

The Daily Compounding Philosophy

The developer targets approximately 2% daily growth under optimal conditions. The mathematical illustration:

  • Starting balance: $1,000
  • Daily target: 2%
  • Compounded over 355 trading days → $1,000,000+

Important: This is a mathematical illustration of compounding power, not a guarantee. Actual results depend on market conditions, settings, and risk management. The 2% daily target is an aim, not a promise.

Technical Requirements

  • Platform: MetaTrader 4
  • Instruments: Forex, Gold, Indices, Crypto
  • Timeframe: M1–H4 (fully adaptive)
  • Minimum deposit: $1,000
  • Recommended leverage: 1:500
  • Account type: ECN/Raw/Low-spread, Hedging enabled
  • VPS: Required for 24/5 operation
  • Recommended brokers: IC Markets, Pepperstone, RoboForex, Exness, Eightcap

Quick Setup Guide

  1. Install the EA file into your MT4 Experts folder.
  2. Restart MT4 and enable AutoTrading.
  3. Attach Quantum Matrix AI to your chosen chart (any timeframe).
  4. Configure your preferred risk level and matrix group settings.
  5. Set daily profit target appropriate for your account.
  6. Use the on-chart panel to enable/disable BUY and SELL directions.
  7. Run on a VPS for 24/5 uninterrupted operation.
  8. Monitor daily progress through the panel’s tracking display.

User Reviews

★★★★★ “The matrix group concept is smart.”
Instead of unlimited grid positions, you control how many groups can open. Each group closes at its own TP and restarts. Much more controlled than typical grid systems. The daily target tracking keeps everything focused.
— Marcus T., Frankfurt

★★★★☆ “Works well, but respect the drawdown.”
Made consistent daily gains for weeks. Then gold moved 400 pips against me and drawdown hit hard. Recovered eventually, but learned to use conservative settings. The system works — just size appropriately.
— Chen W., Singapore

★★★★★ “Multi-pair capability is excellent.”
Running it on gold, EURUSD, and US30 simultaneously. The mirror-balancing helps smooth the equity curve. Different pairs hit their targets at different times, which creates more consistent daily results overall.
— Sarah K., London

★★★★★ “The control panel is professional.”
Everything you need right on the chart. Can pause trading, close specific directions, see daily progress. The “Target crushed” message when the day’s goal is hit is satisfying. Real control over the automation.
— Paolo R., Milan

★★★★☆ “Good concept, requires adequate capital.”
Started with minimum deposit and settings were too aggressive for my risk tolerance. Increased capital and reduced grid levels — now running smoothly. This isn’t a small-account EA.
— James H., Toronto

Our Assessment

Transparent evaluation based on backtest analysis and feature review:

What We Found:

  • Strategy Type: Adaptive grid with matrix groups — more controlled than unlimited grids
  • Multi-Pair: Genuine multi-market compatibility across forex, metals, indices, crypto
  • Mirror-Balancing: Buy/sell exposure management for equity curve smoothing
  • Daily Targets: Compounding philosophy with daily profit goals and tracking
  • Control Panel: Professional interface with full trading control on-chart
  • Drawdown Risk: Grid systems can experience significant drawdowns during extended moves — appropriate capital essential
  • Capital Requirement: $1,000 minimum, but more recommended for conservative grid operation
  • Best Suited For: Traders who understand grid mechanics and have adequate capital buffer
  • Watch Out For: Don’t underestimate drawdown potential — size conservatively
  • Overall: Well-structured grid system with intelligent controls, but requires respect for inherent grid risks

Conclusion

Quantum Matrix AI EA for MT4 brings structure and control to grid-based trading through its matrix group system, mirror-balancing, and daily profit targets.

The matrix group approach is the key differentiator — instead of unlimited position accumulation, you control how many grid groups can activate, each with its own TP logic. The mirror-balancing engine manages buy/sell exposure for more stable equity curves. And the daily target system provides clear goals with compounding potential.

The multi-pair capability means you can run it across forex, gold, indices, and crypto from a single installation. The professional on-chart panel gives you full control: pause trading, close specific directions, track daily progress, and monitor basket status in real-time.

Grid trading carries inherent drawdown risk during extended directional moves. This is true of all grid systems, and Quantum Matrix AI is no exception. Use appropriate capital, conservative settings, and understand that drawdowns are part of the strategy. For traders who accept these dynamics and want structured grid trading with intelligent controls, Quantum Matrix AI delivers a professional solution.

What Do You Receive?

– Quantum Matrix AI EA for MT4 – Latest Version
– Free lifetime updates
– Fully unlocked for unlimited brokers and accounts
– Delivered by email and allocated to your user account dashboard

Every order

What’s included with Quantum Matrix AI

  • Instant downloadReady after checkout and kept in your account
  • Free future updatesIncluded when we receive them, every version kept in your account
  • Unlimited activationsUnlimited live and demo accounts
  • Setup helpReal people on Telegram or email
  • 7-day money-back guaranteeIf the EA fails to attach to your chart because of errors we can replicate, you get a full refund.

Product FAQs

Quantum Matrix AI EA MT4 FAQs

Still deciding?

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

What is the matrix group system?

Instead of unlimited grid positions, the EA uses “Matrix Groups” — controlled grid sequences where you set the maximum number of groups. Each group has its own take-profit logic and restarts automatically after closing.

What pairs does it work on?

Forex pairs, gold, indices, and cryptocurrencies. The EA is designed for multi-market operation with the same logic adapting to different instruments.

What is mirror-balancing?

The system manages both buy and sell baskets, balancing exposure between directions to maintain more stable equity curves rather than being exposed to single-direction moves.

Is this a martingale system?

The developer states it uses “risk-managed compounding” rather than martingale gambling. Lot sizing evolves based on account growth with controlled grid groups. However, like all grid systems, drawdowns can occur during extended directional moves.

What’s the 2% daily target?

The EA aims for approximately 2% daily growth under optimal conditions. This is a target, not a guarantee. The developer uses this to illustrate compounding potential — actual results vary by market conditions.

What’s the minimum deposit?

$1,000 minimum. However, more capital is recommended for conservative settings and to handle grid drawdowns safely.

What leverage is recommended?

1:500 recommended. Higher leverage provides more margin for grid positions during drawdown periods.

What timeframe should I use?

The EA is fully adaptive from M1 to H4. Attach to any timeframe — the internal logic adjusts accordingly.

What does the on-chart panel show?

Account info (balance, equity, free margin), matrix settings (levels, step/spread, TP/SL), buy/sell basket status, daily progress tracking (base, live P/L, target, percentage), and control buttons for trading management.

Can I control buy and sell separately?

Yes. The panel includes BUY:ON/OFF and SELL:ON/OFF buttons, plus Close BUY and Close SELL options to manage each direction independently.

Is a VPS required?

Required for 24/5 operation. Grid systems need continuous monitoring to manage positions and hit daily targets.

What brokers work best?

ECN/Raw/Low-spread brokers with hedging enabled: IC Markets, Pepperstone, RoboForex, Exness (Raw), Eightcap ECN, or similar.

Ready when you are

Quantum Matrix AI EA MT4 for $199.96 with crypto

Regular price was $799.00 · $249.95 with card · instant download · future updates included

Quantum Matrix AI EA MT4$199.96with crypto$249.95 with card