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

Byrdi AI EA MT5

Latest version

Byrdi AI for MT5 by Brandon is a distributed trading intelligence system built as a living mesh — a genuinely different architecture from conventional single-terminal Expert Advisors. Where most EAs run in isolation (one terminal, one symbol, one decision at a time), Byrdi connects multiple instances running across multiple terminals, brokers, and accounts into a real-time communicating mesh network. Each node operates independently with its own AI strategy, while the mesh decides in rotation which asset is analysed where — creating diversification and shared intelligence across the entire network.

Byrdi comes from the developer who pioneered AI-integrated retail trading EAs on MQL5 (the same developer behind AiQ, Nano Machine, and the Syna ecosystem). It’s prop-firm ready, backed by a verified IC Markets live signal, and supported by an active community. Byrdi is a standalone product that operates independently — you can run it on its own or alongside other systems.

  • ✅ Mesh node network architecture — multiple terminals communicating in real time, each node running its own AI strategy with mesh-coordinated asset rotation
  • ✅ Prop firm ready, verified IC Markets live signal — built by the developer who pioneered AI-integrated retail EAs on MQL5

Distributed mesh trading intelligence for MT5.

Byrdi EA LogoMT5Save 55%

Regular priceRegular price was $997.97

$359.96Crypto priceUSDT, USDC, BTC or ETH. Extra 20% off at checkout.Save 64%You save $638.01 with crypto

$449.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 Byrdi AI EA MT5

Quick Summary:
Byrdi AI for MT5 is a distributed trading intelligence system by Brandon — the developer who pioneered AI-integrated retail trading EAs on MQL5. Byrdi introduces a genuinely novel architecture: instead of running as an isolated single-terminal robot, it operates as a mesh node network where multiple instances across multiple terminals, brokers, and accounts communicate with each other in real time.

Each node operates independently with its own AI strategy, while the mesh coordinates in rotation which asset is analysed where. This creates diversification and shared intelligence across the entire network — every node benefits from the strategies running on the others. It’s a fundamentally different concept from conventional EAs, and one of the first genuine implementations of distributed mesh trading on the MQL5 platform.

✅ Included with your CheaperForex purchase:

  • Full Byrdi user manual — installation, mesh configuration, every input and the on-chart display explained
  • Developer’s optimised set files — preconfigured for the recommended brokers and ready to load
  • Access to the developer’s active Telegram community — where users share configurations, settings, and practical guidance
  • Latest version of the EA with future updates

Official MQL5 Listing:
Byrdi AI MT5 — MQL5 Marketplace

Verified Live Signal:
Byrdi AI — MQL5 Signals (IC Markets)

The Developer Discusses Byrdi

The developer walks through Byrdi’s mesh architecture and how the node network operates.

Why Byrdi Is Different

  • Mesh node network architecture — the core innovation. Multiple Byrdi instances communicate in real time across terminals, brokers, and accounts rather than running in isolation.
  • Independent AI strategies per node — each terminal can run its own AI strategy, while the mesh coordinates the overall network behaviour.
  • Mesh-coordinated asset rotation — the network decides in rotation which asset is analysed where, preventing duplication and maximising coverage across the available symbols.
  • Shared intelligence — each node benefits from information shared by the others, creating diversification that a single-terminal EA cannot achieve.
  • Prop firm ready — the architecture and risk controls are designed to be compatible with prop firm requirements.
  • Verified live signal — Byrdi runs a public live signal on IC Markets using the same logic and execution rules supplied with the EA.
  • Built by an established AI-EA developer — Brandon pioneered AI-integrated retail trading EAs on MQL5 and maintains a portfolio of well-regarded products.
  • Manual, set files and active community included — every purchase ships with the developer’s full user manual, optimised set files, and access to his Telegram community for configuration and settings.

How the Mesh Works

Conventional Expert Advisors run in isolation: one terminal, one symbol, one decision at a time, with no awareness of anything happening elsewhere. This means each instance duplicates effort, can’t diversify intelligently across symbols, and has no way to coordinate risk across a portfolio of accounts.

Byrdi takes a different approach. When you run multiple Byrdi instances — across different terminals, brokers, or accounts — they connect into a mesh and communicate in real time. The practical benefits:

Coordinated asset coverage: Rather than every node analysing the same symbol, the mesh rotates which node covers which asset. With four nodes running nine assets (as one early reviewer described), the mesh distributes analysis intelligently rather than duplicating it.

Per-node AI strategy: Each node can run its own AI strategy configuration. This means a single mesh can blend multiple approaches — one node running a more aggressive configuration, another more conservative — with the mesh balancing the overall network.

Diversification through the mesh: Because each node benefits from the strategies running on the others, the network as a whole achieves diversification that’s impossible with isolated single-terminal EAs.

Scalable architecture: Start with one node and add more terminals over time. The mesh grows as you add instances, with each new node contributing to and benefiting from the shared intelligence.

What Early Users Are Saying

Byrdi AI customer reviews on MQL5 showing 5-star ratings from Guus, Michael 888, and Abel Liu praising the mesh node architecture, diversification, ease of setup, and the developer Brandon's product quality and community support
Early Byrdi AI reviews on MQL5 — 5-star feedback on the mesh architecture and the developer’s track record.

Byrdi launched to strong early reviews from buyers who recognised the novelty of the mesh approach. Reviewers highlighted the real-time node coordination, the diversification benefits of running multiple nodes, the ease of setup, and the developer’s established reputation across his product portfolio. Several reviewers referenced positive experiences with the developer’s other products (Nano Machine and others) as the reason they trusted Byrdi at launch.

Set Files and Active Community Support — Included

Byrdi AI developer Telegram community group showing active member discussions about EA configuration, settings, and trading pairs with moderators and members actively engaging
Every Byrdi purchase includes the developer’s optimised set files and access to his active Telegram community.

Every Byrdi purchase from CheaperForex includes the developer’s optimised set files — preconfigured for the recommended brokers so you can load and run rather than tune from scratch. You also receive access to the developer’s active Telegram community, where users share configurations, discuss optimal settings, and exchange practical knowledge about running multi-node setups. For a system as novel as a mesh node network, that community access is genuinely valuable: the optimal way to configure multiple nodes isn’t something a generic EA manual will tell you, and the community is where that practical knowledge gets shared.

Full User Manual — Included With Every Purchase

Byrdi AI EA MT5 user manual cover page by Brandon Autry showing comprehensive installation and setup guide with detailed explanation of settings and functions, June 2026 edition
The Byrdi user manual — a complete walkthrough of installation, setup, and every input.

Byrdi ships with a detailed user manual covering installation, mesh configuration, and every input on the EA. It is not a one-page quickstart — it is a full document explaining how the mesh node network behaves, what each setting does, and what to look for on the on-chart display so you can verify each node is connecting and operating correctly.

Byrdi AI user manual page showing mesh rotation status display with AUDCAD AUDNZD NZDCAD assets, connection states for APIs, and the Inputs tab in MT5 with installation guide, commons and chart timeframe settings
Sample pages from the Byrdi manual — mesh rotation status, connection states, and the EA inputs explained.

What the manual covers in depth:

  • Installation and licensing — every step from purchase to a running terminal
  • The on-chart mesh display — how to read the rotation panel, current prediction, news/volatility/spread indicators, and the Connected / Partial / Disconnected API status (so you know when something needs attention rather than guessing)
  • Every input on the EA — what each setting in the Inputs tab does, grouped into categories: installation guide, commons, chart timeframe, AI integration, risk parameters, and trading strategy customisation
  • Mesh configuration — how to set up a multi-node deployment so the network coordinates rather than duplicating effort
  • Common issues and fixes — including what to do when API status shows Disconnected or Partial

Combined with the optimised set files and the active Telegram community, the manual means you are not on your own figuring out a novel architecture — you have the documentation, the preconfigured starting points, and the community in the same package.

Other Products by This Developer

Brandon maintains a portfolio of AI-integrated trading systems. CheaperForex also stocks:

Note that Byrdi is a standalone product that operates independently of the Syna ecosystem — you can run it on its own, or alongside the developer’s other systems as part of a broader portfolio.

EA Setup at a Glance

  • Platform: MetaTrader 5
  • Architecture: Mesh node network (run one or multiple instances)
  • Strategy: Per-node AI strategy with mesh-coordinated asset rotation
  • Account Type: ECN / Raw Spread recommended (IC Markets or TMGM specified by developer)
  • Risk Profile: Prop firm ready
  • VPS: Required for continuous operation (one per terminal/node)
  • Set Files: Optimised set files included with purchase
  • Community: Telegram group access included

Who Byrdi Is For

Ideal for traders who:

  • Want a genuinely novel architecture rather than another conventional single-terminal EA
  • Run (or plan to run) multiple terminals, brokers, or accounts that can be connected into a mesh
  • Value diversification through coordinated multi-node trading
  • Trust the developer’s established track record with AI-integrated EAs on MQL5
  • Want prop-firm-ready architecture with a verified live signal
  • Want optimised set files and an active community to lean on for configuration
  • Trade on IC Markets, TMGM, or similar ECN/Raw brokers

What You Receive

  • Byrdi AI for MT5 — Latest Version
  • Full Byrdi user manual — complete walkthrough of installation, mesh configuration, every input, and the on-chart display
  • Developer’s optimised set files — preconfigured for the recommended brokers
  • Access to the developer’s active Telegram community — configurations, settings, and practical guidance
  • Free lifetime updates

Risk Disclaimer

Trading financial instruments involves significant risk and may result in the loss of capital. While Byrdi’s mesh architecture is designed for diversification and coordinated risk management, no trading system can guarantee profits, and drawdown can occur during adverse market conditions. The verified live signal demonstrates the EA’s intended behaviour on a reputable ECN broker, but live results vary with broker conditions, spread, slippage, and configuration. Test on demo for 2-4 weeks before live deployment, use conservative position sizing during the initial period, and never deploy funds you cannot afford to lose. Past performance — whether from backtests or live signals — does not guarantee future results.

Want the Full Analysis?

📖 Read our complete Byrdi AI EA review →

Includes a detailed breakdown of the mesh node architecture, how to configure multiple nodes for optimal diversification, the verified live signal data, broker recommendations, the developer’s track record across his product portfolio, and our verdict on whether Byrdi is the right system for your trading setup.

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 Byrdi AI

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

Byrdi AI EA MT5 FAQs

Still deciding?

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

What is Byrdi AI EA?

Byrdi AI is a distributed trading intelligence system for MetaTrader 5 by Brandon — the developer who pioneered AI-integrated retail trading EAs on MQL5. Unlike conventional EAs that run in isolation, Byrdi operates as a mesh node network: multiple instances running across multiple terminals, brokers, and accounts communicate with each other in real time. Each node runs its own AI strategy while the mesh coordinates which asset is analysed where, creating diversification and shared intelligence across the entire network.

How is Byrdi delivered?

This offer supplies the latest version as a standalone MT5 file. Follow the delivery instructions supplied with your order. Future file updates are included when we receive them. If you prefer managed installation, request it using your order instructions.

What is the mesh node network?

The mesh is Byrdi’s core innovation. When you run multiple Byrdi instances across different terminals, brokers, or accounts, they connect and communicate in real time. Rather than each instance duplicating the same analysis, the mesh rotates which node covers which asset — coordinating coverage across the network. Each node can run its own AI strategy, and every node benefits from the strategies running on the others. This creates diversification that’s impossible with isolated single-terminal EAs.

Do I need multiple terminals to use Byrdi?

No — you can run Byrdi as a single node to start. However, the mesh architecture is where Byrdi’s real advantage lies, so the system is designed to scale as you add more terminals over time. Many users start with one node and expand to a multi-node mesh as they get comfortable with the configuration. The developer’s Telegram community is a good resource for learning how to configure a multi-node setup optimally.

Is Byrdi part of the Syna ecosystem?

No. Byrdi is a standalone product that operates independently of the Syna ecosystem. While it’s built by the same developer (who also created Syna, Nano Machine, and other AI-integrated EAs), Byrdi runs on its own architecture. You can run Byrdi by itself, or alongside the developer’s other products as part of a broader portfolio — but it doesn’t require Syna or any other product to function.

Is Byrdi prop firm compatible?

Yes — the developer states Byrdi is prop firm ready. The architecture and risk controls are designed to be compatible with prop firm requirements. The mesh coordination can help manage risk across multiple accounts, which is relevant for traders running several prop firm challenges simultaneously. As with any EA on a prop firm challenge, test the configuration thoroughly on demo first and use conservative settings that align with your specific prop firm’s drawdown rules.

What broker should I use?

The developer specifically recommends IC Markets or TMGM — both reputable ECN/Raw-spread brokers. The verified live signal runs on IC Markets, so using a similar broker helps align your live trading behaviour with the signal’s execution characteristics. Low-spread ECN/Raw accounts are important for the EA’s performance. Each node in your mesh can run on a different broker, which is part of how the mesh achieves diversification.

What’s included with the Telegram community access?

Every Byrdi purchase includes access to the developer’s active Telegram group. This is where users share configurations, discuss optimal settings for multi-node setups, and get direct guidance from the developer and experienced community members. For a system as novel as a mesh node network, the community is genuinely valuable — the practical knowledge of how to configure multiple nodes for optimal diversification is shared there rather than in a generic manual.

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

Byrdi AI EA MT5 for $359.96 with crypto

Regular price was $997.97 · $449.95 with card · instant download · future updates included

Byrdi AI EA MT5$359.96with crypto$449.95 with card