TrendEngine

TrendEngine — a cross-asset trend allocator for MetaTrader 5

A systematic, medium-term trend-following strategy on global equity indices and metals. No grid, no martingale, no averaging into losers. Risk is bounded mathematically — by position size and a hard leverage cap.

Who this strategy is for

Target audience. Investors and traders who want a systematic, risk-controlled "set it and leave it" approach rather than discretionary screen-trading. Especially those who are tired of grid and martingale EAs that draw a beautiful equity curve right up until a single catastrophic blow-up. It works as a standalone tool and as a diversifying sleeve alongside other strategies in a portfolio.

What it gives you. Exposure to the well-documented trend premium (time-series momentum, "managed futures") across a basket of ~10 assets — 8 global equity indices plus gold and silver — with automatic monthly rebalancing and built-in risk control. You don't watch the market: once a month the EA recomputes what to hold and in what size.

What kind of return (backtest 2010–2026, NOT a guarantee). Return is governed by a single risk parameter (target volatility), and return and drawdown scale together — there is no free lunch:

Profile (target vol / gross cap) Annual return Max drawdown Sharpe
Conservative (10% / 1.0×) ~8–10% ~16% ~0.85
Balanced (15% / 1.5×) ~11–13% ~24–27% ~0.85
Aggressive (20% / 2.0×) ~14–17% ~30–32% ~0.85

These are average figures. Trend returns are lumpy: there are strong years and flat/losing stretches. It is not a steady 1% a month — some months are down, some are sharply up. The strategy held up in out-of-sample (forward) testing, but in a favorable trending window; over the long run, expect a Sharpe of ~0.7–0.9.

How many trades. This is a low-frequency strategy: one rebalance a month across ~7–10 symbols. On average ~20–40 trades a year, with positions held for weeks to months (the average holding period is around 5–6 months; some trends run longer than a year).

The edge over grid and martingale is structural.

Grid / martingale TrendEngine
Reaction to a loss adds to the loser (averages down) cuts it — exits when the trend fades
Outcome distribution many small wins → a rare total wipeout rare large wins pay for the small losses
Exposure grows without limit during a drawdown hard-capped by the gross limit
Source of edge none — trades ruin risk for smoothness a real, documented trend premium

Grid and martingale survive as long as the market chops sideways and die on the first strong move against them. TrendEngine does the opposite: small losses are accepted up front, and large moves with the trend are exactly where the money is made. Drawdowns are bounded and recoverable, not account-ending.

Quick start: install, test, alerts

Installing on MetaTrader 5

  1. File → Open Data Folder.
  2. Copy TrendEngine.ex5 (or .mq5 ) into MQL5/Experts/ . If it's the .mq5 , open it in MetaEditor and press Compile (F7).
  3. In the terminal: Navigator → Expert Advisors → right-click → Refresh.
  4. Drag the EA onto any chart (the chart symbol doesn't matter — the EA reads the monthly bars of its own trading symbols itself) and enable algorithmic trading.

Symbols: out of the box, and where to find your broker's equivalents

The defaults are a validated 10-asset basket: US500, USTEC, JPN225, DE40, UK100, HK50, STOX50, US2000, XAUUSD, XAGUSD . Names differ from broker to broker — that's normal.

To find yours: Market Watch (Ctrl+M) → right-click → Symbols → the indices/CFD group. Match by description, not by ticker:

  • "US SPX 500 / S&P 500" → US500 / SP500m / US500M — pick ONE (usually the one without an m/M suffix).
  • "US Tech 100 / Nasdaq" → USTEC / USTECH100 / ND100m .
  • "Germany 40 / DAX" → DE40 / GER30 ; "FTSE 100" → UK100 ; "Nikkei 225" → JPN225 .
  • "EURO STOXX 50" → STOX50 ; "Hong Kong" → HK50 ; "US Small Cap 2000" → US2000 .
  • Gold / silver → XAUUSD / XAGUSD .

Each symbol goes on its own line in the inputs ( Symbol 1 … Symbol 12 ). Enter your broker's exact names; blank slots are skipped.

Self-check. On startup the EA prints a Symbol self-check (MN1) block to the log — for each symbol, OK (N months) / NOT at broker / too little history . NOT at broker → fix the name. too little history → open the symbol's MN1 chart and scroll back to old bars to load history.

"Works out of the box"

Once you've substituted your broker's names, there's nothing else to change: the defaults are the validated 10-asset basket, 10% target volatility, 1.0× gross cap (a conservative ~8–10%/year profile). Want it more aggressive? Raise Target annual portfolio volatility to 15–20 and HARD CAP (total notional / equity) to 1.5–2.0; return and drawdown grow proportionally.

Testing in the Strategy Tester

  • Chart symbol: any liquid one, e.g. US500 or EURUSD — it doesn't affect the result.
  • Timeframe: H1 or D1 (D1 runs faster).
  • Modeling: "OHLC on M1." Do NOT use "Open prices only" — on a multi-symbol test it gives wrong reads on the non-chart symbols.
  • Period: allow for history. Most brokers have index-CFD data from ~2012–2016, and some symbols (UK100/STOX50/the Chinese indices) start later. To have ALL symbols trading from the start of the test, begin in 2016 or later (it's worth running both a long window and the recent years). The engine needs ~15 months of history before its first signal.
  • Initial deposit: $100,000. This matters: index/metal CFDs have a large minimum lot — on $1,000–10,000 many positions round to zero and simply won't trade. A 10-asset basket is sized for a substantial account.
  • Add all symbols to Market Watch before testing (multi-symbol mode).

Adding 2 symbols and checking for improvement

You can put any of your broker's symbols into slots Symbol 11 and Symbol 12 and run a test — the tester will show whether Sharpe and drawdown improved. (A note from the research: adding more of the same broker's indices usually does NOT improve the result — global equities are highly correlated with one another; real diversification comes from other asset classes. But there's nothing stopping you from checking — that's what the slots are for.)

Alerts: Telegram and email

Email. Set up mail in the terminal: Tools → Options → Email tab (SMTP server, login, password, from/to). Then set Email on rebalance = true in the EA inputs.

Telegram.

  1. Create a bot: message @BotFather → /newbot → you'll get a token.
  2. Find your chat_id: send the bot any message, then open @userinfobot (it shows your id).
  3. Allow the URL: Tools → Options → Expert Advisors → ✓ "Allow WebRequest for listed URL" → add https://api.telegram.org .
  4. In the inputs: Telegram alerts = true , Telegram bot token = <token> , Telegram chat id = <your id> , Bot label = <label> .

Important: alerts only work on a live/demo account in real time. They stay silent in the Strategy Tester (by design). If the log shows [TG] send failed err=4060 , the URL hasn't been added to the allowed list (step 3).

What alerts there are, and what arrives

Every message is tagged with [bot label] (handy when you run several copies). You'll get:

  • Startup — on launch: number of symbols, how many are ready, the risk profile, the gross cap, equity. If a symbol isn't ready, the message says so.
  • Health — if no symbol is ready, or a trade fails to execute (with the error code).
  • Monthly rebalance — a summary: how many longs, current gross (leverage), the list of positions with their sizes.
  • Daily P&L — at the start of a new day: the day's profit/loss, equity, balance, number of open positions.

Each channel (terminal alert, push to the MT5 app, email, Telegram) is toggled independently by its own flag.

How every relationship was determined, and why these in particular

The idea. At its core is time-series momentum: an asset that has risen over the past several months tends, statistically, to keep rising; one that has fallen tends to keep falling. The effect has been documented for decades in the managed-futures literature. But it isn't the same everywhere.

The platform. MetaTrader 5 / MQL5, multi-symbol mode (a single EA manages all symbols at once), with signals taken from closed monthly bars (MN1) — no look-ahead, no repainting.

What went into the build. Before the EA was written, the edges were tested on ~25 years of history across 40+ instruments (indices, metals, energy, agricultural commodities, currencies, crypto, bonds). The result: the trend premium is robust on equity indices and precious metals, but in the 2010s it decayed on commodities and bonds. That's why the basket is exactly 8 indices + gold/silver: where the trend is alive, plus metals for diversification (they're less correlated with equities). Adding commodities, bonds, or extra European indices made the result worse in testing — so they're not there.

Here's how that turns into MQL logic.

(1) Signal — multi-horizon momentum (long/flat). For each symbol we take the 3-, 6-, and 12-month returns and count the fraction that are positive. That gives a number from 0 to 1 — how firmly the asset is trending up. There's no shorting: it's either long or cash.

int LB[3] = {3,6,12}; // horizons in months bool ComputeSignal(string sym, double &sigOut) { double c1 = iClose(sym, PERIOD_MN1, 1); // last CLOSED month double s = 0.0; for(int j=0; j<3; j++){ double cp = iClose(sym, PERIOD_MN1, 1+LB[j]); s += ((c1/cp - 1.0) > 0.0 ? 1.0 : 0.0); // +1 if it rose over this horizon } sigOut = s/3.0; // 0.00 / 0.33 / 0.67 / 1.00 return(true); }

(2) Weights — risk parity (inverse volatility). So that a calm index and a wild metal contribute equally to risk, each asset's weight is inversely proportional to its volatility. First we compute monthly vol:

bool ComputeMonthlyVol(string sym, double &volOut)
{
   int W = InpVolWindow;                 // 12 months
   double r[]; ArrayResize(r,W); double mean=0;
   for(int k=0;k<W;k++){
      double a=iClose(sym,PERIOD_MN1,1+k), b=iClose(sym,PERIOD_MN1,2+k);
      r[k]=a/b-1.0; mean+=r[k];
   }
   mean/=W; double var=0;
   for(int k=0;k<W;k++) var+=(r[k]-mean)*(r[k]-mean);
   volOut=MathSqrt(var/W);
   return(true);
}

Then weight ∝ signal / vol, and everything is normalized:

// raw_i = sig_i / vol_i ; then normalize so the weights sum to 1 // a more volatile asset gets LESS capital -> equal contribution to risk

(3) Volatility targeting via correlations. The weights set the structure; the overall scale is set by the portfolio's target volatility. We compute the correlation matrix of monthly returns and solve for a multiplier k that makes the portfolio's forecast vol match the target ( InpTargetVolPct ):

// portfolio variance, accounting for correlations
double pv=0.0;
for(int a=0;a<M;a++) for(int b=0;b<M;b++)
   pv += v[a]*v[b]*corr[a][b];           // v = the position's money sigma
double pSig = MathSqrt(pv);
double tgt  = eq*(InpTargetVolPct/100.0)/MathSqrt(12.0);
double k    = tgt/pSig;                   // multiplier on the lots

(4) The hard leverage cap — the main safety valve. After vol targeting we compute the actual total notional and, if it exceeds InpMaxGrossExposure × equity , scale ALL positions down proportionally. This doesn't depend on noise in the vol estimate and physically prevents the account from over-leveraging:

double cap = InpMaxGrossExposure*eq; // e.g. 1.0–2.0 × equity if(gross > cap){ double sc = cap/gross; for(...) aLots[i] *= sc; // scale everything down proportionally }

(5) Reliable position-cost calculation. On CFDs the TICK_VALUE fields can be unreliable, so the risk per lot is computed via OrderCalcProfit (the platform's authoritative P&L calculation), with a fallback through the contract size:

double MoneyPerSigmaLot(string sym, double volFrac)
{
   double price=SymbolInfoDouble(sym,SYMBOL_BID);
   double sp=volFrac*price, profit=0.0;
   if(OrderCalcProfit(ORDER_TYPE_BUY,sym,1.0,price,price+sp,profit) && profit!=0.0)
      return(MathAbs(profit));            // loss on 1 lot for a 1σ move
   double cs=SymbolInfoDouble(sym,SYMBOL_TRADE_CONTRACT_SIZE);
   return(cs*price*volFrac);              // fallback
}

So the blocks fit together like this: the signal decides whether to enter, risk parity decides in what proportion, vol targeting decides at what overall scale, the gross cap decides no more than how much, and OrderCalcProfit keeps the money math correct.

Where the profit comes from, how capital is protected, why there's no TP/SL/trailing

Where the profit comes from. The strategy earns from sustained trends: while an asset rises, the position is held and profit accumulates; when momentum fades, it goes to cash. The outcome distribution is positively skewed — rare large winners pay for many small losses. On top of that, long/flat moves to cash in bear phases, sidestepping slow declines.

How capital is protected — four layers:

  1. Position sizing to a vol budget — each position is sized to the target volatility, not "all-in on leverage."
  2. A hard gross-exposure cap ( InpMaxGrossExposure ) — total notional never exceeds a set multiple of equity; averaging into losers is impossible by construction.
  3. Long/flat — when a trend fades, the asset goes to cash (sidestepping slow bear markets).
  4. Diversification across ~10 loosely correlated assets.

Why there's no TP / SL / trailing. This is a trend strategy, and its exit is the monthly signal fading, not a price level.

  • A fixed TP cuts the winners — and the winners are what create all the profit (positive skew). Cap the large moves and you're left with the small losses, which flips the edge negative.
  • A fixed SL whipsaws you: ordinary intra-month volatility knocks you out of a position the signal still wants → you realize a temporary drawdown as a real loss, then re-enter higher → idle churn that lowers both return and Sharpe.
  • Risk is already controlled — by position size and the gross cap. Stops would be a third, conflicting layer.

(This isn't an opinion — it's been tested; see section 3.)

How to read the tester chart.

  • The blue line (Balance) is realized capital. It only moves when positions close, so it's flat between rebalances and "steps" at each rebalance.
  • The green line (Equity) is balance plus the floating P&L of open positions. It breathes with the market.
  • A gap between green and blue is normal: positions are held for weeks, and their P&L floats until the trade closes.
  • A vertical jump at the very end of the test is a tester artifact — it force-closes all open positions on the last bar. It has nothing to do with the strategy's logic.
  • "Deposit load" is margin utilization (indirectly, leverage). It should stay moderate; sharp spikes mean overload.

What unrealized (floating) P&L is. It's the current profit/loss of positions that haven't closed yet. It's included in equity (the green line) but not in balance (the blue line) until the trade closes. For a strategy that holds positions for months, a large floating P&L is normal, not a malfunction.

How trades close. At each monthly rebalance the EA recomputes the signals: symbols whose momentum has reversed (signal → 0) are closed; those still trending are held or resized to the new risk. In other words, a trade closes when the trend ends, not when a price target is hit.

Why adding TP / SL would worsen the profit (per the tests)

This was tested on historical data, normalized to a single volatility, and net of costs. The baseline Sharpe, with no intervention, is 0.86–0.89.

A trailing stop (at any width) hurts every metric:

Variant CAGR Sharpe Drawdown
Baseline (no stops) 8.5% 0.86 −16.4%
Trailing SL 2.5σ 4.9% 0.57 −25.1%
Trailing SL 4.0σ (wide) 5.3% 0.58 −21.4%

Return halves, Sharpe drops from 0.86 to ~0.57, and the drawdown gets WORSE (−16% → −25%): the stop realizes temporary pullbacks as real losses, then re-enters higher — idle churn. There's no sweet spot at any width.

Take-profit is neutral at best, usually negative: it cuts the winners that create the edge, and it never improves the result.

A "+1% of balance" TP (close and wait a month): return is cut by half to two-thirds (8.6%→4.6% at 10% vol; 16.7%→4.9% at 20%), Sharpe from 0.87 to 0.42–0.65. And the higher the leverage, the worse it gets — the TP defeats the whole point of leverage (you bank +1% before leverage can let the trend run).

A "+1% → rebalance immediately" TP: since the signals don't change within a month, you close and immediately reopen the same positions — pure idle churn. Vol is unchanged (no risk reduction), return drops by the cost of the trades (dozens of extra round-trips), Sharpe from 0.83 to 0.69–0.76.

Bottom line. Trend lives on positive skew — a few large wins. A TP truncates the right tail (the big moves) and flips the edge; an SL turns temporary drawdowns into realized losses plus churn. Risk is managed by position size, not by stops.

The strategy's prospects (tentatively, per the calculations)

On the plus side. The trend premium (managed futures) is a structural phenomenon observed over decades, not an artifact of one market. The equity-indices-plus-metals version proved more robust than "broad" trend in testing and came through the 2022 bear market with a shallow drawdown. The edge held up in out-of-sample forward testing.

What to keep honestly in mind (risks and limits):

  • Trend decays and fades. In the 2010s the broad trend premium weakened (especially on commodities — which is why they're not in the basket). Multi-year flat/weak stretches are possible (2010–2014, for example, were weak). That's the normal price of a trend approach.
  • It won't save you from fast crashes. A monthly signal can't keep up with sharp crashes (like February–March 2020) — in those events the strategy takes a loss alongside the market, the larger the higher the leverage.
  • Future returns are most likely below the backtest. Real spreads, slippage, CFD swap, and edge decay all work against it. A reasonable long-run guide: Sharpe ~0.7–0.9, return ~8–17% (depending on the chosen risk), with periodic drawdowns of 15–35%.
  • It's a diversifier, not a holy grail. It's best used as one sleeve of a portfolio alongside other, loosely correlated strategies; the overall risk-adjusted result is then higher than any single sleeve on its own.

In summary. TrendEngine is a drawdown-controlled trend tool built on a real premium, with mathematically bounded risk and none of the grid/martingale tricks. It doesn't promise to make you rich quickly, and it will have weak years — but it's precisely the absence of hidden ruin risk and the transparency of the mechanics that set it apart from the "smooth until they blow up" EAs.

Disclaimer. All figures shown are the results of historical testing and are not a promise or guarantee of future performance. Trading carries the risk of loss, including substantial drawdowns. This material is not individual investment advice. Test on a demo account and risk only what you are prepared to lose.


Recommended products
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — Germany 40 Expert Advisor for MetaTrader 5 LAUNCH PROMO Only 10 copies at launch price. Price increases with each sale. Launch price: $297 Next price: $497 Final price: $997 Live Performance: FX Blue — Vikingtradingbots What Makes Viking Alpha DAX Different Most DAX robots fail for one simple reason: they treat the Germany 40 like a forex pair. It isn't. The DAX has a heartbeat — a specific rhythm tied to the Frankfurt Stock Exchange opening, the European session structure, an
Fibonacci Grid Genius
Mohamed Fouad Daoud Ahmed Daoud
Unlock Your Trading Potential with Our Breakthrough Grid EA Are you ready to transform your trading results and experience the power of consistent profitability? Say goodbye to uncertainty and hello to a proven strategy that capitalizes on what the market does best: moving up and down! Our cutting-edge Grid EA is designed to turn every price fluctuation into an opportunity, using time-tested trading principles combined with smart technology. Why Our Grid EA Stands Out 1. Simple Yet Powerful Stra
FDow
Francisco Jesus Alonso Martin
FDow – Algorithmic Simplicity with Professional-Grade Robustness FDow is an Expert Advisor (EA) specifically designed to trade the Dow Jones (US30) using a minimalistic yet highly effective rule set. Built around only two of the most reliable technical indicators — the SMA (Simple Moving Average) and the ATR (Average True Range) — this system generates clean, transparent, and easy-to-interpret trading signals. Unlike complex and over-engineered strategies, FDow relies on pure trend-following log
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
Investopedia FIVE
Joseph Anthony Aya-ay Yutig
Investopedia FIVE EA is based on this article: https://www.investopedia.com/articles/forex/08/five-minute-momo.asp TRADING CONDITIONS - Look for currency pair trading below the X-period EMA and MACD to be in negative territory. - Wait for price to cross above the X-period EMA, then make sure that MACD is either in the process of crossing from negative to positive or has crossed into positive territory within five bars. - Go long X pips above the X-period EMA. - Sell X of the position at en
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
Gorilla Ultimate Beast Forex is an automated trading system (EA) for MetaTrader 5 , designed for fully rule-based trading on forex instruments without the need for manual intervention. Transparency is important to me, which is why the performance and ongoing statistics are available from a real account via independent Myfxbook monitoring. The EA is intended for traders who want clearly defined entry/exit rules and the ability to run a more conservative or more dynamic approach depending on their
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
The Gold Buyer
Moses Aboliwen Aduboa
Ride the Gold Trend with a Simple Buy-Only EA The  EA is a fully automated Buy-Only Expert Advisor for MetaTrader 5. It is designed to capture upward market opportunities with safe risk management and seamless execution. Why Traders Choose It: Best performance on Gold (XAUUSD) – highly liquid and trending. Buy-Only EA – focuses purely on long positions. Plug & Play setup – attach and let it trade automatically. Built-in Stop Loss & Take Profit protection. Smart one-position contro
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,
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
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
Matrix Arrow EA MT5
Juvenille Emperor Limited
5 (7)
Matrix Arrow EA MT5  is a unique expert advisor that can trade the  Matrix Arrow Indicator's MT5   signals with a trade panel on the chart, manually or 100% automatically.  Matrix Arrow Indicator MT5  will determine the current trend at its early stages, gathering information and data from up to 10 standard indicators, which are: Average Directional Movement Index (ADX), Commodity Channel Index (CCI), Classic Heiken Ashi candles, Moving Average, Moving Average Convergence Divergence (MACD), Rela
Crush
Yvan Musatov
Scalping (scalping, pipsing) is a trading approach based on technical analysis and involves opening and closing a large number of transactions in short periods of time: transactions are kept open from a few milliseconds to several minutes. In other words, the purpose of Forex scalping is not to hold a position for hours, days or weeks, but to make a profit in minutes or even seconds, just a few points per trade. In practice, it is difficult to achieve pure scalping within a minute, since, as a
ExtremeX
Noelle Chua Mei Ping
This algorithm thrives on extreme conditions of volatility.  It will evaluate the condition prior to market close, enter a position and exit when market swings to extreme levels in your favour.  The algorithm does not deploy any technical indicators, just simple mathematical calculations.  This works very well on non directional markets especially FOREX in the short term which are very choppy.  You can test out on other asset classes as well.  20 year backtest done to validate the rule.
Punisher Scalper MT5
Marcelina Makarewicz
5 (1)
Introducing the   Punisher Scalper MT5, EA for NZDUSD   currency pair. It analyzes market data in real time to identify :    Correct entry moment.    Trend beginning, reversal, direction and strenght.   Support and Resistance.   Self-optimize TP and SL. To do it Punisher Scalper is using :   Data from few time frames at the same time.   Over 10 unique code functions.    44 price action patterns.   8 indicators. Other properties :   The TP to SL ratio is usually around 1:1
Kefren Corvus
Sergio Villar Leon
Kefren Corvus - XAUUSD Multi Strategy EA with Risk Management  LAUNCH OFFER — 50% OFF for the first 7 days only  Price Offer 49usd   Live signal — verify real performance before buying. Multi-strategy XAUUSD Expert Advisor combining three independent trading modes with unified risk management: balance-scaled lot protection, portfolio circuit breaker, and high-impact news filter. Live signal available. Please read before purchasing: every trading system, however well built, goes through los
Grid Master EA
Andrii Hurin
5 (2)
Grid Master is a highly customizable fully automated grid trading algorithm. It is designed to capture market volatility and convert it to profit. Wherever there is movement in the market, there is potentially money to be made Grid Master has a powerful trading potential and is easy to set up and use. It has a built-in information Trading Panel to show performance and statistics, News Filter and Trading Time Filter to protect your capital. How the advisor trades: First, you choose the direc
Precision TradePad PRO
Daniel Rafal Jaworski
Precision TradePad PRO is an advanced trading panel designed for traders who want full control, speed, and precision in every trade. This tool eliminates manual errors and simplifies the entire trading process. No more calculating lot sizes, forgetting stop losses, or managing trades manually. Everything is handled instantly and automatically. Main Features: Automatic Lot Calculation - Based on risk percentage - Based on fixed amount - Based on equity - Manual lot option Instant Stop Loss &
Ksm mt5
Andriy Sydoruk
3 (2)
Ksm: Smart Solution for Automated Forex Trading Ksm is a tool designed for automating Forex trading, using modern methods of time-series data analysis to work with multiple currency pairs across different timeframes. Key Features and Benefits Multi-currency support : Ksm enables trading across multiple currency pairs, helping traders adapt their strategies to various market conditions. New currency pairs can be easily added. Time-series data analysis : Utilizing advanced algorithms, Ksm analyze
PullBackSniper
Fernando Da Silva Candido
PullBackSniper PullBackSniper is an Expert Advisor developed for MetaTrader 5, focused on pullback trading, market structure confirmation, and precise entries near relevant technical zones. The robot was designed to search for trading opportunities after price corrections, avoiding impulsive entries and attempting to operate only when there is confluence between a technical level, market context, price rejection, and a valid entry trigger. The main logic of the system is to identify important ch
FREE
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
SGear
Olesia Kusmenko
3.67 (9)
Late Summer Sale – Only for a Limited Time!A tiered pricing model applies: Every 5th purchase increases the price by $50. With each new buyer, the next price level gets closer – making your entry more expensive. Secure SGear at the current price before the next price increase is triggered. This sale is limited – both in time and in quantity. After that, the regular market price applies. SGear – Clear Trend Logic Instead of AI Illusion SGear is a fully automated Expert Advisor that strictly fol
Gold Pulse AI MT5
Rodrigo Arana Garcia
Only  4 /10  copies left at this price ---> Next price 175$ //  MT4 Version Launch offer: Get a free EA with your purchase !!! Gold Pulse AI was created using TensorTrade, an open-source Python framework designed specifically for building, training, evaluating, and deploying robust trading algorithms using reinforcement learning. The strategy of the algorithm is to take advantage of the momentum in the gold market by using pending orders. After analyzing previous candlesticks to identify areas
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.
Quantum iGold MT5
Yassine Mouhssine
4.62 (47)
Quantum iGold MT5 – Advanced AI Trading System (XAUUSD) Quantum iGold MT5 is a fully automated trading system built using advanced Artificial Intelligence techniques. It employs a hybrid neural architecture that integrates LSTM and Transformer models to analyze price behavior on XAUUSD . This structure enables the system to detect market patterns, adapt to volatility changes, and generate technically refined trading signals in real time. After purchase, please contact me via MQL5 private messa
Barber Scalper MT5
Marcelina Makarewicz
Introducing the Barber Scalper MT5, EA for USDJPY currency pair. It analyzes market data in real time to identify :  Correct entry moment.  Trend beginning, reversal, direction and strenght. Support and Resistance. Self-optimize TP and SL. To do it Barber Scalper is using : Data from few time frames at the same time. Over 10 unique code functions.  44 price action patterns. 8 indicators. Other properties : The TP to SL ratio is usually around 1:1. Barber Scalper trades
VectorAnchor
Jerome Alan Wood
# VectorAnchor (v1.05) VectorAnchor is a multi-pair grid Expert Advisor for **AUDUSD, EURUSD, and NZDUSD on H1**, built around controlled grid recovery and basket-level profit management. Version 1.05 adds two major upgrades: a **built-in regime filter** that keeps the EA out of the market conditions that break grid systems, and **equity-scaled position sizing**. The EA automatically applies the validated configuration for whichever of the three pairs it is attached to — no manual setup of the
PipFinite EA Breakout EDGE MT5
Karlo Wilson Vendiola
5 (3)
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible acros
SIMPLIFY TRADER VX Automated Gold Trading EA for XAUUSD Simplify Trader VX is a fully automated Expert Advisor developed for XAUUSD (Gold), designed to trade with discipline, structure, and strict risk control. The EA operates on the H1 timeframe and uses a multi-filter decision engine to avoid low-quality trades and unstable market conditions. It is built for long-term use, not aggressive or high-risk trading styles. PRICING INFORMATION Current Price: $299 Note: The price may increase to $49
Buyers of this product also purchase
Quantum Commander
Bogdan Ion Puscasu
4.6 (10)
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.87 (31)
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
MoonDog EA
James Vito Armin Bianchini
4.61 (28)
Only 12  copies remain available for sale . START HERE — User Guide and Recommended SET Files OPEN THE GUIDE AND DOWNLOAD THE SET FILES Please read the guide before starting. It explains the installation, settings, presets, dashboard and risk options. Use the SET files intended for your installed MoonDog version. Check this page after every update , and review your lot size, risk settings and Magic Number before trading. If you are unsure which preset to use, contact me and I will help you choo
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (50)
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
Iron Stops
Fajar Dicky Firmansyah
4.13 (60)
100K Real Signal:  https://www.mql5.com/en/signals/2386516 No gimmicks. No empty claims. Iron Stops caters to traders focused on one crucial aspect: consistency. Whether you’re working through a prop challenge or overseeing client funds, this EA keeps within set boundaries and delivers reliable results. Positions close within 36 hours. Run it on a single chart: Simply apply it to XAUUSD using the M30 timeframe. That’s all you need. One chart. One powerful tool. Proper configuration is essenti
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)
Aikon MT5
William Brandon Autry
5 (3)
Aikon changes the way you operate an Expert Advisor. CURRENT PRICE — 7 OF 10 REMAINING The 24-hour launch period has ended. 7 of the 10 purchases at the current Market price remain. After those 10 purchases, the price will increase again toward the final price of $4,997 . Start quickly. Talk to the system naturally. Choose how trades take risk. Control how much capital is allowed to work. Use AI across the operation without paying for unnecessary calls. QUICK START — New to AI? No problem. Aikon
Smart Gold Hunter
Barbaros Bulent Kortarla
4.02 (63)
No Grid / No Martingale / No Recovery / No Hedging / Single Entry with SL / One Shot Smart Gold Hunter is an Expert Advisor for XAUUSD / Gold trading on MetaTrader 5. It is designed for traders who prefer a Gold EA with no grid, no martingale, real Stop Loss and Take Profit logic, and controlled risk management. You can check the live signal before making a decision: Live Main Signal : https://www.mql5.com/en/signals/2365400?source=Site Smart Gold Hunter is not a grid EA and it is not a m
Ghost Scalper MT5
Thomas Christoph Lipka
4.7 (10)
Ghost Scalper MT5 Ghost Scalper MT5 is a fully automated Expert Advisor for XAUUSD / Gold on MetaTrader 5 . Ghost was developed for selective breakout and momentum movements in the Gold market. The EA waits for its internal market conditions and does not open trades continuously. Pricing model: The price increases by 100 USD after every 10 sales until the final price of 1,499 USD is reached. LIVE SIGNALS Ghost is publicly tracked on several real live accounts and brokers. A combined portfolio si
Scalping Robot Pro MT5
MQL TOOLS SL
4.35 (158)
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
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.59 (17)
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 Athena X
Bogdan Ion Puscasu
5 (12)
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
Quantum King EA
Bogdan Ion Puscasu
4.96 (220)
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
Silent Exit MT5
Fajar Dicky Firmansyah
4.5 (8)
No gimmicks. No empty claims. Silent Exit is crafted for traders focused on a single goal: steady performance.  All Major pairs included:  EURUSD,USDCAD,USDJPY,NZDUSD,USDCHF,AUDUSD,GBPUSD Whether you are pushing through a prop trading challenge or handling client funds, this EA maintains discipline — and produces results. SIGNAL Link: https://www.mql5.com/en/signals/2388541 remember this is a 100k darwinex zero account and i didnt deposit 100k its only for showing live results. How the Stra
Zerqon EA
Vladimir Lekhovitser
3.4 (35)
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
Lizard
Marco Scherer
4.22 (50)
What is Lizard? Lizard is a fully automated Expert Advisor for XAUUSD (Gold) on MetaTrader 5. It uses a multi-strategy swing breakout system: the Expert Advisor identifies key structural levels on the chart and places pending stop orders at calculated entry points. No martingale, no grid, no averaging into losses. Every trade is opened with a defined stop loss and take profit and is then managed by a multi-layer exit system, around the clock and without manual intervention. Support Our team spli
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.4 (139)
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
Cortex IDX
Vladimir Mametov
4 (8)
It is a fully automated Expert Advisor for MetaTrader 5, built specifically for trading the US30 index. Its trading logic is designed around the dynamic behavior of major stock indices: strong directional movements, intraday pullbacks, and periods of increased volatility. The EA automates trading in an environment where execution speed, discipline, and efficient position management are essential. The system is focused on disciplined trade management, fast reaction to market changes, and controll
Gold Bomb
Aleksandr Makarov
5 (2)
The advisor is based on my  Author's indicators . No  AI  or any other nonsense. Only a combination of indicators, levels and price action. Does not use dangerous trading methods, works on   XAUUSD M1  and with currency pairs! Always sets   Stop Loss   and   Take Profit . Real signal: https://www.mql5.com/en/signals/2388322 Be sure to contact me after purchase and send me your trading account number to activate the advisor!! Do not use it without me!!! -------------------------------- Installati
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
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
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.58 (24)
ONE-WEEK PROMOTION (6–13 SEPTEMBER): $549 — Regular price: $649 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 +300% 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
Gold Snap
Chen Jia Qi
4.57 (23)
Gold Snap — A Fast Profit Capture System for Gold Gold Snap v2. 1 Launch Offer: The first 10 perpetual licenses ( only 7 remaining) are available for just $ 599 each, with a complimentary in- house EA for personal use. The offer ends when all promotional licenses are sold. Regular price: $ 999. To lower the initial cost of using the EA, we now offer monthly rental, so you don’t need to purchase a perpetual license upfront. We recommend an observation period of at least three months, assessing th
Swing Forge Gold
Hanzla Khalil
3.6 (5)
SwingForge Gold MT5 — Multi-Zone Breakout Engine 4 Copies left then the price will be increased to: $299 — Current Price: $249 If you’ve traded Gold (XAUUSD), you already know the problem: most automated EAs rely on dangerous grids, martingale, or cost-averaging that look great until one big trend wipes out the account. SwingForge Gold was built on the opposite philosophy: strict risk management and pure price action. It trades confirmed swing breakouts using pending stop orders. Every sin
The Gold Space
Ayush V Jain
5 (7)
LIVE SIGNAL REACHED NEW HIGH Live Signal on Vantage https: // www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Join telegram group   https://t.me/+UaALtDiYMb4xYTk1 Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 5, this EA capitalizes on high-probability volatility expansions using a precise,
Live Signal: https://www.mql5.com/en/signals/2382857 No hype. No empty promises. Diamond Scalper is an MT5 Expert Advisor for Gold (XAUUSD) that combines two independent strategies (trend-following + breakout), 11 configurable risk modes, a news filter, automatic Friday close, and built-in equity/drawdown account protection - no martingale, no grid, no hedging. Built for traders who value disciplined automation, controlled risk, and long-term operation, while keeping the underlying entry logic
SomaGold
Andrii Soma
5 (10)
SomaGold is a multi-strategy breakout Expert Advisor for MetaTrader 5, built exclusively for Gold (XAUUSD). One chart, one EA, 32 independent strategies running together as a single diversified portfolio. Live Signal. This is my first published EA on MQL5. To make it accessible at launch, I am using a transparent ramping-price model: Launch price: 100 USD The price increases by 100 USD for every 10 copies sold Early buyers lock in the lowest price for the lifetime of the product. Concept Instead
Aura Gold Pro Edition
Stanislav Tomilov
5 (2)
Built to dominate the gold market. Official Information Seller profile Official channel User Guide LIMITED PRICE — $799 Aura Gold Pro Edition is available for $799 until the end of September . Starting October 1 , the price will increase to $999 — secure your copy before the price goes up. Live Trading Signals  Roboforex https://www.mql5.com/en/signals/2366593 FPMarkets https://www.mql5.com/en/signals/2358523 ICTrading https://www.mql5.com/en/signals/2380859 Description Aura Gold PRO Edition is
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
More from author
Professional XAUUSD H1 trend indicator with non-repainting signals, ATR-based SL/TP levels, forecast visualization, dashboard analytics, and Telegram alerts. Designed for traders who want fewer but higher-quality gold trend entries instead of noisy scalping signals. The indicator combines: multi-EMA trend structure, ADX trend-strength filtering, stochastic momentum confirmation, higher-timeframe direction alignment, volatility-adaptive risk levels. Signals are generated only on closed candles an
CrossTrendBlend
Denis Novoselov
CrossTrendBlend Cross-asset trend following — automated rotation across four markets. Who it's for, what it delivers, minimum deposit, testing Who it's for. Traders who want a systematic, hands-off way to ride trends across several markets at once — semiconductors, Bitcoin, gold, and the Nasdaq — without watching charts or making discretionary calls. It suits anyone looking for cross-asset diversification inside a single Expert Advisor who is comfortable accepting meaningful drawdowns in exchang
Filter:
No reviews
Reply to review