XauVora MT5 Scalper

Xauvora

Xauvora is an automated Expert Advisor for MetaTrader 5 developed for XAUUSD trading on M1.

It combines two complementary momentum engines in one system. Each engine has independent entry logic, position management, magic number and risk settings. Both engines can operate together, or the user can enable either engine separately.

Xauvora focuses on rule-based execution, controlled position sizing and active trade protection. It does not use grid trading, martingale or loss-recovery lot multiplication.



How Xauvora trades

Core A: Previous-day breakout

Core A monitors the previous completed broker-day high and low. It waits for price to cross one of these levels and can take one buy and one sell per broker day.

Core A uses:

  • Initial stop loss

  • Fixed take profit

  • Break-even protection

  • Price-based trailing stop

  • Independent position sizing

  • Independent magic number

Core B: Momentum continuation

Core B monitors a recent M1 price channel. A breakout must also pass RSI and exponential moving-average confirmation.

Core B uses:

  • RSI momentum confirmation

  • EMA trend confirmation

  • Initial stop loss

  • ATR-based trailing activation

  • ATR-based trailing distance

  • Optional momentum-reversal exit

  • Optional maximum holding time

  • Independent position sizing

  • Independent magic number

Main features

  • Two independently managed trading engines

  • Developed for XAUUSD on M1

  • Previous broker-day high and low breakout

  • Recent price-channel breakout

  • RSI and EMA confirmation

  • ATR-adaptive position management

  • Break-even and trailing-stop protection

  • Four position-sizing modes

  • Separate risk settings for each core

  • One active position per core

  • Long-only option

  • Individual weekday controls

  • Maximum spread filter

  • Slippage control

  • Date-based NFP and FOMC filters

  • Friday position closing

  • Daily equity-loss protection

  • Peak-equity drawdown protection

  • Optional EMA regime filter

  • Simple on-chart information panel

  • No grid trading

  • No martingale

  • No recovery multiplier

  • No DLL or external indicator required

  • No WebRequest or external service required

Account size and risk profile

The recommended reference account size for Xauvora is $10,000.

This account size provides more flexibility for balance-based position sizing and reduces the effect of broker minimum-lot restrictions. Users can select fixed-lot, percentage-risk or balance-scaled sizing independently for each trading core.

Xauvora can also be configured for smaller accounts. Fixed-lot and percentage-risk modes allow the user to reduce exposure according to the account balance and broker conditions.

There is no universal minimum balance. Suitability depends on:

  • Broker minimum lot size

  • Gold contract specification

  • Account leverage

  • Selected stop distances

  • Spread and commission

  • Position-sizing mode

  • Personal risk tolerance

On a small account, the broker's minimum lot may produce a higher effective risk than the selected percentage. Always verify the calculated volume and margin requirement in the Strategy Tester.

Historical Strategy Tester results

The following figures are from a verified historical Strategy Tester run. They are not live-account results and do not predict future performance.

Test conditions:

  • Period: January 1 to December 31, 2025

  • Symbol: XAUUSD.ecn

  • Timeframe: M1

  • Model: Every tick based on real ticks

  • Ticks processed: 54,389,416

  • Tested account size: $1,000

  • Leverage: 1:3000

  • Execution delay: 20 milliseconds

Historical result:

  • 312 completed trades

  • 84.29% winning trades

  • $528.14 net profit

  • 1.54 profit factor

  • 10.31% maximum closed-trade balance drawdown

The recorded 10.31% drawdown shows the closed-trade balance fluctuation measured during this specific historical test. It is not a guaranteed maximum drawdown, and it does not include every possible intratrade equity movement.

A separate $10,000 Strategy Tester run should be completed before publishing any performance figures specifically attributed to a $10,000 account.

Recommended setup

  • Platform: MetaTrader 5

  • Reference account size: $10,000

  • Smaller accounts: Supported with carefully selected fixed-lot or percentage-risk settings

  • Symbol: XAUUSD or the broker's equivalent gold symbol

  • Timeframe: M1

  • Account type: Hedging

  • Automated trading: Enabled

  • Testing model: Every tick based on real ticks

A hedging account is recommended because the two engines can hold independent positions at the same time.

Start with a low-risk configuration and verify it using the intended broker's real-tick data. Broker spreads, commissions, swaps, symbol specifications and execution quality can materially change the results.

Position-sizing modes

Each core has an independent risk mode. Only settings associated with the selected mode affect its position size.

  • XAUVORA_FIXED_LOT: Uses the specified fixed lot.

  • XAUVORA_PERCENT_RISK: Calculates volume using account equity, stop distance and risk percentage.

  • XAUVORA_LOTS_PER_1000: Scales volume according to account balance and BalanceStep.

  • XAUVORA_INFERRED_RISK_LEVEL: Uses Xauvora's balance-scaled risk-level calculation.

Volumes are normalized according to the broker's minimum lot, maximum lot and volume step.

General parameters

  • EnableXauvora = true: Master switch for Xauvora.

  • TradeSymbol = empty: Symbol to trade. Leave empty to use the chart symbol.

  • RequireHedgingAccount = true: Prevents initialization on a netting account.

  • MaximumSpreadPoints = 250: Maximum spread allowed for new entries. Set to 0 to disable.

  • MaximumSlippagePoints = 30: Maximum trade deviation in broker points.

  • LongOnly = false: Disables all sell entries when enabled.

  • TradeMonday = true: Allows Monday entries.

  • TradeTuesday = true: Allows Tuesday entries.

  • TradeWednesday = true: Allows Wednesday entries.

  • TradeThursday = true: Allows Thursday entries.

  • TradeFriday = true: Allows Friday entries before the closing time.

  • AvoidNFPDay = true: Avoids entries on recognized Nonfarm Payroll dates.

  • AvoidFOMCDay = true: Avoids entries on recognized FOMC decision dates.

  • UseExactHistoricalNewsDates = true: Uses stored historical dates where available. This is not a live economic calendar.

  • AvoidWeekendExposure = true: Closes managed positions and prevents entries after the Friday closing time.

  • FridayCloseHour = 22: Friday closing hour in broker server time.

  • FridayCloseMinute = 55: Friday closing minute in broker server time.

Core A parameters

  • EnableCoreA = true: Enables Core A.

  • CoreAComment = Xauvora A: Position comment for Core A.

  • CoreAMagicNumber = 99999: Core A position identifier.

  • CoreAUsePriorBrokerDayLevels = true: Uses the previous broker-day high and low.

  • CoreALookbackM1Bars = 1440: M1 channel length when prior-day levels are disabled.

  • CoreACooldownMinutes = 0: Entry cooldown in fallback channel mode.

  • CoreARearmDistancePrice = 0.00: Price distance used to rearm fallback breakout entries.

  • CoreARearmRSI = 50.0: RSI level used to rearm fallback breakout entries.

  • CoreAAllowBuy = true: Allows Core A buys.

  • CoreAAllowSell = true: Allows Core A sells.

  • CoreAStopPrice = 5.00: Initial stop-loss distance.

  • CoreATakeProfitPrice = 50.00: Take-profit distance.

  • CoreATrailStartPrice = 1.00: Movement required before trailing begins.

  • CoreABreakEvenOffsetPrice = 0.50: Minimum favorable distance protected after trailing starts.

  • CoreATrailDistancePrice = 0.50: Trailing-stop distance.

  • CoreATrailStepPrice = 0.01: Minimum stop improvement before modification.

  • CoreARiskMode = XAUVORA_INFERRED_RISK_LEVEL: Core A sizing method.

  • CoreARiskLevel = 4: Core A balance-scaled risk level.

  • CoreARiskPercent = 1.00: Risk percentage used by percent-risk mode.

  • CoreAFixedLot = 0.01: Volume used by fixed-lot mode.

  • CoreALotsPer1000 = 0.01: Volume factor used by lots-per-balance mode.

  • CoreABalanceStep = 1000.0: Balance unit used for balance-based sizing.

Core B parameters

  • EnableCoreB = true: Enables Core B.

  • CoreBComment = Xauvora B: Position comment for Core B.

  • CoreBMagicNumber = 22222: Core B position identifier.

  • CoreBLookbackM1Bars = 15: Recent M1 breakout-channel length.

  • CoreBCooldownMinutes = 4320: Minimum time between successful Core B entries.

  • CoreBRearmDistancePrice = 0.00: Price distance used to rearm a breakout direction.

  • CoreBRearmRSI = 50.0: RSI level used to rearm a breakout direction.

  • CoreBAllowBuy = true: Allows Core B buys.

  • CoreBAllowSell = true: Allows Core B sells.

  • CoreBRSIPeriod = 14: RSI calculation period.

  • CoreBRSIEntry = 68.0: RSI threshold for entry confirmation.

  • CoreBTrendEMAPeriod = 200: EMA period for trend confirmation.

  • CoreBStopPrice = 15.00: Initial stop-loss distance.

  • CoreBMinimumTrailStartPrice = 3.00: Minimum movement before ATR trailing begins.

  • CoreBTrailStartATR = 4.00: ATR multiplier for trailing activation.

  • CoreBMinimumTrailDistancePrice = 1.25: Minimum trailing-stop distance.

  • CoreBTrailDistanceATR = 2.00: ATR multiplier for trailing distance.

  • CoreBTrailStepPrice = 0.20: Minimum stop improvement before modification.

  • CoreBUseMomentumExit = false: Enables momentum exits and maximum holding time.

  • CoreBUseProfitableMomentumExit = false: Allows profitable RSI-reversal exits.

  • CoreBMinimumHoldMinutes = 10: Minimum holding time before evaluating momentum exits.

  • CoreBRSIExit = 52.0: RSI reversal level for momentum exits.

  • CoreBMomentumExitMinimumProfitPrice = 0.50: Required favorable movement for a profitable momentum exit.

  • CoreBMomentumExitLossTriggerPrice = 5.00: Adverse movement required for a loss-side momentum exit.

  • CoreBMaximumHoldHours = 72: Maximum holding time when momentum exits are enabled.

  • CoreBRiskMode = XAUVORA_INFERRED_RISK_LEVEL: Core B sizing method.

  • CoreBRiskLevel = 2: Core B balance-scaled risk level.

  • CoreBRiskPercent = 1.00: Risk percentage used by percent-risk mode.

  • CoreBFixedLot = 0.01: Volume used by fixed-lot mode.

  • CoreBLotsPer1000 = 0.01: Volume factor used by lots-per-balance mode.

  • CoreBBalanceStep = 1000.0: Balance unit used for balance-based sizing.

Regime and protection parameters

  • UseRegimeFilter = false: Enables EMA-slope direction filtering.

  • RegimeEMAPeriod = 1440: EMA period used by the regime filter.

  • RegimeSlopeBars = 60: M1 bars used to measure EMA direction.

  • MaxDrawdownPercent = 12.0: Maximum loss from peak equity recorded since initialization. Set to 0 to disable.

  • MaxDailyLossPercent = 4.0: Maximum equity loss from the beginning of the broker day. Set to 0 to disable.

  • PauseAfterProtectionUntilNextDay = true: Resumes trading on the next broker day after a protection event. When disabled, Xauvora remains paused until restart.

  • ShowSimplePanel = true: Displays core status, equity, drawdown and protection state.

Important usage information

The news filters use stored dates and calendar approximations. They do not download live calendar information.

Use unique magic numbers when running multiple Xauvora instances on the same trading account.

There is no universal minimum account balance. The appropriate balance depends on the broker's minimum lot, contract specification, stop distances and selected risk mode.

Changes to the broker, symbol, timeframe, risk mode or default parameters can materially change results. Test every configuration separately.

Risk notice

Trading involves risk. Historical Strategy Tester results do not guarantee future performance or profit.

Spreads, commissions, swaps, execution delays, slippage, tick history and broker symbol specifications can produce different results. Test Xauvora in the Strategy Tester and on a demo account before considering live trading.

Developer: Abdullah Eshaqi


Recommended products
Gyroscopes mt5
Nadiya Mirosh
5 (2)
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
Introducing to your attention an innovative expert advisor created specifically for the most juicy and volatility  currency   basket: GBPUSD, XAUUSD and EURJPY. This EA is designed using the main features of this market's movement, making it an ideal choice for dynamic trading on high-trending and medium-volatile pairs. The advisor is focused on minimizing trading risks, aiming to reduce losses to a minimum. Main features: EA is designed to open and close orders at the begginning of trading ses
Simo Professional
Maryna Shulzhenko
Description of   Simo : an innovative robot with a unique trading system Simo is a revolutionary trading robot that changes the rules of the game with its unique trading system. Using sentiment analysis and machine learning, Simo takes trading to a new level. This robot can work on any time frame, with any currency pair, and on the server of any broker. Simo uses its own algorithm to make trading decisions. Various approaches to analyzing input data allow the robot to make more informed decis
Sun Bin SCF is an Expert Advisor that identifies moments when market participants act in the same direction.  It observes recent price bars and volume to detect situations where buyers or sellers dominate together.  When a consistent crowd movement appears, the EA opens a trade in the same direction and manages it using pre-defined risk and exit rules. Main Features: - Crowd detection based on consecutive bars with similar direction. - Volume confirmation to avoid false signals in low-activity
Smart M Quantum
Ignacio Agustin Mene Franco
Smart Money Quantum EA Smart Money Quantum is an advanced algorithmic trading Expert Advisor designed specifically to trade XAU/USD (gold) on the M15 timeframe. This system combines Smart Money Concepts (SMC) principles with institutional risk management to capture high-probability movements in the gold market. Key Features Trading Strategy SMC Methodology: Accurately identifies and trades institutional Order Blocks Break & Retest System: Confirms liquidity zones before executing trades RSI
Gold Crazy EA MT5
Nguyen Nghiem Duy
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
Magtron AI
Premananth R
Magtron AI: Multi-Layer Confirmation Trading Robot Magtron AI is a fully automated Expert Advisor built around a multi-layered confluence engine. Rather than reacting to a single signal, it waits for several independent conditions to line up before ever placing an order: combining a higher-timeframe structural filter, a trend-alignment check, and a momentum-conviction filter into one disciplined decision process. Only when its confirmation stack agrees does it arm a trade, and it manages that tr
Agarwal Meridian BTC Trend A fully automated, rules-based trend-following system for BTCUSD on the 1-hour timeframe. The strategy executes a staged 3-position structure with defined take-profits and a hard stop-loss on every trade. There is no martingale, no grid, no averaging down, and no discretionary override. It is a position-trading system that produces approximately 9–10 signals per year, designed to run unattended, 24 hours a day, without monitoring. How it works The system identifies con
Ksm mt5
Andriy Sydoruk
3 (2)
Ksm: Smart Solution for Automated Forex Trading Ksm is a tool designed for automating Forex trading, using modern methods of time-series data analysis to work with multiple currency pairs across different timeframes. Key Features and Benefits Multi-currency support : Ksm enables trading across multiple currency pairs, helping traders adapt their strategies to various market conditions. New currency pairs can be easily added. Time-series data analysis : Utilizing advanced algorithms, Ksm analyze
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — Germany 40 Expert Advisor for MetaTrader 5 LAUNCH PROMO Only 10 copies at launch price. Price increases with each sale. Launch price: $297 Next price: $497 Final price: $997 Live Performance: FX Blue — Vikingtradingbots What Makes Viking Alpha DAX Different Most DAX robots fail for one simple reason: they treat the Germany 40 like a forex pair. It isn't. The DAX has a heartbeat — a specific rhythm tied to the Frankfurt Stock Exchange opening, the European session structure, an
Trading Grid EA
Vlatko Nikolov
Trading Grid EA MT5 Trading Grid EA MT5 is a fully automated, multi-currency grid trading solution engineered for MetaTrader 5. Built on dynamic volatility channels, trend filters, and quantitative risk algorithms, this Expert Advisor systematically manages grid order clusters to capitalize on market ranges and micro-reversals while maintaining drawdown controls. Key Features Advanced Dynamic Grid Engine: Smart order placement that dynamically adjusts grid spacing according to live market volati
Universal Strategy EA - Multi-Timeframe Multi indicator filtering system A sophisticated automated trading system that combines multi-timeframe MACD analysis along with multiple indicators that can be set to true or false with advanced pattern recognition and comprehensive risk management. This EA operates as a standalone system with built-in signal detection, requiring no external indicators.  All indicators can be a combination of filtering system with adjustable timeframes to filter from inc
Panha Scalping EA MT5
Huy Phanna
2.75 (4)
PANHA SCALPING EA MT5 PANHA SCALPING EA MT5 is a professional automated scalping system designed to trade fast-moving forex markets using real-time market direction and advanced position control. The EA focuses on precise entries, controlled exposure, and intelligent basket-level profit and risk management, making it suitable for traders who want structured, automated scalping without complex configuration. Strategy Overview Market-direction based scalping Designed for fast-moving forex symbo
FREE
XAUUSD Liquid AI – M1 Momentum Scalping Expert Advisor ORIGINAL PRICE $1500 TAKE THE OPPORTUNITY NOW WHILE OFFER LASTS XAUUSD Liquid AI is an automated trading system that analyses short-term price momentum using micro-trend analysis, volatility filters and adaptive trade management. The Expert Advisor combines momentum analysis, exponential moving averages, candle structure, tick volume and Average True Range (ATR) calculations to determine trade entries according to its configured rules. The
Cyclone Intraday
Mikhail Mitin
5 (1)
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
The Bitcoin Reaper
Profalgo Limited
3.71 (34)
LAUNCH PROMO: Only a very limited number of copies will be available at current price! Final Price: 999$ NEW (from 349$) --> GET 1 EA FOR FREE (for 2 trade account numbers). Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here LIVE SIGNAL LIVE SIGNAL V2.0 UPDATE 2.0 INFO Welcome to the BITCOIN REAPER!   After the Tremendous success of the Gold Reaper, I decided it is time to apply the same winning principles to the Bitcoin Market, and boy, does it look promising!   I have been
Ksm: Smart Solution for Automated Forex Trading Ksm is a tool designed for automating Forex trading, using modern methods of time-series data analysis to work with multiple currency pairs across different timeframes. Key Features and Benefits Multi-currency support : Ksm enables trading across multiple currency pairs, helping traders adapt their strategies to various market conditions. New currency pairs can be easily added. Time-series data analysis : Utilizing advanced algorithms, Ksm analyzes
RitzEAnehaGoodWill
Syamsurizal Dimjati
READ THIS !! to the end Expert Advisor Description:   XAUUSD Reversal Pattern EA (EAneha GoodWill) Important Note: No martingale, averaging or grid Highly dependent on execution quality & low spreads XAUUSD Reversal Pattern EA  is an advanced automated trading robot developed specifically for trading  XAUUSD  (Gold vs USD) on the  M30 timeframe . It uses a robust combination of  candlestick patterns ,  volatility/volume indicators , and  oscillator filters  to identify high-probability reversal
XAU Silence Paradox
Napat Puangjunkum
XAUUSD SILENCE PARADOX AI  Paradox Breakout System - Predict massive tsunamis by measuring microscopic market silence. XAUUSD Silence Paradox AI is an elite algorithmic trading system built on the groundbreaking "Golden Silence Paradox" theory. Retail traders chase momentum and get caught in fakeouts. They look for massive volume to jump into a trade. But true institutional Smart Money doesn't work that way.  Before the biggest, most massive breakouts in Gold, the market doesn't get busy. I
VINOsentinelforXAUUSD
Vinothkumar Sukumar
️ VinoSentinel EA Three Sentinel Engines. One Intelligent Execution System. VinoSentinel EA is a specialized automated scalping Expert Advisor designed to identify structured SELL opportunities using a proprietary three-engine signal architecture. Rather than depending on a single market pattern, VinoSentinel continuously evaluates multiple types of short-term market behavior. When a qualifying setup appears, the corresponding Sentinel engine can generate the trade while the unified execution
Volumen Scalper GOLD
Ignacio Agustin Mene Franco
Volume Scalper Gold - Professional Expert Advisor Overview Volume Scalper Gold is an automated trading system specifically designed to trade the XAU/USD (Gold) pair on the M5 timeframe, using volume analysis as the primary entry filter. This Expert Advisor (EA) combines an intelligent grid strategy with high-volume impulse detection. Key Features Volume-Based Signal System Impulse Detection: Identifies candles with above-average volume multiplied by a configurable factor. Directional Confirmat
AurumEdgePro
Francis Giguere
AurumEdge Pro — 8-Strategy Gold Intelligence System for XAUUSD AurumEdge Pro is a fully automated Expert Advisor for XAUUSD (Gold) that combines 8 independent breakout strategies into a single intelligent system. Each strategy targets a different market condition — daily S/R levels, session openings, pivot points, multi-timeframe trend confluences — targeting different market structures across sessions. Backtest Results (Strategy Tester) — 01/01/2026 to 24/02/2026 (55 Days) Win Rate: 89.5% on 1,
EMA256 Fourier Cycle Trader EMA256 Fourier Cycle Trader is an advanced MetaTrader 5 Expert Advisor combining a long-term EMA or TEMA trend model, causal Fourier cycle analysis, configurable averaging and a unified basket take-profit system. The Expert Advisor is designed primarily for CENT accounts and for traders who understand basket recovery strategies, geometric lot progression and the risks associated with trading without a mandatory Stop Loss. RECOMMENDED STARTING CONFIGURATION Recommended
BTC Master Pro
Farzad Saadatinia
4.58 (12)
BTC Master Pro – Your trusted partner in disciplined Bitcoin trading. The new version is now enhanced with OpenAI artificial intelligence , delivering smarter execution and improved trade filtering in volatile crypto conditions. This professional Expert Advisor is built specifically for Bitcoin (BTCUSD) trading on MetaTrader 5 , focusing on structured execution, controlled exposure, and intelligent risk management. Price: $499  →  Next: $699  →  Final: $999 LIVE SIGNAL HERE OpenAI-Powered Exec
Demark Gold Cyber
Ignacio Agustin Mene Franco
DEMARK PSAR CYBER v1.00 Expert Advisor for MetaTrader 5 | XAU/USD (Gold) | H1 Timeframe Developed by Worldinversor 2026 Overview DEMARK PSAR CYBER is a high-precision quantitative Expert Advisor designed exclusively for trading the XAU/USD pair on the H1 timeframe. Its strategic core combines two technically sound indicators—the DeMarker and the Parabolic SAR—with a grid-based order management system, dynamic trailing stops, and automatic closure based on profit targets. All of this is integra
Nano Shark
Premananth R
Nono Shark is a professional Expert Advisor designed for  XAUUSD (Gold) . It operates by combining multiplea independent trading strategies, each triggered by different market conditions and timeframes (M5, M30, H1, H2, H3, H4, H6, H12, W1, D1). The EA is designed to manage its entries and filters automatically. The core logic focuses on identifying high-probability price action signals across various market structures. Nono Shark does  not  use grid, martingale, or averaging techniques. All tra
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
AdaptiveSystem
Alexandr Likhachev
The main principle of operation The bot uses multi-level entry filtering: Volatility analysis through ATR determination of movement inertia (momentum continuation) filtering of false breakouts entry only in the phases of “market acceleration” As a result, the bot avoids flat and noisy market areas Key features Adaptive logic (Core Feature) : Automatic adjustment to the current market volatility real-time change of SL/TP parameters adaptation to different market modes (low / mid / high volatil
Super Hybrid EA AI Pro
Bashar Taisir Saleh Al Zubaidi
5 (1)
Super Hybrid EA AI Pro Professional XAUUSD Grid, Martingale, Hedging and Basket Risk-Control Expert Advisor for MetaTrader 5 Group Channel Link: https://www.mql5.com/en/messages/0193d17ed016dd01 This Expert Advisor incorporates seven advanced protection layers designed to safeguard the trading account, control exposure, and reduce overall trading risk. 1. High-Impact News Filter The EA automatically suspends the opening of new trades for two hours whenever major high-impact economic news is dete
The Gold Buyer
Moses Aboliwen Aduboa
Ride the Gold Trend with a Simple Buy-Only EA The  EA is a fully automated Buy-Only Expert Advisor for MetaTrader 5. It is designed to capture upward market opportunities with safe risk management and seamless execution. Why Traders Choose It: Best performance on Gold (XAUUSD) – highly liquid and trending. Buy-Only EA – focuses purely on long positions. Plug & Play setup – attach and let it trade automatically. Built-in Stop Loss & Take Profit protection. Smart one-position contro
Buyers of this product also purchase
Quantum Titan MT5
Bogdan Ion Puscasu
4.81 (21)
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
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (41)
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
Scalping Robot Pro MT5
MQL TOOLS SL
4.38 (154)
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
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 Index Pro is a professional trading system designed specifically for fast and precise scalping on US30 and DE40 using the M1 timeframe . The system has been developed specifically for the unique behavior of major stock indices, focusing on short term price movements, rapid momentum changes, market volatility, and selective grid based trade management techniques to identify high probability trading opportunities . Scalping Index Pro is optimized for traders who prefer dynamic trading wit
AXIO Gold EA
Shengzu Zhong
4.6 (10)
AXIO GOLD EA MT5 Live Signal Reference on MQL5 https://www.mql5.com/en/signals/2378982?source=Site+Signals+My AXIO GOLD EA MT5 is an automated trading system developed for XAUUSD Gold on MetaTrader 5. 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 such as TMGM , the EA's live trading behavior is designed to closely align with the trade structure and execution charac
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
Big Forex Players MT5
MQL TOOLS SL
4.76 (141)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
XIRO Robot MT5
MQL TOOLS SL
5 (35)
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
Pulse Pro MT5
Mian Rameez Ali
Two lines, always circling — 21 and 49. Most of the time they say nothing. Then they cross, and the system stops waiting. It closes what it was holding, opens what the cross demands, and sets its stop and target without asking twice. Risk is sized off the account itself, not fixed guesses — one bad calculation and it simply declines to trade at all. No indecision, no averaging in. Every new bar gets exactly one verdict. Built for any symbol, any timeframe. Fast against slow — the rest is ari
Waka Waka EA MT5
Valeriia Mishchenko
4.13 (40)
8+ years of live track record with +12,000% account growth: Live performance MT 4 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make profit Supported cu
Mad Turtle
Gennady Sergienko
4.44 (125)
Symbol XAUUSD Timeframe (period) H1-M15 (any) Support for single-position trading YES Minimum deposit 500 USD  (or the equivalent in another currency) Compatible with any broker YES (supports 2 or 3-digit brokers. Any deposit currency. Any symbol name. Any GMT time.) Runs without pre-configuration YES If you are interested in the topic of machine learning, subscribe to the channel:  Subscribe! Key Facts about the Mad Turtle Project: Real Machine Learning This Expert Advisor does not conn
NextGen PRO
Muhammad Maaz
NextGen PRO Trend-Following Stop-Order Grid for XAUUSD Overview NextGen PRO is a fully automated Expert Advisor built around one simple idea: only trade in the direction the market is already moving, and only add orders when the previous trade cycle is finished. When the trend is up, it lays a ladder of Buy Stop orders above the market. When the trend is down, it lays a ladder of Sell Stop orders below the market. When price sits between the two moving averages, the market is treated as a range
AiQ
William Brandon Autry
4.87 (38)
AiQ Gen 2 - Precision Pending-Order Intelligence for Fast-Moving Markets. AiQ Gen 2 is built to identify developing market movement, prepare before the opportunity fully unfolds, and position with precision through intelligent pending orders. Instead of waiting until price has already reached the intended entry area, AiQ analyzes current market structure, direction, timing, volatility, and expansion potential before deciding where an order should be placed. It prepares before the move, but only
Neural Sentinel XAUUSD MT5 – High-Frequency Algorithmic AI System for Gold Neural Sentinel XAUUSD MT5 is a high-performance algorithmic trading system engineered exclusively for the Gold (XAUUSD) market. This Expert Advisor utilizes an advanced multi-timeframe analytical engine, combining trend-following momentum with precise volatility and anti-reversal filters to capture rapid intra-day market inefficiencies.     ***LIVE SIGNAL COMING SOON ! ! ! Try our other EAs:                         SEL
Syna
William Brandon Autry
5 (27)
Syna 7 - The AI Trading Operator That Stays With the Trade. Most trading systems make an entry decision and then fall back to fixed rules. Syna 7 remains involved. Syna is an autonomous AI trader, trading assistant, and position-management system designed to operate from analysis through exit. It can analyze current market conditions, evaluate news and volatility, remember the original trade reasoning, monitor open exposure, and continue reassessing the position as conditions change. Trading do
DAX Robot MT5
MQL TOOLS SL
5 (3)
DAX Robot is an advanced automated trading system developed specifically for the DAX 40 Index on the H1 timeframe. Designed to handle the fast paced nature of one of Europe's most actively traded indices , the robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic. The system focuses on identifying high probability trading opportunities by combining trend analysis, market momentum, and volatility based conditions. DAX Robot is designe
Quantum Baron
Bogdan Ion Puscasu
4.7 (43)
Quantum Baron EA There’s a reason oil is called black gold — and now, with Quantum Baron EA, you can tap into it with unmatched precision and confidence. Engineered to dominate the high-octane world of XTIUSD (Crude Oil) on the M30 chart, Quantum Baron is your ultimate weapon for leveling up and trading with elite precision. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Discounted   price .     The price will inc
AI Prop Firms MT5
MQL TOOLS SL
4.06 (17)
AI Prop Firms - Intelligent Automation Built for Prop Trading Firms . AI Prop Firms is an advanced fully automated Forex trading system powered by Artificial Intelligence , developed specifically to operate within the strict rules and evaluation models of prop trading firms. The system is designed to trade under controlled risk conditions while maintaining consistency , stability, and compliance with prop firm requirements. AI Prop Firms uses intelligent market analysis logic that continuously
Ultra Pure
Fajar Dicky Firmansyah
No flashy tricks. No broken promises. Ultra Pure is designed for traders who care about one thing: consistency. Whether you’re scaling through a prop challenge or managing client capital, this EA stays within the limits — and delivers. Run it on a single chart: Attach to CADJPY on timeframe M15. That’s it. One chart. One weapon. Correct backtest requires proper setup! Contact me to get my .ini file and guidance. Important: This EA is priced at 1000 for now. After 5 licenses are sold, it will be
Perceptrader AI MT5
Valeriia Mishchenko
4.67 (6)
80 consecutive months in profit with low drawdown: Live performance MT4 version can be found here Perceptrader AI is a cutting-edge grid trading system that leverages the power of Artificial Intelligence, utilizing Deep Learning algorithms and Artificial Neural Networks (ANN) to analyze large amounts of market data at high speed and detect high-potential trading opportunities to exploit. Supported currency pairs: NZDUSD, USDCAD, AUDNZD, AUDCAD, NZDCAD, GBPCHF Timeframe: M5 Features: Trend , Mome
Dragon EA – Institutional Grade Breakout & Profit-Side Pyramiding System Developer Profile & Background With over 14 years of hands-on manual and algorithmic trading experience in the Forex market since 2010, Dragon EA is the culmination of my single most successful manual trading strategy—fully automated and refined into an institutional-grade expert advisor. Core Strategy & Key Highlights Dynamic Percentage-Based Engine: Operates entirely on proportional risk percentage allocation rather than
Mean Machine
William Brandon Autry
4.76 (41)
Mean Machine GPT Gen 2 - The Flagship Adaptive Mean-Reversion and Recovery System. Mean Machine helped introduce frontier AI into live retail trading in late 2024. Gen 2 preserves the original strategy while expanding the intelligence around it. Mean Machine GPT Gen 2 is an autonomous trading system built around adaptive mean reversion, trend awareness, Commonwealth-pair specialization, and optional Sacred Phi position management. It analyzes whether price has moved away from a reasonable marke
GoldFlow Pro1
Minh Tu Nguyen
5 (2)
An order-flow Expert Advisor built for one market only: XAUUSD. GoldFlow Pro reads the live GOLD market tick by tick — price movement, momentum, and liquidity behavior — and acts only when its conditions are met. Precise entries. Defined risk. Disciplined management on every position. MQL5 Signal — Live Monitoring https://www.mql5.com/en/signals/2384830 Introducing GoldFlow Pro GoldFlow Pro was developed around a single idea: instead of reacting to lagging indicators, read what the market is act
Golden Blitz MT5
Lo Thi Mai Loan
4.43 (14)
A Safe and Effective Gold Trading Solution   Follow the channel for the latest update Only   1  copies left at current price! Final price: $1999.99 LIVE ACCOUNT RESULT  - 18 MONTHS Hello! I am Golden Blitz, the second EA in the Diamond Forex Group family, specifically designed for trading gold (XAU/USD). With exceptional features and a safety-first approach, I promise to deliver a sustainable and effective gold trading experience for traders.   What Makes EA Golden Blitz Different? - Dynami
Prestige 5
M Ardiansyah
1 (1)
Prestige EA   is a powerful, intelligent trend‑detection trading robot built using advanced mathematical and statistical models. It is designed to identify high‑probability market movements with precision while maintaining strict risk control. The EA uses refined entry filters with advanced correction logic to ensure accurate and reliable trade entries. Every trade is protected by Take Profit and Stop Loss, ensuring disciplined risk management. In addition, the EA includes smart internal algorit
IronMan EA – The Ultimate Momentum & Breakout Trading System IronMan EA   is a high-precision, institutional-grade breakout system designed to capitalize on explosive market momentum. Built specifically for traders who value strict risk management and pure price action, this Expert Advisor completely avoids dangerous money management techniques. It patiently waits for the perfect market structure and sets smart pending orders to catch massive price spikes the second they happen. If you are tire
Golden Pickaxe MT5
Valeriia Mishchenko
3.56 (9)
EA has high-performance live track records of different set files: Live performance MT 4 version can be found here Golden Pickaxe is a mean-reversion grid trading system that uses machine learning technology to place high-profit potential trades on the Gold market. It uses real market inefficiencies to its advantage to have an edge over the market. The EA has 5 predefined set files, which are essentially 5 different trading systems on gold . You may choose the default option (XAU Risky) or have
Night Hunter Pro MT5
Valeriia Mishchenko
3.92 (37)
EA has a live track record with many months of stable trading with  low drawdown: All Pairs 9 Pairs Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth. It is a professional tool developed by me years ago that is constantly updated, incorporating all the latest innovations in the trading area.
THE GOLD DIGGER - A SCALPER LIKE NO OTHER Precision. Purpose. Performance. NOT JUST AN EA – A PRECISION ENGINEERED XAUUSD SCALPING SYSTEM PythonX M1 Scalper isn’t just another Gold EA — it’s a specialized, high-performance scalping framework built exclusively for XAUUSD on the M1 timeframe . It has been engineered to deliver precise entries, smart risk control, and consistent returns over time — not just in ideal conditions, but across 9 major brokers over multi-year periods. With a starting bal
Filter:
No reviews
Reply to review