GembalaADX Trend Following with SAR Filter

Strategy Overview

The GembalaCandle EA is a trend-following system that uses the ADX (Average Directional Index) indicator to determine the strength of a trend and the direction (using +DI and -DI). It uses multiple timeframes (from M1 to D1, but typically the lower timeframes are used) and combines their signals according to a selected mode (like consensus, strict, etc.). The EA also uses several filters (Bollinger Bands, MA29, Parabolic SAR, ADX exhaustion, MA50, and others) to avoid entering trades in unfavorable conditions. It has a sophisticated risk management system, including an averaging/martingale system (with grid options), auto-hedging, and a re-entry system.

How ADX Creates Signals

The EA uses the ADX indicator on multiple timeframes (which ones are used is configurable). For each timeframe, it checks:

  1. ADX Strength: The ADX value must be above the  Strong_ADX_Level  (default 18.0) to consider the trend strong enough.

  2. DI Cross and Levels:

    • For a buy signal: The +DI must be above the -DI by at least the  DI_High_Level  for that timeframe (e.g., 14.0 for M1). Also, the +DI must be above a certain level (the  DI_High_Level ) and the -DI below the  DI_Low_Level  (7.0 for M1). However, note that the code uses  DI_High_Level  and  DI_Low_Level  for each timeframe to set thresholds for the DI values.

    • For a sell signal: The -DI must be above the +DI by at least the  DI_High_Level  for that timeframe, and the -DI must be above the  DI_High_Level  and the +DI below the  DI_Low_Level .


For a buy signal on a given timeframe:

  • ADX > Strong_ADX_Level

  • +DI > -DI (the positive directional indicator is above the negative one)

  • +DI >= DI_High_Level (for that timeframe)

  • -DI <= DI_Low_Level (for that timeframe)

For a sell signal:

  • ADX > Strong_ADX_Level

  • -DI > +DI

  • -DI >= DI_High_Level

  • +DI <= DI_Low_Level

Then, the EA combines the signals from multiple timeframes according to the  TimeframeMode :

Protection Features

The EA has multiple layers of protection:

1. Bollinger Band Filter

  • Can be enabled/disabled per timeframe (M1, M2, M5, M15).

  • For a buy signal, the price must be below the upper Bollinger Band (or above the lower for sell). The exact condition is that the price must be within the bands to allow the trade.

2. Bollinger Band Extreme Filter

  • This filter checks if the price is too close to the extreme of the Bollinger Bands (using a distance in points). If the price is within  BBExtreme_Distance  (default 500 points) of the upper band, a buy signal is blocked. Similarly for sell and the lower band.

3. MA29 Filter (Linear Weighted Moving Average)

  • This is an override filter for the Bollinger Bands. If the price breaks above the MA29 high (for buy) or below the MA29 low (for sell), then the Bollinger Band filter is temporarily disabled, allowing the trade.

4. Parabolic SAR Filter

  • Checks the direction of the Parabolic SAR. If SAR is below the price (bullish), only buy signals are allowed. If SAR is above the price (bearish), only sell signals are allowed.

5. ADX Exhaustion Filter

  • If the ADX value is too high (above  ADX_Exhaustion_Level , default 44.0) and the corresponding DI line (D+ for buy, D- for sell) is also above  DI_Exhaustion_Level  (default 44.0), then the trend is considered exhausted and the signal is blocked.

6. MA50 Filter

  • This is a trend filter. For a buy signal, the price must be above the MA50 line (if  MA50_FilterBuy  is true). For a sell signal, the price must be below the MA50 line (if  MA50_FilterSell  is true). This filter can be bypassed for reversal signals and hedge signals.

7. Signal Direction Protection

  • After a signal direction change (e.g., from buy to sell), the EA can block averaging (or all trades) in the opposite direction for a set period ( SignalChangeBlockMins , default 5 minutes). This is to prevent entering trades against the new signal direction immediately.

8. Dynamic Stop Loss and Take Profit

  • The EA can calculate SL and TP based on the ATR (Average True Range) to adapt to market volatility.

9. Auto-Hedging System

  • When the floating loss reaches a certain percentage ( HedgeTriggerPercent , default 7.5%), the EA can open a hedge position (in the opposite direction) to reduce the drawdown. It also has a rebalancing feature to adjust the hedge.

10. Re-entry System

  • After a trade is closed (by SL, TP, trailing stop, or manually), the EA can wait for a cooldown period and then re-enter in the same direction (or opposite, as configured) if the conditions are still met.

11. Zigzag Reversal System

  • Uses the Zigzag indicator to detect potential reversal points. When a reversal signal is generated (price moves beyond a Zigzag peak/trough by a threshold), it can override the original trend signal.

12. Floating Loss Protection

  • If the floating loss reaches a certain percentage ( MaxFloatLossPercent , default 10%), the EA can close all positions and stop trading for a recovery period.

13. Risk Management

  • Includes position sizing based on account balance and risk percentage, leverage control, and maximum positions limit.

14. Averaging/Martingale System with Grid

  • The EA can average down losing positions in a grid pattern, but with strict risk controls (maximum risk percentage, emergency close levels, etc.).

Recommended Usage

Best Conditions:

·        Trending markets Identify clear directional movement(adjust in low timeframes for ranging market)

·        It’s designed  to match Gold's Volatility Profile(XAUUSD).Can be adjusted for XAGUSD and Major currency pairs (EURUSD, GBPUSD)

·        High volatility periods (news events, session overlaps)

·        Sufficient account size for proper position sizing

·        Very good in scalping nature; Adjust for Intraday or swing

Configuration Guidelines:

1.     Start with conservative settings (higher SL, lower risk %)

2.     Use demo account for testing

3.     Adjust timeframe consensus based on trading style (scalping vs. swing)

4.     Enable only necessary filters to avoid over-filtering

5.     Monitor performance regularly and adjust parameters as needed

6.     To maintain peak effectiveness in capturing market opportunities, schedule a weekly parameter review session. This regular adjustment helps the EA adapt to changing volatility, trend characteristics, and market structure shifts and to keep the EA finely tuned to market conditions. Regular adjustments enhance signal accuracy and improve alignment with the dynamic nature of financial markets

7.     Panels can be on off

Minimum Account Requirement:

·        Standard Accounts: $10,000 USD minimum

·        Cent Accounts: 10,000 cent units minimum
This threshold ensures the integrated risk management systems function as designed, with sufficient capital to withstand normal market volatility while maintaining recommended position sizing protocols.

·        A minimum account balance is required to implement the recommended risk management, including proper position sizing, drawdown protection, and multi-layered safety mechanisms inherent in this trading system

 

·        Risk Disclaimer

 

·        Important Considerations:

1.     Forex and CFD trading carries significant risk of loss

2.     This EA does not guarantee profits

3.     Past performance is not indicative of future results

4.     Always use proper risk management

5.     Test thoroughly on demo before live trading

6.     Only trade with funds you can afford to lose

Technical Requirements:

·        MetaTrader 5 platform

·        Stable internet connection

·        VPS recommended for 24/7 operation

·        Sufficient account balance for minimum position sizes

Broker with proper execution and reasonable spreads

Maintenance and Monitoring

Regular Checks:

1.     Daily: Verify all systems are functioning correctly

2.     Weekly: Review performance metrics and adjust parameters if needed

3.     Monthly: Full system check and potential re-optimization

4.     After significant market events: Verify system behavior during high volatility


Conclusion

The GembalaCandle EA is a complex system that uses multiple indicators and filters to try to capture trends while protecting against false signals and managing risk. It is designed for the XAUUSD (gold) market but can be adapted to others. The strategy is based on the ADX trend strength and direction, with multiple layers of confirmation and protection.


Recommended products
Stormer RSI 2
Ricardo Rodrigues Lucca
This strategy was learned from Stormer to be used on B3. Basically, 15 minutes before closing the market, it will check RSI and decided if it will open an position. This strategy do not define a stop loss. If the take profit reach the entry price it will close at market the position. The same happens if the maximal number of days is reached. It is created to brazilian people, so all configuration are in portuguese. Sorry Activations allowed have been set to 50.
SPECIAL LAUNCH OFFER: $30 (1-Month Rent) Limited time offer to build our community and gather feedback! AmbM GOLD Institutional Scalper A high-precision M5 algorithm for XAUUSD (Gold) , engineered to trade exclusively at Institutional Liquidity Levels ($5/$10 psychological marks). PERFORMANCE DATA (BUY ONLY) • Win Rate: 87.09%. • Safe Growth: +$4,113 profit on $10k (13.75% Max Drawdown). • Extreme Stress Test: Successfully generated +$22,997 in a 5-year stress test (2020-2026), proving
Gold Crazy EA MT5
Nguyen Nghiem Duy
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
Cyclone Intraday
Mikhail Mitin
5 (1)
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
DESCRIPTION Liquidity Counter Pro   is an advanced automated trading system for MetaTrader 5 that specializes in detecting and capitalizing on institutional liquidity sweeps and retail stop-hunting events. The EA uses pure price action and market structure analysis without relying on traditional lagging indicators. The system applies a   multi-layered scoring methodology   with a base threshold of   90 points , requiring strong confirmation from multiple market factors before any entry. It i
Gold VWAP Drift
Ubaldo Barranco Jimenez
Gold VWAP Drift is a complete, self-contained trading system for XAUUSD , engineered around one of the most reliable structural relationships in intraday gold: the interaction between price, the session Volume-Weighted Average Price, and a dynamic trend filter. It does not chase breakouts and it does not guess tops or bottoms. It waits for the market to show its hand, then acts with precision. The system establishes a clear directional bias using a long-term trend filter, then engages only when
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
Tma Poc Gold
Ignacio Agustin Mene Franco
POC + TMA SCALPER GOLD - Expert Advisor Professional DESCRIPTION: Automated trading system designed specifically for XAU/USD, combining Point of Control (POC) with Triangular Moving Average (TMA) to identify high-volume and trending zones. It uses advanced risk management with dynamic trailing stops and an intelligent grid system. TECHNICA
PREngulfing
Slobodan Manovski
PR EA - Engulfing Pattern Trading System Automated Engulfing Pattern Detection with MA Confirmation The PR EA is a Meta Trader 5 expert advisor that identifies and trades bullish/bearish engulfing candlestick patterns when confirmed by a moving average filter. Designed for swing trading on 30-minute charts with compatibility for M15 and H1 time frames. Key Features: Pattern Recognition - Detects valid bullish/bearish engulfing candle formations Trend Confirmation - 238-period SMA filter
Caicai L&S Yield Histogram Important Notice: This indicator is an integral tool of the automated EA Caicai Long and Short Pair Trading . This indicator visually displays the percentage deviation (Yield %) of a pair's current spread relative to its own historical mean. It is an excellent tool for quickly visualizing the gross financial potential of a market distortion in Long & Short operations. Main Features: Percentage Visualization: Understand the size of the distortion in palpable percentage
Pattern Recognition EA
Claudiu-georgian Zavera
Pattern Recognition EA - From Learn to Earn. The market repeats itself. This EA finds every past repeat of the current candle sequence - and lets history vote the direction. ONE SHAPE. EVERY REPEAT IN HISTORY VOTES. The last N candles on your signal timeframe form a shape. The EA scans the history you choose - a fixed number of bars or everything your broker provides - for the SAME shape, and checks what happened next, every single time. Only when enough repeats exist AND a clear majority of t
Key Benefits at a Glance: Lorentzian ML signal generation Majority voting across 3 timeframes Automatic market regime detection Smart equity recovery with group profit targets 1% risk‑based adaptive lot sizing ATR‑based dynamic SL/TP & trailing Emergency drawdown cut Live on‑chart info panel Hybrid Lorentzian Gold ML EA v2.0 – Intelligent Adaptive Trading for XAUUSD Next‑Gen Machine Learning Core A Lorentzian KNN classifier analyzes 5 normalized features (RSI, WaveTren
FREE
Xerxes Quantum Vanguard The Omni-Asset Hybrid Daily Action System (Trend + Mean Reversion | Multi-Asset ATR Logic | Quantum Dashboard)  Conquer Every Market Condition Xerxes Quantum Vanguard is not a single-strategy robot. It is a dual-core Hybrid Trading System- engineered for the active trader who demands daily market action. By seamlessly combining Trend Breakout- and Mean Reversion- algorithms, Xerxes adapts to whatever the market throws at it. Built from the ground up to support multiple
Grid Trading EA is a semi-automated one-click trading EA for both Normal Trading and Grid/Martingale Trading . Normal Trading Simply click Buy or Sell directly from the chart. The EA will automatically manage trades by: Setting Stop Loss and Take Profit Managing Trailing Stop Grid / Martingale Trading (For Hedging Account Type Only) When Grid Trading mode is enabled, the EA will automatically open additional grid orders at specified distances while increasing the lot size based on your settings.
Alpha Bullish Engine MT5 Overview Alpha Bullish Engine(No Martingale, no Grid) is a professional Expert Advisor for MetaTrader 5 designed to identify and trade high-quality market bullish opportunities while maintaining a strong focus on risk management and capital preservation. Built with a combination of trend analysis, momentum assessment, and intelligent trade management, the EA is designed to operate in favorable market conditions while avoiding unnecessary exposure during less suitable env
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
Deep Trend Pro
Ignacio Agustin Mene Franco
DEEP TREND X — Expert Advisor with Artificial Intelligence for XAUUSD Deep Trend X is a 100% automated Expert Advisor, specifically designed for trading Gold (XAUUSD). It combines cutting-edge machine learning algorithms with institutional market analysis to detect highly accurate entries in both trending and ranging markets. ARTIFICIAL INTELLIGENCE CORE The EA's core engine integrates two AI models that self-train on each new candlestick: SVM RBF (Support Vector Machine with Radial Kern
PipsPro Scalper Gold
Mitra Emiten Digital
3 (2)
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 any position, the EA applies multiple filters to identify high-quality trading conditions. Because of its strict entry requirements, it does not place trades every day. Under Strategy 1 , the EA usually opens only a few trades per week in order to maintain a high level of accuracy and precision. This makes it well s
Rainbow EA MT5
Jamal El Alama
Description : Rainbow EA MT5 is a simple Expert advisor based on   Rainbow MT5 indicator witch is based on Moving average with period 34. The indicator is incorporated in the EA, therefore, it is not required for the EA to operate, but if you wish, you can download it from   my product page . The Expert Advisor settings are as follows : Suitable for Timeframes up to H1 The parameters below can be set according to your trading rules. StopLoss ( Stop Loss in pips) TakeProfit ( Take Profit in pips
Easy GOLD MT5
Franck Martin
3.87 (45)
Easy Gold is the latest addition to the BotGPT family. It is surprising and very powerful. It is ideal for beginners due to its simplicity.  There is absolutely nothing to do, it's 100% automated, simply indicate the percentage of risk you want to take per trade and the EA is ready. Whatever your capital, the EA takes care of everything. Optimized on (XAUUSD).  Unleash all the power with the professional version (AGI Gold) and its connection to the neural network, available in my store. My othe
FREE
Somewhere over the rainbow It is a system that tries to operate the market from the exhaustion of the trend with a correction algorithm that tries to cut losses at the cost of increasing the margin This system makes all the adjustments automatically, analyzing the pair and the market to decide which is the most efficient step to reach your destination. Somewhere over the rainbow is a multiple trade and multi lot system(The maximum batch can be up to 5 times the initial batch distributed in mult
Wave Rider EA MT5
Adam Hrncir
4.82 (44)
Scalper speed with sniper entries. Built for Gold. Limited sale - 399 USD only instead of 499 USD Tired of all the fake EAs that eventually disappear? Most authors just create another EA when it fails - I wanted to do it differently. Wave Rider is my personal project built out of passion - honest, transparent EA without any fake AI or manipulated back-test that's been continuously updated for more than 6 months, that I am using myself from very first day. Check the Manual  or  Broker performance
EMA256 Fourier Cycle Trader EMA256 Fourier Cycle Trader is an advanced MetaTrader 5 Expert Advisor combining a long-term EMA or TEMA trend model, causal Fourier cycle analysis, configurable averaging and a unified basket take-profit system. The Expert Advisor is designed primarily for CENT accounts and for traders who understand basket recovery strategies, geometric lot progression and the risks associated with trading without a mandatory Stop Loss. RECOMMENDED STARTING CONFIGURATION Recommended
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
SkyNet Fx EA
Fernando De Paljla Silva
SkyNet EA uses the Mean Return strategy plus Filters to generate a market entry signal.  This setup is frequently used by professional traders around the world. If you want a reliable EA, SkyNet EA is for you.  SkyNet EA   does not use AI or martingale, it does not work miracles, but it is safe. The results shown in the images are out of sample, therefore much more reliable. The SkyNet EA has been subjected to a long period of more than ten years of Backtesting with Tick by Tick data, using the
BTC Trend Scalper MT5 Trend Capture Edition — Precision Momentum Trading for BTCUSD Hello, traders! I am BTC Trend Scalper MT5 — an intelligent Bitcoin trading Expert Advisor engineered to capture momentum moves with disciplined risk management. I am not a martingale. I am not a grid system. I am not a gambling robot. I am a trend-following scalper built specifically for traders who understand that protecting capital is more important than chasing every candle. My specialty? Bitcoin (BTCUSD)
Specialist E1
Slaven Kresic
Automatic Expert Advisor. Night scalp system, with trend detection and pullback entry. Dynamic exit signal, for SL or TP. Every trade has fix SL. No usage of risky strategies like martingale, hedge, grid etc. About EA Scalper strategy Technical strategy Can use with small deposits Pairs with best rezults: AUDNZD, AUDCAD, AUDCHF, EURAUD, GBPAUD, USDCHF, CADCHF, EURNZD, EURGBP, GBPCAD, GBPCHF, EURCHF Time Frame: M15 Recommendations Broker account with ECN and low spread Test it first to find out
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AU
Inverse Liquidity Grab Ultimate EA
Stephen Muriithi Muraguri
5 (1)
This EA finds Fair Value Liquidity (FVL) on the chart, tracks when they get mitigated , and then looks for an inversion signal (price “fails” through the zone). When that inversion happens, it places a trade in the opposite direction of the original Liquidity gap (an Inverse FVG approach). It also lets you control when it trades using market sessions , and it can auto-close positions at New York open (all positions or profitable-only). Key advantages Clear, rule-based entries (no guessing): trad
FREE
Gold Beast Pro
Marc Henning Hruschka
Gold Beast Pro MT5 Gold Beast Pro MT5 is a professional automated trading system designed specifically for XAUUSD (Gold) on MetaTrader 5. The EA is built to operate fully automatically while maintaining stable trade execution and adaptive market behavior under different market conditions. Gold Beast Pro focuses on precision execution, intelligent market participation, and controlled risk management to provide a smooth and efficient automated trading experience. The system is optimized for trader
Buyers of this product also purchase
Quantum Commander
Bogdan Ion Puscasu
5 (1)
The Quantum ecosystem is entering a new battlefield—and a new Commander is taking control. Developed exclusively for the US30 index, Quantum Commander is the fully automated Expert Advisor built for one of the world’s most dynamic markets. In a world saturated with GOLD EAs, Quantum Commander stands apart. After several GOLD-focused releases, we are advancing into new territory with US30—a new instrument, a different strategy, and a powerful opportunity to bring true diversification to the Qua
Quantum Titan MT5
Bogdan Ion Puscasu
4.85 (26)
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 (45)
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
The Gold Reaper MT5
Profalgo Limited
4.48 (105)
PROP FIRM READY! ( download SETFILE ) WARNING: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 3 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Client Signal YouTube Reviews LATEST MANUAL Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency fro
Scalping Robot Pro MT5
MQL TOOLS SL
4.36 (155)
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
Ultimate Breakout System
Profalgo Limited
5 (48)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1999$ soon!   + 300 Strategies included and more coming! BONUS : choose 5  of my other EA's for free!   ALL SET FILES + COMPLETE SETUP AND OPTIMIZATION GUIDE VIDEO GUIDE LIVE SIGNALS REVIEW (3rd party) NEW - 44-STRATEGIES LIVE SIGNAL Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout System, a sophisticated and proprietary Expert Advisor (EA)
Scalping Index Pro is a professional trading system designed specifically for fast and precise scalping on US30 and DE40 using the M1 timeframe . The system has been developed specifically for the unique behavior of major stock indices, focusing on short term price movements, rapid momentum changes, market volatility, and selective grid based trade management techniques to identify high probability trading opportunities . Scalping Index Pro is optimized for traders who prefer dynamic trading wit
Byrdi
William Brandon Autry
5 (20)
BYRDI - The Distributed Trading Network That Coordinates the Portfolio. Most Expert Advisors see one terminal, one account, and one set of positions. BYRDI sees the wider network. BYRDI connects separate MetaTrader 5 terminals into a coordinated trading mesh. Each node can keep its own account, broker, markets, strategy, AI model, capital allocation, and risk settings while sharing the information needed for wider portfolio awareness. The network can coordinate execution, limit duplicated expos
Nexorion Initium Novum EA
Valentina Zhuchkova
3.45 (29)
NEXORION: Initium Novum — Deterministic Logic and Algorithmic Synthesis NEXORION is an institutional-grade analytical complex based on rigorous mathematical liquidity processing algorithms. The core concept of the project is "computational transparency": the expert advisor transforms chaotic price feeds into structured geometric zones, visualizing the decision-making process directly on the trading chart. Real-Time Monitoring https://www.mql5.com/en/signals/2378408 Technical System Specification
AXIO Gold EA
Shengzu Zhong
4.6 (10)
AXIO GOLD EA MT5 Live Signal Reference on MQL5 https://www.mql5.com/en/signals/2378982?source=Site+Signals+My AXIO GOLD EA MT5 is an automated trading system developed for XAUUSD Gold on MetaTrader 5. This EA uses the same logic and execution rules as the verified live signal shown on MQL5. When used with the recommended, optimized settings on a reputable ECN/RAW-spread broker such as TMGM , the EA's live trading behavior is designed to closely align with the trade structure and execution charac
XG Gold Robot MT5
MQL TOOLS SL
4.34 (113)
The XG Gold Robot MT5 is specially designed for Gold. We decided to include this EA in our offering after extensive testing . XG Gold Robot and works perfectly with the XAUUSD, GOLD, XAUEUR pairs. XG Gold Robot has been created for all traders who like to Trade in Gold and includes additional a function that displays weekly Gold levels with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on Price Action, Cycle S
Chiroptera
Rob Josephus Maria Janssen
4.57 (49)
Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances c
Aero MT5
Volodymyr Babak
5 (4)
Transparent pricing model.  The price increases with each stage of sales. Next stage: $1000 . Live Signal +14 Months • Low Risk Live Signal +8 Months • Medium Risk Live Signal New • $100 000 Account How Aero works Aero is a fully automated Expert Advisor for XAUUSD (Gold) , built on a breakout strategy . Breakouts on Gold offer some of the best entry opportunities: key levels are broken almost every day — the problem is that far from every one of them follows through. This is exactly the prob
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
XIRO Robot MT5
MQL TOOLS SL
5 (35)
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
Big Forex Players MT5
MQL TOOLS SL
4.76 (141)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Pulse Pro MT5
Mian Rameez Ali
Two lines, always circling — 21 and 49. Most of the time they say nothing. Then they cross, and the system stops waiting. It closes what it was holding, opens what the cross demands, and sets its stop and target without asking twice. Risk is sized off the account itself, not fixed guesses — one bad calculation and it simply declines to trade at all. No indecision, no averaging in. Every new bar gets exactly one verdict. Built for any symbol, any timeframe. Fast against slow — the rest is ari
Waka Waka EA MT5
Valeriia Mishchenko
4.13 (40)
8+ years of live track record with +12,000% account growth: Live performance MT 4 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make profit Supported cu
Golden Conqueror
Taner Altinsoy
5 (1)
Welcome to Golden Conqueror , a highly advanced, fully automated active scalping algorithmic system designed exclusively for Gold (XAUUSD) . Built with institutional logic, this EA strictly avoids dangerous grid or martingale systems. Instead, it utilizes high-precision Pivot Breakouts to exploit market momentum and volume surges. To ensure absolute risk mitigation and capital protection, the algorithm strictly limits itself to a maximum of 1 open trade at a time . Furthermore, every single exe
Mad Turtle
Gennady Sergienko
4.44 (125)
Symbol XAUUSD Timeframe (period) H1-M15 (any) Support for single-position trading YES Minimum deposit 500 USD  (or the equivalent in another currency) Compatible with any broker YES (supports 2 or 3-digit brokers. Any deposit currency. Any symbol name. Any GMT time.) Runs without pre-configuration YES If you are interested in the topic of machine learning, subscribe to the channel:  Subscribe! Key Facts about the Mad Turtle Project: Real Machine Learning This Expert Advisor does not conn
Price Action Robot MT5
MQL TOOLS SL
3.86 (7)
Price Action Robot is a professional trading system built entirely on real market behavior without indicators, grid strategies, or martingale systems. It analyzes pure price action , focusing on structure, trend dynamics, and key market movements to identify high probability trading opportunities. The system is designed to read the market the same way experienced traders do, using logic based on real price movement rather than lagging indicators. It reacts dynamically to changing market conditio
Alpha Trades
Andriy Sydoruk
Alpha Trades — Adaptive Professional Trading System Author: Andrii Sydoruk Version: 1.0 Release Date: 31.10.2025 Support: andriisydoruk@gmail.com Description Alpha Trades is a next-generation universal trading expert, designed for stable and controlled operation under any market conditions. The system uses an adaptive analytical approach that automatically adjusts to the current market structure while maintaining a high level of accuracy and safety. The algorithm is built as a multi-layer
Neural Sentinel XAUUSD MT5 – High-Frequency Algorithmic AI System for Gold Neural Sentinel XAUUSD MT5 is a high-performance algorithmic trading system engineered exclusively for the Gold (XAUUSD) market. This Expert Advisor utilizes an advanced multi-timeframe analytical engine, combining trend-following momentum with precise volatility and anti-reversal filters to capture rapid intra-day market inefficiencies.     ***LIVE SIGNAL COMING SOON ! ! ! Try our other EAs:                         SEL
Syna
William Brandon Autry
5 (27)
Syna 7 - The AI Trading Operator That Stays With the Trade. Most trading systems make an entry decision and then fall back to fixed rules. Syna 7 remains involved. Syna is an autonomous AI trader, trading assistant, and position-management system designed to operate from analysis through exit. It can analyze current market conditions, evaluate news and volatility, remember the original trade reasoning, monitor open exposure, and continue reassessing the position as conditions change. Trading do
DAX Robot MT5
MQL TOOLS SL
5 (3)
DAX Robot is an advanced automated trading system developed specifically for the DAX 40 Index on the H1 timeframe. Designed to handle the fast paced nature of one of Europe's most actively traded indices , the robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic. The system focuses on identifying high probability trading opportunities by combining trend analysis, market momentum, and volatility based conditions. DAX Robot is designe
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
Gold Hedge Pro v11 For beter Result, Run Gold Hedge Pro v11 3 month to 6 month Advanced Gold Hedging & Progressive Recovery Expert Advisor for MetaTrader 5 Gold Hedge Pro v11 is an automated MetaTrader 5 Expert Advisor designed for traders who want a structured initial hedge, directional confirmation, progressive lot scaling, profit-based stage management, and basket-level profit protection . The EA begins by opening a Buy and Sell position simultaneously . Instead of immediately predicting the
Gold Trend X
Thang Chu
5 (3)
Gold Trend X  Live Signal  (trading 1.5% Balance Risk) Nexus EA mql5 public channel:   Nexus Community Public Chat This EA is part of   Nexus Portfolio  - a combination of the b est long term EAs I created for my personal trading as well as private fund management Looking for a fully diversified portfolio solution across multiple assets and timeframes ? Check out   Nexus Portfolio   for the best long term diversified portfolio. This portfolio runs 90+ strategies across 20+ assets and 7+ timefra
Quantum Baron
Bogdan Ion Puscasu
4.7 (43)
Quantum Baron EA There’s a reason oil is called black gold — and now, with Quantum Baron EA, you can tap into it with unmatched precision and confidence. Engineered to dominate the high-octane world of XTIUSD (Crude Oil) on the M30 chart, Quantum Baron is your ultimate weapon for leveling up and trading with elite precision. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Discounted   price .     The price will inc
Aura Black Edition MT5
Stanislav Tomilov
4.32 (53)
Aura Black Edition is a fully automated EA designed to trade GOLD only. Expert showed stable results on XAUUSD in 2011-2020 period. No dangerous methods of money management used, no martingale, no grid or scalp. Suitable for any broker conditions. EA trained with a multilayer perceptron Neural Network (MLP) is a class of feedforward artificial neural network (ANN). The term MLP is used ambiguously, sometimes loosely to any feedforward ANN, sometimes strictly to refer to networks composed of mult
Filter:
No reviews
Reply to review