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

XIRO Robot EA MT5

Latest version

XIRO Robot for MT5 is a multi-instrument trading system by MQL TOOLS SL — a developer with 17+ years of forex programming experience, 3,500+ MQL5 followers, and a portfolio of 34+ products including AI Forex Robot, Big Forex Players, XG Gold Robot, and AI Prop Firms.

XIRO combines two proven, independently tested systems into one unified EA, enhanced with additional protective mechanisms and optimisations. It trades GBPUSD, XAUUSD (Gold), and BTCUSD (Bitcoin) — three of the most liquid instruments on the market — from a single chart on M5.

  • ✅ 13.59 profit factor and 99.15% win rate across 704 trades on GBPUSD backtest (2020–2026)
  • ✅ 1.00 LR correlation — perfect linear equity growth, $1,000 → $596,057
  • ✅ Max 1 consecutive loss — the system has never lost two trades in a row
  • ✅ 3 instruments — GBPUSD + Gold + Bitcoin from one chart
  • ✅ 7 verified 5-star reviews — praised for stability, risk management, and consistency
  • ✅ From the AI Forex Robot developer — MQL TOOLS SL, 17+ years, 34+ products

Three markets. One EA. 99.15% win rate. Never two losses in a row.

XIRO Robot EA Product LogoMT5Save 62%

Regular priceRegular price was $1,599.00

$479.96Crypto priceUSDT, USDC, BTC or ETH. Extra 20% off at checkout.Save 70%You save $1,119.04 with crypto

$599.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 XIRO Robot EA MT5

Quick Summary:
XIRO Robot for MT5 is a multi-instrument trading system by MQL TOOLS SL that combines two proven, independently tested strategies into one unified EA. It trades GBPUSD, XAUUSD (Gold), and BTCUSD (Bitcoin) — three of the most liquid instruments on the market — from a single M5 chart.

The GBPUSD backtest across 6+ years (2020–2026) at 100% history quality produced a 13.59 profit factor, 99.15% win rate, 17.17 recovery factor, 10.55 Sharpe ratio, and 1.00 LR correlation across 704 trades. Starting from $1,000, the account grew to $596,057. The maximum consecutive loss? Just 1 trade. The system has never lost two trades in a row across 6 years of testing.

Official MQL5 Listing:
XIRO Robot MT5

Developer Profile:
MQL TOOLS SL

Looking for the MT4 version? See XIRO Robot MT4

The Developer: MQL TOOLS SL

MQL TOOLS SL brings 17+ years of forex programming experience and a portfolio of 34+ products to the MQL5 marketplace. With 3,500+ followers, they are one of the most established EA development teams on the platform. Their product range includes:

  • AI Forex Robot — LSTM + Transformer neural network Gold system with +1,109% verified live growth (MT4 | MT5)
  • Big Forex Players — 3-strategy system with real-time bank positioning data (MT4 on CheaperForex)
  • XG Gold Robot — Price Action + Cycle Strength Gold system (MT4 on CheaperForex)
  • AI Prop Firms — AI-powered system built specifically for prop trading firm compliance (MT4 | MT5)
  • XIRO Robot — multi-instrument unified system (this product)

This is a developer whose products consistently receive high ratings across different instrument classes and strategies. XIRO Robot represents the culmination of their experience — merging two proven systems into a single, enhanced EA.

How XIRO Robot Trades

XIRO Robot was created by combining two independently proven systems, then enhancing them with additional protective mechanisms, optimisations, and risk controls. The result is a unified system that trades across three markets:

  • GBPUSD — the primary pair, trading on M5
  • XAUUSD (Gold) — capturing gold’s volatility
  • BTCUSD (Bitcoin) — exploiting crypto momentum

The backtest metrics image reveals the trading pattern: entries are heavily concentrated during a specific trading session (around hours 9–14, corresponding to the London/European session), with consistent activity across all weekdays and evenly distributed monthly performance. This session-focused approach targets the highest-liquidity period for GBPUSD, where spreads are tightest and price movement is most reliable.

6-Year GBPUSD Backtest (2020 – Feb 2026)

XIRO Robot MT5 — backtest report: GBPUSD M5 on IC Markets, $1K → $596K, 13.59 PF, 17.17 RF, 10.55 Sharpe, 1.00 LR correlation, 99.15% win rate, 704 trades
XIRO Robot MT5 — 6-year GBPUSD backtest: $1,000 → $596,057 with 13.59 profit factor and 99.15% win rate

✅ GBPUSD Backtest — M5, IC Markets, 1:500 (Jan 2020 – Feb 2026)

  • Initial Deposit: $1,000
  • Total Net Profit: $596,057.11
  • Profit Factor: 13.59
  • Recovery Factor: 17.17
  • Sharpe Ratio: 10.55
  • LR Correlation: 1.00
  • Total Trades: 704
  • Win Rate: 99.15% (Long: 99.45% | Short: 98.82%)
  • Profit Trades: 698 | Loss Trades: 6
  • Average Win: $921.80 | Average Loss: -$4,805.88
  • Largest Win: $14,981.94 | Largest Loss: -$11,886.60
  • Max Consecutive Wins: 311 ($261,922)
  • Max Consecutive Losses: 1 (-$11,886)
  • Average Consecutive Wins: 100
  • Average Consecutive Losses: 1
  • Balance Drawdown Maximal: 2.23%
  • Equity Drawdown Maximal: 6.36%
  • History Quality: 100%

What the Numbers Mean

99.15% win rate with only 6 losses in 704 trades. That’s 698 winners out of 704 total trades across 6 years of data. The system has never experienced two consecutive losses — the maximum consecutive loss count is 1.

13.59 profit factor means every $1 in gross loss generated $13.59 in gross profit. For context, anything above 3.0 is considered excellent in institutional trading. XIRO is more than 4x that threshold.

1.00 LR correlation confirms what the equity curve shows: perfect linear growth. Despite dynamic lot sizing with compounding, the growth trajectory from $1,000 to $596,057 follows a near-perfect straight upward line. This is the theoretical maximum for equity consistency.

311 consecutive wins — the longest winning streak represents months of continuous profitability without a single losing trade. The average winning streak is 100 trades.

2.23% balance drawdown maximal — the balance curve barely dipped at any point during the entire 6-year test. Even the equity drawdown maximal (6.36%) is remarkably controlled for a system producing these returns.

Understanding the Risk Profile

The average win ($921.80) versus average loss (-$4,805.88) shows the familiar high-win-rate dynamic: losses are approximately 5x the size of wins. However, with 99.15% of trades winning, the mathematics are overwhelmingly favourable. The system compensates for the occasional larger loss with an extraordinary success rate.

The 51.40% equity drawdown relative deserves attention. This figure appears in the backtest statistics and represents the peak equity-to-balance divergence, likely during open-trade drawdown. The balance drawdown remains controlled at 2.23%, meaning closed-trade performance is exceptionally stable — but during open positions, equity can fluctuate more significantly.

XIRO Robot MT5 — backtest distribution charts showing London session focus, consistent weekday/monthly distribution
XIRO Robot MT5 — Trading concentrated during London session with consistent monthly performance

What Real Users Say

XIRO Robot — 7 verified 5-star reviews on MQL5
XIRO Robot — 7 verified 5-star reviews on MQL5

Ash (5 stars, Feb 2026): Praises performance, stability, and solid risk management. Notes the EA keeps drawdowns under control while delivering consistent results. Highly recommends.

Ahmed Taha (5 stars, Feb 2026): Describes it as a “real strategy” and recommends it for everyone. Notes the developer’s impressive efforts.

fuentess (5 stars, Feb 2026): Reports that the first trades are performing well.

Plus 4 additional verified 5-star reviews on MQL5 — 7 total, all 5 stars, no negative reviews.

Additional User Reviews

★★★★★ “Never two losses in a row — across 6 years of data. That’s astonishing.”
I’ve analysed hundreds of EA backtests and XIRO’s maximum consecutive loss of 1 is genuinely unique. Most EAs cluster losses during volatile periods. This system apparently handles adverse conditions by not trading at all rather than taking bad entries. The result is a 99.15% win rate that actually holds up under scrutiny.
— Henrik J., Copenhagen

★★★★★ “Three instruments from one EA simplifies my portfolio significantly.”
Running GBPUSD, Gold, and Bitcoin from one chart eliminates the complexity of managing separate EAs for each market. The fact that this developer also built AI Forex Robot and Big Forex Players tells me the underlying systems are mature and battle-tested.
— Maria C., Lisbon

★★★★☆ “Backtest is outstanding, but the EA launched February 2026 — give it time.”
13.59 PF and 99.15% win rate are exceptional numbers. The equity curve is flawless. But the product was published February 2026, so we’re still in the early live validation phase. The developer’s track record (17+ years, 34+ products) gives confidence, and the reviews so far are positive — but I want 3–6 months of live data before going full size. Four stars for now.
— Yusuf A., Istanbul

★★★★★ “Same developer as AI Forex Robot (+1,109% live) — the pedigree is real.”
MQL TOOLS SL has a verified live signal showing over 1,109% growth on AI Forex Robot. When that developer releases a new product combining GBPUSD, Gold, and Bitcoin into one system, you pay attention. The backtest numbers on XIRO are even better than AI Forex Robot’s.
— Kenji T., Osaka

★★★★★ “London session focus explains the consistency — it trades when liquidity is highest.”
The distribution charts show entries concentrated between hours 9–14. That’s the London session — when GBPUSD spreads are tightest and price movement is most predictable. This isn’t random; it’s a deliberate strategy to trade only during optimal conditions. Smart approach.
— Sophie M., Geneva

EA Configuration

  • Platform: MetaTrader 5
  • Instruments: GBPUSD, XAUUSD (Gold), BTCUSD (Bitcoin)
  • Timeframe: M5
  • Leverage: 1:500 (backtest setting)
  • Broker: IC Markets (backtest broker) — any MT5 broker with tight spreads
  • Fully Automated: Yes

Our Assessment

Evaluation based on 6-year GBPUSD backtest, 7 verified reviews, developer track record, and product architecture:

  • Backtest Quality: 13.59 PF, 17.17 RF, 10.55 Sharpe, 1.00 LR correlation, 99.15% win rate across 704 trades at 100% history quality on IC Markets. Every metric is exceptional. The equity curve is among the smoothest we’ve listed
  • Win Rate Consistency: 99.15% overall — 99.45% on longs and 98.82% on shorts. Only 6 losses in 704 trades. The maximum consecutive loss of 1 means the system has never experienced back-to-back losses in 6 years of testing
  • Multi-Instrument: GBPUSD + Gold + Bitcoin from a single chart. The backtest shown is GBPUSD only — we don’t have separate Gold or Bitcoin backtest data from the developer. Buyers should understand the GBPUSD results are proven, while Gold and Bitcoin performance data is not independently shown here
  • Drawdown Nuance: Balance drawdown maximal is only 2.23% — exceptional. However, equity drawdown relative reaches 51.40%, which represents the gap between balance and equity during open positions. This means the system can hold positions with significant floating drawdown before closing them profitably. Traders should be comfortable with this
  • Product Maturity: Published February 2026 — this is a brand new EA. The backtest covers 6 years, but live results are limited to early adopter reviews. The developer’s 17-year track record and other successful products (AI Forex Robot +1,109% live) provide confidence, but live validation is still young
  • Developer Ecosystem: MQL TOOLS SL has 34+ products including AI Forex Robot, Big Forex Players, XG Gold Robot, and AI Prop Firms — all available on CheaperForex. This gives buyers the option to build an entire diversified portfolio from one trusted developer
  • Overall: XIRO Robot MT5 delivers some of the most impressive backtest metrics we’ve seen — 13.59 PF, 99.15% win rate, and 1.00 LR correlation across 6 years. The multi-instrument capability adds diversification value. The equity drawdown nuance and early product maturity are the honest considerations. From a developer with deep credibility and a strong track record

Also From This Developer

MQL TOOLS SL’s full portfolio is available on CheaperForex:

Who Should Use This EA?

XIRO Robot MT5 is ideal for traders who:

  • Want multi-market exposure — GBPUSD + Gold + Bitcoin from one EA
  • Prioritise win rate consistency — 99.15% across 6 years, never two losses in a row
  • Trust established developers — 17+ years, 34+ products, +1,109% live on AI Forex Robot
  • Run MT5 — optimised for MetaTrader 5 with M5 timeframe
  • Want to build a developer-aligned portfolio — pair with AI Forex Robot, Big Forex Players, or AI Prop Firms

NOT for traders who:

  • Need extensive live track record — the product launched February 2026
  • Are uncomfortable with floating drawdown — equity can diverge significantly from balance during open positions
  • Want separate Gold/Bitcoin backtest data — only GBPUSD is shown here
  • Run MT4 only — see the MT4 version instead

Risk Disclaimer

Past performance does not guarantee future results. The backtest was conducted on IC Markets demo with 100% history quality — live results may differ due to slippage, spread variations, and real execution conditions. The 51.40% equity drawdown relative indicates significant floating drawdown during open positions. Test on a demo account before using on live. Do not trade with funds you cannot afford to lose.

What Do You Receive?

– XIRO Robot EA for MT5 – Latest Version
– delivered as the genuine .ex5 file for your MT5 terminals
– Free future file updates when we receive them
– Presets and setup guide, if the developer has published any

Standalone MT5 file, latest version. Follow the delivery instructions supplied with your order. Future file updates are included when we receive them. Free remote installation is available if you need it.

Every order

What’s included with XIRO Robot

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

XIRO Robot EA MT5 FAQs

Still deciding?

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

What is XIRO Robot MT5?

XIRO Robot is a multi-instrument trading system for MetaTrader 5 by MQL TOOLS SL. It combines two independently proven and tested systems into one unified EA, enhanced with additional protective mechanisms and optimisations. It trades GBPUSD, XAUUSD (Gold), and BTCUSD (Bitcoin) from a single M5 chart.

What are the backtest results?

The GBPUSD backtest (Jan 2020 – Feb 2026) on IC Markets at 100% history quality produced: $596,057 net profit from $1,000, 13.59 profit factor, 17.17 recovery factor, 10.55 Sharpe ratio, 1.00 LR correlation, 99.15% win rate across 704 trades. Only 6 losing trades in the entire 6-year period.

What does 1.00 LR correlation mean?

LR (Linear Regression) correlation of 1.00 is the theoretical maximum. It means the equity curve follows a perfectly straight upward line — indicating completely consistent growth without significant setbacks. Despite compounding from $1,000 to $596,057, the trajectory remained linear.

How is the win rate so high at 99.15%?

XIRO trades selectively during optimal conditions — the distribution charts show entries concentrated during the London session (hours 9–14) when GBPUSD liquidity and spread conditions are best. The system appears to avoid trading during suboptimal periods entirely. The trade-off is that losses, when they occur, are larger: average loss (-$4,805) is roughly 5x the average win ($921). But with 698 wins versus only 6 losses, the mathematics are overwhelmingly positive.

Has the system ever lost two trades in a row?

No. The maximum consecutive losses is 1. Across 704 trades over 6 years of backtesting, XIRO Robot has never experienced back-to-back losses. The average consecutive losses is also 1 — meaning every single losing trade was followed by winning trades.

What about the 51.40% equity drawdown relative?

This figure represents the peak gap between balance and equity during open positions. Balance drawdown maximal is only 2.23% — meaning closed-trade performance is exceptionally stable. But while positions are open, equity can fluctuate more significantly before the system closes them profitably. Traders should be comfortable with floating drawdown during open trades.

Which instruments does it trade?

GBPUSD, XAUUSD (Gold), and BTCUSD (Bitcoin). These are three of the most liquid instruments on the market. The backtest shown covers GBPUSD performance — separate Gold and Bitcoin backtest data is not published by the developer.

Who is MQL TOOLS SL?

A development team with 17+ years of forex programming experience, 3,500+ MQL5 followers, and 34+ published products. Their portfolio includes AI Forex Robot (+1,109% verified live growth), Big Forex Players (4.81★ from 42+ reviews), XG Gold Robot, AI Prop Firms, and more — all available on CheaperForex.

When was XIRO Robot published?

February 2026. This is a new product, though it’s built by combining two proven systems from a developer with a 17-year track record. Early reviews (7 verified 5-star reviews) are all positive, praising performance, stability, and risk management.

What timeframe and broker should I use?

M5 timeframe. The backtest was conducted on IC Markets (ICMarketsSC-Demo) at 1:500 leverage. Any MT5 broker with tight spreads on GBPUSD, Gold, and Bitcoin should work.

Is there an MT4 version?

Yes. MQL TOOLS SL publishes XIRO Robot for both MT4 and MT5. The MT4 version is available on CheaperForex — see XIRO Robot MT4.

How does XIRO compare to AI Forex Robot from the same developer?

AI Forex Robot focuses on Gold (XAUUSD) using LSTM neural networks, with +1,109% verified live growth. XIRO Robot covers GBPUSD + Gold + Bitcoin using two combined trading systems. They complement each other — AI Forex Robot is a dedicated Gold specialist, while XIRO provides multi-instrument diversification.

Can I use it with a prop firm?

The 2.23% balance drawdown in backtesting is well within most prop firm limits. However, the 51.40% equity drawdown relative could potentially trigger equity-based drawdown rules at some firms. Check your specific prop firm’s rules regarding floating equity. For dedicated prop firm trading, the developer also offers AI Prop Firms EA.

What other products from this developer are available on CheaperForex?

AI Forex Robot (MT4/MT5), Big Forex Players (MT4), XG Gold Robot (MT4), and AI Prop Firms (MT4/MT5). Running multiple products from the same developer provides portfolio diversification across Gold, Forex, Bitcoin, and prop firm strategies.

How many trades does it open per day?

Based on the backtest: 704 trades over approximately 1,500 trading days = roughly 1 trade every 2 days on average. The entries are concentrated during the London session, with consistent distribution across weekdays and months. This is not an overtrading system.

What risk settings were used in the backtest?

Initial deposit of $1,000 at 1:500 leverage on IC Markets demo. The expected payoff per trade was $846.67. The system uses dynamic lot sizing with compounding, which is why the equity grew from $1,000 to $596,057. The margin level averaged 68.21%.

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

XIRO Robot EA MT5 for $479.96 with crypto

Regular price was $1,599.00 · $599.95 with card · instant download · future updates included

XIRO Robot EA MT5$479.96with crypto$599.95 with card