Goldix EA

Goldix EA — a professional automated Expert Advisor for MetaTrader 5, based on trading breakouts of an adaptive price channel in the direction of the prevailing trend


OVERVIEW


Goldix EA is a professional Expert Advisor that combines trading breakouts of an adaptive price channel, trend filtering by EMA, and the Smart Risk capital management system. The EA analyzes the market on its own, manages open positions, and adapts to changes in market volatility. Particular attention during development was given to trading gold (XAUUSD), but the EA is also suitable for Forex currency pairs, indices, and a wide range of MetaTrader 5 trading instruments.


WHY CHOOSE GOLDIX EA


• Trading in the direction of the prevailing trend — the slow EMA filter prevents entries against the market

• Adaptive price channel — the boundaries adjust themselves to current volatility, including price gaps

• Smart Risk instead of classic martingale — the volume of subsequent orders gradually decreases rather than increases

• Controlled grid trading — fixed step, order limit, automatic restart of the cycle

• A complete set of position protection — Stop Loss, Take Profit, Trailing Stop and Break Even

• Time filter — by weekday and time of day, using the broker's server time

• Spread control, free margin control and a daily trade limit

• Strategy lines right on the chart with configurable colors

• Information panel with profit statistics and trade history on the chart

• Full support for netting and hedging accounts


KEY FEATURES


• Smart Risk

• Grid Trading

• Trailing Stop

• Break Even

• Stop Loss & Take Profit

• Time Filter

• Trade Direction

• Spread Control

• Daily Limit

• Netting & Hedging

• Trade History

• Strategy Lines


DESCRIPTION


At the heart of Goldix EA lies a simple and proven idea: trade in the direction of the trend, but enter only when the market genuinely moves beyond its usual range. The adaptive price channel is built around a moving average on a principle close to the classic Keltner Channel and defines the boundaries of the market's normal movement. Price moving beyond that boundary, supported by the trend filter, is treated as momentum worth following.


The channel width is calculated from the market's actual range of movement, so it automatically adapts to current volatility: in a quiet market the channel narrows, in an active one it widens. This matters especially on gold, where price gaps and sharp moves are commonplace.


Capital management is built on the Smart Risk system. The base volume is calculated from the balance size, and the volume of each subsequent grid order gradually decreases — unlike classic martingale, where orders double and the load on the deposit grows exponentially. This approach makes capital management more conservative and predictable.


Also available are controlled grid trading, Stop Loss, Take Profit, Trailing Stop, Break Even, entry filters by time and distance, spread control, a daily trade limit and other trade management tools. The EA displays its working strategy lines directly on the chart, and the information panel lets you monitor key settings and current trading results in real time.


HOW THE EA WORKS


The EA analyzes the market at the close of each bar and evaluates two conditions at once: whether price is beyond the channel and whether the trend filter confirms that direction.


The channel. A dynamic corridor is built around a moving average, its width determined by the market's actual range of movement over recent bars. While price stays inside the channel, the movement is considered normal and no trades are opened. Moving beyond the boundary indicates momentum that goes past the usual volatility.


The trend filter. The slow EMA determines which way the market is looking overall. Buys are only considered when price is above this line, sells only when it is below. This keeps the EA from trading against the main movement.


Opening trades. When a channel breakout coincides with the trend direction, the EA generates a signal. General safety rules are then applied: the interval and distance between trades, the current spread, the state of the trading session, the time filter and the sufficiency of free margin are all checked. The volume is adjusted to the broker's requirements if necessary. Once opened, the position is managed with a stop loss, take profit, trailing stop and breakeven, and with grid trading enabled the EA can add orders as the market moves against the position.


EA PARAMETERS


Keltner And EMAs


KeltnerPeriod — the period of the moving average around which the channel is built, and at the same time the depth used to calculate its width. The larger the value, the smoother the channel basis becomes and the less frequently breakouts occur. Smaller values make the channel more sensitive to current movement.


EMAFastPeriod — the period of the fast EMA. It is displayed on the chart as an auxiliary line and helps you visually assess short-term price movement relative to the channel.


EMASlowPeriod — the period of the slow EMA, which acts as the trend filter. It determines which trades are allowed: above the line only buys, below it only sells. Larger values take a longer-term trend into account and make the filter stricter; smaller values let the EA react to a change of direction more quickly.


Lot Settings


LotMethod — the position volume calculation method: fixed lot or Smart Risk (automatic calculation from the balance size). Determines how the EA sets the volume of each new trade.


FixedLotSize — the lot size used in fixed-volume mode. Applies only when this mode is selected.


Grid Trading Settings


UseGrid — enables or disables grid trading when managing open positions. When disabled, the EA works without adding averaging orders.


GridStep — the distance in points between adjacent grid levels. The larger the value, the less frequently additional orders are added as the market moves against the position.


MaxGridOrders — the maximum number of orders the EA can open in one direction while the grid is running. Limits the total risk.


Trading Direction


TradeDirection — defines the permitted trading direction: buys only (BUY), sells only (SELL), or both directions (BOTH).


Stop Loss & Take Profit Settings


StopLoss — the stop loss size in points for each new position. A value of 0 disables the use of Stop Loss.


TakeProfit — the take profit size in points for automatic profit locking. A value of 0 disables the use of Take Profit.


Trailing Stop & BreakEven Settings


TrailingStop — enables or disables automatic management of profitable positions with a trailing stop.


TrailingStart — the minimum profit in points after which the trailing stop is activated.


TrailingDistance — the distance in points between the current price and the trailing stop level after it has been activated.


TrailingStep — the minimum price change required for each subsequent move of the trailing stop.


BreakEven — enables or disables automatic move of a position to breakeven.


BreakEvenStart — the profit in points required to activate breakeven.


BreakEvenOffset — the stop loss offset into profit relative to the open price after the position has been moved to breakeven.


Trading Rules


MaxSpread — the maximum allowed spread in points for opening new trades. If the current spread is above this value, opening new positions is temporarily blocked.


MinutesBetweenTrades — the minimum time interval in minutes between the opening of new trades.


FilterMode — the operating mode of the entry filter: time only, distance only, time OR distance, or time AND distance simultaneously.


MagicNumber — a unique identifier that lets the EA distinguish its own trades from those of other EAs or manual trading.


TradeComment — a comment automatically added to all trades opened by the EA.


DailyLimit — enables or disables the limit on the maximum number of new trades during a single trading day.


MaxOrdersPerDay — the maximum number of trades the EA can open in one trading day.


Time Filter


EnableTimeFilter — enables or disables the time filter. When it is off, trading is allowed at any time and the other parameters in this group have no effect.


TradeMonday, TradeTuesday, TradeWednesday, TradeThursday, TradeFriday, TradeSaturday, TradeSunday — weekday switches. Trading can be allowed or blocked separately for each day. The day is taken from the broker's server time.


StartHour — the starting hour of the trading window (0–23) in the broker's server time.


StartMinute — the starting minute of the trading window (0–59).


EndHour — the ending hour of the trading window (0–23) in the broker's server time.


EndMinute — the ending minute of the trading window (0–59). If the start time is later than the end time, the window crosses midnight.


Display Settings


ShowPanel — enables or disables display of the information panel on the chart.


ShowProfitStats — displays profit statistics for the day, week, month and the entire operating period of the EA.


ShowTradeHistory — enables display of the executed trade history directly on the chart.


BuyTradeColor — the display color for buy trades.


SellTradeColor — the display color for sell trades.


TradeFontSize — the font size of the trade history labels on the chart.


ShowIndicatorLines — enables or disables display of the strategy lines on the chart.


KeltnerLineColor — the color of the line around which the channel is built.


EMAFastLineColor — the color of the fast EMA line.


EMASlowLineColor — the color of the slow EMA line (the trend filter).


IndicatorLineWidth — the width of the strategy lines on the chart.


IndicatorLineBars — the number of recent bars on which the lines are drawn. Smaller values reduce the load on the chart.


PanelBackColor — the background color of the information panel.


PanelTextColor — the text color of the information panel.


PanelEditColor — the color of the value fields inside the information panel.


SMART RISK


Smart Risk is a mode that calculates the position volume automatically from the balance size. The trade volume grows together with the deposit and decreases as it shrinks, so the load on the account stays proportionate to its current state.


The key feature of this mode shows itself when the grid is running: the volume of each subsequent order decreases rather than increases. This is what fundamentally separates Smart Risk from classic martingale, where every subsequent order doubles and the load on the deposit grows exponentially. Reducing the volume as the grid expands makes capital management more conservative and predictable.


Before opening any position, the EA checks the available free margin and, if necessary, reduces the volume, aligning it to the broker's allowed lot step. This prevents opening trades with an incorrect or invalid volume.


GRID


With grid trading enabled, the EA is not limited to a single position. As the market moves against the open side, it adds new orders at a defined step in points (GridStep), forming an averaging grid. The total number of orders in one direction is limited by the MaxGridOrders parameter, which keeps the overall risk in check.


The EA keeps its own record of grid levels and entry prices, so the grid logic works equally correctly on netting and hedging accounts. Once the side is fully closed, the grid counter resets and the next signal starts a fresh cycle from the first level. When Smart Risk is used, the volume of each subsequent grid order decreases.


TIME FILTER


The time filter lets you restrict trading to certain weekdays and times of day. It is controlled by the EnableTimeFilter parameter and is disabled by default — in that case the EA can trade at any time.


When the filter is enabled, trading is allowed only if both conditions are met: the current weekday is marked as allowed and the current time falls inside the defined window. If the window's start time is later than its end time, the window is treated as crossing midnight. All checks are performed in the broker's server time. Outside the allowed day or window, no new trades are opened.


TRADE DIRECTION


BUY ONLY — the EA opens buy trades only; sell signals are ignored.


SELL ONLY — the EA opens sell trades only; buy signals are ignored.


BOTH — both sides are allowed. The direction of a specific trade is determined by the trend filter: buys when price is above the slow EMA, sells when it is below.


STRATEGY LINES ON THE CHART


The EA displays its working lines directly on the chart, so you always see the picture on which it bases its decisions. The color of each line is configured separately, as is the width. The IndicatorLineBars parameter sets the drawing depth — it can be reduced if needed to lower the load on the chart. The display can be turned off completely with the ShowIndicatorLines parameter.


CONCLUSION


Goldix EA combines adaptive market analysis, trend filtering and a modern Smart Risk capital management system in one fully automated Expert Advisor for MetaTrader 5. It suits both everyday trading on gold, currency pairs and indices, and long-term parameter optimization in the Strategy Tester, while retaining flexible settings and full control over risk.


The EA does not guarantee profit. Trading results depend on market conditions, the chosen settings, the broker's conditions and the trader's approach to risk management. Before using it on a live account, be sure to test it in the Strategy Tester and on a demo account.


Recommended products
Strategy Overview BTC Breakout Scalper Pro is a breakout scalper for BTCUSD M1 that places pending stop orders at high-volatility breakout points, confirmed by RSI filter (12/88 extremes) and ADX M15 ≥ 20 (trending market only). The EA does NOT use martingale, grid, or hedging. Each trade is a single position with predefined SL/TP based on price percentage. Position size scales with account equity via the built-in Smart_Lots algorithm — bounded by your chosen MaxLots cap (.set file). Backtest Re
GridMasterFx   is an innovative tool for automated forex trading, which is based on a combination of a grid strategy and a unique trend calculation algorithm using the Moving Average indicator. This strategy allows the Expert Advisor to open and close positions on time, use the analysis of the current trend and instantly respond to market changes. GridMasterFx   Expert Advisor is an excellent choice for successful automation of your forex trading process. It easily adapts to various market con
Pew Pew MT5
Wilna Barnard
Pew Pew EA – Mean Reversion Grid Expert Advisor for MT5 Pew Pew is an advanced mean reversion Expert Advisor with a predictive grid recovery system designed to adapt to real market conditions. Developed through extensive coding, testing, and refinement, it uses structured trading logic to adjust recovery behaviour according to volatility, news impact, and changing price action. The EA is designed for traders who want a practical automated recovery system with clear controls, a professional on-c
IlanisMT5
Mikhail Sergeev
3.86 (7)
Ilanis is an Expert Advisor for stock trading, it can be used for trading on Forex and other markets, including commodities, metals and index markets. To determine the market entry, the EA uses the modern and ultra-light adaptive indicator FourAverage. Principle of position maintaining is similar to that of the popular Forex robot Ilan, using averaging. But unlike Ilan, Ilanis uses an accurate entry into the market. The robot pays a lot of attention to position control, if the price goes in the
ValeriaZen
Dieter Koelbl
Valeria Zen V4.4 — Smart Grids. Statistical Edge. Built-in Protection. Valeria Zen is a professional multi-pair mean reversion grid EA for MetaTrader 5. It exploits the proven statistical tendency of currency prices to revert to their mean, using intelligent grid averaging with velocity-aware position management and a layered protection system. Important: Contact me after buying to get the PDF manual. Fresh Live Signal: Click here Special entry pricing of 99€ — price will increase to 299€ after
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
The EA strategy : it is provided wirh built-in indicator based on Japanese Candles arrangements in order to determine the signals and has different inputs for Short and Long positions in order to improve its precision; You should purchase this EA because : it has been tested for a long time;  its indicator was deeply improved and optimized; the program is bugs free;  it is safe because its efficience is about 70% of assertiveness;  it is provided with Trailing Stop Loss technology; it has bad t
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
This simple grid trading EA will place limit buy orders or buy stop orders with take profit at each step based on the given price range. User will need to enter the following settings: inputUpperRange - This defines the high price. Default is ask + 1000 points. inputLowerRange - This defines the low price.    Default is ask - 1000 points. inputGridLevels - This defines the number of level (or orders) to place within the given range. Default is 10. inputLotSize - This defines the volume. Default
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
FanTrader
Syed Oarasul Islam
FanTrader is designed to trade any markets (Stocks, Forex, Commodities, Futures, Cryptos). The strategies are developed based on various Price Actions that will be observed on different Fibonacci Fan Levels. Product Home Page:  https://www.mql5.com/en/market/product/51333 ADVANTAGES: Works on any market and time frames Multiple Strategies in 4 categories:  Retracement, Breakout, Trend Follow, Reversal Trades simultaneously on any number of markets under the same account  Display Fibonacci Fan
MAO Trade X MT5 is an EA based on Moving Average Oscillator. Moving Average Oscillator parameters such as FastEMA, SlowEMA, MACDSMA, BuyShift, BuyValue, SellShift and SellValue can be adjusted. MAO Trade X MT5 applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through MAO Trade X MT5. Good luck. === Inquiries === E-Mail:support@btntechfx.com
Diamond X
Vitalii Buriagin
A powerful and professional expert who allows you to bring stable profits with minimal risk. IMPORTANT! The instructions (in the screenshot) show the settings for EURUSD. Settings for other currency pairs will be optimized and added in the future! IMPORTANT! The frequency of opening deals can be from 1 in a few days to 5 in 1 day. It directly depends on the state of the market and the algorithm for searching for entry signals! IMPORTANT! We recommend using the expert settings that are given by u
TSM Breakout
Ludovic Marc Marie Moncla
TSM Breakout is a fully automated Expert Advisor implementing time-series momentum - the most extensively documented market anomaly in the academic literature (Moskowitz, Ooi & Pedersen; the classic Turtle rules) - combined with a daily trend filter. HOW IT TRADES - Buys when the close breaks above the highest high of the last 55 bars; sells on a break of the lowest low - Initial stop loss proportional to volatility (2 x ATR) on every single trade - no exceptions - Exit on a break of the opposi
Virtual Bot MT5
Szymon Palczynski
5 (1)
A real girder with "blood and bones". Virtual Bot  will open virtual trades, using them to monitor the market to determine the entry point(according to the inputs parameters), at which point Virtual Bot  will start opening real trades.    It is recommended to test this Expert on demo account or cent account.  Input Parameters input group           "..........Choice..........." ;         input start_enum      start= 2 ; //Start input uchar            starting_real_orders= 4 ; //Start opening rea
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (241)
Hamster Scalping is a fully automated Expert Advisor. Night scalping strategy. The RSI indicator and an ATR-based filter are used for entries. The advisor needs a hedging account type Be careful i not sell EA or sets at telegram it scam. All settings free here at   blog .  IMPORTANT! Contact me immediately after the purchase to get instructions and a bonus! Real operation monitoring as well as my other products can be found here: https://www.mql5.com/en/users/mechanic/seller General Recommendati
Blazing Night Scalper MT5
Scott Fredeman
4.85 (20)
BLAZING NIGHT SCALPER ALL NEW GRID RECOVERY SYSTEM ADDED Night scalping using Stop Losses have worked incredibly well in previous years prior to 2022. Blazing Night Scalper was originally tested on more than 10 years of Tick Data using Take profit and Stop Loss with amazing results. As soon as we hit 2022 night scalpers became gradually more difficult to gain profits most likely due to many reason such as brokers increasing spreads and having too many Expert advisors trading during these hours
Secret Average Trade : this is a revolutionary system unlike any other, the strategy uses algorithms such as grids, averaging, hedging and partially uses martingale algorithms. Trading is carried out on 17 currency pairs simultaneously and uses timeframes: 9. Fully automatic trading with the calculation of entries based on a system of various Trends and also supports reverse trading. Benefits Partial closure to reduce the load on the deposit. Averaging orders, which are required to close past o
LT Gap EA
BacktestPro LLC
Discover the ultimate solution for trading market gaps with the LT Gap EA, now available on MQL5. With three powerful strategies at your disposal, you can maximize your gap trading potential like never before. Key Features: Versatile Strategies: Choose from three distinct gap trading strategies. Trade all gaps, focus on gaps meeting predefined minimum criteria, or execute trades exclusively when gap distances match predefined values. Customization Galore: Tailor your trading experience with a w
Fusion Pro Scalper EA
Owinne Innocent Lebalelo
Fusion Pro Scalper EA – Scalping with Flexible Exit Strategies Take control of your trades with Fusion Pro Scalper EA, built for dynamic markets. Using Aroon for trend detection and ATR for volatility-based entries, it ensures accurate setups and flexible exits—without relying on martingale or grid strategies. Key Features: Smart Entry & Exit : Combines Aroon and ATR for precise breakout trades. Flexible Exit Options : Close trades after a set number of bars. ATR-based trailing stop to lock in
Missy Fab MT5
Natalyia Nikitina
Missy Fab MT5 — Automated Trading System Missy Fab MT5 is an Expert Advisor for MetaTrader 5, built on advanced market analysis algorithms and risk management strategies. It operates in a fully automated mode and requires minimal trader intervention. Attention! Contact me immediately after purchase to receive setup instructions! Why Choose Missy Fab MT5? Market Analysis Algorithms: 24/7 automated trading powered by built-in models. Flexibility: adapts to volatility and changing market conditions
US30Signal
Dawid Kubacki
Automated trading system for US30 / DJ30 US30 Institutional Breakout EA is an advanced Expert Advisor designed specifically for the US30 (Dow Jones) index. The system is built for intraday trading in high-volatility market conditions. The EA combines precise trade entries with advanced risk management and full trading automation. Key features fully automated 24/5 trading no grid or martingale strategy integrated risk management system dynamic stop loss and take profit levels partial profit takin
The Casablanca FX EA Gold is trend following strategy specifically design for Gold. It is a daily strategy which is crucial in terms of minimizing the trading cost and the noise.   This EA provides full transparency as it gives the user access to all possible setting parameters  This EA does not use any martingale and/or grid functionalities. Please behave responsible with your trading funds and only use money that you can afford to lose. Have fun testing and trading :) The backtests shown in t
MACD Trading MT5
Matthieu Jean Baptiste Wambergue
Automate your MACD strategy! This EA alerts and/or places orders according to MACD strategies with additional filters. It means that you can use it by 2 different ways: Receive alerts based on your MACD strategy with filters on multiple symbols simultaneously in a single chart window; Choose the fully automated mode and let EA place orders based on your MACD strategy, filter choice and money management. This EA works with all broker symbols and contains multi-symbol modes (market monitoring, ma
Added the ability to change the Lost size and make the EA the Lowest Price possible. If you buy it you will get support and future updates. Please support its evolution. This EA is plug-and-play. Aussie Precision is a time-sensitive Expert Advisor for MetaTrader 5, specifically designed for the AUD/USD currency pair. It is built to execute trades at predefined, controlled moments and is ideal for traders looking to automate high-precision entries based on timing. All time-based actions are align
EA Builder MT5
Arthur Hatchiguian
4.51 (53)
EA Builder  allows you to create your own algorithm and adapt it to your own trading style . Classical trading, grid, martingale, combination of indicators with your personal settings , independent orders or DCA, visible or invisible TP/SL, trailing stop, loss covering system, break-even system, trading hours, automatic position size etc.. The EA Builder has everything you need to create your perfect EA .  There is an infinite number of possibilities, build your own algorithm. Be creative! Pro v
FREE
Description:   Gold Extreme Reversal is an Expert Advisor designed specifically for XAUUSD on the M5 timeframe. It identifies extreme    market conditions — deep oversold or overbought — and waits for confirmed reversals before entering.   How it works:   - Phase 1: Detects extreme price deviation from MA60 with strong ADX and DI spread   - Phase 2: Confirms DI convergence (exhaustion of the dominant trend)   - Phase 3: Validates entry with MA10 cross + reversal candlestick patterns (hammer,
BB King
Khima Gorania
BB King EA for MT5 BB King Expert Advisor uses a simple reversal strategy using Bollinger Bands and trend detection. It is designed to be easily used by newbies with very few parameters. Please try the demo and leave feedback.You will need to optimize it for the pair you wish to trade. Minimum deposit: $100 per lot size of 0.01 per currency pair. Risk Management There is NO Stop Loss or Take Profit set for each order placed. Stop Loss and Take Profit are controlled by the Input Variables. Stop
RSI Trend Pro EA
Amine Khattouti
5 (1)
Overview The RSI TrendMaster EA is a fully automated trading system designed for XAUUSD (Gold) on the M5 timeframe . It combines Relative Strength Index (RSI) momentum signals with a trend confirmation filter based on the Exponential Moving Average (EMA) . The Expert Advisor dynamically adjusts position size according to the selected risk percentage and calculates Stop Loss and Take Profit levels using the Average True Range (ATR) . This allows the system to adapt to changing market conditions
HMA Crossover
Rowan Stephan Buys
Hull Moving Average Crossover EA – MT5 Harness the speed and precision of the Hull Moving Average (HMA) in a fully automated trend-following system for MetaTrader 5. The Hull Moving Average Crossover EA is designed for traders who want fast reaction to emerging trends without sacrificing structured risk control. By combining a user-defined fast HMA with a slower HMA, the EA identifies potential momentum shifts early — while managing risk dynamically through ATR-based protection. Built for clari
Buyers of this product also purchase
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (24)
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
Quantum Titan MT5
Bogdan Ion Puscasu
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
Scalping Robot Pro MT5
MQL TOOLS SL
4.46 (138)
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
Zoomini
Gennady Sergienko
5 (5)
Important information: Support and answers to questions are available only here:  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: Taiwan ); Zoomini is a small set of machine-learning models from the latest GoGoPips project research from July 2026. These models are intended only for XAUUSD H1 / Gold . Signal: www.mql5.com/en/signals/2381994 Important things to know: The models trade with only one order using equal SL/TP. Netting accounts and any leverage are supported. Large deposi
Ultimate Breakout System
Profalgo Limited
5 (46)
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 : At 1499$ or higher price --> 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 propr
The Gold Reaper MT5
Profalgo Limited
4.46 (102)
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
Lizard
Marco Scherer
4.24 (38)
WHAT IS LIZARD? Lizard is a fully automated Expert Advisor, developed exclusively for XAUUSD (Gold) on MetaTrader 5. It uses a multi-strategy swing breakout system that identifies key structural levels on the chart and places pending stop orders at precisely calculated entry points. No martingale. No grid. No averaging in. Every trade has a defined Stop Loss and Take Profit and is actively managed by a multi-layered exit system, automatically, around the clock. Live Signal - Track real performan
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience. With proper brokerage conditions and sufficient running time, this fully automated scalpi
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.43 (130)
Fewer trades. Better trades. Consistency above all. • Live Signal Mode 1  Live Signal Mode 2 Twister Pro EA is a high-precision scalping Expert Advisor developed exclusively for XAUUSD (Gold) on the M15 timeframe. It trades less — but when it does, it trades with purpose. Every entry passes through 5 independent validation layers before a single order is placed, resulting in an extremely high win rate on the Default configuration. TWO MODES: • Mode 1 (recommended) — Very high assertiveness, fe
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (4)
ThunderGold Scalper ThunderGold Scalper is an Expert Advisor developed for automated gold trading on MetaTrader 5. The EA is designed for XAUUSD and GOLD on the M15 timeframe. It uses a proprietary multi-factor decision engine to identify qualified trading opportunities and manage positions automatically. The system combines market structure, trend direction, candle quality, volume, momentum and execution controls. It is designed to wait for suitable conditions instead of opening trades continuo
Quantum King EA
Bogdan Ion Puscasu
4.96 (213)
Quantum King EA — Intelligent Power, Refined for Every Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Special Launch Price Live Signal:   CLICK HERE MT4 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT5 and you could get Quantum StarMan for free !*** Ask in private for more details! Rule your trading with precision and discipline. Quantum King EA brings the strength of
Logan MT5
Thierry Ouellet
5 (20)
LIMITED TIME OFFER AT 289$ Price will go up at  499$ on August 10th! Logan MT5 isn't your typical Gold Grid EA that blindly opens trade after trade, consuming your margin and putting your capital at unnecessary risk. Instead, it patiently waits for high-probability entry opportunities and uses an intelligent recovery system that combines ATR-based grid spacing with dynamic lot progression . This allows it to withstand adverse market movements that would wipe out most conventional grid EAs—incl
Quantum Athena X
Bogdan Ion Puscasu
5 (3)
Smarter Control. Refined Precision. Welcome to Quantum Athena X — the next generation of the focused GOLD trading system that builds upon the precision, efficiency, and disciplined execution of Quantum Athena. Quantum Athena X is built on the same streamlined core engine and the same 6 carefully selected strategies as Quantum Athena. Each strategy has been individually refined and optimized for current GOLD market conditions, while the new powerful Custom Mode allows traders to choose exactly
Gold Snap
Chen Jia Qi
4.47 (17)
Gold Snap — A Fast Profit Capture System for Gold Live Signal: https://www.mql5.com/en/signals/2362714 Live Signal2: https://www.mql5.com/en/signals/2372603 Live Signal v2.0: https://www.mql5.com/en/signals/2379945 Only 3 copies remaining at the current price. The price will be increased to $999 soon. Important: After purchasing, please contact us by private message to receive the user guide, recommended settings, usage notes, and update support.  https://www.mql5.com/en/users/walter2008 W
Pulse Engine
Jimmy Peter Eriksson
3.97 (35)
UPDATE - ONLY A FEW COPIES LEFT AT CURRENT PRICE! The main goal of this system is long-term live performance without using any risky martingale or grid.  VERY LIMITED COPIES AT CURRENT PRICE Final Price $1499 [Live Signal]  |  [Backtest Results]  |  [Setup Guide]  |  [FTMO Results] A Different Approach to Trading Pulse Engine does not use any indicators or specific timeframes. It has a very unique approach that is not used by any other trading system on MQL5. It trades intraday directional patt
Gold Neural Core
TICK STACK LTD
5 (8)
Launch Offer:   Grab Gold Naural Core and bundle it with   XAU Momentum   and get 2 free EAs of your choice from my entire MQL5 store. DM me for details. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Gold Neural Core is a high-frequency grid trading system engineered specifically for gold (X
Zerqon EA
Vladimir Lekhovitser
3.43 (28)
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2372719 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual Zerqon EA is an adaptive Expert Advisor designed specifically for XAUUSD trading. The strategy is based on a Deep LSTM neural network model integrated through ONNX, allowing the system to process sequential market behavior and evaluate price dynamics in a st
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (507)
Introducing   Quantum Emperor EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum Emperor EA and you could get Quantum StarMan for free !*** Ask in private for more details Verified Signal:   Click Here MT4 Version
Nexorion Initium Novum EA
Valentina Zhuchkova
4.29 (24)
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 https://www.mql5.com/es/signa
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.5 (20)
UPDATE:  Next price: $699, Final price: $999 If you value honesty and a real trading system built for live trading, not just a perfect-looking straight-line backtest that can end up blowing your account, then this might be for you. No Martingale / No Grid 22 Months Live Signal +270% Live Growth [Live Signal]  |  [FTMO Results]  |  [Main Portfolio]  |  [Backtest Guide] Why Range Breakout EA is so Stable ? Range Breakout EA is based on a well-known market behaviour: changes in volatility between
XG Gold Robot MT5
MQL TOOLS SL
4.31 (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
XT Bitcoin Robot MT5
MQL TOOLS SL
5 (4)
XT Bitcoin Robot is an advanced  automated trading system  designed specifically for  BTCUSD traders  who want to take advantage of Bitcoin's market volatility without the need for constant market monitoring. The robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic, helping traders stay active in the market 24 hours a day without manual intervention. The system is designed to identify trading opportunities and manage positions accor
Chiroptera
Rob Josephus Maria Janssen
4.64 (47)
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
Wave Rider EA MT5
Adam Hrncir
4.89 (46)
Scalper speed with sniper entries. Built for Gold. Tired of all the fake EAs that eventually disappear?  Wave Rider  is honest, transparent EA without any fake AI or manipulated back-test that's been continuously updated for more than 6 months $499  until Signal reaches 150% - then 599 USD Check the Live signal  or Manual  or  Broker performance Version 5.0 upgrade notice: Close all Wave Rider positions before updating. Strategy Magic Numbers and several input names changed. Review your setting
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
SomaOil
Andrii Soma
5 (2)
SomaOil is a multi-strategy breakout Expert Advisor for MetaTrader 5, built exclusively for WTI crude oil (XTIUSD). One chart, one EA, 20 independent strategies running together as a single diversified portfolio. Live Signal. To make it accessible at launch, I am using a transparent ramping-price model: Launch price: 100 USD (48 hours) Starting from Monday the price increases by 100 USD for every 10 copies sold Price increases happen at most once per day, even when more than 10 copies are sold t
Cortex Aurex
Vladimir Mametov
4.64 (11)
It is a fully automated Expert Advisor for MetaTrader 5, built specifically for Gold / XAUUSD trading. Its logic is designed around the dynamic nature of the gold market: fast price movements, sharp reversals, and high volatility. The EA helps automate trading in an environment where reaction speed, discipline, and precise position management are especially important. The system is focused on disciplined trade management, fast reaction to market changes, and controlled exits. Its main idea is si
Aetherion Prime EA
Valentina Zhuchkova
2.5 (2)
AETHERION PRIME EA Precision Algorithmic Trading for XAUUSD on H1 Public live signal for real-time monitoring: https://www.mql5.com/ru/signals/2381671 Limited Launch Offer The first 7 copies are available for only $259 . Once these copies are sold, the price will increase immediately by $100 — to $359 . This introductory offer is intended for traders who want to join Aetherion Prime EA at the earliest stage and follow the development of the system through a public live signal from the very begi
HFT Spike EA
OMG FZE LLC
5 (3)
[ My Channel ] HFT Spike EA Recommended accounts: High leverage Standard, ECN, Raw; Cent; Propfirm (FTMO FundedNext etc.) Strategies: Quantum Physics Principles, HFT Spike (High-Frequency Trading), level trading, neural trading, No Martingale, No Grid, single-position trend trading. A fully automated, risk-managed EA designed on XAUUSD tick data. You don't need to select a Time-Frame. Default values match the tested configuration. Designed for Gold. It detects sudden volatility bursts ("sp
Obsidian Flow Atlas EA
Valentina Zhuchkova
5 (7)
Obsidian Flow Atlas EA Precision. Structure. Execution. Financial markets do not reward emotions. They reward discipline, structure, consistency, and the ability to make decisions based on objective data. Obsidian Flow Atlas EA was built around this philosophy. It is a fully automated trading system for MetaTrader 5, designed to operate on two of the most popular instruments in the financial markets: • XAUUSD (Gold) • EURUSD The system independently analyzes market conditions, opens and manages
More from author
Gold Eagle Pro
Vladimir Shumikhin
Gold Eagle Pro — professional signal indicator for MetaTrader 5 Gold Eagle Pro is a professional signal indicator for MetaTrader 5, built on the same proprietary trading logic used in the fully automated Gold Eagle Pro EA. Recommended working timeframe: M15. The indicator is designed to operate on the M15 timeframe, where all market analysis is performed and trading signals are generated in accordance with the proprietary trading strategy. If you prefer fully automated trading without manual o
FREE
HMA Scalper Pro
Vladimir Shumikhin
5 (1)
HMA Scalper Pro for MetaTrader 5 HMA Scalper Pro is a trend-following indicator for MetaTrader 5 based on the Hull Moving Average (HMA) algorithm, first introduced by Alan Hull in 2005. The indicator is designed to analyze the current trend direction by displaying a smoothed moving average based on the Hull Moving Average algorithm. Compared to traditional moving averages, this algorithm was developed to reduce lag while maintaining a smooth and responsive line. HMA Scalper Pro provides a clear
FREE
HMA Scalper Pro EA
Vladimir Shumikhin
5 (2)
HMA Scalper Pro EA — Automated Trading Advisor Based on Hull Moving Average (HMA) for MetaTrader 5 OVERVIEW HMA Scalper Pro EA is a professional trading robot (Expert Advisor) for MetaTrader 5 that trades in the direction of the Hull Moving Average (HMA). The HMA indicator determines the current trend direction, and the EA opens trades in that direction, enhanced by Smart Risk capital management, adaptive grid trading, trailing stop, breakeven, and time filters. The EA supports both Netting a
Renko Trading Bot EA
Vladimir Shumikhin
Renko Trading Bot EA — Automated Expert Advisor for trading on Renko charts on MetaTrader 5 DESCRIPTION Renko Trading Bot EA is a fully automated trading Expert Advisor for MetaTrader 5, built on the Renko methodology. At the heart of the system is the principle of building price "bricks": a new brick forms only when price travels a set distance, while ordinary fluctuations and market noise inside that range are ignored. This approach filters out insignificant moves and leaves only the meanin
Golden Scalper EA
Vladimir Shumikhin
Golden Scalper EA — Automated Scalping Expert Advisor with Candlestick Pattern Analysis for MetaTrader 5 OVERVIEW Golden Scalper EA is a professional trading robot (Expert Advisor) for MetaTrader 5, designed for fully automated trading based on classic Japanese candlestick pattern analysis, with the option to additionally confirm signals using a Moving Average (MA) filter. The EA recognizes reliable candlestick reversal patterns and opens trades according to the selected trading logic. The syste
Stochastic Gold Scalper
Vladimir Shumikhin
5 (2)
Stochastic Gold Scalper Automatic Expert Advisor for MetaTrader 5 trading on candlestick patterns with optional Stochastic oscillator confirmation, controlled grid strategy, and flexible capital management DESCRIPTION Stochastic Gold Scalper is a professional trading robot (Expert Advisor) for MetaTrader 5, designed for fully automatic and disciplined trading based on classical candlestick analysis. Instead of trading based on subjective feelings, the system operates according to objective rule
Grid Master Pro EA
Vladimir Shumikhin
Grid Master Pro EA — Automated Grid Trading Expert Advisor for MetaTrader 5 DESCRIPTION Grid Master Pro EA is a fully automated trading Expert Advisor for MetaTrader 5, implementing a flexible grid trading strategy (Grid Trading). The EA independently places a series of Buy Stop and Sell Stop orders at equal distances from each other, using market fluctuations within the selected price range. Grid Master Pro EA automatically determines the price range based on the selected period (day, week, mon
Elliott Wave EA
Vladimir Shumikhin
5 (1)
Elliott Wave EA  Advisor Description Elliott Wave EA is a professional trading solution based on M & W wave patterns described by A. Merrill. This powerful Expert Advisor identifies and trades wave formations with high accuracy, providing traders with a reliable automated solution for using Elliott Wave theory. Key Features Intelligent pattern recognition - Advanced algorithm identifies M & W wave patterns with exceptional accuracy Dual signal technology - Trades both Evolution and Mutation sign
ATR Grid Trader Pro
Vladimir Shumikhin
ATR Grid Trader Pro Automated Expert Advisor for trading on MetaTrader 5 based on ATR volatility and a controlled grid strategy DESCRIPTION ATR Grid Trader Pro is a professional automated trading expert advisor for MetaTrader 5, designed for systematic and fully automated trading with strict risk control. The advisor makes trading decisions not based on emotions or subjective signals, but on real market volatility measured by the Average True Range (ATR) indicator. The main idea of the system is
Quantum Forex EA
Vladimir Shumikhin
Quantum Forex EA – Multi-Indicator Trading System Description Quantum Forex EA is a professional Expert Advisor for MetaTrader 5 that uses a combination of four popular technical indicators to make trading decisions. The EA is designed for automated trading in financial markets with flexible parameter configuration and a robust risk management system. Key Features Multi-Indicator Trading System Moving Average (MA) – Analyzes the crossover of fast and slow moving averages RSI (Relative Strength
Golden Eagle Pro EA
Vladimir Shumikhin
5 (3)
Golden Eagle Pro EA Professional automated Expert Advisor for MetaTrader 5 with multi-frame market analysis, Smart Risk capital management system, controlled grid strategy, and flexible risk management tools. DESCRIPTION Golden Eagle Pro EA is a professional trading robot (Expert Advisor) for MetaTrader 5, designed for fully automated trading using multi-frame market analysis, flexible position management, and modern risk control tools. The Expert Advisor independently analyzes the market situ
Smart Super Signals Pro Smart Super Signals Pro is a multifunctional automated trading Expert Advisor (EA) for MetaTrader 5, designed to trade popular currency pairs (EURUSD, GBPUSD, USDJPY, etc.), precious metals (Gold/XAUUSD), oil (WTI, Brent), and cryptocurrencies (BTCUSD and others). The EA is based on the principle of “Super Signals” which identify local highs and lows (potential reversal or correction points) on the selected timeframe. The EA automatically opens trades when a buy or sell s
Pivot Levels Pro EA
Vladimir Shumikhin
1 (1)
Pivot Levels Pro EA — Automated Expert Advisor for Pivot level trading on MetaTrader 5 DESCRIPTION Pivot Levels Pro EA is a fully automated trading Expert Advisor for MetaTrader 5, built on trading with Pivot levels (Pivot Point Strategy). The EA automatically calculates and displays support and resistance levels on the chart, freeing the trader from manual calculations, and makes trading decisions based on the price position relative to the central Pivot level. Five calculation methods are su
Bollinger Bands Trader Pro   – A Powerful Expert Advisor for Professional Grid Trading Based on Bollinger Bands Bollinger Bands Trader Pro   is a powerful expert advisor designed for professional grid trading using the   Bollinger Bands   indicator. It combines   flexible risk parameter settings, intelligent position management, advanced Trailing Stop features, BreakEven functionality , as well as   daily trading limits and profitability statistics . The expert advisor automatically detects entr
Gartley Butterfly Pattern EA — professional trading advisor based on harmonic patterns for MetaTrader 5 Gartley Butterfly Pattern EA is a professional automated trading advisor (Expert Advisor) for MetaTrader 5, designed for fully automated trading based on harmonic patterns, Fibonacci ratios, algorithmic market analysis, and intelligent capital management. The EA continuously scans the chart, automatically detects formed harmonic X-A-B-C-D patterns, verifies them against classic Fibonacci ratio
Dominika
Vladimir Shumikhin
Dominika — Automated Trading Expert Advisor. Dominika is an automated trading Expert Advisor for MetaTrader 5, combining intelligent market analysis, thoughtful capital management, a disciplined grid-building system, and a complete set of mechanisms for managing open positions. The EA independently identifies favorable moments to open positions, monitors already open trades, and manages them without requiring constant user involvement. Dominika is not a single signal or a set of random rules
ADX Scalper Pro EA
Vladimir Shumikhin
ADX Scalper Pro EA — Automated Expert Advisor for trend trading with the ADX indicator on MetaTrader 5 DESCRIPTION ADX Scalper Pro EA is a fully automated Expert Advisor for MetaTrader 5 that uses the Average Directional Index (ADX) to assess trend strength and the +DI/−DI lines to determine trade direction. If the ADX value is below the set threshold, the market is treated as ranging and no new trades are opened. Trading only begins once sufficient trend strength has been confirmed. Trades a
Gold Eagle Pro EA
Vladimir Shumikhin
Gold Eagle Pro EA — fully automated trading advisor for MetaTrader 5 Gold Eagle Pro  EA is developed specifically for trading Gold (XAUUSD). The EA is already optimized for this instrument and is ready to work immediately after installation on the M15 chart and completing minimal preliminary setup. Gold Eagle Pro  EA was created for traders who value simple configuration, clear operation of the advisor, and a minimum number of user parameters. Most trading strategy parameters have already been p
Filter:
No reviews
Reply to review