/* 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

AI Aurum Gold EA MT4

Latest version

AI Aurum Gold for MT4 is a professional XAUUSD pivot breakout system by Lo Thi Mai Loan — the developer behind Golden Blitz, Bitcoin Scalping, and Nasdaq100 Algo Trading. It trades confirmed Pivot High/Low breakouts on the XAUUSD Daily timeframe with an AI-powered trade quality filter that evaluates market structure, setup strength, and risk-to-reward before approving any entry.

The philosophy is deliberately professional: lose small, win big. A ~49% win rate with average wins 2.1x larger than average losses creates genuine positive expectancy. The 6-year backtest (2020–2026) shows $10K → $128K with 0.96 LR correlation, 12% max DD, and 4.17 Sharpe ratio. The verified live signal shows 145% growth with consistent monthly returns. No martingale, no grid, prop firm compatible.

  • ✅ 145% live signal, 0.96 LR in backtest — 6-year smooth equity curve (2020–2026), $10K → $128K, 12% max DD, 4.17 Sharpe
  • ✅ Lose small, win big — ~49% WR with avg win 2.1x avg loss, confirmed pivot breakouts + AI quality filter on XAUUSD Daily
  • ✅ Prop firm ready, no grid — predefined SL on every trade, 0.25–1% risk per trade, from the Golden Blitz / Bitcoin Scalping developer

Pivot breakouts. AI filter. Lose small, win big. Prop firm ready.

AI Aurum Gold MT4 Product LogoMT4Save 60%

Regular priceRegular price was $749.99

$239.96Crypto priceUSDT, USDC, BTC or ETH. Extra 20% off at checkout.Save 68%You save $510.03 with crypto

$299.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 AI Aurum Gold EA MT4

Quick Summary:
AI Aurum Gold for MT4 is a professional XAUUSD pivot breakout system by Lo Thi Mai Loan — the developer behind Golden Blitz, Bitcoin Scalping, and Nasdaq100 Algo Trading on CheaperForex.

The EA trades confirmed Pivot High and Pivot Low breakouts on the XAUUSD Daily timeframe — a deliberately higher timeframe approach that filters out the noise, fake breakouts, and stop hunts that destroy most Gold EAs on lower timeframes. An AI-powered trade quality module evaluates market structure, setup strength, and risk-to-reward before approving any entry.

The core philosophy: lose small on Gold, win big when Gold truly moves. A ~49% win rate with average wins 2.1x larger than average losses creates genuine positive expectancy — the same approach used by professional trend-following traders. The 6-year backtest shows a remarkably smooth equity curve with 0.96 LR correlation and 12% max drawdown. The live signal shows 145% growth. No martingale, no grid, prop firm compatible.

Official MQL5 Listing:
AI Aurum Gold MT4 — MQL5 Marketplace

Live Signal:
AI Aurum Pivot — Live Signal

MT5 version:
AI Aurum Gold MT5 on MQL5

Why Daily Timeframe on Gold?

Gold (XAUUSD) is not like forex. It’s fast, aggressive, heavily manipulated, and full of fake breakouts, stop hunts, and sudden spikes. Most Gold EAs run on M5 or M15 — right in the middle of this chaos. The failure rate is high because lower timeframes amplify noise and expose EAs to the exact manipulation that institutional players use against retail traders.

AI Aurum Gold takes the opposite approach: trade on the Daily timeframe. This means:

  • Confirmed breakouts only — Pivot Highs and Pivot Lows are fully confirmed before any trade is considered. No premature entries on intraday noise
  • Fewer, higher-quality trades — some days and weeks will have no trades at all. This is intentional. The EA prioritises trade quality over frequency
  • Reduced market noise — daily candles filter out the intraday manipulation that destroys M5/M15 scalpers
  • Clean structural breakouts — when a Daily pivot level breaks, it represents genuine market structure change, not a temporary stop hunt

The trade-off is patience. This EA won’t trade every day. But when it does trade, the structural basis for the entry is far stronger than any intraday signal.

145% Live Signal

AI Aurum Gold MT4 — live signal: 145.4% growth
AI Aurum Gold — 145.4% verified live growth with smooth equity curve

✅ MQL5 Verified Live Signal

  • Growth: 145.4%
  • Average Monthly: 38.13%
  • Deposits: $699.45
  • Withdrawals: $0
  • Monthly Breakdown: 67.1% (Jan), 41.07% (Feb), 0.46% (Mar), 3.63% (Apr)

The equity curve is notably smooth — consistent upward trajectory without the sharp spikes and crashes typical of aggressive Gold EAs. January (67.1%) and February (41.07%) were strong months. March and April are flatter, which is expected for a Daily timeframe breakout system — quiet periods with fewer clean breakout setups produce fewer trades and more modest returns. This isn’t a weakness; it’s the strategy working as designed.

Lose Small, Win Big — The Professional Approach

Most retail Gold EAs chase high win rates (80%+) with tight take profits and wide stop losses. They win frequently but get destroyed by occasional large losses. AI Aurum Gold does the opposite:

  • Win rate: ~49% — the EA loses slightly more than half its trades. This is normal and intentional
  • Average win: $1,103 vs average loss: $523 — winners are 2.1x larger than losers
  • Result: positive expectancy — even with a sub-50% win rate, the EA is profitable because the wins are substantially larger than the losses

This is the exact approach used by professional trend-following funds. It requires psychological discipline — you must accept frequent small losses as the cost of catching large winning moves. If you need to see green trades every day, this EA is not for you. If you understand that profitability comes from the size of wins vs losses rather than their frequency, this approach will make sense.

6-Year Backtest — 0.96 LR Correlation

AI Aurum Gold MT4 — backtest: $10K → $128K, 0.96 LR, 12% DD
AI Aurum Gold — 6-year backtest: $10K → $128K with 0.96 LR correlation and 12% max DD

✅ 6-Year Backtest — XAUUSD Daily, Default Settings

  • Period: 2020–2026
  • Initial Deposit: $10,000
  • Net Profit: $128,000+
  • Total Growth: ~1,200%
  • Expected Payoff: $276.03
  • Sharpe Ratio: 4.17
  • LR Correlation: 0.96
  • Win Rate: 49.14% (228 wins / 236 losses)
  • Short WR: 48.79% | Long WR: 49.42%
  • Avg Win: $1,103.67 | Avg Loss: -$523.55
  • Largest Win: $4,923 | Largest Loss: -$4,532
  • Max Consecutive Wins: 8 ($16,746)
  • Max Consecutive Losses: 12 (-$11,013)
  • Average Consecutive Wins: 2
  • Average Consecutive Losses: 2
  • Balance DD Max: $11,013 (11.39%)
  • Equity DD Max: $12,437 (12.70%)
  • Balance DD Relative: 11.52%

Key observations:

  • 0.96 LR correlation across 6 years — near-perfect linear equity growth. This is the standout metric. The equity curve progresses almost in a straight line, indicating the strategy’s edge is consistent across multiple market regimes (COVID crash 2020, rate hikes 2022, Gold bull run 2024–2025). This level of linearity on a Daily timeframe breakout system is exceptional
  • 12% max drawdown over 6 years — remarkably controlled for 1,200% total growth. The reward-to-drawdown ratio (~100:1) is one of the best we’ve seen on any Gold EA
  • 49.14% win rate is intentional — this is not a failing system. The 2.1:1 reward-to-risk ratio ($1,103 avg win vs $523 avg loss) creates positive expectancy. Professional trend followers routinely operate at 40–50% win rates with asymmetric payoffs
  • Max 12 consecutive losses — this is significant and must be understood. Twelve losses in a row is psychologically demanding. At $523 average, that’s roughly $6,300 in drawdown during the worst streak. The EA recovers because the subsequent wins are large enough to compensate — but you need the discipline to sit through it
  • Balanced long/short — 49.42% long WR and 48.79% short WR are essentially identical, confirming the strategy works symmetrically in both Gold directions

Past performance is not indicative of future results. Always test on demo before going live.

The AI Trade Quality Filter

Before any confirmed pivot breakout is traded, an internal AI module evaluates:

  • Market structure quality — is the current structure clean enough for a valid breakout, or is the market in a messy consolidation?
  • Setup strength — does the breakout have sufficient conviction based on the surrounding price action?
  • Risk-to-reward assessment — does the potential reward justify the risk of the stop loss placement?

If any assessment fails the quality threshold, the trade is skipped — even if the breakout is technically valid. This is why the EA sometimes skips trades that appear like clear breakouts on the chart. The AI filter prioritises the highest-quality setups only.

EA Setup

  • Platform: MetaTrader 4
  • Instrument: XAUUSD (Gold) exclusively
  • Timeframe: Daily (D1) — lower timeframes not recommended
  • Strategy: Confirmed Pivot High/Low breakouts with AI quality filter
  • Stop Loss: Predefined on every trade
  • Grid / Martingale: None — no averaging, no recovery
  • Risk Mode: Risk Percentage (recommended) or Fixed Lot
  • Prop Firm: 0.25%–0.75% risk per trade
  • Personal Accounts: 0.5%–1.0% risk per trade
  • Trade Frequency: Low — some days/weeks with no trades (intentional)
  • Parameters: Default settings recommended — no optimisation needed
  • VPS: Recommended for uninterrupted execution
  • MT5 Version: Available on MQL5

Our Assessment

Based on the 6-year backtest, live signal, developer portfolio, and system architecture:

  • 6-Year Equity Curve — The Highlight: 0.96 LR correlation over 6 years on a Daily timeframe Gold breakout system is exceptional. The almost-linear equity growth through COVID, rate hikes, and the Gold bull run demonstrates a genuine, regime-independent edge. The 12% max drawdown for 1,200% total growth creates one of the best reward-to-drawdown ratios we’ve listed
  • Daily Timeframe Approach: This is a genuinely different approach to Gold trading. While most Gold EAs fight the noise on M5/M15, AI Aurum operates on D1 where breakouts represent actual structural changes. The trade-off is patience — some weeks with no trades at all. This suits disciplined traders who understand that doing nothing is sometimes the best trade
  • Positive Expectancy Model: The ~49% win rate with 2.1:1 payout ratio is a professional-grade trading model. It’s mathematically sound and well-executed. But it requires psychological acceptance of frequent small losses. Traders who need high win rates for emotional comfort should look elsewhere
  • 12 Consecutive Losses: This is the reality of sub-50% win rate systems. Twelve losses in a row will happen. At default settings, that’s roughly $6,300 in drawdown — manageable on a $10K account (6.3%) but psychologically challenging. You must trust the system through losing streaks
  • Live Signal Validation: 145% growth with a smooth equity curve confirms the backtest translates to live conditions. The monthly variation (67% Jan vs 0.46% Mar) reflects the Daily timeframe reality — explosive months when breakouts run, quiet months when they don’t. This is normal and expected
  • Developer Portfolio: Lo Thi Mai Loan has an established MQL5 presence with multiple products including Golden Blitz, Bitcoin Scalping, and Nasdaq100 Algo Trading — all available on CheaperForex. This cross-instrument diversity suggests a developer with genuine algorithmic trading expertise across multiple markets
  • Overall: AI Aurum Gold is a professionally designed Daily timeframe Gold breakout system with one of the smoothest 6-year equity curves we’ve seen (0.96 LR). The “lose small, win big” approach is mathematically optimal but requires genuine discipline. For traders who understand positive expectancy, can handle losing streaks, and want a higher-timeframe approach to Gold trading, AI Aurum Gold is a standout — especially as a complement to faster Gold EAs in your portfolio. Not for traders who need daily wins

Who Is AI Aurum Gold For?

Ideal for traders who:

  • Understand positive expectancy — comfortable with ~49% WR because wins are 2x losses
  • Want a higher-timeframe Gold approach — Daily timeframe filters noise and manipulation
  • Value smooth equity curves — 0.96 LR correlation over 6 years
  • Need prop firm compatibility — configurable risk % per trade, predefined SL, no grid
  • Want set-and-forget operation — default settings, D1 timeframe, minimal monitoring needed

Consider alternatives if you:

  • Need high win rates — this EA wins ~49% of trades
  • Want daily trading activity — the EA trades infrequently by design
  • Can’t handle 12 consecutive losses — losing streaks are part of the model
  • Prefer MT5 — an MT5 version is available on MQL5
  • Want multi-pair trading — XAUUSD only

More from This Developer on CheaperForex

Lo Thi Mai Loan’s other products available on CheaperForex:

Risk Disclaimer

Past performance does not guarantee future results. The 6-year backtest uses historical data with default settings. The live signal does not constitute a proven long-term track record. The ~49% win rate means losing trades are more frequent than winners — profitability depends on maintaining the 2:1+ reward-to-risk ratio. Maximum 12 consecutive losses occurred in the backtest. Gold is highly volatile and subject to manipulation, fake breakouts, and geopolitical shocks. Always test on a demo account before live deployment. Do not trade with funds you cannot afford to lose.

What Do You Receive?

– AI Aurum Gold for MT4 – Latest Version
– Direct file delivery
– Free lifetime updates (when we receive them)

Every order

What’s included with AI Aurum Gold

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.

  • Setup help

    Questions about installing or settings? Message us on Telegram or email and a real person answers.

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

AI Aurum Gold EA MT4 FAQs

Still deciding?

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

What is AI Aurum Gold?

AI Aurum Gold is a professional XAUUSD pivot breakout EA for MetaTrader 4 by Lo Thi Mai Loan. It trades confirmed Pivot High/Low breakouts on the Daily timeframe with an AI trade quality filter. The philosophy is “lose small, win big” — a ~49% win rate with average wins 2.1x larger than average losses. The 6-year backtest shows 0.96 LR correlation, 12% max DD, and ~1,200% growth. No grid, no martingale, prop firm compatible.

Why does it only trade on the Daily timeframe?

Gold (XAUUSD) is full of fake breakouts, stop hunts, and sudden spikes on lower timeframes. Most M5/M15 Gold EAs get destroyed by this intraday manipulation. The Daily timeframe filters out noise so that breakouts represent genuine structural changes rather than temporary stop hunts. The trade-off is lower frequency — some days and weeks with no trades at all — but each trade has a much stronger structural basis.

Why is the win rate only 49%?

By design. The EA follows a professional positive expectancy model: it loses slightly more often than it wins, but winners are 2.1x larger than losers ($1,103 avg win vs $523 avg loss). Even at 49%, the math works out strongly profitable. This is the same approach used by professional trend-following hedge funds. A high win rate is not necessary for profitability — what matters is the size relationship between wins and losses.

What does 0.96 LR correlation mean?

Linear Regression correlation measures how close the equity curve is to a straight line. 0.96 out of 1.0 means the equity growth is almost perfectly linear over 6 years. This is the strongest indicator that the strategy’s edge is genuine and consistent — not dependent on specific market conditions, lucky clusters, or a single strong period. The equity curve grows steadily through COVID, rate hikes, and the Gold bull run.

What does the backtest show?

2020–2026 on XAUUSD Daily with default settings: $10K → $128K+ (~1,200% growth). 4.17 Sharpe, 0.96 LR, 12% max DD. 49.14% WR across 464 trades. Avg win $1,103, avg loss $523 (2.1:1). Max 8 consecutive wins, max 12 consecutive losses. Balanced long (49.42%) and short (48.79%) win rates.

What about the 12 consecutive losses?

This is real and must be understood before buying. Twelve consecutive losses producing $11,013 in drawdown was the worst streak in the 6-year backtest. At default risk settings on a $10K account, that’s ~11% drawdown — recoverable, but psychologically demanding. You must trust the system through losing streaks. If 12 consecutive losses would cause you to turn off the EA, this is not the right system for you.

What does the live signal show?

145.4% growth with 38.13% average monthly return. Monthly breakdown: 67.1% (Jan 2026), 41.07% (Feb), 0.46% (Mar), 3.63% (Apr). The smooth equity curve confirms the backtest translates to live conditions. The monthly variation reflects Daily timeframe reality — strong months when breakouts run, quiet months when they don’t.

What is the AI trade quality filter?

An internal module that evaluates market structure quality, setup strength, and risk-to-reward before approving any breakout trade. Even if a pivot breakout is technically valid, the AI filter can reject it if the market structure is messy, the setup lacks conviction, or the risk-to-reward doesn’t meet the quality threshold. This is why the EA sometimes skips apparent breakouts.

Is it prop firm compatible?

Yes. The EA is designed to respect daily and maximum drawdown limits. Recommended risk: 0.25%–0.75% per trade for prop firm accounts. Predefined stop loss on every trade, no grid, no martingale. The Daily timeframe and low trade frequency keep overall exposure low. However, the 12-consecutive-loss potential means you must size appropriately for your firm’s drawdown rules.

Does it use grid or martingale?

No. Every trade uses a predefined stop loss. No averaging, no position stacking, no recovery logic. Each trade is independent with defined risk from entry. This is explicitly stated by the developer and consistent with the backtest results.

How often does it trade?

Infrequently. The Daily timeframe means the EA is looking for confirmed pivot breakouts that may only occur a few times per month. Some weeks will have no trades at all. This is intentional — the EA prioritises trade quality over frequency. Patience is part of the strategy.

What risk settings should I use?

Risk Percentage mode is recommended. Prop firm accounts: 0.25%–0.75% per trade. Personal accounts: 0.5%–1.0% per trade. Fixed lot mode is also available. The default settings are designed for direct use on XAUUSD D1 — no optimisation or parameter changes needed.

Who is the developer?

Lo Thi Mai Loan, with an established MQL5 portfolio including Golden Blitz, Bitcoin Scalping, Nasdaq100 Algo Trading, and AI Quantum Scalper. Multiple products are available on CheaperForex. The cross-instrument range (Gold, Bitcoin, Nasdaq, Forex) suggests a developer with genuine algorithmic trading expertise across multiple markets.

Is there an MT5 version?

Yes. The MT5 version is available on MQL5. Same strategy logic.

Do I need a VPS?

Recommended but not mandatory. The EA trades on the Daily timeframe, so execution timing is less critical than M5 scalpers. However, a VPS ensures the EA is always running when a breakout occurs and can execute without delay.

Why are some months flat (0.46% in March)?

Because Daily timeframe breakout systems depend on clean structural setups that don’t occur every month. March 2026 likely had few or no qualified breakouts — the AI filter rejected marginal setups rather than forcing trades. This is a feature, not a bug. Flat months demonstrate the EA’s discipline in not overtrading when conditions don’t support it.

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
  • Setup helpBy Telegram or email
  • Flexible paymentsCards, Apple Pay, Crypto
Official EAs1,180+
Customers28,000+
Trading since2019

Ready when you are

AI Aurum Gold EA MT4 for $239.96 with crypto

Regular price was $749.99 · $299.95 with card · instant download · future updates included

AI Aurum Gold EA MT4$239.96with crypto$299.95 with card