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

Alive Gold EA MT4

Latest version

Alive Gold EA for MT4 is a safe, fully automated XAUUSD trading robot with no grid, no martingale, and clean SL/TP executions.

Designed for traders who want stable, low-risk gold trading without dangerous multipliers.

  • ✅ 95% win-rate backtest (2023–2025)
  • ✅ Runs from just $20
  • ✅ No grid • No martingale • No risky money management
  • ✅ Clean single-trade logic with instant SL placement
  • ✅ Lightweight engine suitable for any broker or VPS
  • ✅ Fully automated — set & forget

Perfect for beginners and prop-firm safe XAUUSD trading.

Alive Gold EA Product LogoMT4Save 70%

Regular priceRegular price was $987.00

$239.96Crypto priceUSDT, USDC, BTC or ETH. Extra 20% off at checkout.Save 76%You save $747.04 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 Alive Gold EA MT4

Quick Summary: Alive Gold EA for MT4 is a fully automated, low-risk gold trading system built with strict no-grid, no-martingale logic. It trades XAUUSD safely using clean SL/TP execution, a stable trend engine, and fast reaction algorithms. Backtests from 2023–2025 show $50 → $769,284 with 95% win rate on M30 — with controlled drawdown and no dangerous money management.

MQL5 Product: Official Marketplace Page
Developer Profile: Dmitriq Evgenoeviz Ko

What Is Alive Gold EA?

Alive Gold EA is a lightweight, zero-complexity gold scalping and trend-following robot built for MT4.
Its design philosophy is simple:

  • No grid
  • No martingale
  • No risky multiplier systems
  • Only 1 clean trade at a time with strict SL/TP

Alive Gold analyzes gold behavior using volatility compression, candle-structure logic, breakout confirmation, and trend strength signals.
It reacts quickly, executes clean entries, and exits automatically — ideal for traders who want a safe “set & forget” EA.

Alive Gold EA On the Chart
Alive Gold EA On the Chart

Key Features & Benefits

  • No Martingale, No Grid – Uses only fixed-lot, SL-protected entries with zero multiplier scaling.
  • 95%+ Win Rate Backtested – 2023–2025 test achieved $50 → $769K with a stable equity curve.
  • Super Lightweight Engine – Almost no CPU load; ideal for low-cost VPS setups.
  • Fast Reaction Logic – Executes instantly when candle structure confirms direction.
  • Emotion-Free Trading – Objective algorithm; never overtrades.
  • Works on ANY Broker – Cent, Standard, ECN, raw-spread, micro accounts — fully compatible.
  • True Set-and-Forget – Attach EA → Enable AutoTrading → Done.
  • Runs on Any Timeframe (M30 recommended)
  • Safe Stop Loss – Every trade uses SL immediately at entry.
Alive Gold EA Key Features
Alive Gold EA Key Features

📈 Proof of Results

Backtest (2023–2025) – XAUUSD (M30)

  • Initial Deposit: $50
  • Total Net Profit: $769,284+
  • Win Rate: 95%
  • Profit Factor: 17.07
  • Absolute Drawdown: 3.85
  • Modeling Quality: 90%
Alive Gold EA Backtest on XAUUSD (Gold) 2023 2025
Alive Gold EA Backtest on XAUUSD (Gold) 2023 2025

Trading Logic & Strategy

Alive Gold EA uses:

  • Trend Phase Detection
  • Breakout Confirmation
  • Volatility Filters
  • SL/TP with fixed risk
  • Zero martingale logic

Combined, this gives a clean strategy that’s easy to trust and does not require complex setups.

⚙️ Installation & Usage Guide

  1. Download Alive Gold EA after purchase.
  2. Open MT4 → File → Open Data Folder → MQL4 → Experts.
  3. Paste the EA file.
  4. Restart MT4.
  5. Attach the EA to an XAUUSD chart (M30 recommended).
  6. Enable AutoTrading.

Risk & Capital Recommendations

  • Minimum Deposit: $20
  • Optimal Deposit: $100+
  • Recommended Timeframe: M30
  • Leverage: 1:500 preferred
  • Account Type: Any (ECN, Standard, Micro, Cent, Raw)

Looking for more robots by the same developer?

Trader Reviews ⭐

★ ★ ★ ★ ★ – Kelvin M. (UK)
“Finally a safe EA without martingale! Alive Gold runs cleanly on my $100 cent account and wins steadily.”

★ ★ ★ ★ ☆ – Senaito P. (Japan)
“The equity curve is smooth and it never opens crazy positions. Perfect for beginners or passive traders.”
★ ★ ★ ★ ★ – Marco Silva (Portugal)
“Tested it on M30 with $50 and the backtest is unreal. Live results also stable so far.”

★ ★ ★ ★ ★ – Randy C. (USA)
“I like the speed and the consistency. No grid, no nonsense. Just clean gold trades.”

Conclusion

Alive Gold EA MT4 is a safe, simple, low-risk gold trading robot designed for traders who want steady performance without dangerous strategies.
With no martingale, no grid, clean SL/TP protection and a proven long-term backtest, it is ideal for beginners, prop firms, and long-term gold trading portfolios.

⚙️ Deployment Guidelines

  • 🕒 Timeframe: M30
  • 💵 Capital: $20 minimum ($100 recommended)
  • 📈 Risk Style: No martingale, no grid
  • 📶 VPS: Recommended for stability
  • 📉 Broker Type: Any
  • 🛡️ Prop Firm Safe: Yes

📦 What You Get

  • ✔️ Alive Gold EA for MT4 (latest version)
  • ✔️ Free updates
  • ✔️ Setup & usage guide
  • ✔️ Support from CheaperForex

Every order

What’s included with Alive 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

Alive Gold EA MT4 FAQs

Still deciding?

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

Does Alive Gold EA use martingale or grid?

No. Alive Gold EA avoids both martingale and grid completely. It uses single-position execution with a fixed stop loss, making it far safer than averaging systems.

What pair does Alive Gold EA work best on?

The EA is primarily optimized for XAUUSD (Gold). Although it can technically run on any pair, Gold delivers the highest consistency and best strategy alignment.

What is the recommended timeframe?

Alive Gold EA can operate on multiple timeframes, but the most stable performance is generally seen on the M5–M30 range, especially for Gold.

What is the minimum deposit required?

The system can start from as low as $20, but a more realistic amount for smoother execution and lower risk is $100–$300 depending on broker conditions.

Does the EA require a VPS?

A VPS is recommended if you want consistent, low-latency execution. Since Alive Gold reacts to market changes quickly, a VPS improves fill quality and reduces slippage.

Is Alive Gold EA fully automated?

Yes. It is a true “set and forget” Expert Advisor. Once attached to the chart, it analyzes price, executes trades, manages exits, and handles risk automatically.

Is Alive Gold suitable for beginners?

Yes. The EA has no complex settings and no dangerous risk models. Beginners can run it safely on default parameters.

Does the EA use risky money management?

No. Alive Gold does not scale positions or multiply lots. It uses a strict stop-loss system and fixed-lot or user-defined lot sizing.

Is it prop-firm friendly?

It can be used on prop accounts as long as the trader sets appropriate risk limits. Since it does not use grid or martingale, it is far easier to control drawdown.

Does Alive Gold EA work with any broker?

Yes. It supports all MT4 brokers, including ECN, Standard, Cent, and Raw-spread accounts. Tighter spreads will always improve performance.

Does the EA trade 24/7?

Yes. The algorithm monitors the market continuously and executes trades automatically as long as MT4 remains online.

How many trades per week can I expect?

The EA is not high-frequency, but it does react quickly to price imbalance and volatility shifts. Trade frequency varies by market conditions.

Does Alive Gold rely on indicators?

The EA uses internal logic and data-driven analysis rather than a large stack of indicators. Decision-making is based on market structure, volatility and price reaction.

Is past performance guaranteed?

No. All automated systems can incur losses. Backtests and results are for reference and may differ from live trading due to spreads, execution and broker conditions.

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

Alive Gold EA MT4 for $239.96 with crypto

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

Alive Gold EA MT4$239.96with crypto$299.95 with card