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

Official MT5 version · Gold EA

Nexorion Initium Novum EA MT5

Latest version

Nexorion Initium Novum for MT5 by Valentina Zhuchkova is a Gold / XAUUSD Expert Advisor that trades on the H1 timeframe using an institutional-liquidity approach. The system identifies Buy-Side and Sell-Side liquidity zones (BSL/SSL), calculates equilibrium (EQ) levels to map premium and discount areas, and projects its decision-making as geometry directly on the chart. Every position is opened with a deterministic stop loss.

The developer states that martingale, grid, and averaging are excluded from the code.
A real-money live signal is published on MQL5 as a transparent reference. The EA ships as a standalone file you can run across your own terminals, and is designed for traders who want a single-pair Gold system with visible, rule-based entry logic rather than a black box.

  • ✅ XAUUSD H1 institutional-liquidity system — BSL/SSL liquidity pools, EQ equilibrium levels, on-chart geometric visualisation
  • ✅ Deterministic stop loss on every trade, no martingale or grid — the developer excludes averaging and recovery methods from the code
  • ✅ Published live signal + standalone file — real-money MQL5 reference, install on your own MT5 terminals with no activation limits

XAUUSD H1 institutional-liquidity Gold EA with deterministic stops and a published live signal.

Nexorion Initium Novum EA LogoMT5Save 44%

Regular priceRegular price was $899.00

$399.96Crypto priceUSDT, USDC, BTC or ETH. Extra 20% off at checkout.Save 56%You save $499.04 with crypto

$499.95 with card

Visa, Mastercard, Apple Pay and Google Pay accepted.

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

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

Source code (.mq5) available at checkout.

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

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

Product description

About Nexorion Initium Novum EA MT5

Quick Summary:
Nexorion Initium Novum for MT5 by Valentina Zhuchkova is a Gold / XAUUSD Expert Advisor trading the H1 timeframe on an institutional-liquidity model. It maps Buy-Side and Sell-Side liquidity (BSL/SSL), calculates equilibrium (EQ) levels to define premium and discount zones, and projects its analysis as geometry directly on the chart. Every trade carries a deterministic stop loss, and the developer states martingale, grid, and averaging are excluded from the code. Published in May 2026, it is backed by a public real-money MQL5 live signal.

Official MQL5 Listing:
Nexorion Initium Novum EA — MQL5 Marketplace

Developer’s Live Signal:
Nexorion Initium Novum live signal

Why Nexorion Initium Novum

  • Gold specialist — built exclusively for XAUUSD on the H1 timeframe
  • Institutional-liquidity model — identifies BSL/SSL liquidity pools and EQ equilibrium levels rather than relying on standard lagging indicators
  • Visible logic — the EA draws its liquidity geometry and decision zones directly on the chart, so entries aren’t a black box
  • Deterministic stop loss — every position is opened with a fixed, predefined SL
  • No martingale, grid, or averaging — the developer states these are excluded from the program code
  • Published live signal — a public, real-money MQL5 reference account
  • Standalone file — install on your own MT5 terminals without activation limits

How It Works

Nexorion Initium Novum is a single-pair Gold system. Rather than reacting to a single indicator, it builds a map of where liquidity sits — Buy-Side and Sell-Side pools — and calculates equilibrium (EQ) levels to separate premium from discount zones. Entries are then taken with reference to that structure.

Its distinguishing feature is visualisation: the EA projects its liquidity geometry and decision zones onto the chart, so you can see the structure it’s acting on. Every trade is opened with a deterministic stop loss, and the developer is explicit that no martingale, grid, or averaging is used.

Live Signal

Nexorion Initium Novum EA MQL5 live signal showing about 314 percent growth from a 500 USD deposit, 92.6 percent profit trades, 11.1 percent maximum drawdown, on Weltrade at 1:1000 leverage
The developer’s published MQL5 live signal — a real-money reference account.
  • Account: real-money MQL5 signal, started May 2026 (~13 weeks tracked)
  • Growth: ~+314% from a $500 deposit
  • Profit trades: 92.6%
  • Maximum drawdown: 11.1%

The signal is young and runs on a high-leverage account, so read it as an early indication rather than a settled track record. Our full review examines it honestly, including the broker it runs on and how to weigh the numbers.

EA Setup at a Glance

  • Platform: MetaTrader 5
  • Pair: XAUUSD only (Gold)
  • Timeframe: H1
  • Strategy: Institutional-liquidity model — BSL/SSL pools, EQ equilibrium levels, deterministic SL
  • Risk methods excluded: no martingale, grid, or averaging
  • Account: ECN / Raw Spread with tight XAUUSD spreads
  • VPS: Recommended for continuous H1 operation

What You Receive

  • Nexorion Initium Novum for MT5 — Latest Version
  • All presets and every future update

Risk Disclaimer

XAUUSD trading on the H1 timeframe is subject to sharp news-driven volatility (NFP, CPI, FOMC, geopolitical events) that can move price beyond normal parameters. While Nexorion Initium Novum applies a deterministic stop loss to every trade and excludes martingale, grid, and averaging, drawdowns still occur, and the published live signal is young and runs on a high-leverage account. Backtest results are theoretical and not live results. Test on demo on your intended broker first, use conservative position sizing while validating, and never deploy capital you cannot afford to lose. Past performance — backtest or live — does not guarantee future results.

Full Review & Analysis

📖 Read our complete Nexorion Initium Novum EA review →

An honest editorial breakdown: how the liquidity model works, a critical look at the live signal and the developer’s backtest claims, the broker question, our verdict, and where to get Nexorion safely.

Standalone MT5 file, latest version. Follow the delivery instructions supplied with your order. Future file updates are included when we receive them. Managed installation is also available on request.

Every order

What’s included with Nexorion Initium Novum

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

  • Instant download

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

  • Installation guide

    Step-by-step PDF with screenshots.

  • Optimized presets

    Ready-to-use configuration files.

  • Future updates

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

  • Unlimited activations

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

  • Free remote installation

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

7-day money-back guarantee

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

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

Product FAQs

Nexorion Initium Novum EA MT5 FAQs

Still deciding?

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

What is Nexorion Initium Novum EA?

Nexorion Initium Novum is a Gold / XAUUSD Expert Advisor for MetaTrader 5 by Valentina Zhuchkova. It trades on the H1 timeframe using an institutional-liquidity approach — identifying Buy-Side and Sell-Side liquidity zones (BSL/SSL) and calculating equilibrium (EQ) levels to define premium and discount areas. Its decision-making is drawn as geometry directly on the chart, and every position is opened with a deterministic stop loss. The developer states it does not use martingale, grid, or averaging.

What broker and account type do I need?

An ECN or Raw Spread account offering XAUUSD with tight spreads. As with any Gold system, low spreads and clean execution matter, so a reputable low-latency broker is preferred. Match leverage to your jurisdiction’s availability.

What timeframe and deposit should I use?

The EA trades XAUUSD on the H1 timeframe. There’s no fixed minimum, but Gold is volatile, so fund the account with enough headroom for the strategy’s drawdown and start with conservative position sizing while you validate on your own broker.

Does it use martingale or grid?

No. The developer states martingale, grid, and averaging are excluded from the program code, and that a deterministic stop loss is applied to every position. This is a meaningful distinction from the recovery-based gold EAs that dominate the marketplace.

Is there a live track record?

Yes — a real-money live signal is published on MQL5. It’s worth examining closely rather than taking at face value: it’s a young signal on a high-leverage account. Our full review breaks down exactly what the live data does and doesn’t show.

Does it work on MT4?

No. Nexorion Initium Novum is built for MetaTrader 5 only.

Does it need a VPS?

A low-latency VPS is recommended so the EA can manage H1 trades continuously, including when your own machine is off.

How is it delivered by CheaperForex?

As a standalone file you can install on your own MT5 terminals without activation limits, at a significant discount versus the MQL5 marketplace price. See our full review for an honest assessment before you buy.

The CheaperForex difference

Why 28,000+ traders choose CheaperForex

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

Ready when you are

Nexorion Initium Novum EA MT5 for $399.96 with crypto

Regular price was $899.00 · $499.95 with card · instant download · future updates included

Nexorion Initium Novum EA MT5$399.96with crypto$499.95 with card