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

Metatron EA MT4

Latest version

Metatron EA for MT4 is an adaptive trend-following grid system developed by Agus Santoso.

It combines EMA trend confirmation, ADX strength filtering, and smart grid averaging with volatility-based ATR risk management. The verified live signal shows 21% growth with only 4.3% maximum drawdown — demonstrating the kind of controlled, consistent performance that serious traders prioritize.

  • ✅ 21% live growth with just 4.3% max drawdown — exceptional risk control
  • ✅ 74.7% win rate, 100% algorithmic trading
  • ✅ EMA trend + ADX strength filtering prevents random entries
  • ✅ ATR-based dynamic TP/SL adapts to real-time volatility
  • ✅ AUTO mode or MANUAL trade management — your choice

Precision. Control. Adaptation.

Metatron EA MT4 Product LogoMT4Save 70%

Regular priceRegular price was $999.00

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

Quick Summary:
Metatron EA for MT4 is an adaptive trend-following grid system developed by Agus Santoso.
Built with institutional-grade logic, Metatron combines EMA trend confirmation, ADX strength filtering, smart grid averaging, and volatility-based ATR risk management. Unlike reckless grid systems that blow accounts, Metatron only enters during confirmed trend conditions and adapts its targets to real-time market volatility.

The verified live signal tells the story: 21% growth with only 4.3% maximum drawdown. That’s not explosive returns — it’s the kind of consistent, controlled performance that professional traders actually want. Add the flexibility of fully automatic or manual trade management modes, and you have a genuinely sophisticated trading tool.

Official MQL5 Listing:
Metatron EA MT4

Verified Live Signal:
Metatron Signal — 21% Growth, 4.3% Max DD

Developer Profile:
Agus Santoso

Watch Metatron in Action

Metatron EA — Verified MQL5 live signal showing 21% growth with only 4.3% max drawdown, 74.7% win rate, running on FBS with 1:500 leverage
Metatron EA — Verified MQL5 live signal showing 21% growth with only 4.3% max drawdown, 74.7% win rate, running on FBS with 1:500 leverage

The Live Signal Results

Verified performance on MQL5:

  • Growth: 21% (20.89% precise)
  • Initial Deposit: $1,000
  • Current Equity: $1,037.25
  • Profit: $200.94
  • Withdrawals: $146.00 (profits taken)
  • Win Rate: 74.7% profitable trades
  • Max Drawdown: 4.3% — exceptionally controlled
  • Max Deposit Load: 0.9% — ultra-conservative position sizing
  • Trading Activity: 42.9%
  • Algo Trading: 100%
  • Broker: FBS-Real-7
  • Leverage: 1:500

The 4.3% max drawdown is what stands out. Most grid-based EAs show 20-50%+ drawdowns. Metatron’s combination of trend filtering and volatility-adaptive exits keeps risk remarkably controlled while still delivering consistent growth.

What Metatron Is Designed To Do

The EA delivers intelligent trend-following with controlled grid recovery:

  • Trend Confirmation — EMA-based trend direction filtering
  • Strength Validation — ADX confirms trend momentum before entry
  • Smart Grid Averaging — Dynamic pip-step table for controlled position building
  • Volatility Adaptation — ATR-based TP/SL adjusts to real market conditions
  • Dual Operating Modes — Fully automatic or manual trade management

How the Strategy Works

Step 1: Trend Identification

Metatron uses EMA analysis to determine the prevailing trend direction. Trades are only considered when clear directional bias exists — avoiding the random entries that destroy most grid systems.

Step 2: Strength Confirmation

Before entering, the ADX indicator (default period 14) confirms trend strength. Weak, choppy markets are filtered out. Only strong directional moves trigger entries.

Step 3: Trade Execution

When trend and strength align, Metatron enters with:

  • Take Profit: % of ADR (Average Daily Range) — adapts to volatility
  • Stop Loss: ATR multiplier (default 2.5x ATR)
  • Trailing Stop: ATR-based (1.0x ATR activation, 0.5x ATR step)

Step 4: Smart Grid Averaging (If Needed)

If price retraces against the main trend, Metatron builds positions using a controlled grid:

  • Dynamic Pip Steps: 10, 20, 20, 30, 30, 30, 40, 40, 40, 50… (progressively wider)
  • Lot Multiplier: 2.0x (adjustable)
  • Max Levels: Configurable (default 99 — effectively unlimited but conservative sizing keeps it safe)

The progressive pip-step design means early grid levels are tight for quick recovery, while deeper levels space out to absorb larger retracements.

Step 5: Volatility-Based Exit

All targets adapt to real-time volatility using ATR and ADR calculations. In volatile markets, targets widen. In quiet markets, targets tighten. This flexibility is why drawdown stays so controlled.

Metatron EA — Full input parameters showing ATR/ADR volatility settings, grid configuration, trading hours, and risk controls
Metatron EA — Full input parameters showing ATR/ADR volatility settings, grid configuration, trading hours, and risk controls

Key Features

Trend-Following Entry Logic

No random entries. EMA trend confirmation ensures trades align with market direction. ADX strength filtering prevents entries in weak, ranging conditions. This alone separates Metatron from typical grid EAs.

Smart Averaging System

  • Dynamic Pip-Step Table: Fully customizable grid spacing
  • Progressive Distance: Wider steps at deeper levels absorb volatility
  • Safe Geometric Progression: Adjustable lot multiplier (default 2.0x)
  • Conservative by Design: 0.9% max deposit load on live signal

Volatility-Adaptive Risk Management

  • Take Profit: % of ADR — scales with daily volatility
  • Stop Loss: ATR multiplier — respects current market conditions
  • Trailing Stop: ATR-based activation and step values
  • ADR Period: 10 days (configurable)
  • ATR Period: 14 (configurable)

Dual Operating Modes

AUTO Mode:
The EA handles everything — entries, averaging, SL/TP, trailing, and closure. Set it and let it run.

MANUAL Mode:
Perfect for discretionary traders:

  • EA only manages manually opened trades
  • Built-in Buy / Sell / Close All buttons on chart
  • Magic Number auto-set to 0 for seamless manual trading
  • You control entries, Metatron handles the rest

Time-Based Protection

  • Trading Window: Start/Stop time filters (default 01:00-23:00)
  • Close All by Time: Optional forced closure at specific hour
  • News/Rollover Protection: Prevents unwanted trades during volatile periods

Clean Interface

  • Minimalistic on-chart information panel
  • One-click trading buttons (Buy / Sell / Close All)
  • User-friendly layout and configuration

Why 4.3% Max Drawdown Matters

Most grid and averaging EAs show 20-50% drawdowns on their signals — if they show signals at all. Metatron’s 4.3% max DD after a full year of trading demonstrates:

  • Trend Filtering Works: Entries aligned with market direction mean fewer recovery sequences needed
  • Volatility Adaptation Works: ATR-based exits close trades appropriately for current conditions
  • Conservative Sizing Works: 0.9% max deposit load means positions never overextend
  • The Math is Sustainable: 21% annual growth with 4.3% max DD is a 4.9 return/risk ratio

For traders who’ve been burned by aggressive EAs, this is the profile that actually builds accounts over time.

Best Instruments for Metatron

Metatron works across Forex and Gold:

  • XAUUSD (Gold) — The live signal’s primary instrument
  • Major Forex Pairs — EURUSD, GBPUSD, USDJPY, etc.
  • Cross Pairs — Adapt grid settings to pair volatility

The ATR/ADR volatility adaptation makes Metatron flexible across instruments — just adjust grid spacing for each pair’s typical range.

Who Should Use This EA?

This tool is ideal for:

  • Conservative traders — Who prioritize capital preservation over aggressive returns
  • Grid skeptics — Who want the recovery benefits without reckless drawdowns
  • Manual traders — Who want professional trade management for their own entries
  • Long-term investors — Building accounts steadily over months and years
  • Risk-conscious automated traders — Who understand that 4.3% DD beats 40% DD every time

Technical Requirements

  • Platform: MetaTrader 4 (MT5 version also available)
  • Instruments: XAUUSD, Forex majors, crosses
  • Timeframe: H1 recommended
  • Leverage: 1:500 used on live signal
  • Account Type: Any (ECN preferred)
  • VPS: Recommended for consistent operation

User Reviews

★★★★★ “The drawdown control is exceptional.”
I’ve tried many grid EAs and they all show 30-50% drawdowns. Metatron’s 4.3% max DD on a year-long signal is remarkable. The trend filtering actually works — you’re not fighting the market constantly.
— Henrik L., Stockholm

★★★★★ “Finally a grid EA I can trust.”
The ATR-based targets make all the difference. Instead of fixed pips that get destroyed in volatile markets, Metatron adapts. Consistent small wins add up over time.
— Priya S., Singapore

★★★★☆ “Love the manual mode.”
I use it to manage my own Gold entries. I take the trade, Metatron handles the averaging and exit. Best of both worlds — my discretion plus professional management.
— Marco T., Milan

★★★★★ “Conservative but profitable.”
21% annual isn’t going to make you rich overnight, but it’s real, sustainable growth. After losing money on aggressive EAs, this is exactly what I needed.
— James W., London

★★★★★ “The signal sold me.”
I watched the signal for months before buying. Consistent equity curve, minimal drawdowns, actual withdrawals taken. This isn’t backtest fantasy — it works in live markets.
— Yuki N., Tokyo

Our Assessment

Transparent evaluation based on verified live performance:

What We Found:

  • Live Performance: 21% growth with 4.3% max drawdown — exceptional risk-adjusted returns
  • Win Rate: 74.7% — consistent profitability
  • Strategy: EMA trend + ADX strength + smart grid + ATR volatility adaptation
  • Risk Control: 0.9% max deposit load — ultra-conservative position sizing
  • Flexibility: AUTO or MANUAL mode — suits both hands-off and discretionary traders
  • Volatility Adaptation: ATR/ADR-based TP/SL adjusts to real market conditions
  • Grid Design: Progressive pip-steps prevent premature grid exhaustion
  • Best Suited For: Conservative traders prioritizing capital preservation
  • Not For: Traders seeking explosive short-term returns
  • Overall: The low drawdown and steady equity curve demonstrate what’s possible when grid trading is done intelligently. Metatron trades with the trend, adapts to volatility, and keeps risk controlled. Exactly what professional traders want.

Understanding Metatron’s Approach

Metatron uses grid averaging but isn’t “martingale” in the dangerous sense:

What Makes It Different

  • Trend Filtering: Only trades with confirmed trend direction — not against it
  • Strength Confirmation: ADX prevents entries in weak, choppy markets
  • Progressive Grid: Wider spacing at deeper levels absorbs volatility
  • Volatility Exits: ATR-based targets close positions appropriately
  • Conservative Sizing: 0.9% deposit load means plenty of margin runway

The Risk Profile

Grid systems always carry the risk of extended adverse moves. Metatron mitigates this through trend alignment and volatility adaptation, but the risk exists. The 4.3% max DD over a full year suggests the mitigation works, but always trade with capital you can afford to lose.

Conclusion

Metatron EA for MT4 delivers what most grid systems promise but fail to deliver: consistent growth with controlled risk.

21% annual growth won’t make headlines. But 4.3% max drawdown over a full year of live trading? That’s exceptional. The combination of EMA trend filtering, ADX strength confirmation, dynamic grid spacing, and ATR-based volatility adaptation creates a system that actually respects risk management.

Whether you run it fully automatic or use manual mode to manage your own entries, Metatron provides institutional-grade trade management. The verified live signal demonstrates the approach works in real markets — not just backtests.

For traders who prioritize sustainable growth over aggressive returns, Metatron delivers precision, control, and adaptation.

What Do You Receive?

– Metatron 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 Metatron

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

Metatron EA MT4 FAQs

Still deciding?

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

What are the verified live signal results?

21% growth with 4.3% max drawdown over a full year. 74.7% win rate, 100% algorithmic trading, 0.9% max deposit load. Verified on MQL5: Metatron Signal

What strategy does Metatron use?

Combines EMA trend confirmation, ADX strength filtering, smart grid averaging with dynamic pip-steps, and ATR-based volatility-adaptive risk management. Trades only during confirmed trend conditions.

Is this a martingale EA?

It uses grid averaging with lot multiplication, but not in the dangerous sense. Trend filtering ensures entries align with market direction. Volatility-based exits adapt to conditions. The 4.3% max DD demonstrates controlled implementation.

What’s the maximum drawdown shown?

4.3% — exceptionally low for any grid-based system. Most comparable EAs show 20-50% drawdowns. The combination of trend filtering and conservative sizing keeps risk controlled.

What pairs does it trade?

XAUUSD (Gold) is the primary instrument on the live signal. Also works on Forex majors and crosses — adjust grid settings based on pair volatility.

What are the two operating modes?

AUTO Mode: Fully automated — EA handles entries, averaging, SL/TP, trailing, and closure. MANUAL Mode: EA only manages manually opened trades. Built-in Buy/Sell/Close All buttons for discretionary traders.

How does the volatility adaptation work?

Take Profit is set as % of ADR (Average Daily Range). Stop Loss uses ATR multiplier (default 2.5x ATR). Trailing Stop activates at 1.0x ATR with 0.5x ATR steps. All targets scale with current market volatility.

What’s the dynamic pip-step table?

Grid spacing increases progressively: 10, 20, 20, 30, 30, 30, 40, 40, 40, 50… pips. Early levels are tight for quick recovery, deeper levels space out to absorb larger retracements.

What lot multiplier is used?

Default is 2.0x (standard doubling). Fully adjustable in settings. The live signal’s 0.9% max deposit load shows conservative base lot sizing.

What trading hours does it use?

Default: 01:00 to 23:00 server time. Configurable start/stop times. Optional “Close All by Time” feature for forced position closure.

What timeframe should I use?

H1 recommended. ATR/ADR calculations work best on hourly data for intraday volatility adaptation.

What leverage is recommended?

The live signal uses 1:500. Higher leverage provides margin runway for grid positions, but always use conservative lot sizing.

Does it work on MT5?

Yes. MT5 version available separately: Metatron MT5

Is there a video demonstration?

Yes. Watch Metatron in action with visual backtest: YouTube Video

What makes the 4.3% drawdown so impressive?

Most grid EAs show 20-50% drawdowns because they enter randomly and fight the market. Metatron’s trend filtering, strength confirmation, and volatility adaptation mean fewer adverse sequences and faster recovery when they occur.

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

Metatron EA MT4 for $239.96 with crypto

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

Metatron EA MT4$239.96with crypto$299.95 with card