Engulfing ProBot EA

Celebrate the release of Engulfing ProBot v1.3 with a special limited-time discount.

Offer valid until the end of August.


Engulfing ProBot EA


Important Usage Information

The Engulfing ProBot strategy was originally designed and tested primarily on the H4 (4-Hour) timeframe. Although the EA can technically be used on lower timeframes such as H1, M30, M15 or M5, these timeframes usually require significantly different parameter settings and optimization results. Running the default settings on lower timeframes is strongly discouraged and may result in substantial losses.The EA was primarily developed for Forex currency pairs.

Never trade any instrument without optimization.

Failure to optimize the EA for a specific instrument may result in significant losses.

Past results, backtests and optimizations do not guarantee future profitability.

There is no Expert Advisor capable of generating guaranteed profits under all market conditions.

Always use proper risk management and never trade with money you cannot afford to lose.


Strategy Overview

Engulfing ProBot is an automated trading system for MetaTrader 5 based on engulfing candlestick patterns.

The EA searches for bullish and bearish engulfing formations and validates them using multiple optional confirmation filters. Depending on the configuration, the system can use swing validation, RSI filters, Awesome Oscillator confirmation and SuperTrend trend confirmation before opening a trade.

The robot supports multiple money management methods, automatic break-even protection and optional scale-in position building.

Trades can be managed using fixed Take Profit targets or dynamic RSI-based exit methods.

The goal of the strategy is to trade only when price action, trend and momentum align in the same direction.


Settings

  • MagicNumber

Default Value: 123456

Unique identifier used by the EA to recognize and manage its own trades.Use a different Magic Number if multiple Expert Advisors are running on the same account.

  • Debug

Default Value: true

Enables detailed logging in the MT5 Experts tab.

Recommended:

Enable during testing and disable during live trading if detailed logs are not required.

  • MaxSpreadPoints

Default Value: 50

Defines the maximum allowed spread for opening a new trade.If the current spread exceeds this value, the EA will skip the setup and wait for better market conditions.

Example:

MaxSpreadPoints = 50

Current spread = 55

Result: No trade is opened.

Special Value:

MaxSpreadPoints = 0

Disables spread filtering completely.

  • MinCandleSize

Default Value: 120

Defines the minimum size of the engulfing candle in points.Small candles are often market noise and generally produce weaker signals.

Higher values:

* Fewer trades

* Stronger setups

Lower values:

* More trades

* More aggressive entries

  • MaxCandleSize

Default Value: 1300

Defines the maximum allowed engulfing candle size.This filter helps avoid entries after unusually large candles often caused by high volatility or news events.

Higher values:

* More setups accepted

Lower values:

More conservative filtering

  • BodyRatio

Default Value: 1.2

Defines how much larger the engulfing candle body must be compared to the previous candle body.

Example:

Previous candle body = 100 points

BodyRatio = 1.2

Required engulfing body = 120 points or larger

Higher values:

* Stronger engulfing patterns

* Fewer trades

Lower values:

* More setups

* Less strict validation

  • WickToBodyRatio

Default Value: 5.0

Controls the maximum wick size relative to the candle body. Large wicks often indicate uncertainty rather than strong directional movement.

Lower values:

* Cleaner setups

* Fewer signals

Higher values:

*More setups accepted

  • WeakGap

Default Value: 20

Provides tolerance when validating engulfing conditions.This helps prevent valid setups from being rejected because of very small price differences caused by spread or broker feed variations.

Higher values:

* More setups accepted

Lower values:

* Stricter engulfing validation

  • SwingLookback

Default Value: 6

Defines how many previous candles are checked when validating a swing high or swing low.

The purpose of this filter is to ensure that the engulfing setup forms at a meaningful market turning point.

Higher values:

* Stronger swing confirmation

* Fewer trades

Lower values:

* More trades

* Less strict filtering

Example:

SwingLookback = 1

Only the engulfing setup itself is considered.

SwingLookback = 6

The setup must remain significant compared to the previous six candles.

  • EntryLongMaxRSI

Default Value: 65

Maximum RSI value allowed for long entries.

If RSI is above this value, no long trade will be opened.

Purpose:

Helps avoid buying after excessive upward movement.

  • EntryShortMinRSI

Default Value: 35

Minimum RSI value allowed for short entries.

If RSI is below this value, no short trade will be opened.

Helps avoid selling after excessive downward movement.

  • LongExitRSI

Default Value: 70

Defines the RSI level that activates RSI exit monitoring for long trades.

Once RSI reaches this level, the selected RSI exit logic becomes active.

  • ShortExitRSI

Default Value: 30

Defines the RSI level that activates RSI exit monitoring for short trades.

Once RSI reaches this level, the selected RSI exit logic becomes active.

  • RSISlowdown

Default Value: true

Enables RSI Slowdown exits.

How it works:

For long trades, the EA waits until RSI enters the exit zone above LongExitRSI.

The trade is closed when RSI later falls back below the exit level.

For short trades, the opposite logic is applied.

Purpose:

Attempts to keep trades open while momentum remains strong.

  • RSIReversal

Default Value: true

Enables RSI Reversal exits.

How it works:

After RSI enters the exit zone, the EA records the most extreme RSI value reached.

The trade is closed when RSI begins reversing from that extreme.

Purpose:

Attempts to capture profits near the end of strong market moves.

  • SupertrendATRPeriod

Default Value: 22

Defines the ATR period used by the SuperTrend indicator.

Lower values:

* Faster trend changes

* More signals

Higher values:

* Smoother trend detection

* Fewer false signals

  • SupertrendATRMultiplier

Default Value: 3.0

Controls the sensitivity of the SuperTrend indicator.

Lower values:

* Earlier trend changes

* More trades

Higher values:

* Stronger trend confirmation

Fewer trades

  • SupertrendTakeWicksIntoAccount

Default Value: true

Determines whether candle wicks are included when evaluating SuperTrend reversals.

Values:

* true = wicks included

* false = close prices only

Using wicks makes SuperTrend react faster to market movement.

  • MoneyMode

Default Value: Fixed Lot

Determines how position size is calculated.

Available modes:

* Fixed Lot

* Fixed Risk Money

* Risk Percent

  • FixedLot ( Base lot) !!

Default Value: 0.01

Used when MoneyMode is set to Fixed Lot.

Every trade will open using the specified lot size.

Example:

FixedLot = 0.10

All base positions open with 0.10 lots.

  • FixedRiskMoney

Default Value: 10.0

Used when MoneyMode is set to Fixed Risk Money AND UseScaleIn=false.

The EA automatically calculates position size so that the maximum loss equals the specified amount.

Example:

FixedRiskMoney = $10

The stop loss is sized so that the maximum risk is approximately $10.

  • RiskPercent (BASE risk) !!

Default Value: 1.0

Used when MoneyMode is set to Risk Percent.

The EA calculates position size based on account balance.

Example:

Balance = $1,000

RiskPercent = 1%

Maximum risk per trade = approximately $10.

  • UseBreakEven

Default Value: false

Enables automatic break-even protection.

When activated, the stop loss can be moved to the base trade entry price after price moves a specified distance in profit.

  • BreakEvenBodyMult

Default Value: 1.0

Defines when break-even is triggered.

The trigger distance is calculated using the engulfing candle body size.

Example:

Body size = 100 points

BreakEvenBodyMult = 1.0

Break-even activates after 100 points of favorable movement.

BreakEvenBodyMult = 1.5

Break-even activates after 150 points of favorable movement.

  • UseTP

Default Value: false

Enables fixed Take Profit targets.

When disabled, trades are managed using RSI exit logic.

Automatic Safety Feature:

If UseTP is disabled and both RSI exit methods are disabled, the EA automatically enables Take Profit protection to prevent trades from remaining open indefinitely.

  • UseScaleIn

Default Value: true

Enables additional position building after the base trade is opened.

When disabled, only the base position is traded.

  • ScaleInMode

Default Value: STOP

Determines how additional positions are placed.

Available modes:

LIMIT

Additional positions are placed immediately as pending limit orders.

STOP

Additional positions are armed and only placed when price reaches the configured trigger conditions.

  • ScaleInMultiplier

Default Value: 2.0

Defines the position size multiplier used for additional scale-in levels.

Example:

Base Lot = 0.10

ScaleInMultiplier = 1.5

Result:

Base = 0.10

L1 = 0.15

L2 = 0.225

  • PendingStopShiftPoints

Default Value: 30

Used only in STOP scale-in mode.

Defines how far beyond the scale-in level price must move before the pending stop order is placed.

Higher values:

* More confirmation

* Fewer scale-in activations

Lower values:

* Faster scale-in placement

* More aggressive position building


Risk Warning!

Trading Forex, CFDs, Indices and Commodities involves significant risk.

Past performance does not guarantee future results.

Always test the strategy on a demo account and use appropriate risk management before trading with real funds.


Recommended products
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
Royal Sterling Intel – Expert Advisor Overview Royal Sterling Intel (RSI) is an automated trading system designed around the Relative Strength Index (RSI), one of the most widely recognized momentum indicators in technical analysis. The strategy is primarily configured to operate on the H4 (4-hour) timeframe by default, allowing it to analyze broader market movements while reducing exposure to short-term price fluctuations commonly found on lower timeframes. The core objective of the system is t
To those who have already purchased, the team would like to express our sincere gratitude. Your support motivates the team and encourages us to continue developing and improving the quality of our products. Transform Your Gold Trading! Unleash Exponential & Sustainable Growth with the "Gold Martingale Robot EA" (MT5) Are you tired of constantly watching charts? Stressed out every time high-impact economic news is released? Or perhaps you've made profits only to watch them vanish due to ho
Xgrid Scalper MT5
Prafull Manohar Nikam
This trading robot is strictly made for 10K Capital Trading Account and EURUSD H1. DO NOT use it on smaller accounts, because it has minimum free margin limit i.e. Free Margin > 500 (this value is in "actual money" not in "percentage"!) This is a Simple Grid Trading System which works on ADX indicator's volatility and with High Winrate. IMPORTANT: Default input settings are the bare minimum settings (not ideal) instead use the recommended settings (OR find your own best settings) provided in th
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
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (242)
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
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
Prop firm king
Ricky Zoltan Beznec
This Expert Advisor is a fully automated trading system designed exclusively for the   USD/CHF   currency pair on the  3 -hour (H3) chart . It identifies high-probability reversal opportunities by detecting when price reaches statistically extreme overbought or oversold conditions. When a qualifying signal is confirmed, the EA automatically enters a trade, manages position size relative to available margin, and applies a dynamic trailing stop to protect profits as the trade moves in favour. The
Santa Scalping is a fully automated Expert Advisor with no use of martingale. Night scalping strategy. The SMA indicator filter are used for entries. This EA can be run from very small accounts. As small as 50 EUR. General Recommendations The minimum deposit is 50 USD,  default settings reccomend for eurusd m5 gmt +2 . Please use max spread 10 if you will not have orders change it to -1. Use a broker with good execution and with a spread of 2-5 points. A very fast VPS is required, preferably wi
PipsPro Scalper Gold
Hayyu Imam Muhammad
3 (2)
*This product special for XAUUSD* pair. Therefore, all additional features and strategies in future updates will be included in this product . Published at 2026.04.18 |   --> NEXT PRICE $499 USD. LIVE SIGNAL:   https://www.mql5.com/en/signals/2385087 Please to send a private message after you make a purchase !!! PipsPro Scalper Gold (MT5) is an Expert Advisor developed exclusively for XAUUSD trading. It is compatible with both 2-digit and 3-digit brokers for the XAUUSD symbol. Before opening
N Pattern EA
Donitrinugroho
N-Pattern EA (H1 Timeframe) – Trend-Based Pattern Trading System N-Pattern EA is an automated trading system designed to identify and trade the N-pattern structure within strong market trends on the H1 timeframe. The strategy combines EMA-based trend filtering , swing high/low analysis , and price action confirmation to deliver structured and disciplined entries. Core Strategy Logic Detects market trend using EMA (50) and market structure (Higher High–Higher Low / Lower High–Lower Low) Identi
Magic EA MT5
Kyra Nickaline Watson-gordon
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA w
MACD Divergence Expert Advisor (EA) Overview The MACD Divergence Expert Advisor (EA) automates the MACD Divergence Trading Strategy , identifying and trading both the validation and invalidation of divergence patterns . The EA utilizes the Moving Average Convergence Divergence (MACD) indicator to detect price-momentum discrepancies, providing early signals for potential trend reversals. With customizable thresholds, trendline visualization, flexible entry mechanisms, and risk management feature
WR Prop Firm
WEALTHROAD LTD
Wealth Road Bot for Passing   Prop Firm Challenges An Expert Advisor specifically designed to pass the challenge and verification phases of funded account companies, with full compliance to drawdown and daily loss rules. Why Wealth Road Bot for Funded Accounts? Very low drawdown based on our internal testing Most of our clients successfully pass the challenge when following the recommended settings and risk management rules. Automatically avoids trading during restricted hours Respects the rule
XAU Guardian
ahmed mohiuddin
The XAU Guardian is an automated expert advisor designed specifically for trading gold (XAUUSD). It employs a multi-timeframe approach combining trend analysis, momentum signals, and volume confirmation to execute trades with comprehensive risk management. Recommended for best results: 5 min Time Frame The EA is built on Custom Indicators and In-built indicators for best entries
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
Momentum Gate Pro Professional EURUSD M15 Momentum Expert Advisor Momentum Gate Pro is a precision-focused Expert Advisor designed for EURUSD on the M15 timeframe. It is built around a momentum-based trading concept that combines MACD directional signals, higher-timeframe trend filtering, ADX market strength control, and strict risk management. The goal of this EA is not to trade frequently at random, but to wait for specific market conditions where directional momentum and trend structure are
Ranked Zone Trader
Attapong Pintasri
Ranked Zone Trader is an Expert Advisor for MetaTrader 5. It detects non-repainting fair value gap zones on closed bars, ranks active zones by strength, and waits for a retest before placing a trade. The EA is designed around price-zone retests rather than grid or recovery logic. Each trade uses a hard stop-loss and a fixed reward-to-risk target. Position size can be fixed or calculated from a risk percentage. Main features: - Closed-bar fair value gap zone detection - Strength ranking for ac
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
GoldenStrikePro
Nader Nazih Al Sayegh
GoldenStrikePro – Precision Breakout Expert Advisor for XAUUSD GoldenStrikePro is a powerful and intelligent trading robot designed specifically for XAUUSD (Gold/USD). Built for precision breakout strategies, it leverages real-time market structure, EMA-based trend analysis, and smart trade execution to deliver consistent results with controlled risk. Whether you're a seasoned trader or just starting your algorithmic journey, GoldenStrikePro gives you the edge to trade gold with confidence.
AW Trend Predictor EA MT5
AW Trading Software Limited
5 (2)
AW Trend Predictor EA - an Expert Advisor that trades using trend indicator signals AW Trend Predictor. Uses indicator strategies TakeProfit and StopLoss. Can use multi-timeframe filtering. Has a fixed StopLoss or StopLoss calculated by the indicator. Time-based work and averaging are functionally possible. Instruction and description ->  HERE  / MT4 version ->  HERE   Benefits: Uses a fixed StopLoss or dynamic StopLoss calculated by the indicator based on the current volatility Has the functio
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
Argos Rage
Aleksandar Prutkin
4.06 (31)
A new step forward | AI-Driven Precision meets Market Logic With Argos Rage , a new level of trading automation is introduced – powered by an embedded DeepSeek AI system that analyzes market behavior in real time. While it builds on the strengths of Argos Fury, this EA follows a different strategic path: more flexibility, broader interpretation and stronger market engagement. Timeframe: M30 Leverage:  min 1:20 Deposit:  min $100 Symbol:  XAUUSD, EURUSD Broker:  all After purchasing Argos Ra
X Forts
Denis Chebatarev
5 (1)
Trading robot X Forts The scalper Forts EA is designed for futures trading on the Russian futures futures market (RTS, Sberbank, Gazprom, Ruble, etc.). The main instruments are futures on the RTS, SBRF index. Recommended timeframes M1-M6. The EA does not use averaging. Each trade has its own stop loss.  The size of the required GO for tests and trading on the selected instrument is taken from the instrument code.  Trading robot settings SL - stop loss Lots - lot for trading Pos_Market - numbe
LogicFlow AI
Mohammadreza Zareimanoujan
LogicFlow AI – Advanced Multi-Strategy EA for XAUUSD LogicFlow AI is a precision-engineered Expert Advisor for XAUUSD, combining three robust price action models: PinBar/Strong Candle, Marubozu Reverse, and Liquidity Fakeout. Designed for logical, low-risk trading — without Martingale, hedging, or overtrading. Includes dynamic entry timing, risk-free SL, and a real-time performance dashboard. Real Logic . Lower Risk. No Martingale.  Low Drawdown What is LogicFlow AI? LogicFlow AI is a mul
Phoenix Plus
Dang Cong Duong
At first, I got my teeth into  Phoenix  Ultra   Expert Advisor. This   Expert Advisor  will support automatic close order if the direction is correct and perform recovery if the direction is wrong. If you enter an order: 1. The price goes in the right direction and hits the   Min Profit Point ,   trailing stop 20% of the current profit. 2. The price goes in the opposite direction, the Expert Advisor will place the order with the volume is   Recovery Volume Percent  at the input, the distance to
MaxMt5
Quang Hung Vu
I am a trend EA, meticulously crafted to maximize your trading potential. With over 5 years of trading experience behind my design, I have been fine-tuned close to perfection. My creators have embedded their extensive market knowledge and expertise into every line of my code to ensure I deliver the best performance possible. I am versatile and adaptable, ready to trade on any timeframe you prefer. Whether you are a fan of the 1-minute chart or the daily chart, I have got you covered. Just atta
Gold Injection EA MT5
Muhammad Sharjeel Awan
5 (2)
Gold Injection EA for MetaTrader 5 Product Overview Gold Injection EA is an automated trading solution for MetaTrader 5 designed specifically for XAUUSD (Gold). The Expert Advisor combines grid trading techniques with configurable money management and basket management features. It provides flexible settings that allow traders to adapt the EA according to different account sizes, broker conditions, and individual risk preferences. Gold Injection EA supports automatic trade management while givin
VORTEX GOLD LIQUIDITY HUNTER — The Ultra-Fast Institutional Scalper "Strike where the banks strike. Exit before they do." > Engineered to detect Fair Value Gaps (FVG) — the footprints of institutional order flow — and scalp them for lightning-fast profits on XAUUSD. Most retail traders get stopped out because they enter where the crowd enters. Vortex Gold Liquidity Hunter- does the opposite. It identifies Fair Value Gaps- — price imbalances created when massive institutional orders blast thr
Buyers of this product also purchase
Quantum Titan MT5
Bogdan Ion Puscasu
4.5 (8)
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 (32)
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.45 (144)
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 (47)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1999$ soon!   +100 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)
XG Gold Robot MT5
MQL TOOLS SL
4.33 (112)
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
XIRO Robot MT5
MQL TOOLS SL
5 (34)
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
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
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
Big Forex Players MT5
MQL TOOLS SL
4.76 (140)
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
Wall Street Robot MT5
MQL TOOLS SL
3.89 (18)
Wall Street Robot is a professional trading system developed exclusively for US stock indices, focused on S&P500 and Dow Jones. These markets are known for their high liquidity, structured movements and strong reaction to global economic flows, making them ideal for algorithmic trading strategies based on precision and discipline. By concentrating only on these indices, the system is able to adapt closely to their behavior, volatility patterns and intraday dynamics, instead of trying to operate
Mad Turtle
Gennady Sergienko
4.5 (124)
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
Bitcoin Scalping MT5
Lo Thi Mai Loan
5 (5)
[ IMPORTANT ] REAL CLIENT FEEDBACK :  https://www.mql5.com/en/market/product/127498/comments#comment_58814415 [ IMPORTANT ]  UPDATED (1 YEAR PERFORMANCE):  https://www.mql5.com/en/market/product/127498/comments#comment_59233853 [ IMPORTANT ]  UPDATED (1 YEAR 6 MONTHS PERFORMANCE):  https://www.mql5.com/en/market/product/127498/comments#comment_60000067 Follow the channel for the latest update .  JOIN GROUP:   Click here Other EAs You May Like AI AURUM PIVOT  | AI VEGA BOT  | Golden Blitz  I
AI Prop Firms MT5
MQL TOOLS SL
4 (16)
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
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
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
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
Quantum Baron
Bogdan Ion Puscasu
4.79 (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
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
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
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
Ziu 948 NY Gold Expert Advisor
Jaime Andres Bastidas Delgado
Ziu Institutional is an Expert Advisor for MetaTrader 5 designed exclusively for XAUUSD on the 1-minute timeframe. It performs a single daily evaluation at 9:48 New York time and manages the position with partial Take Profit closes, break-even, protective trailing and forced close at the end of the NY session. The decision engine combines several market structure scenarios computed at 9:47 NY: London range sweeps, Fibonacci levels across macro, micro and session ranges, Fair Value Gaps on H4, H
BulletProof BTC
Rodrigo Domenico Minafra
5 (1)
BULLETPROOF BTC — Session Breakout EA for BTC/USD A fully automated session-breakout system for Bitcoin. NO martingale. NO grid. NO averaging down. NO hidden recovery tricks. SL and TP on every position, always. 6 risk profiles with one-click configuration. Validated on a full year of out-of-sample data. ------------------------------- WHY THIS EA IS DIFFERENT: VALIDATION, NOT PROMISES ------------------------------- Most EAs show you one beautiful backtest. BulletProof BTC was built the har
Undefeated Triangle MT5
Nauris Zukas
4.27 (11)
Description. This product was created as part of a project " PULSE OF MARKET ". EA "Undefeated Triangle" is an advanced system that exploits unique fluctuation between AUD, CAD, and NZD currencies. Historically results show that these pairs used in composition always return back first moved pair after fast movement in one direction. This observation can allow us to include a grid-martingale system where can get maximum points of these unique situations. EA "Undefeated Triangle" uses only 3 pai
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
Mean Machine
William Brandon Autry
4.76 (42)
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
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.
XAUUSD TEMPORAL INTERFERENCE AITemporal Interference Scanner - The absolute pinnacle of Multi-Timeframe convergence. XAUUSD Temporal Interference AI - is the absolute pinnacle of market timing, built upon the groundbreaking "Cross-Temporal Interference" theory. By scanning the fractal noise across 9 different timeframes, the AI detects precise moments where market waves collide, cancel out, or amplify each other. When these temporal waves perfectly align in a localized singularity, the AI execu
DeepMatrix FX Advanced Algorithmic Intelligence for XAUUSD DeepMatrix FX — Precision. Intelligence. Performance. Important! Please contact me after installation to obtain the best recommended settings file. Next Price is 2 99 $ DeepMatrix FX is a fully automated trading system developed specifically for XAUUSD on the Any timeframe. Built with advanced algorithmic logic, adaptive market analysis, and precision execution technology, DeepMatrix FX is designed to identify high-probability trading op
Spider Gold MT5
Muhammad Zahran Rahmadi Putra
5 (1)
The price is gradually increasing up. Only 2 copy remains available at the current price,  next price increase to $1999 . Hello, traders!, the newest and a very powerful Spider Gold MT5 of Expert Advisors. My specifically designed to run on the XAUUSD/GOLD pair. Spider Gold MT5  EA is more selective and accurate in signal entry and better in managing existing transactions.  Spider Gold  MT5 EA analyzes markets based on trends, imbalances areas and price action. Spider Gold  MT5 EA can identify
More from author
PivotGrid EA
Laszlo Adoba
Pivot Grid EA – User Manual Overview Pivot Grid EA is a fully automated Expert Advisor that builds a two-sided grid of pending limit orders based on daily Pivot levels. The EA uses Buy Limit and Sell Limit orders exclusively and never enters the market with market orders. At the beginning of each trading day, it calculates the current daily Pivot levels and automatically creates the trading grid accordingly. The strategy uses a predefined Martingale lot progression, where each successive grid le
Filter:
No reviews
Reply to review