OFX Ea

  • Experts
  • Malik Muhammad Naveed
    Malik Muhammad Naveed
    ========================================================
    ABOUT THE SELLER / AUTHOR (for MQL5 profile & products)
    ========================================================
    ----------------------------------------
    SHORT VERSION (profile "About me" / signature)
  • Version: 1.20
========================================================
OFX EA — MQL5 MARKET PRODUCT DESCRIPTION
(formatting notes: **bold** = editor Bold button;
 lines starting with "•" = bullet-list button;
 UPPERCASE lines = section headings)
========================================================

SHORT TITLE (product name field):
OFX EA — OrderFlow Conviction Meter & Signals for XAUUSD (Gold)


-------------------------------------------------------
OVERVIEW
-------------------------------------------------------
**OFX EA** is the brain of the OrderFlow suite. It reads every engine as an
**independent** vote, combines them into one **conviction meter**, and fires clean
**BUY / SELL signals** only when enough engines agree. It can run as a
**signals-only** assistant, a **demo** auto-trader, or a **live** auto-trader — you
decide, deliberately. It also keeps an **honest, auto-graded journal** so you can see
its real track record, broken down by kill zone.

Everything is bundled into a single self-contained file — the order-flow engines are
built in. Purpose-built for **XAUUSD (Gold)**, recommended on **H1**.


-------------------------------------------------------
WHAT IT DOES
-------------------------------------------------------
• **Conviction meter** — blends four independent engines into one net score with
  direction and an agreement count (e.g. +0.62 BUY, 3/4 engines agree):
   – **A OrderFlow** (Delta + CVD)
   – **B MoneyFlow** (CMF / MFI)
   – **D ICT** (multi-timeframe bias + FVG confluence)
   – **C2 Book** (DOM imbalance, only when the broker provides depth)
• **Signals & alerts** — fires once per bar when conviction and agreement clear your
  thresholds; pop-up **Alert** and optional **push** notification.
• **Three modes** — **SIGNALS** (no trading), **DEMO** (auto-trades, and refuses to
  run on a live account for safety), **LIVE** (auto-trades for real).
• **Disciplined risk** — hard **ATR stops**, fixed **RR** targets, and
  **fractional-Kelly** position sizing.
• **ICT kill-zone time filter** — optionally only act inside the right sessions.
• **Honest journal** — records and auto-grades every signal (WIN / LOSS / TIMEOUT),
  reports win-rate, expectancy (R) and a **per-kill-zone breakdown**, saved to CSV.
• **Engine ablation** — turn any engine on/off to backtest its contribution.


-------------------------------------------------------
KEY ADVANTAGES
-------------------------------------------------------
• **One decision from four independent reads** — far stronger than any single tool.
• **Signals-first & honest** — trading is OFF by default; you enable it deliberately.
• **Real track record** — the auto-graded journal shows how signals actually resolved,
  by session — no fantasy backtests.
• **Self-contained** — the engines are embedded; nothing else to install.
• **Built for gold** — tuned for XAUUSD, recommended on H1 (runs on other symbols).


-------------------------------------------------------
PART OF THE OFX ORDERFLOW SUITE — ALL ENGINES WORK TOGETHER
-------------------------------------------------------
OFX EA is where the whole OrderFlow (OFX) suite comes together — **one connected
system, not separate tools.** Each engine reads a different, independent side of the
same gold market, and the EA fuses them into a single conviction verdict:

• **OFX Delta** + **OFX CVD** — raw order-flow (A)
• **OFX OrderFlow** (money-flow: CMF + MFI) — (B)
• **OFX ICT** + **OFX KillZones** — higher-timeframe bias, FVG and session timing (D)
• **OFX Heatmap** — where liquidity is resting
• **OFX Book** — live order-book / DOM imbalance (C2)
• **OFX Dashboard** — the read-only cockpit of the same conviction math

The strongest signals are when several independent engines agree. **OFX EA turns that
agreement into action** — signals, alerts and (optionally) trades.


-------------------------------------------------------
REQUIREMENTS
-------------------------------------------------------
• Symbol: **XAUUSD (Gold)** recommended (runs on other symbols too)
• Recommended timeframe: **H1**
• MetaTrader 5. Allow **Algo Trading** to use DEMO/LIVE modes.
• For the C2 Book engine, a broker DOM feed (otherwise it disables itself, honestly).


-------------------------------------------------------
HOW TO USE
-------------------------------------------------------
1. Attach OFX EA to an **XAUUSD H1** chart; leave Mode = **SIGNALS** at first.
2. Watch the conviction meter and let the journal build a track record.
3. When you are comfortable, switch to **DEMO** (demo account) or **LIVE**, set your
   risk, and enable Algo Trading.


-------------------------------------------------------
INPUTS / PARAMETERS
-------------------------------------------------------
Conviction weights:
• **InpW_OrderFlow** — weight of the OrderFlow engine (default: 0.30)
• **InpW_MoneyFlow** — weight of the MoneyFlow engine (default: 0.20)
• **InpW_ICT** — weight of the ICT engine (default: 0.35)
• **InpW_Book** — weight of the DOM-book engine (default: 0.15)

Signal gating:
• **InpConviction** — |net| threshold to fire, 0..1 (default: 0.45)
• **InpMinEngines** — engines that must agree on direction (default: 2)
• **InpBiasBars** — bars per timeframe for ICT bias (default: 200)
• **InpSwingW** — swing-pivot half-width (default: 3)
• **InpScanBars** — bars scanned for FVG confluence (default: 300)

Engine ablation (backtest):
• **InpEnableOF / InpEnableMF / InpEnableICT / InpEnableBook** — turn each engine
  on/off (default: all true)

ICT timeframes:
• **InpICT_SingleTF** — bias on chart TF only vs multi-TF (default: false)
• **InpICT_TF_A / _B / _C** — the MTF bias timeframes (default: D1 / H4 / H1)

Trading (deliberate):
• **InpMode** — SIGNALS / DEMO / LIVE (default: SIGNALS)
• **InpRiskPct** — base risk % of balance per trade (default: 0.5)
• **InpATRperiod** — ATR period for the stop (default: 14)
• **InpATRmult** — hard stop = ATR x this (default: 1.8)
• **InpRR** — take-profit = RR x stop (default: 2.0)
• **InpAssumedWin** — assumed win rate for Kelly sizing (default: 0.50)
• **InpKellyFrac** — fraction of full Kelly, for safety (default: 0.25)
• **InpMagic** — order magic number (default: 990011)
• **InpAlerts** — pop-up alerts on signals (default: true)
• **InpPush** — push notifications on signals (default: false)

ICT time filter (Kill Zones):
• **InpUseTime** — use the kill-zone time filter (default: true)
• **InpKZOnly** — only fire inside a kill zone (default: false)
• **InpMacroReq** — also require an active macro (stricter) (default: false)
• **InpBrokerWinter** — broker GMT offset in winter, minutes (default: 120 = EET)
• **InpBrokerDST** — broker DST calendar (default: US)
• **InpAutoCalib** — auto-detect broker offset live (default: true)

Honest journal:
• **InpJournal** — record & auto-grade every signal (default: true)
• **InpGradeBars** — bars to resolve a signal before timeout (default: 48)
• **InpJournalFile** — CSV file saved in MQL5\Files (default: OFX_journal.csv)
• **InpLogVerbose** — print each grade to the Experts log (default: false)


-------------------------------------------------------
RISK DISCLAIMER
-------------------------------------------------------
Trading involves risk. OFX EA is signals-first and trading is OFF by default; DEMO and
LIVE auto-trading are enabled deliberately by you, and you accept full execution risk.
Past or simulated performance does not guarantee future results.

Recommended products
Bybit BTC Scalper
STANTON ROUX
3.9 (10)
BTC Scalper - Automated RSI Breakout Strategy for BTCUSD Unlock the power of automated trading with BTC Scalper! This expert advisor is a fully autonomous trading strategy, designed to capitalize on fast-moving BTCUSD markets. It leverages a potent combination of RSI Breakouts and two Exponential Moving Averages (EMA) to find high-probability trade entries, ensuring optimal confluence for success. Key Features: Fully Automated Trading : Set it, forget it, and let BTC Scalper handle your trades 2
FREE
Reversal Composite Candles
MetaQuotes Ltd.
3.69 (16)
The idea of the system is to indentify the reversal patterns using the calculation of the composite candle. The reversal patterns is similar to the "Hammer" and "Hanging Man" patterns in Japanese candlestick analysis. But it uses the composite candle instead the single candle and doesn't need the small body of the composite candle to confirm the reversal. Input parameters: Range - maximal number of bars, used in the calculation of the composite candle. Minimum - minimal size of the composite can
FREE
Range Auto TP SL
Dilwyn Tng
4.57 (46)
Range Auto TP SL  is for you, 100% free for now, download it and give me a good review and you are free to use it for lifetime !!!! Range Auto TP SL is a EA to set Stop Loss and Take Profit level based on range using Average True Range (ATR). It works on both manually opened positions via PC MT5 Teriminals or MT5 Mobiles and EA/robots opened position. You can specify magic number for it to work on or it can work on all the positions. Many EA does not good Stop Loss and Take Profit function and
FREE
Pump Liquidity Refueling
Konstantin Meshcheriakov
PUMP V3_0 Liquidity Refueling — Refueling Your BalanceWhat is "Liquidity Refueling"? Think of the Forex market as a highway and liquidity as the fuel.  When institutional players "pour" massive volume into the market, the price makes a sharp surge — an impulse or a "pump."  The PUMP V3_0 EA acts as a smart fueling station: it identifies moments of maximum market energy and "pumps" that momentum directly into your trading account.   Performance Metrics (Strategy Tester Data):Net Profit "Pumped"
FREE
Hedge Copier Pro — Master EA   is the control unit of a high-speed, LOCAL trade copier for MetaTrader 5. It monitors your prop firm account and instantly broadcasts every trade event to the paired Slave EA — with ZERO latency and NO internet dependency. Designed specifically for prop firm traders, it includes a unique   REVERSE HEDGE mode : the Slave (sold separately) opens the OPPOSITE direction of every Master trade, allowing you to hedge across two accounts simultaneously and protect your fu
FREE
SimpleTrade by Gioeste
Giovanni Scelzi
4 (3)
Discover the power of automated trading with **SimpleTradeGioeste**, an Expert Advisor (EA) designed to optimize your trading operations in the Forex market. This innovative EA combines advanced trading strategies with proven technical indicators, offering an unparalleled trading experience. video backtest :  https://youtu.be/OPqqIbu8d3k?si=xkMX6vwOdfmfsE-A ****Strengths**** - **Multi-Indicator Strategy**: SimpleTradeGioeste employs an integrated approach that combines four main technical ind
FREE
Nikkei225 Gap ContinuationEA
Francesc Jordi Mallol Nolden
Nikkei 225 Gap Continuation EA Automated opening-gap continuation strategy for the Nikkei 225 Nikkei 225 Gap Continuation EA is an automated trading system for MetaTrader 5 designed specifically for the Japanese stock index. It searches for significant opening gaps and enters only when price action confirms a possible continuation in the same direction. The strategy combines the opening gap, a configurable opening range and session VWAP confirmation. It also includes risk-based position sizing,
FREE
TradeVision Pro
Ian Nganga Comba
TradeVisonPro Forex Analyzer Pro MT5 Trading Account Analytics and Monitoring Dashboard TradeVisonPro Forex Analyzer Pro is a trading analytics and account monitoring solution designed for MetaTrader 5 users. The product organizes MT5 trading data in a structured web-based dashboard, allowing traders to review account information, monitor open positions, analyze trading history, track strategies, maintain a trading journal, and review performance statistics. TradeVisonPro Forex Analyzer Pro is d
FREE
Easy GOLD MT5
Franck Martin
3.87 (45)
Easy Gold is the latest addition to the BotGPT family. It is surprising and very powerful. It is ideal for beginners due to its simplicity.  There is absolutely nothing to do, it's 100% automated, simply indicate the percentage of risk you want to take per trade and the EA is ready. Whatever your capital, the EA takes care of everything. Optimized on (XAUUSD).  Unleash all the power with the professional version (AGI Gold) and its connection to the neural network, available in my store. My othe
FREE
PZ Goldfinch Scalper EA MT5
PZ TRADING SLU
3.33 (57)
This is the latest iteration of my famous scalper, Goldfinch EA, published for the first time almost a decade ago. It scalps the market on sudden volatility expansions that take place in short periods of time: it assumes and tries to capitalize of inertia in price movement after a sudden price acceleration. This new version has been simplified to allow the trader use the optimization feature of the tester easily to find the best trading parameters. [ Installation Guide | Update Guide | Troublesh
FREE
Triangle Hunter Pro
Mansoor Ali P Cheriaottayil
Triangle Hunter Pro  is a cutting-edge algorithmic trading system designed to capitalize on one of the most reliable chart patterns in technical analysis:  triangle consolidations . By combining triangle pattern detection, candlestick confirmation, and an optional adaptive grid system, this EA identifies high-probability breakout trades while prioritizing risk management. Perfect for volatile forex pair EURUSD on 30 -minute or higher timeframes, it balances aggressive profit potential with robus
FREE
NasCore Scalper
Mbuso Nkosi
3 (1)
Welcome to the future of algorithmic trading. The Nascore Scalper EA is a precision-engineered, AI-inspired scalping robot built exclusively for trading NAS100 (US Tech 100 Index) . It analyzes smart money footprints, breakout zones, and high-timeframe bias to capture high-probability scalping entries. Key Features: Optimized for NAS100 (US100) – Fast-moving Nasdaq-based index trading Smart Money Concepts – Integrates structure, breakout logic, and bias Minimal Margin Usage – Ideal for traders
FREE
AGE Pro
Shanker Manokaran
Adaptive Grid Elite Pro MT5 Indicator only https://www.mql5.com/en/market/product/144789 Overview Adaptive Grid Elite Pro is a sophisticated multi-currency portfolio trading system that combines advanced grid technology with intelligent risk management. Unlike traditional grid systems that operate on individual currency pairs, this EA employs a unified portfolio approach to manage positions across multiple correlated instruments simultaneously. Trading Strategy The Expert Advisor utilizes a corr
FREE
Long Waiting
Aleksandr Davydov
Expert description Algorithm optimized for Nasdaq trading The Expert Advisor is based on the constant maintenance of long positions with daily profit taking, if there is any, and temporary interruption of work during the implementation of prolonged corrections The Expert Advisor's trading principle is based on the historical volatility of the traded asset. The values of the Correction Size (InpMaxMinusForMarginCallShort) and Maximum Fall (InpMaxMinusForMarginCallLong) are set manually. Recomm
FREE
Crespin V15
Crespin Davito
CRESPIN V16.1 MARKET - Système de Trading Automatisé Nouvelle Génération Découvrez le système de trading automatisé le plus abouti de la série CRESPIN. Version 16.1 - Une révolution dans la gestion automatisée pour comptes CENT. Des années de développement concentrées dans un seul outil professionnel. LIRE ABSOLUMENT TOUT LE DESCRIPTIF (Après achat ,M'écrire via la messagerie pour  recevoir la configuration  optimale  pour backtesting , demo , et réel ) POURQUOI V16.1 CHANGE TOUT pour XAUUSD Arc
FREE
Jireh Fair Value Gap EA
Jesse De Souza Ferreira
Jireh Fair Value Gap EA Free Introductory Release — Download, test and help shape the future of this project through your feedback. The Jireh Fair Value Gap Trader EA is an automated trading system that identifies Fair Value Gaps (FVGs) and executes trades when price returns to mitigate the imbalance. Designed around Smart Money Concepts (SMC), the EA combines multiple confirmation filters and advanced risk management tools to help traders automate a disciplined FVG trading strategy. Whether
FREE
Kiwi Multi Pairs Indicator MT5 v1.01 Kiwi Multi Pairs Indicator MT5 is a multi-market and multi-timeframe confirmation dashboard for MetaTrader 5. Instead of opening many charts and checking indicators individually, Kiwi Multi Pairs Indicator brings 9 markets, 5 technical indicators and 7 timeframes together in one easy-to-read dashboard. The indicator is designed to help traders quickly identify bullish, bearish and mixed market conditions and compare confirmation across different symbols and t
FREE
Brent Trend Bot
Maksim Kononenko
4.5 (16)
The Brent Trend Bot special feature is simple basic tools and logic of operation. There are no many strategies and dozens of settings, like other EAs, it works according to one algorithm. The operating principle is a trend-following strategy with an attempt to get the maximum profitability adjusted for risk. Therefore, it can be recommended for beginners. Its strong point is the principle of closing transactions. Its goal is not to chase profits, but to minimize the number of unprofitable trans
FREE
MultiTrend Commander
Джованни Орсани
MultiTrend Commander - Automated Trading System What is it? An automated trading software that: Intelligently identifies market trends Makes decisions based on multiple timeframes Automatically manages risk What does it do? Identify Trends Analyze the market in real time Combine signals from different time frames (15 min, 1 hr, 4 hr) Confirm the trend direction before entering Protect Your Capital Automatically calculates stop losses Adjusts trade size to your risk Stops trading if
FREE
Gold Adaptive EA MT5 is an automated Expert Advisor for MetaTrader 5 designed for trading Gold (XAUUSD). The EA uses several internal trading models and market filters to adapt to different phases of Gold price movement. Instead of relying on one fixed entry pattern, Gold Adaptive EA MT5 analyzes market behavior and selects suitable logic for trend continuation, impulse moves, pullbacks and selected recovery conditions. The main goal of the Expert Advisor is to provide a structured Gold tradi
FREE
Use this expert advisor whose strategy is essentially based on the Relative Strength Index (RSI) indicator as well as a personal touch. Other free expert advisors are available in my personal space as well as signals, do not hesitate to visit and leave a comment, it will make me happy and will make me want to offer content. Expert advisors currently available: LVL Creator LVL Creator Pro LVL Bollinger Bands   Trading is not a magic solution, so before using this expert on a live account, carry
FREE
XAU VWAP Mean Reversion H4 Expert Advisor for MetaTrader 5 — Gold / XAUUSD focus Version: 1.00 What it is XAU VWAP Mean Reversion H4 is an Expert Advisor for gold on the H4 chart. Intraday VWAP mean-reversion style participation on gold H4. Built for structured automated participation — not grid , not martingale . Evaluate on your broker and risk profile before any live use. This product is a technical system . Exact thresholds and entry equations remain internal product design and are not publ
FREE
Inverse Liquidity Grab Ultimate EA
Stephen Muriithi Muraguri
5 (1)
This EA finds Fair Value Liquidity (FVL) on the chart, tracks when they get mitigated , and then looks for an inversion signal (price “fails” through the zone). When that inversion happens, it places a trade in the opposite direction of the original Liquidity gap (an Inverse FVG approach). It also lets you control when it trades using market sessions , and it can auto-close positions at New York open (all positions or profitable-only). Key advantages Clear, rule-based entries (no guessing): trad
FREE
Show Pips for MT5
Roman Podpora
4.48 (31)
This information indicator will be useful for those who always want to be aware of the current situation on the account. VERSION MT 4 - More useful indicators The indicator displays data such as profit in points, percentage and currency, as well as the spread for the current pair and the time until the bar closes on the current timeframe. There are several options for placing the information line on the chart: - To the right of the price (runs behind the price); - As a comment (in the upper lef
FREE
X Pro Scalper
Sivakumar Paul Suyambu
X Pro Scalper — Ultra-Fast ATR/EMA Smart Scalper for Forex, Gold, BTC & Indices Download MT5 EA Version: 1.0 Type: Expert Advisor (MT5) Style: Trend-aware scalping with ATR-anchored entries, session control, and strict daily guards Best for:   XAUUSD (Gold) , BTCUSD, US30/DE40, liquid FX majors on M1 Timeframe Why traders pick X Pro Scalper No-Hedge, One-Side-Only logic to avoid buy/sell conflicts and reduce noise ATR-anchored distances for entries/SL/TP that adapt to volatility Spread
FREE
VFI Quantum
Nikita Berdnikov
5 (1)
Introducing VFI (Volume Flow Indicator) – a trading indicator that analyzes the relationship between volume and price movement to identify key trading opportunities. The indicator displays the strength and direction of volume flow, providing clear signals about potential entry and exit points. Signals are formed based on zero line crossovers, crossovers between the VFI line and its exponential moving average (EMA), and when the indicator exits overbought and oversold zones. Attention! This stra
FREE
TANIN ICHIMOKU CLOUD (EA20): The Ultimate Trend Rider & Prop Firm Shield Trading the Ichimoku Kinko Hyo system manually can be complex and emotionally draining. Are you tired of getting shaken out of massive trends by market noise? Meet EA20 Tanin Ichimoku Cloud , a fully automated trend-following system. It takes the guesswork out of Ichimoku by executing sniper entries and riding the mega trends with zero emotions.   ENTER YOUR KEY HERE:   [  EA20_99999D_TANINCODER_598259741005 ] --
FREE
Friend of the Trend: Your Trend Tracker Master the market with Friend of the Trend , the indicator that simplifies trend analysis and helps you identify the best moments to buy, sell, or wait. With an intuitive and visually striking design, Friend of the Trend analyzes price movements and delivers signals through a colorful histogram: Green Bars : Signal an uptrend, indicating buying opportunities. Red Bars : Alert to a downtrend, suggesting potential selling points. Orange Bars : Represent cons
FREE
EA34 Tanin Force
Nhat Tien Duong
5 (2)
[FREE EA] EA34 TANIN FORCE: MACD & STOCH ENGINE (Prop Firm Ready) Are you tired of market noise and false breakouts? Meet EA34 Tanin Force, a commercial-grade Expert Advisor designed specifically for the EURUSD on the M15 timeframe. This system combines the raw trend-following power of MACD with the precision timing of the Stochastic Oscillator. PERFORMANCE HIGHLIGHTS (6-Year Stress Test 2020 - 2026): * Symbol & Timeframe: EURUSD | M15 * Set & Forget: Hard Stop Loss and Take Profit. No
FREE
Babel Assistant
Iurii Bazhanov
4.33 (9)
Babel assistant 1     The MT5 netting “Babel_assistant_1” robot uses the ZigZag indicator to generate Fibonacci levels on M1, M5, M15, H1, H4, D1, W1  periods of the charts , calculates the strength of trends for buying and selling. It opens a position with "Lot for open a position" if the specified trend level 4.925 is exceeded. Then Babel places pending orders at the some Fibonacci levels and places specified Stop Loss , Take Profit. The screen displays current results of work on the position
FREE
Buyers of this product also purchase
Quantum Titan MT5
Bogdan Ion Puscasu
4.67 (12)
Bringing institutional-grade trading to the Quantum ecosystem, Quantum Titan sets a new standard for precision, discipline, and proven live-market performance. Developed for traders who expect more from a GOLD Expert Advisor, Titan represents the next evolution of Quantum trading technology. Availability is strictly limited to 1,000 lifetime licenses worldwide. Once all 1,000 copies have been claimed, Quantum Titan will no longer be available. Special launch discount price. Final price $1999
Iron Stops
Fajar Dicky Firmansyah
5 (22)
100K Real Signal:  https://www.mql5.com/en/signals/2386516 No gimmicks. No empty claims. Iron Stops caters to traders focused on one crucial aspect: consistency . Whether you’re working through a prop challenge or overseeing client funds, this EA keeps within set boundaries and delivers reliable results. Positions close within 36 hours. Run it on a single chart: Simply apply it to XAUUSD using the M30 timeframe. That’s all you need. One chart. One powerful tool. Proper configuration is essen
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (38)
The Legend Continues. The Queen Evolves. Welcome to Quantum Queen X — the next generation of the legendary GOLD trading system that builds upon the proven success of Quantum Queen. Quantum Queen X is built on the same proven core engine as Quantum Queen, introducing a powerful new Custom Mode that allows traders to choose exactly which strategies to enable or disable. Every strategy has been individually reviewed, refined, and optimized to deliver even better performance and adaptability across
Smart Gold Hunter
Barbaros Bulent Kortarla
4 (57)
Important update Previous set files should not be used with SGH Ultimate. Please use the updated set files prepared for this version. For details about the latest update and the current live-signal set file, please check the dedicated MQL5 blog post. No Grid / No Martingale / No Recovery / No Hedging / Single Entry with SL / One Shot Smart Gold Hunter is an Expert Advisor for XAUUSD / Gold trading on MetaTrader 5. It is designed for traders who prefer a Gold EA with no grid, no martingale,
The Gold Reaper MT5
Profalgo Limited
4.48 (105)
PROP FIRM READY! ( download SETFILE ) WARNING: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 3 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Client Signal YouTube Reviews LATEST MANUAL Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency fro
Ultimate Breakout System
Profalgo Limited
5 (48)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1999$ soon!   + 300 Strategies included and more coming! BONUS : choose 5  of my other EA's for free!   ALL SET FILES + COMPLETE SETUP AND OPTIMIZATION GUIDE VIDEO GUIDE LIVE SIGNALS REVIEW (3rd party) NEW - 44-STRATEGIES LIVE SIGNAL Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout System, a sophisticated and proprietary Expert Advisor (EA)
Scalping Robot Pro MT5
MQL TOOLS SL
4.38 (153)
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.6 (10)
ThunderGold Scalper ThunderGold Scalper is an Expert Advisor developed for automated gold trading on MetaTrader 5. The EA is designed for XAUUSD and GOLD on the M15 timeframe. It uses a proprietary multi-factor decision engine to identify qualified trading opportunities and manage positions automatically. The system combines market structure, trend direction, candle quality, volume, momentum and execution controls. It is designed to wait for suitable conditions instead of opening trades continuo
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience. With proper brokerage conditions and sufficient running time, this fully automated scalpi
MoonDog EA
James Vito Armin Bianchini
5 (9)
LIMITED PRICE — $299 The current price is temporarily limited to $299 A major upgrade is currently planned, introducing new Machine Learning & AI features designed to further enhance MoonDog EA. Secure your copy at $299 before the major update is released. MoonDog EA is a multi-strategy breakout Expert Advisor developed specifically for XAUUSD on MetaTrader 5. The system combines five independent breakout strategies designed to identify different breakout and price-expansion conditions. MoonDog
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.43 (136)
Fewer trades. Better trades. Consistency above all. • Live Signal Mode 1  Live Signal Mode 2 Twister Pro EA is a high-precision scalping Expert Advisor developed exclusively for XAUUSD (Gold) on the M15 timeframe. It trades less — but when it does, it trades with purpose. Every entry passes through 5 independent validation layers before a single order is placed, resulting in an extremely high win rate on the Default configuration. TWO MODES: • Mode 1 (recommended) — Very high assertiveness, fe
Quantum King EA
Bogdan Ion Puscasu
4.96 (215)
Quantum King EA — Intelligent Power, Refined for Every Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Special Launch Price Live Signal:   CLICK HERE MT4 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT5 and you could get Quantum StarMan for free !*** Ask in private for more details! Rule your trading with precision and discipline. Quantum King EA brings the strength of
Cortex IDX
Vladimir Mametov
5 (2)
It is a fully automated Expert Advisor for MetaTrader 5, built specifically for trading the US30 index. Its trading logic is designed around the dynamic behavior of major stock indices: strong directional movements, intraday pullbacks, and periods of increased volatility. The EA automates trading in an environment where execution speed, discipline, and efficient position management are essential. The system is focused on disciplined trade management, fast reaction to market changes, and controll
Gold Snap
Chen Jia Qi
4.5 (18)
Gold Snap — A Fast Profit Capture System for Gold Live Signal: https://www.mql5.com/en/signals/2362714 Live Signal2: https://www.mql5.com/en/signals/2372603 Live Signal v2.0: https://www.mql5.com/en/signals/2379945 Only 3 copies remaining at the current price. The price will be increased to $1199 soon. Important: After purchasing, please contact us by private message to receive the user guide, recommended settings, usage notes, and update support.  https://www.mql5.com/en/users/walter2008
Vexora sera
Fatima Zohra Ed Dachraoui
5 (4)
Transparency We believe the best way to evaluate an Expert Advisor is through its real, live trading performance . Live Trading Signal: https://www.mql5.com/en/signals/2379635?source=Site+Signals+My Technical Support :     https://www.mql5.com/en/users/fatima-zohraed/news                                           Settings Guide     Launched at $199 Now $299 — Only 10 Copies Available Secure your copy at $299 before the next price increase to $399. VEXORA SERA  : The True Power of Professional G
Lizard
Marco Scherer
4.29 (55)
WHAT IS LIZARD? Lizard is a fully automated Expert Advisor, developed exclusively for XAUUSD (Gold) on MetaTrader 5. It uses a multi-strategy swing breakout system that identifies key structural levels on the chart and places pending stop orders at precisely calculated entry points. No martingale. No grid. No averaging in. Every trade has a defined Stop Loss and Take Profit and is actively managed by a multi-layered exit system, automatically, around the clock. Live Signals - Track real performa
Zoomini
Gennady Sergienko
1.56 (16)
Important information: Support and answers to questions are available only here:  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: Taiwan ); Zoomini is a small set of machine-learning models from the latest GoGoPips project research from July 2026. These models are intended only for XAUUSD H1 / Gold . Signal: www.mql5.com/en/signals/2381994 Important things to know: The models trade with only one order using equal SL/TP. Netting accounts and any leverage are supported. Large deposi
Quantum Athena X
Bogdan Ion Puscasu
5 (4)
Smarter Control. Refined Precision. Welcome to Quantum Athena X — the next generation of the focused GOLD trading system that builds upon the precision, efficiency, and disciplined execution of Quantum Athena. Quantum Athena X is built on the same streamlined core engine and the same 6 carefully selected strategies as Quantum Athena. Each strategy has been individually refined and optimized for current GOLD market conditions, while the new powerful Custom Mode allows traders to choose exactly
Smart Gold Impulse
Barbaros Bulent Kortarla
3.9 (21)
No Grid /No Martingale/ No Dca /No rocovery Smart Gold Impulse is now available in a special early launch phase. This is an EA I  am currently using with impressive results on my Live Signal  account. You can check the current performance through the Ultima live signal results, where Smart Gold Impulse has already shown very strong potential in real market conditions. The same set file used on my Ultima live signal account will be shared only with Smart Gold Impulse buyers. At the same time, thi
Zerqon EA
Vladimir Lekhovitser
3.37 (30)
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2372719 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual Zerqon EA is an adaptive Expert Advisor designed specifically for XAUUSD trading. The strategy is based on a Deep LSTM neural network model integrated through ONNX, allowing the system to process sequential market behavior and evaluate price dynamics in a st
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.55 (22)
UPDATE:  Few Copies Left At Current Price! Final price: $999 If you value honesty and a real trading system built for live trading, not just a perfect-looking straight-line backtest that can end up blowing your account, then this might be for you. No Martingale / No Grid 22 Months Live Signal +300% Live Growth [Live Signal]  |  [FTMO Results]  |  [Main Portfolio]  |  [Backtest Guide] Why Range Breakout EA is so Stable ? Range Breakout EA is based on a well-known market behaviour: changes in vo
Goldwave EA MT5
Shengzu Zhong
4.53 (74)
Real Trading Account   LIVE SIGNAL IC MARKETS:  https://www.mql5.com/en/signals/2339082 This EA uses the same logic and execution rules as the verified live signal shown on MQL5.When used with the recommended, optimized settings on a reputable ECN/RAW-spread broker ( e.g., IC Markets or TMGM) , the EA's live trading behavior is designed to closely align with the trade structure and execution characteristics of the live signal. Please note that differences in broker conditions, spreads, executio
Pulse Engine
Jimmy Peter Eriksson
4.08 (37)
UPDATE - ONLY A FEW COPIES LEFT AT CURRENT PRICE! The main goal of this system is long-term live performance without using any risky martingale or grid.  VERY LIMITED COPIES AT CURRENT PRICE Final Price $1499 [Live Signal]  |  [Backtest Results]  |  [Setup Guide]  |  [FTMO Results] A Different Approach to Trading Pulse Engine does not use any indicators or specific timeframes. It has a very unique approach that is not used by any other trading system on MQL5. It trades intraday directional patt
Quantum iGold MT5
Yassine Mouhssine
4.59 (34)
Quantum iGold MT5 – Advanced AI Trading System (XAUUSD) Quantum iGold MT5 is a fully automated trading system built using advanced Artificial Intelligence techniques. It employs a hybrid neural architecture that integrates LSTM and Transformer models to analyze price behavior on XAUUSD . This structure enables the system to detect market patterns, adapt to volatility changes, and generate technically refined trading signals in real time. After purchase, please contact me via MQL5 private messa
Gold Neural Core
TICK STACK LTD
5 (8)
Launch Offer:   Grab Gold Naural Core and bundle it with   XAU Momentum   and get 2 free EAs of your choice from my entire MQL5 store. DM me for details. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Gold Neural Core is a high-frequency grid trading system engineered specifically for gold (X
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (506)
Introducing   Quantum Emperor EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum Emperor EA and you could get Quantum StarMan for free !*** Ask in private for more details Verified Signal:   Click Here MT4 Version
The Gold Space
Ayush V Jain
5 (4)
Live Signal on Vantage https: // www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 5, this EA capitalizes on high-probability volatility expansions using a precise, dynamically calculated breakout algorithm. It eliminates emotional trading by stri
XG Gold Robot MT5
MQL TOOLS SL
4.34 (113)
The XG Gold Robot MT5 is specially designed for Gold. We decided to include this EA in our offering after extensive testing . XG Gold Robot and works perfectly with the XAUUSD, GOLD, XAUEUR pairs. XG Gold Robot has been created for all traders who like to Trade in Gold and includes additional a function that displays weekly Gold levels with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on Price Action, Cycle S
Logan MT5
Thierry Ouellet
4.26 (34)
LIMITED TIME OFFER AT 289$ Price will go up at  499$ soon! Logan MT5 isn't your typical Gold Grid EA that blindly opens trade after trade, consuming your margin and putting your capital at unnecessary risk. Instead, it patiently waits for high-probability entry opportunities and uses an intelligent recovery system that combines ATR-based grid spacing with dynamic lot progression . This allows it to withstand adverse market movements that would wipe out most conventional grid EAs—including move
Aura Gold Pro Edition
Stanislav Tomilov
5 (2)
Built to dominate the gold market. Official Information Seller profile Official channel User Guide Last chance at the current price! Aura Gold Pro Edition is available now for only $400 , but from September 1 , the price will increase to $999 . After September 1, the price will be more than double.  Don’t wait until the price goes up — secure your copy now for $400. Live Trading Signals  Roboforex https://www.mql5.com/en/signals/2366593 FPMarkets https://www.mql5.com/en/signals/2358523 ICTrading
More from author
OFX Ict
Malik Muhammad Naveed
======================================================== OFX ICT — MQL5 MARKET PRODUCT DESCRIPTION (formatting notes: **bold** = editor Bold button;  lines starting with "•" = bullet-list button;  UPPERCASE lines = section headings) ======================================================== SHORT TITLE (product name field): OFX ICT — FVG, CE, Hangman, CRT & Top-Down Bias for XAUUSD (Gold) ------------------------------------------------------- OVERVIEW -----------------------------------------
FREE
Malik Naveed Volume — Better Volume Multi Timeframe Malik Naveed Volume shows you what the volume is really doing. It reads each candle's volume and price range, splits it into buying vs selling pressure, and colours the bars so you can instantly see climax moves, absorption (churn), and low-volume exhaustion. It then draws support/resistance levels from those key bars and alerts you when price breaks and retests them — across six timeframes at once, on any symbol. Works on ANY symbol and ANY
FREE
Ofx oderflow
Malik Muhammad Naveed
======================================================== OFX orderflow — MQL5 MARKET PRODUCT DESCRIPTION (formatting notes: **bold** = editor Bold button;  lines starting with "•" = bullet-list button;  UPPERCASE lines = section headings) ======================================================== SHORT TITLE (product name field): OFX orderFlow — CMF + MFI Money-Flow & Divergence for XAUUSD (Gold) ------------------------------------------------------- OVERVIEW ---------------------------------
FREE
Ofx Cvd
Malik Muhammad Naveed
======================================================== OFX CVD — MQL5 MARKET PRODUCT DESCRIPTION (formatting notes: **bold** = editor Bold button;  lines starting with "•" = bullet-list button;  UPPERCASE lines = section headings) ======================================================== SHORT TITLE (product name field): OFX CVD — Cumulative Volume Delta + Divergence for XAUUSD (Gold) ------------------------------------------------------- OVERVIEW ------------------------------------------
FREE
OFX Book
Malik Muhammad Naveed
======================================================== OFX BOOK — MQL5 MARKET PRODUCT DESCRIPTION (formatting notes: text in **bold** = use the editor's Bold button;  lines starting with "•" = use the bullet-list button;  UPPERCASE lines = section headings) ======================================================== SHORT TITLE (for the product name field): OFX Book — Order Book Imbalance for XAUUSD (Gold) ------------------------------------------------------- OVERVIEW ----------------------
FREE
OFX Delta
Malik Muhammad Naveed
======================================================== OFX DELTA — MQL5 MARKET PRODUCT DESCRIPTION (formatting notes: **bold** = editor Bold button;  lines starting with "•" = bullet-list button;  UPPERCASE lines = section headings) ======================================================== SHORT TITLE (product name field): OFX Delta — Per-Bar Volume Delta / Order-Flow Imbalance for XAUUSD (Gold) ------------------------------------------------------- OVERVIEW -------------------------------
FREE
Malik Naveed Volume — Better Volume Multi Timeframe Malik Naveed Volume shows you what the volume is really doing. It reads each candle's volume and price range, splits it into buying vs selling pressure, and colours the bars so you can instantly see climax moves, absorption (churn), and low-volume exhaustion. It then draws support/resistance levels from those key bars and alerts you when price breaks and retests them — across six timeframes at once, on any symbol. Works on ANY symbol and ANY
FREE
OFX KillZones
Malik Muhammad Naveed
======================================================== OFX KILLZONES — MQL5 MARKET PRODUCT DESCRIPTION (formatting notes: **bold** = editor Bold button;  lines starting with "•" = bullet-list button;  UPPERCASE lines = section headings) ======================================================== SHORT TITLE (product name field): OFX KillZones — ICT Kill Zones & Macros (NY time) for XAUUSD (Gold) ------------------------------------------------------- OVERVIEW ---------------------------------
FREE
OFX Heatmap
Malik Muhammad Naveed
======================================================== OFX HEATMAP — MQL5 MARKET PRODUCT DESCRIPTION (formatting notes: **bold** = editor Bold button;  lines starting with "•" = bullet-list button;  UPPERCASE lines = section headings) ======================================================== SHORT TITLE (product name field): OFX Heatmap — Volume-at-Price Heatmap + POC for XAUUSD (Gold) ------------------------------------------------------- OVERVIEW -----------------------------------------
FREE
Double Yellow H1 Setup Pro MT4 Professional H1 Buy & Sell Signal Indicator Double Yellow H1 Setup Pro MT4 is a professional price action indicator developed to identify high-probability BUY and SELL trading opportunities on the H1 (1 Hour) timeframe. It is designed for traders who prefer clear, rule-based setups without cluttering their charts with unnecessary indicators. The indicator scans the market continuously and highlights potential reversal or continuation setups based on the proprietary
FREE
OFX Dashboard
Malik Muhammad Naveed
======================================================== OFX DASHBOARD — MQL5 MARKET PRODUCT DESCRIPTION (formatting notes: **bold** = editor Bold button;  lines starting with "•" = bullet-list button;  UPPERCASE lines = section headings) ======================================================== SHORT TITLE (product name field): OFX Dashboard — All-Engine OrderFlow Cockpit for XAUUSD (Gold) ------------------------------------------------------- OVERVIEW --------------------------------------
FREE
Filter:
No reviews
Reply to review