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
GainMachine
Nikolaos Theodoropoulos
GainMachine EA – Precision-Powered Profit Automation GainMachine is a smart, automated trading system designed to strategically detect market dips and exploit them through scaled-in buy orders and a dynamic profit target based on the duration positions are held.  Key Features: Buy on Dip: Takes advantage of both pip-based and percentage-based price drops. Dynamic Profit Target: The required profit increases over time, preventing premature position closures. Automated Position Management: Opens
Sniper FVG
Ignacio Agustin Mene Franco
Sniper FVG XAU – Professional Trading Expert Sniper FVG is a high-precision trading system developed for trading the Gold (XAUUSD) market on the M1 timeframe. Combining three powerful pillars of modern price action: Price Action Patterns (3 White Soldiers, 3 Black Crows, and filtered Spinning Tops) Fair Value Gaps (FVG) with intelligent detection of unfilled gaps High-quality Supply & Demand Zones The EA identifies high-probability opportunities with a very controlled risk structure, seeking
Gold Sniper by Nadim
Nadim Rafik Golandaj
GOLD HUNTER EA – Smart, Reliable & Fully Automated Trading GOLD HUNTER EA is a professional Expert Advisor developed for traders who value precision, consistency, and disciplined risk management. Instead of chasing every market move, it focuses on identifying high-quality trading opportunities and executing them automatically with speed and accuracy. Built with advanced market analysis and intelligent trade filtering, GOLD HUNTER EA is designed to adapt to changing market conditions while mainta
Shuriken Scalper
Ignacio Agustin Mene Franco
Shuriken Scalper XAU — Developed by Worldinversor | 2026 Overview Shuriken Scalper XAU is an institutional scalping Expert Advisor specifically designed to trade the XAU/USD pair (spot gold) on the M5 timeframe. It combines market structure analysis with multiple technical confluence filters, aimed at identifying high-probability zones where the price has "swept" liquidity before continuing its true direction. Core Strategy The core of the system is the detection of Liquidity Sweeps and Fair
Bober Real MT5
Arnold Bobrinskii
4.88 (16)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for cu
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
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
Expert Mind Core: Statistical Probability Engine The Expert Mind Core algorithm is based on a high-order mathematical model designed to analyze structural market imbalances. Unlike standard indicators, this system utilizes a multidimensional approach to price action, evaluating the rate of change in volatility (Gamma-analysis) and its deviation from the equilibrium point. The core logic functions by identifying exhaustion zones where the probability of a corrective movement significantly outweig
Arohan Grid EURUSD is a specialized Expert Advisor designed for automated grid trading on the EURUSD currency pair. This EA is built for stability and precision, allowing traders to customize parameters to match their risk management profile and broker conditions. Recommended Technical Requirements To ensure the EA operates as intended, please adhere to the following setup specifications: Currency Pair: EURUSD Timeframe: M5 Leverage: 1:500 Account Type: ECN or Standard account with low spreads (
XAU MAMMON INTELLIGENCE ENGINE  Adaptive Multi-Phase AI (No Grid / No Martingale) XAU Mammon Intelligence Engine  is a next-generation Expert Advisor that adapts to market conditions in real-time. Named after Mammon, the ancient deity of wealth and riches, this system uses ADX-based Phase Detection to automatically switch between Trend-Following and Mean-Reversion strategies — ensuring profitability whether the market is trending or ranging. Unlike single-strategy EAs that only work in one
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ô
Basic working principles of EA will have 2 main systems. 1. Timed order opening means that at the specified time the EA will open 1 Buy order and 1 Sell order. 2. When the graph is strong, the EA will remember the speed of the graph. is the number of points per second which can be determined You can set the number of orders in the function ( Loop Order ). The order closing system uses the trailling moneym Loss system, but I set it as a percentage to make it easier to calculate when the capital
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
Trade Guard Panel
Meshal S A S Alhandal
Trade Guard Panel is a risk control and protected execution panel for MetaTrader 5. The Expert Advisor is designed for traders who want more discipline before opening new trades. Instead of sending market orders directly without checking basic risk rules, the panel allows you to place protected Buy and Sell orders based on predefined safety conditions. The product does not generate trading signals and does not trade automatically without the trader’s decision. Its main purpose is to help the tra
The official MetaTrader 5 port of jdehorty's Lorentzian Classification indicator predicts the direction of future price movement from historical price data using Lorentzian distance. Overview A Lorentzian Distance Classifier (LDC) is a machine learning classification algorithm capable of categorizing historical data from a multi-dimensional feature space. This indicator demonstrates how Lorentzian Classification can be used to predict the direction of future price movements. Each bar is classif
FREE
First Buyer 1000$ Next Buyer Will Be 2000$ and will be higher EXPERT ADVISOR: SMART CHEAP AND GOOD 2026   Turn $5 into $65,000 - The Ultimate Low-Cost, High-Return Trading Bot! This is a budget-friendly Expert Advisor, but do not let the low price fool you. If an inexpensive application has the power to turn a mere $5 into $65,000, you are incredibly lucky to have your hands on this system. WHY YOU NEED THIS EXPERT ADVISOR TODAY: 1. Massive ROI Potential from Micro Accounts   You do not need hu
Neuro Genetic Expert
Sergio Izquierdo Rodriguez
This system accepts a comma-separated list of symbols and iterates through them, creating a neural network with training for each symbol. These neural networks take values ​​from price action, Bollinger Bands, MACD, and RSI indicators. The number of neurons for each of the three layers of each network can be configured, and genetic training for the indicator parameters can be set up at specific intervals. Confidence levels for the neurons can be adjusted, and market trend analysis filters can be
Gold EA: Proven Power for 1-Minute Gold Trading Transform your trading with our Gold EA, meticulously crafted for 1-minute charts and delivering over 2000% growth in 5 years from just $100-$1000 . No Martingale, No AI Gimmicks : Pure, time-tested strategies with robust money management, stop loss, and take profit for reliable performance across multiple charts. Flexible Trading Modes : Choose Fixed Balance for safe profits, Mark IV for bold growth, or %Balance for high rewards—combine Mark IV an
Scalping bot for the gold/dollar pair (XAU/USD) — a powerful and versatile solution for traders, designed to deliver maximum efficiency in a dynamic market. This bot is specifically engineered for scalping: it analyzes price changes and places trades even before significant market movements begin. This allows it to secure advantageous positions early and capitalize on even the smallest market fluctuations. Key Features: Flexibility: Adapts to any market conditions and suits your trading strategy
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
Tools for earning and research. The core of the trading signals and strategy is based on the author's algorithm for the formation of price forecasting patterns. Applicable to any instrument! Supplemented with a control system based on the MA "Nine-Tailed Fox" , updating and adjusting the signal as accurately as possible for the market, instrument and period of work. Eligible: All instruments in all markets (there are exceptions). Who it's for: hedge funds, fund and asset managers, investment
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
MangoFX Xmas Candles
Olisa Chigozie Ufondu
MangoFX XMAS EA is an automated trading robot that identifies trade opportunities using the Xmas Candles indicator method. It operates in two modes: Standard Mode · Detects patterns on chart internally · Opens a Buy trade on the first Lime (bullish) candle following a pattern · Opens a Sell trade on the first Red (bearish) candle following a pattern · Sets Stop Loss at the nearest swing high or low · Sets Take Profit based on your chosen Risk-to-Reward Ratio (RRR) Simple Opposite Mode (Alter
Works to open two hedging deals, buying and selling, with a goal of each deal of 20 points With the opening of multiple cooling deals in the manner of another lot size and suspending each type of sale or purchase transaction At a profit level. The King Hedging Forex 2R Upward or Downward Profit Parameters: Lot1: Manual Lot Size Auto_Lot: Set true to automatically calculate optimal Lot Size based on risk preferences, Set False if you want to use manual lot size. Max_Risk: Max Risk as percentage
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
King Strategies  Empire – Expert Advisor Description King Strategies  Empire is a multi-engine Expert Advisor developed specifically for trading XAUUSD (Gold), combining structured market analysis with multiple independent trading systems. The EA is designed around five unique engines, each operating with its own trading logic and approach to market behavior. This modular structure allows the strategies to function independently while contributing to a broader trading framework focused on Gold m
ICT Sniper X
Ignacio Agustin Mene Franco
ICT Sniper X is a high-precision Expert Advisor specifically designed for trading XAUUSD (Gold) on the M1 timeframe. Philosophy and Strategy The system combines three powerful pillars of institutional trading: Classic Price Action (3 White Soldiers, 3 Black Crows, and Spinning Tops) ICT Smart Money Concepts (Order Blocks + Liquidity Sweeps / Stop Hunts) Volume Profile (POC, Value Area High/Low) This combination allows for the identification, with a high probability, of institutional manipulati
Scandinavian Experts Gold System Scandinavian Experts Gold System is a precision-based breakout Expert Advisor designed to trade structured price movements on the H1 timeframe. The system identifies the high and low of the previous H1 candle and executes trades at calculated breakout levels, allowing the EA to capture directional momentum while maintaining strict risk control. The strategy operates with a dynamic lot sizing model based on account balance, ensuring consistent risk exposure across
Algoma Pro
Mohammed Radoine
ALGOMA EA – An Intelligent Professional Scalping EA, the Result of 5 Years of Real Market Experience. It is the outcome of 5 years of research, experience, and real trading optimization, designed for traders who need a reliable, adaptable, and truly intelligent scalper for intraday trading. Signal 1 : Live Myfxbook Setfile : Default setting came with standard version     ️ Key Features of ALGOMA EA:    Optimized Scalping Strategy Specially designed for M1 and M5 scalping. Can also be used
For more details, performance records, and strategy breakdown, please visit:   [ https://eruo-grid-sniper.vercel.app ] --- ### Overview EuroGridSniper is a fully automated Expert Advisor designed for the MetaTrader 5 platform. This EA uses a dynamic grid-based trading strategy optimized for trending and ranging market conditions. It combines technical price levels with volatility filters to increase the probability of successful trades. --- ### ️ Key Features - Smart grid algo
FREE
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
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
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
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