Gold Catalyst EA MT5

Gold Catalyst Evolution V6.0 - MQL5 Market Description Gold Catalyst Evolution V6.0

Automated Dual-Engine Gold Trading System for MetaTrader 5

1. Product Overview

Gold Catalyst Evolution V6.0 is a fully automated Expert Advisor developed exclusively for XAUUSD and other broker symbols containing XAU or GOLD.

Version 6.0 combines two independent trading engines inside one Expert Advisor. Each engine evaluates market conditions separately and uses its own fixed lot size, magic number, position ownership, protective levels and exit management.

The engines do not copy or depend on each other. On a hedging account, both engines can manage positions on the same gold symbol simultaneously. On a netting account, same-symbol entries are safely serialized because MetaTrader maintains one net position per symbol.

The system is designed to provide structured gold-trading automation without requiring continuous manual monitoring.

2. Trading Architecture

Engine A is a selective directional engine designed to filter market conditions and manage its positions through its own execution profile.

Engine B is an independent market-participation engine with a separate execution profile and additional controls for daily losses and consecutive losing trades.

Each engine:

  • Uses a separate fixed lot size.
  • Uses a unique magic number.
  • Identifies and manages only its own positions.
  • Applies predefined Stop Loss and Take Profit protection.
  • Maintains independent entry and exit management.
  • Can be enabled or disabled separately.

Gold Catalyst Evolution V6.0 does not use martingale, grid trading, lot multiplication, arbitrage or uncontrolled recovery orders.

3. Risk and Trade Controls

The EA includes the following operational risk controls:

  • Fixed lot size for each engine.
  • Protective Stop Loss and Take Profit on every position.
  • Free-margin validation before placing an order.
  • Separate position ownership through unique magic numbers.
  • Optional single-position control for Engine A.
  • Direction control for long, short or both directions.
  • Spread filtering for Engine A.
  • Daily losing-trade limit for Engine B.
  • Optional pause after an Engine B losing trade.
  • Consecutive-loss detection and cooldown for Engine B.
  • Prevention of repeated Engine B execution from the same stored signal.
  • Safe handling of hedging and netting account modes.

These controls manage trade execution and loss sequences. They do not guarantee a maximum drawdown or eliminate trading risk.

4. Recommended Account Setup

  • Symbol: XAUUSD or a broker gold symbol containing XAU or GOLD.
  • Recommended Chart: M5.
  • Recommended Starting Balance: USD 1,000 with the default lot configuration.
  • Reference Leverage: 1:1000.
  • Account Type: A Raw Spread, Zero Spread or low-markup ECN account is recommended. Commission, spread and swap must always be considered.
  • Position Mode: A hedging account is recommended for full independent operation of both engines. Netting accounts are supported, but same-symbol entries are serialized.
  • Execution: A stable VPS and low-latency connection are recommended. Broker execution speed, slippage, contract size and spread can affect results.

Do not run multiple copies on the same account and symbol using identical magic numbers.

5. Capital and Lot-Size Guidance

The EA uses fixed lots. It does not automatically increase or decrease position size according to account balance or equity.

Approved default configuration:

  • Engine A Lot Size: 0.02
  • Engine B Lot Size: 0.04
  • Recommended Starting Balance: USD 1,000

Version 6.0 Development Objective: Version 6.0 was specifically developed to support continued balance growth while materially reducing relative drawdown compared with earlier configurations.

With the recommended USD 1,000 starting balance and the default Engine A and Engine B lot sizes, the relative drawdown observed during development validation remained below 30%.

This is an observed development result, not a fixed limit or guarantee. The EA does not contain a hard 30% drawdown cap, and actual drawdown can exceed 30% under different market, broker or execution conditions.

Increasing the account balance while keeping both lots unchanged reduces relative exposure because the same dollar movement represents a smaller percentage of account equity.

Increasing either lot size increases both potential profit and potential loss. It can also materially increase relative drawdown. A larger balance should not be treated as permission to increase lots automatically.

The published default lots are the reference configuration selected during development for the intended balance between return potential and risk. Users who change either lot should complete a new demo evaluation under their own broker conditions.

Lower account balances materially increase relative risk and are not recommended with the published default lots.

6. Scientist-Led Development

Developer: Malek Alahmer — Scientist, Software Developer and Algorithmic Trading Researcher.

Gold Catalyst Evolution is built through a scientific development process based on observation, hypothesis, implementation, controlled comparison, validation, monitoring and revision.

Malek Alahmer brings approximately 15 years of market observation, trading experience and software development to the project. The objective is to build structured systems through evidence and repeated evaluation rather than promotional claims.

The earlier Gold Catalyst generation has remained under continuous forward monitoring in a broker demo environment. Version 6.0 was created after evaluating several internal Gold Catalyst versions, comparing their handling of repeated losses and selecting the configuration used as Engine B.

A second independent engine was then integrated while preserving separate position ownership, lot sizing, magic numbers and exit management.

The V6 development process included:

  • Multiple internal strategy versions.
  • Controlled comparison of different loss-management profiles.
  • Evaluation across different gold-market conditions.
  • Demo operation and VPS monitoring.
  • Verification of simultaneous dual-engine operation.
  • Separate and combined engine analysis.
  • Ongoing platform compatibility and risk-control reviews.

The system remains under active maintenance as market behavior, broker conditions and the MetaTrader 5 platform evolve.

7. Installation and Operation

  1. Install Gold Catalyst Evolution V6.0 through MQL5 Market.
  2. Open one XAUUSD chart.
  3. Select the M5 chart period.
  4. Attach the EA to the chart.
  5. Enable Algo Trading in MetaTrader 5.
  6. Keep both engines enabled for the approved dual-engine configuration.
  7. Keep the default lot sizes unless you have completed your own risk evaluation.
  8. Confirm that Engine A and Engine B use different magic numbers.
  9. Evaluate the EA on a demo account before considering live operation.
  10. Use a stable VPS if the terminal will operate continuously.

The default input values already match the approved V6.0 configuration.

8. Input Parameters V6.0

System Control

EnableEngineA = true
Enables or disables Engine A.

EnableEngineB = true
Enables or disables Engine B.

Engine A - Execution

A_DirectionMode = All Directions
Controls whether Engine A can trade both directions, long positions only or short positions only.

A_ExitMode = Protective Only
Selects the Engine A exit-management mode. Available modes include protective exits, reverse-condition exits, window exits or a combination.

A_LotSize = 0.02
Fixed lot size used by Engine A. It does not scale automatically with balance or equity.

A_TakeProfit = 2500.0
Engine A protective Take Profit distance expressed through the configured price unit.

A_StopLoss = 5000.0
Engine A protective Stop Loss distance expressed through the configured price unit.

A_ExitWindow = 20
Internal exit-window value used when a window-based exit mode is selected.

A_SinglePosition = true
Limits Engine A to one owned position.

A_AllowReverse = true
Allows Engine A to process valid reverse-direction conditions.

A_MagicNumber = 2212001
Unique identifier used for Engine A positions.

A_Deviation = 30
Maximum Engine A order deviation in points.

A_PriceUnit = 0.01
Price-conversion unit used by Engine A protective and spread calculations.

A_MaxSpread = 50.0
Maximum allowed Engine A spread expressed in configured price units.

Engine A - Sealed Profile

These parameters contain the approved internal Engine A configuration. Changing them can materially alter trade frequency, entries, exits and risk. Keep the supplied values unless a different configuration has been independently evaluated.

A_Profile01 = 10
A_Profile02 = 15
A_Profile03 = 3
A_Profile04 = 0
A_Profile05 = 0
A_Profile06 = true

A_Filter01 = false
A_Filter02 = true
A_Filter03 = true
A_Filter04 = 40.0
A_Filter05 = false
A_Filter06 = 55.0
A_Filter07 = 45.0
A_Filter08 = true
A_Filter09 = 30.0
A_Filter10 = true
A_Filter11 = 70.0
A_Filter12 = 40.0
A_Filter13 = 0.0
A_Filter14 = 0.0
A_Filter15 = true
A_Filter16 = 14
A_Filter17 = 0.9
A_Filter18 = 0.0
A_Filter19 = 0.0
A_Filter20 = 0.0

A_DataDepth = 700
Defines the Engine A historical data depth used by its sealed profile.

Engine B - Execution

B_StopLoss = 600
Protective Engine B Stop Loss distance in symbol points.

B_TakeProfit = 5600
Protective Engine B Take Profit distance in symbol points.

B_LotSize = 0.04
Fixed lot size used by Engine B. It does not scale automatically with balance or equity.

B_Deviation = 9
Maximum Engine B order deviation in points.

B_MagicNumber = 132275
Unique identifier used for Engine B positions.

Engine B - Loss Control

B_OneSignalPerH1 = true
Prevents repeated Engine B execution from the same stored signal.

B_DailyGuard = true
Enables the Engine B daily losing-trade guard.

B_MaxDailyLosses = 10
Maximum number of Engine B losing closes allowed during the broker trading day before new Engine B entries are paused.

B_PauseAfterLoss = true
Enables the optional pause check after an Engine B losing close.

B_PauseHours = 0
Number of pause hours following an individual Engine B losing close. The approved preset uses zero additional hours.

B_StreakGuard = true
Enables Engine B consecutive-loss monitoring.

B_StreakLimit = 6
Number of consecutive Engine B losing closes required to activate the streak cooldown.

B_StreakPauseHours = 54
Cooldown duration after the consecutive-loss threshold is reached.

B_Debug = false
Enables or disables detailed Engine B diagnostic messages.

Engine B - Sealed Profile

These parameters contain the approved internal Engine B configuration. Keep the supplied values unless a different profile has been independently evaluated.

B_Profile01 = 13
B_Profile02 = 100
B_Profile03 = PRICE_HIGH
B_Profile04 = PRICE_LOW

9. Purchase, Rental and Support

Current purchase and rental options are displayed directly in the MQL5 Market product panel.

Product updates are delivered through MQL5 Market. Technical support is provided through the product comments and the MQL5 messaging system.

10. Important Risk Notice

Trading gold and other leveraged financial instruments involves substantial risk. Gold Catalyst Evolution V6.0 cannot guarantee profits, fixed returns, stable income or a specific drawdown.

Demo and monitored performance can differ from live trading because of spread, commission, swap, slippage, execution delay, liquidity, broker settings, contract size and available historical data.

Higher lot sizes increase exposure and can lead to larger losses and higher drawdown. Use only capital you can afford to lose and evaluate the EA under your own broker conditions before live use.

Past performance does not guarantee future results.

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
GOLD D1 – Estratégia Candle 80% com Pirâmide Inteligente e Trailing Dinâmico (MT5) O   GOLD D1   é um Expert Advisor avançado desenvolvido para operar principalmente o XAUUSD (Ouro) com base em análise de força do candle diário, confirmação de momentum e gestão inteligente de posições. Trata-se de um robô robusto, focado em capturar movimentos fortes do mercado enquanto controla o risco através de uma estrutura adaptativa de pirâmide e trailing stop. Estratégia Principal – Candle 80% O robô
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
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (241)
Hamster Scalping is a fully automated Expert Advisor. Night scalping strategy. The RSI indicator and an ATR-based filter are used for entries. The advisor needs a hedging account type Be careful i not sell EA or sets at telegram it scam. All settings free here at   blog .  IMPORTANT! Contact me immediately after the purchase to get instructions and a bonus! Real operation monitoring as well as my other products can be found here: https://www.mql5.com/en/users/mechanic/seller General Recommendati
Stark AI Gold Martingale Scalper Master (v2.21) Next-Gen Hybrid Neural Network & Trend-Locked Matrix Architecture for Gold (XAUUSD) Stark AI Gold Martingale Scalper Master is an elite, fully autonomous algorithmic trading system engineered exclusively for Gold (XAUUSD). Unlike primitive martingale grids that blindly add market orders during high-slippage events, this system fuses an advanced Predictive Neural Network Gate with a mechanical MACD Trend-Locked Interlock Protocol to achieve maximum
Classic SNR MetaTrader 5 Expert Advisor | Multi-Symbol Support & Resistance Trading with Trend-Based Logic Overview Classic SNR Breakout EA is a professional trading robot that identifies structural Support & Resistance levels using daily swing points and executes trades based on H1 price action relative to these levels. The EA applies   dual logic : in an uptrend, it sells on H1 rejection below an SNR level; in a downtrend, it buys on H1 rejection above an SNR level. Breakout confirmations are
HMA Scalper Pro EA
Vladimir Shumikhin
5 (2)
HMA Scalper Pro EA — Automated Trading Advisor Based on Hull Moving Average (HMA) for MetaTrader 5 OVERVIEW HMA Scalper Pro EA is a professional trading robot (Expert Advisor) for MetaTrader 5 that trades in the direction of the Hull Moving Average (HMA). The HMA indicator determines the current trend direction, and the EA opens trades in that direction, enhanced by Smart Risk capital management, adaptive grid trading, trailing stop, breakeven, and time filters. The EA supports both Netting a
EXPERTteam
Netanel Kahan Abuluf
Expert XAU is an advanced, precision-focused trading robot designed exclusively for XAUUSD on the 1h  timeframe . This EA uses a proprietary logic to identify high-quality buy opportunities, execute trades with calculated precision, and manage risk dynamically — all while keeping strategy details private to protect its competitive edge. Key Features: – 100% automated – High probability long entries – Built-in risk management – Plug & play: attach to 1h chart and go - in 6.5months will do 11
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
EA Trading Strategy Overview This strategy is designed with a focus on safety, consistency, and controlled growth , making it suitable for both beginners and long-term investors. This EA is designed to perform effectively in real market conditions . You are welcome to download the demo version and test it freely on a live market environment . If you encounter any issues or have questions during testing, please feel free to contact me directly for support .  https://www.mql5.com/en/messages/03
SolarTrade Suite Financial Robot: LaunchPad Market Expert - designed to open trades! This is a trading robot that uses special innovative and advanced algorithms to calculate its values, Your Assistant in the World of Financial Markets. Use our set of indicators from the SolarTrade Suite series to better choose the moment to launch this robot. Check out our other products from the SolarTrade Suite series at the bottom of the description. Do you want to confidently navigate the world of inves
London Zoo
Sangmo Park
High-risk, high-reward M15 GBP-basket Expert Advisor for MetaTrader 5. London Zoo is built for traders who want one-chart automated GBP-basket execution with locked strategy logic, broker-side trade protection, campaign tracking, and simple named risk modes. The EA runs from one chart, scans the configured GBP basket internally, waits for completed M15 candle conditions, checks exposure and broker conditions, and manages trades with a fixed target and broker-side emergency stop. Important: The e
Exclusive Black Pro Max MT5 — Automated Trading System Exclusive Black Pro Max MT5 is an Expert Advisor for MetaTrader 5, built on advanced market analysis algorithms and risk management strategies. The EA operates in a fully automated mode and requires minimal trader intervention. Attention! Contact me immediately after purchase to receive setup instructions! IMPORTANT: All examples, screenshots, and tests are provided for demonstration purposes only. If a specific currency pair shows good resu
Perfect Trade EA Indicator 2026 for XAUUSD MT5 Премиальный многоуровневый самообучающийся индикатор с режимом автоторговли для XAUUSD Perfect Trade EA Indicator 2026 — это не просто индикатор и не обычный советник с примитивным входом по шаблону. Это премиальный торговый комплекс для MetaTrader 5, созданный для работы с XAUUSD, который объединяет в себе: - многоуровневый анализ рынка; - интеллектуальную фильтрацию сигналов; - режим автоматической торговли; - продвинутое сопровождение сделки;
PipFinite EA Breakout EDGE MT5
Karlo Wilson Vendiola
5 (3)
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible acros
KING SANTOSA EA – Professional XAUUSD Scalping Expert Advisor Smart. Discipline. Profit. KING SANTOSA EA is a professional Expert Advisor specifically developed for XAUUSD (Gold) . Designed for traders who value precision, discipline, and consistency, this EA focuses on identifying high-quality trading opportunities while maintaining robust risk management. Rather than opening trades aggressively, KING SANTOSA EA analyzes market conditions and executes positions only when predefined trading crit
Gold Precision Pro IMPORTANT NOTICE: DYNAMIC PRICING To maintain the algorithm's exclusivity and prevent strategy saturation in the market, the lifetime license price will be automatically adjusted (increased) every 10 sales. Secure your license now at the current price. Gold Precision Pro is an institutional-grade algorithmic trading system designed exclusively to capture high-probability movements in the Gold market (XAUUSD). Unlike 90% of the robots available on the market, this Expert
Gold Hybrid EA
Kunal Ramanbhai Vaghela
*** NEVER LOSING ADAPTIVE STRETEGY *** Gold Hybrid EA is a professional Expert Advisor built specifically for XAUUSD (Gold) on the H1 timeframe. It combines three independent trading strategies into a single adaptive engine, each targeting different market conditions. **Three-Strategy Engine** - Trend Following: EMA crossover confirmed by ADX filter. Captures directional moves when gold is trending. Configurable fast/slow EMA periods and ADX threshold. - Mean Reversion: RSI extremes combined
Gold Short-Only 15-Min, 30-Min, 60-Min Advanced Strategy Trading System. It employs the latest multi-modal trading strategy developed for short-only gold trading. To use it, first check the daily chart — if the macro trend is bearish, you can confidently deploy it. It can deliver monthly returns of up to around 70%. This trading system is the result of over 10 years of research by the author in computer systems, mathematical statistics, quantitative trading, and multiple mathematical models. 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
Gold Excel Trader
Andrew Pun Magar
After vigorous research on the pattern recognition system, we implemented the strategy with two way confirmation for XAUUSD. This time for XAUUSD, this strategy is targeted to mainly keep the DD low as possible. We have tested it on 0.01, 0.02 and 0.03... the bare minimum possible on $1k account. The DD has remained below 10%.  As Buffet says "There are two rules to making money: 1) Never lose money and 2) Never forget rule no.1"  Live results: https://www.mql5.com/en/signals/2385099 Gold Excel
NAS100 Strategy EA v1
Sergio Millares Raposo
A professional Expert Advisor (EA) for the Nasdaq 100 and XAU/USD that operates on a 5-minute timeframe, based on moving average crossovers to detect trends and clean entries in Gold and the Nasdaq 100. It is designed to capture fast and solid movements, filtering out false signals and avoiding noise in sideways markets. Ideal for traders seeking automation, consistency, and a clear strategy in a high-volatility asset. The system adapts to the dynamics of XAU/USD and Nasdaq and can be used on bo
V950 Queen
Zhanbota Karashulakov
V950 QUEEN is a professional automatic trading Advisor for MetaTrader 5, designed for XAUUSD trading using trend analysis, Smart Money Concept (SMC) elements, multi—level signal filtering and an advanced money management system. The ADVISOR combines several independent market analysis modules, a dynamic risk calculation system, and intelligent support for open positions. The main task of the system is to find high—quality trading opportunities, control risk and accompany profitable transaction
Aurum Forest AI
Bintang Indra Maulana Firmansyah
"Trading Gold shouldn't be a gamble; it should be a calculation." Aurum Forest AI is a premium Expert Advisor utilizing a Native .ONNX Machine Learning Architecture . Unlike 99% of "AI" robots on this market that use hidden Martingale, this system is built on a Random Forest Classifier trained on 10 years of institutional Gold liquidity data. ## The Neural Core Advantage: Real-Time Data Processing: Evaluates 20+ non-linear features including SMC Liquidity Sweeps , Fair Value Gaps (FVG) , and Vo
Gold Aimer Pro
Ghulam Dastgeer
Gold Aimer Pro Gold Aimer Pro is an automated Expert Advisor developed for trading Gold (XAUUSD) on MetaTrader 5. It combines momentum and trend confirmation with scheduled trading sessions, controlled position averaging, basket management and multiple account-protection mechanisms.  The EA is designed for the M15 timeframe and should be attached to an XAUUSD or GOLD chart, depending on the symbol name used by your broker. IMPORTANT!  After the purchase please send me a private message to recei
Willain72ATM
He Ping Qing
This strategy is mainly suitable for audcad, audnzd, audcad, audusd (Best) and other currencies. It uses batch closing and hedging strategies, with a maximum position of 9 orders.The maximum floating loss of 10 years is about $1,000, and the average monthly return is about 5-10%.It is recommended to operate 2-3 currencies with 3000usd. Parameter description: Clots: initial single quantity; NoTrade1: No trading time 1, it is recommended to avoid the data release time at night. Except for Clots,
Aureus Trader
Divyesh Pandey
Aureus Trader is an automated scalping robot for MetaTrader 5 designed to trade actively on liquid forex and crypto pairs with strict risk control and low latency execution. ​ What Aureus Trader does Aureus Trader focuses on short-term price movements, opening and closing trades frequently during high-liquidity sessions. ​ The algorithm uses technical filters to avoid abnormal spreads and low-volatility periods, aiming to capture quick intraday moves rather than long trends. ​ Risk management T
Aurum Reversion Guard EA Aurum Reversion Guard is a customizable MetaTrader 5 Expert Advisor built around mean-reversion entries inside a defined market context. It is designed for traders who want a transparent, rules-based workflow with configurable signal filters and capped basket controls. Reference setup (adjustable) • Symbol: XAUUSD • Chart: M1 • Signal timeframe: M5 • Higher-timeframe context: H4 • Reference configuration: H4 Long This reference setup is a starting point, not a restri
FREE
ExtremeX
Noelle Chua Mei Ping
This algorithm thrives on extreme conditions of volatility.  It will evaluate the condition prior to market close, enter a position and exit when market swings to extreme levels in your favour.  The algorithm does not deploy any technical indicators, just simple mathematical calculations.  This works very well on non directional markets especially FOREX in the short term which are very choppy.  You can test out on other asset classes as well.  20 year backtest done to validate the rule.
Yellow mouse neo   Yellow mouse neo       - fully automatic Expert Advisor designed to test the strategy of the Yellow mouse scalping Expert Advisor with advanced settings and additional filters. To purchase this version, you can contact in a personal. The standard RSI and ATR indicators are used to find entry points. Closing of transactions takes place according to the author's algorithm, which significantly improves the risk control and security of the deposit. Risky strategies like "martingal
Buyers of this product also purchase
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
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Bonnitta EA  is based on Pending Position strategy ( PPS ) and a very advanced secretive trading algorithm. The strategy of  Bonnitta EA  is a combination of a secretive custom indicator, Trendlines, Support & Resistance levels ( Price Action ) and most important secretive trading algorithm mentioned above. DON'T BUY AN EA WITHOUT ANY REAL MONEY TEST OF MORE THAN 3 MONTHS, IT TOOK ME MORE THAN 100 WEEKS(MORE THAN 2 YEARS) TO TEST BONNITTA EA ON REAL MONEY AND SEE THE RESULT ON THE LINK BELOW. B
Velora MT5
Ahmad Aan Isnain Shofwan
The Intelligent Grid EA — A Team of Smart Modules Following the 5-star success of its MT4 predecessor, Velora has been completely rebuilt for MT5 with a fundamental shift in design. Most grid EAs are one engine doing many jobs. Velora is different. Inside Velora, there is a team. Four smart modules, each with one specialty, working together so the system stays adaptive at every stage of a trade — from the moment of entry, to scaling decisions, to the exit. Meet the team: VSE — Velora Smart Entr
Scalp Master Expert Advisor is a fully automated trading system designed for scalping strategies in trending market conditions. It is built to identify short-term trading opportunities in liquid markets while maintaining a strong focus on trade quality and risk control. The EA is suitable for traders who prefer a systematic and rule-based approach without manual intervention. Recommended Pairs: XAUUSD & BTCUSD It performs best on instruments with tight spreads and strong liquidity, including: XA
Foli Pivots MT5
John Folly Akwetey
Expert advisor trades by pivot levels, support and resistance levels based on pivot levels. Also expert advisor takes into account volatility filter, uses standard Martingale and anti-Martingale systems, drawdown protection, standard trailing stop, trading time and trading Trade Order   – direction of trading (only buy, only sell or buy and sell) Use Volatility Filter   – enabling/disabling of volatility filter using Volatility Filter   – value of volatility filter Count Of Days For Volatility F
PivotStorm
Li Yin Fang
PivotStorm - Adaptive XAUUSD Market Structure Breakout EA Professional Automated Trading System for MetaTrader 5 PivotStorm is a professional XAUUSD Expert Advisor designed for traders who prefer structured breakout trading based on confirmed market levels. The system combines market structure analysis, intelligent pending-order execution and multi-level risk management to provide a disciplined automated trading approach for the gold market. Unlike simple breakout robots that react to every pri
SPARTAN GOLD SNIPER AI - V7.2 ULTIMATE The All-In-One Gold Solution: Smart Scalping and Professional Swing Trading. Spartan Gold Sniper is not just an EA; it is a complete trading system designed specifically for XAUUSD (Gold). Version 7.2 introduces the Smart Adaptive Engine, making it the most flexible bot on the market for both small accounts and large Prop Firm capitals. Critical Requirements Latency: You must use a VPS with less than 20ms latency (Recommended: MQL5 Built-in VPS). Account:
Launch offer. The price rises step by step as the number of sales grows. Every purchase includes all future updates through MQL5 Market. Mercaria Unicorn is an adaptive grid trading system for Gold (XAUUSD) on MetaTrader 5, developed by practicing traders for all experience levels. Overview Mercaria Unicorn is an adaptive trading system for Gold (XAUUSD) and other CFD instruments. Unlike standard grid robots with fixed parameters, it automatically adjusts the number of levels, the lot size, and
CaicaiLS Pro - Advanced Pair Trading & Statistical Arbitrage (Version 9.0) The CaicaiLS Pro is a quantitative Expert Advisor designed for Long & Short operations (Pair Trading) using Statistical Arbitrage . Developed for traders seeking precision, it tracks correlation and cointegration anomalies across multiple asset pairs simultaneously, seeking performance in both mean reversion and momentum breakouts. Its advanced architecture features the introduction of Shadow Execution technology. The mat
Neurolite EA gbpusd
Aliaksandr Salauyou
The Neurolite Expert Advisor offers trade decisions based on a neural network trained using a 10-year history of real tick data. The trading is performed only on GBP/USD. Its main peculiarity is a small amount of input parameters so as to facilitate the working process of users. The Neurolite EA will fine-tune all the parameters for you. Trading Strategy The system does NOT use dangerous strategies such as averaging or martingale, but strictly adheres to the neural network instructions. Stop lo
Neurolite EA eurusd
Aliaksandr Salauyou
The Neurolite Expert Advisor offers trade decisions based on a neural network trained on 5-years of real tick data. Trading is performed only on the EUR/USD currency pair. Its main peculiarity is a small amount of input parameters so as to facilitate the working process of users. The Neurolite EA will fine-tune all the parameters for you. This Expert Advisor is based on the previously released Neurolite EA gbpusd , which was adjusted for successful trading on the EUR/USD currency pair. Trading
A scalper system only work during Asian hours. Several unique indicators to detective the price fluctuation. Dynamic TP/SL level according to market conditions. Fixed stoploss to protect the capital, very low risk of losing a lot of money. No need to obtain SET files. The parameters are the same for each currency pair. It is optimized to work on EURAUD . It is recommended to use Eagle Scalper on M15 chart. It is recommended to run it on a real ECN broker with very low spread . It is recommended
Snake EURUSD
Thurau Baerbel
Snake EURUSD Real EA is a fully automatic Forex Trading Expert Advisor. The robot can run on any pair, but the results are better on EURUSD M15. The system can run with any broker that also provides Floating Spread. Advantages The EA does not use systems like martingale, hedging, etc. The EA uses SL and Trailing Stop to make a profit. In addition, you can also set TP (EURUSD at 93 for me). Best test results with 99.0% in the backtest. It is not necessary to close the EA during the press release
BenefitEA Mt5
Vsevolod Merzlov
Benefit EA Uses only hedging accounts.     Benefit EA is a non-indicative flexible grid adviser with special entry points that provide a statistical advantage, revealed through the mathematical modeling of market patterns. The EA does not use stop loss. All trades are closed by take profit or trailing stop. It is possible to plan the lot increments. The "Time Filter" function is set according to the internal time of the terminal as per the displayed time of the instrument's server, not the oper
The adviser uses a strategy based on the use of 7 Envelopes  indicators, on each timeframe (M5, M15, M30, H1, H4) there are 7 Envelopes indicators. Trading is based on the “Price Action” strategy, the adviser searches for a simultaneous signal on 5 time frames: M5, M15, M30, H1, H4 and then opens an order. The EA uses the built-in Martingale and Averaging algorithm. The adviser uses economic news to achieve more accurate signals. Hidden Take Profit, Break Even and Trailing Stop are used. Attenti
MoneyMaker stableATM Lite is an automatic intelligent trading system for foreign exchange! Lite edition just support MetaTrader 5! The purpose of MoneyMaker stableATM Lite is to stabilize profits, not to give you the ability to get rich overnight! MoneyMaker stableATM Lite is only applicable to EUR / USD currency trading, and cannot be used for other currency exchange trading, other CFD product trading, and commodity tradingor futures commodity trading! MoneyMaker stableATM Lite is only suitabl
NorthEastWay MT5
PAVEL UDOVICHENKO
4.5 (8)
NorthEastWay MT5 it is a fully automated “pullback” trading system, which is especially effective in trading on popular “pullback” currency pairs: AUDCAD, AUDNZD, NZDCAD. The system uses the main patterns of the Forex market in trading – the return of the price after a sharp movement in any direction. Timeframe: M15 Base currency pairs: AUDNZD, NZDCAD, AUDCAD  Additional pairs: EURUSD, USDCAD, GBPUSD, EURCAD, EURGBP, GBPCAD After buying EA, be sure to write to me in private messages, i will add
Traders Toolbox
Jason Kisogloo
3 (2)
Traders Toolbox Premium is an All-in-One Tool  created based on extensive training on common trading strategies in order to automate those strategies and calculations . (designed and programmed by Jason Kisogloo) Fe atures: 19 Individual Signals - Each one of these signals can be biased in a neural network style configuration to constitute the final / overall result. Each signal has its own settings to be customised or optimised if needed. Comprehensive On Screen Display - Six snap away Panels
Expert. Automatic and manual trading. Ready-made trading system based on Elliott waves and Fibonacci retracement levels . It is simple and affordable. Display of the marking of Elliott waves (main or alternative option) on the chart. Construction of horizontal levels, support and resistance lines, a channel. Superposition of Fibonacci levels on waves 1, 3, 5, A Alert system (on-screen, E-Mail, Push notifications).    visual panel for opening orders in manual trading. visual panel for setting up
Shadow Legends MT5
Zarui Ogannisian
Shadow Legends MT5 EA.-it's a fully automated expert Advisor designed to trade EURUSD. It is based on machine learning analysis and genetic algorithms.  The Expert Advisor contains a self-adaptive market algorithm that uses price action patterns. The expert Advisor showed stable results for EURUSD in the period 2000-2021.  No dangerous money management techniques, no Martingale, no netting, scalping or hedging.  Suitable for any brokerage conditions.Test only on real accounts.Recommended broker
Reactor MT5   is a fully automatic Expert Advisor for   Intraday   Trading.  it is   based on  m any indicators . The Expert was tested on the whole available historical period on   EURUSD, GBPUSD, USDCAD, AUDUSD and USDJPY M15  currency pair with exceptional results. You can download the demo and test it yourself. My tests were performed with the real tick date with   99,90% accuracy , actual spread, and additional slippage. The basic strategy starts with Market order in counter trend and tren
QuantXProTrader EA
Netlux Digital Kft.
QXS PRO TRADER Expert Advisor QuantXProTrader is an Expert Advisor based on Profitable Price Action strategy. It is compatible with our QXS Trend indicator and work automatically by Trend detection on Multiple assets. Each and Everything in this EA is perfect Just you need to set input parameters. Take Profit, Stop loss, Trailing Stop, Trailing Step, Lot Size Adjust it as per your account capital and equity. Recommended TIMEFRAMES are: M15, M30 and H1  Before Installing Expert Advisor on chart
Strategy: 1.This EA is a trend trade, used for USDCHF H1 charts. 2.This EA is  using indicators such as the Bolling band and moving average. 3. The initial amount of this EA is only $1000.This EA has a profit of over $3000. 4.The EA has detailed test data from January 2018 to June 2021, which is stable and profitable. 5.If you just want to put a small amount of money to get double reward, this EA trader is your best choice!
Introducing Marvelous EA: Your Ultimate Trading Companion Unlock the full potential of the Forex market with Marvelous EA, a cutting-edge automated trading solution designed to maximize your profits and minimize risks. This expertly crafted trading algorithm is equipped with advanced features to navigate the dynamic Forex landscape with precision and accuracy.  GOLD - XAUUSD  Key Features: Proven Trading Strategy : Developed by experienced traders and tested on various market conditions. Aut
FX SCI Hit the pairs
Eadvisors Software Inc.
The FX 2021 release | Eadvisors The Expert Advisor FXScalper works trading the 5min forex main timeframe looking for small market variations in the pairs, it uses new trading technology, intraday results are amazing. This is the last release version we brought to you at the mql Market, you can active the expert in 5(five) personal accounts. Initial informations about the strategy Strategy used: Grid x Distancing. Initial Lot:       From 0.01 (Micro Lots). StopLoss and Take Profit Adjustable.
AI Nodiurnal EA MT5
Ugochukwu Mobi
5 (2)
AI Nodiurnal EA is an advanced Forex robot that leverages cutting-edge machine learning technology to optimize trading strategies and enhance performance in the dynamic foreign exchange market. The term "Nodiurnal" reflects its ability to adapt and operate not only during the typical diurnal (daytime) trading hours but also during non-standard periods, providing a continuous and adaptive approach to forex trading. Settings : Default settings on Currency Pair :  EURUSD H1 . Special setting is onl
Arrival
Yuriy Bykov
Мультивалютный экспертный советник, объединяющий в себе много экземпляров простых стратегий, работающих одновременно. В основе каждой стратегии лежит простой алгоритм торговли в моменты рынка с повышенной волатильностью и принципа возврата цены к среднему значению. Каждая стратегия была оптимизирована на промежутке последних 14 лет. Сигналы, использующие для торговли данный советник:   Nargin ,   Arrival ,   Meltorum Советник использует статистический принцип "правоты толпы": анализирует сигналы
Robo executivo gjs
Gabriel De Jesus Santos
It is recommended to use the robot on a netting account. the robot works with the best configuration from the previous day on the current day. the robot works on the mini index. the robot works on the mini dollar. the robot works on forex. the robot works using indicators. the robot works using market orders and pending orders. before using the robot, put it into optimization and save the settings (in a .set file) to use for the current day. past history does not guarantee future profit, but is
Finvesting EA
Ugochukwu Mobi
5 (1)
Unlock the full potential of your Forex investments with the Finvesting EA, your trusted ally in the world of currency trading. This expert advisor (EA) is designed to enhance your Forex investment and help you achieve your financial goals with confidence. Live Performance: Finvesting EA has a live track record with stable trading.  Real account  Live performance MT4 and Here MT5 Discover the potential of the Finvesting EA and join a community of successful Forex investors. It's time to maximi
Sevolter
Yuriy Bykov
A multi-currency expert advisor that combines many simple strategies that work simultaneously. Each strategy is based on a simple trading algorithm during market moments with increased volatility. Each strategy has been optimized over the past five years. The Expert Advisor uses the statistical principle of "rightness of the crowd": it averages signals from different strategies and opens market positions in the preferred direction. This principle, together with the simultaneous work on correlati
Filter:
No reviews
Reply to review