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.


Produits recommandés
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 est basé sur cet article : https://www.investopedia.com/articles/forex/08/five-minute-momo.asp CONDITIONS COMMERCIALES - Recherchez les paires de devises qui se négocient en dessous de l'EMA et du MACD de la période X pour être en territoire négatif. - Attendez que le prix dépasse l'EMA de la période X, puis assurez-vous que MACD est soit en train de passer du négatif au positif, soit est passé en territoire positif dans les cinq barres. - Aller long 10 pips au-dessus
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, AUD
Gorilla Ultimate Beast Forex je automatický systém obchodování (EA) pro MetaTrader 5 , nástroj pro obchodníky s nástroji Forexový základ pro obchodování s pravidly, bez zásahu manuelle. La transparence est essentielle pour moi : les performances et les statistiques sont disponibles via unne compte réel grâce au suivi indépendant de Myfxbook (lien ci-dessous). Cet EA s'adresse aux traders qui souhaitent des règles d'entrée/sortie claires and la possibilité d'adopter unne approach plus conservatr
| 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
Gold Excel Trader
Andrew Pun Magar
After vigorous research on the pattern recognition system, we implemented the strategy with two way confirmation for XAUUSD. No Grid, No Martingale This time for XAUUSD, this strategy is targeted to mainly keep the DD low as possible. We have tested it on 0.01, 0.02 and 0.03... the bare minimum possible on $1k account. The DD has remained below 10%.  As Buffet says "There are two rules to making money: 1) Never lose money and 2) Never forget rule no.1"  Live results: https://www.mql5.com/en/sign
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,
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  est un conseiller expert unique qui peut échanger les signaux MT5 de l'indicateur Matrix Arrow avec un panneau de commerce sur le graphique, manuellement ou à 100% automatiquement.  Matrix Arrow Indicator MT5  déterminera la tendance actuelle à ses débuts, en rassemblant des informations et des données à partir d'un maximum de 10 indicateurs standard, qui sont: Indice de mouvement directionnel moyen (ADX), Indice de canal de matières premières (CCI), Bougies classiques Heik
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
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
ApexFlow Universal EA ApexFlow Universal EA is a fully automated Expert Advisor for MetaTrader 5. It is designed for short-term M1 trading and evaluates price behavior, momentum, volatility, and current market conditions before managing a trade from entry through exit. The EA can be used on Forex pairs, metals, indices, and other symbols supported by your broker. Because contract specifications, spreads, commissions, and execution vary, every symbol and broker should be tested separately befor
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
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)
Promotion de fin d'été – Offre limitée ! Un modèle de tarification par paliers s'applique : chaque cinquième achat augmente le prix de 50 $. À chaque nouvel acheteur, le niveau de prix suivant se rapproche, rendant votre entrée plus coûteuse. Sécurisez SGear au prix actuel avant que la prochaine augmentation de prix ne soit déclenchée. Cette vente est limitée, tant en temps qu'en quantité. Après cela, le prix du marché régulier s'appliquera. SGear – Une logique de tendance claire, sans illusion
Gold Pulse AI MT5
Rodrigo Arana Garcia
Plus que   4/10   exemplaires disponibles à ce prix ---> Prochain prix: 175 $ //   Version MT4 Offre de lancement: Recevez un EA gratuit pour tout achat ! Gold Pulse AI a été créé avec TensorTrade, un framework Python open source conçu spécifiquement pour la création, l’entraînement, l’évaluation et le déploiement d’algorithmes de trading robustes basés sur l’apprentissage par renforcement. La stratégie de l’algorithme consiste à tirer profit de la dynamique du marché de l’or grâce aux ordres
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.
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
LAUNCH PROMO -- Buy One EA, if you like it, put feedback and get the second for Free This is the opposite EA of my other EA "VHV Trend D" This EA is based on Up Trends with a customized intelligent algorithm in combination with RSI .  Not too many parameters, it is very simple to use. Live Signal https://www.mql5.com/en/signals/867539 Recommended Time Frame is H1. Recommended Currency Pair : any currency pair can work (Tested on EURUSD) Amount: 100 $ Fixed Lot, default 0.1 - you can change a
Ajout de la possibilité de modifier la taille du lot et de rendre l’EA aussi abordable que possible. En l’achetant, vous bénéficierez du support et des futures mises à jour. Merci de soutenir son évolution. Ce robot de trading est prêt à l'emploi. AussiePrecision est un Expert Advisor (EA) sensible au temps pour MetaTrader 5, spécialement conçu pour la paire de devises AUD/USD. Il est conçu pour exécuter des opérations à des moments prédéfinis et contrôlés, ce qui le rend idéal pour les traders
Les acheteurs de ce produit ont également acheté
Quantum Titan MT5
Bogdan Ion Puscasu
En intégrant le trading de niveau institutionnel à l'écosystème Quantum, Quantum Titan établit une nouvelle norme en matière de précision, de discipline et de performances éprouvées sur les marchés en temps réel. Conçu pour les traders exigeants qui attendent davantage d'un Expert Advisor GOLD, Titan représente la prochaine évolution de la technologie de trading Quantum. La disponibilité est strictement limitée à 1 000 licences à vie dans le monde entier. Une fois les 1 000 exemplaires vendus,
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (24)
La légende continue. La reine évolue. Bienvenue dans Quantum Queen X — la nouvelle génération du légendaire système de trading d'OR qui s'appuie sur le succès éprouvé de Quantum Queen. Quantum Queen X est construit sur le même moteur de base éprouvé que Quantum Queen, et introduit un nouveau mode personnalisé puissant qui permet aux traders de choisir précisément les stratégies à activer ou à désactiver. Chaque stratégie a été examinée, affinée et optimisée individuellement afin d'offrir des per
Smart Gold Hunter
Barbaros Bulent Kortarla
4.93 (28)
Smart Gold Hunter est un Expert Advisor pour le trading du XAUUSD / Gold sur MetaTrader 5. Il est conçu pour les traders qui préfèrent un EA gold sans grid, sans martingale, avec une vraie logique de Stop Loss et Take Profit, ainsi qu’une gestion du risque contrôlée. Vous pouvez consulter les signaux live avant de prendre une décision : Live Signal - IC Markets: https://www.mql5.com/en/signals/2365400?source=Site +Signals+My Live Signal - Ultima Markets: https://www.mql5.com/en/signals/2376242?s
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
The Gold Reaper MT5
Profalgo Limited
4.47 (103)
PROP FIRM PRÊT ! (   télécharger le fichier SETFILE   ) AVERTISSEMENT: Il ne reste que quelques exemplaires au prix actuel ! Prix ​​final : 990 $ Obtenez 1 EA gratuit (pour 3 comptes de trading) -> contactez-moi après l'achat Offre combinée ultime     ->     cliquez ici REJOIGNEZ LE GROUPE PUBLIC :   Cliquez ici   Signal en direct Signal du client Avis YouTube DERNIER MANUEL Bienvenue dans Gold Reaper ! S'appuyant sur le très performant Goldtrade Pro, cet EA a été conçu pour fonctionner simul
Ultimate Breakout System
Profalgo Limited
5 (46)
IMPORTANT   : Ce package ne sera vendu au prix actuel que pour un nombre très limité d'exemplaires.    Le prix va monter à 1999$ très rapidement    +100 stratégies incluses   et plus à venir ! BONUS   : À partir de 1499$ ou plus --> choisissez  5     de mes autres EA gratuitement !  TOUS LES FICHIERS CONFIGURÉS GUIDE COMPLET DE CONFIGURATION ET D'OPTIMISATION GUIDE VIDÉO SIGNAUX EN DIRECT EXAMEN (tiers) NEW - 44-STRATEGIES LIVE SIGNAL Bienvenue dans le SYSTÈME D'ÉCLATEMENT ULTIME ! Je suis h
Zoomini
Gennady Sergienko
5 (5)
Informations importantes : L'assistance et les réponses aux questions sont disponibles uniquement ici :  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: Taïwan ); Zoomini est un petit ensemble de modèles d'apprentissage automatique issu de la dernière recherche du projet GoGoPips de juillet 2026. Ces modèles sont destinés uniquement à XAUUSD H1 / Gold . Signal : www.mql5.com/en/signals/2381994 Ce qu'il est important de savoir : Les modèles tradent avec seulement un ordre et des SL
Lizard
Marco Scherer
4.13 (38)
QU'EST-CE QUE LIZARD ? Lizard est un Expert Advisor entièrement automatique, développé exclusivement pour le XAUUSD (or) sur MetaTrader 5. Il utilise un système de cassure de swing multistratégie qui identifie les niveaux structurels clés du graphique et place des ordres stop en attente à des points d'entrée calculés avec précision. Pas de martingale. Pas de grille. Pas de moyenne à la baisse. Chaque trade dispose d'un Stop Loss et d'un Take Profit définis et est géré activement par un système d
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
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (4)
ThunderGold Scalper ThunderGold Scalper est un Expert Advisor développé pour le trading automatisé de l’or sur MetaTrader 5. L’EA est conçu pour XAUUSD et GOLD sur l’unité de temps M15. Il utilise un moteur décisionnel multifactoriel propriétaire afin d’identifier des opportunités de trading qualifiées et de gérer automatiquement les positions. Le système combine la structure du marché, la direction de la tendance, la qualité des bougies, le volume, le momentum et des contrôles d’exécution. Il a
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.43 (130)
Moins de trades. De meilleurs trades. La constance avant tout. • Signal en Direct Mode 1  Signal en Direct Mode 2 Twister Pro EA est un Expert Advisor de scalping haute précision développé exclusivement pour XAUUSD (Or) sur le timeframe M15. Il trade moins — mais quand il le fait, c'est avec intention. Chaque entrée passe par 5 couches de validation indépendantes avant qu'un seul ordre ne soit placé, résultant en un taux de réussite extrêmement élevé sur la configuration par défaut. DEUX MODES:
Logan MT5
Thierry Ouellet
5 (21)
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 King EA
Bogdan Ion Puscasu
4.96 (213)
Quantum King EA — Une puissance intelligente, optimisée pour chaque trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Prix de lancement spécial Signal en direct :       CLIQUEZ ICI Version MT4 :   CLIQUEZ ICI Chaîne Quantum King :       Cliquez ici ***Achetez Quantum King MT5 et vous pourriez obtenir Quantum StarMan gratuitement !*** Demandez en privé pour plus de détails ! Gérez   votre trading avec pr
Quantum Athena X
Bogdan Ion Puscasu
5 (3)
Contrôle plus intelligent. Précision accrue. Bienvenue dans Quantum Athena X — la nouvelle génération du système de trading d'OR ciblé qui s'appuie sur la précision, l'efficacité et l'exécution disciplinée de Quantum Athena. Quantum Athena X repose sur le même moteur central optimisé et les mêmes six stratégies soigneusement sélectionnées que Quantum Athena. Chaque stratégie a été perfectionnée et optimisée individuellement pour les conditions actuelles du marché de l'or, tandis que le nouvea
Gold Snap
Chen Jia Qi
4.47 (17)
Gold Snap — Système de capture rapide des profits sur l’or Signal en direct : https://www.mql5.com/en/signals/2362714 Signal en direct 2 : https://www.mql5.com/en/signals/2372603 Signal en direct v2.0 : https://www.mql5.com/en/signals/2379945 Il ne reste que 3 copies au prix actuel. Le prix passera bientôt à 999 $. Important : Après l’achat, veuillez nous contacter par message privé afin de recevoir le guide utilisateur, les paramètres recommandés, les notes d’utilisation et l’assistance pour
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
Zerqon EA
Vladimir Lekhovitser
3.43 (28)
Signal de trading en temps réel Surveillance publique en temps réel de l’activité de trading : https://www.mql5.com/fr/signals/2372719 Informations officielles Profil du vendeur Canal officiel Manuel utilisateur Instructions de configuration et d’utilisation : Ouvrir le manuel utilisateur Zerqon EA est un Expert Advisor adaptatif conçu spécifiquement pour le trading sur XAUUSD. La stratégie repose sur un modèle de réseau neuronal Deep LSTM intégré via ONNX, permettant au système de tra
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
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
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (507)
Présentation       Quantum Emperor EA   , le conseiller expert MQL5 révolutionnaire qui transforme la façon dont vous négociez la prestigieuse paire GBPUSD ! Développé par une équipe de traders expérimentés avec une expérience commerciale de plus de 13 ans. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Achetez Quantum Emperor EA et vous pourriez obtenir Quantum StarMan  gratuitement !*** Demandez en privé pour pl
Pulse Engine
Jimmy Peter Eriksson
4 (36)
MISE À JOUR - IL NE RESTE QUE QUELQUES EXEMPLAIRES AU PRIX ACTUEL ! L'objectif principal de ce système est d'assurer des performances en direct sur le long terme sans recourir à des techniques risquées comme la martingale ou la grille.  EXEMPLAIRES TRÈS LIMITÉS AU PRIX ACTUEL Prix ​​final : 1 499 $ [Signal en direct]    |    [Résultats des tests rétrospectifs]    |    [Guide d'installation]    |    [Résultats FTMO] Une approche différente du trading Pulse Engine n'utilise aucun indicateur ni un
Nexorion Initium Novum EA
Valentina Zhuchkova
4.32 (25)
NEXORION : Initium Novum — Logique Déterministe et Synthèse Algorithmique NEXORION est un complexe analytique de classe institutionnelle fondé sur des algorithmes mathématiques rigoureux de traitement de la liquidité. Le concept central du projet repose sur la « transparence computationnelle » : l'Expert Advisor transforme les flux de prix chaotiques en zones géométriques structurées, visualisant le processus de prise de décision directement sur le graphique de trading. Suivi en temps réel https
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? Most authors just create another EA when it fails - I wanted to do it differently. Wave Rider is my personal project built out of passion - honest, transparent EA without any fake AI or manipulated back-test that's been continuously updated for more than 6 months, that I am using myself from very first day. Check the Live signal  or Manual  or  Broker performance Version 5.x upgrade notice: Cl
Cortex IDX
Vladimir Mametov
Il s'agit d'un Expert Advisor entièrement automatisé pour MetaTrader 5, spécialement développé pour le trading de l'indice US30 . Sa logique de trading est conçue autour du comportement dynamique des principaux indices boursiers : fortes tendances, pullbacks intraday et périodes de forte volatilité. Cet EA automatise les opérations dans un environnement où la rapidité d'exécution, la discipline et une gestion efficace des positions sont essentielles. Le système est axé sur une gestion rigoureuse
SomaOil
Andrii Soma
5 (2)
SomaOil est un conseiller expert multi-stratégies pour MetaTrader 5, construit exclusivement pour le pétrole brut WTI (XTIUSD). Un graphique, une stratégie indépendante EA, 20 fonctionnant ensemble comme un seul portefeuille diversifié. Live Signal. Pour le rendre accessible au lancement, j'utilise un modèle transparent de montée en charge : Prix ​​de lancement : 100 USD (48 heures) À partir de lundi, le prix augmente de 100 USD pour chaque 10 exemplaires vendus. Les augmentations de prix se pro
Obsidian Flow Atlas EA
Valentina Zhuchkova
5 (7)
Obsidian Flow Atlas EA Précision. Structure. Exécution. Les marchés financiers ne récompensent pas les émotions. Ils récompensent la discipline, la constance et la capacité à prendre des décisions fondées sur des données objectives. Obsidian Flow Atlas EA a été développé selon cette philosophie. Il s'agit d'un système de trading entièrement automatisé pour MetaTrader 5, conçu pour fonctionner sur deux des instruments les plus populaires des marchés financiers : • XAUUSD (Or) • EURUSD Le système
HFT Spike EA
OMG FZE LLC
5 (3)
[ My Channel ] HFT Spike EA Comptes recommandés : Standard à fort effet de levier, ECN, Raw ; Cent ; Propfirm (FTMO FundedNext etc.) Stratégies : Principes de Physique Quantique, HFT Spike (Trading Haute Fréquence), trading sur niveaux, trading neuronal, sans Martingale, sans Grid, trading de tendance à position unique. Un EA entièrement automatique et géré en risque, conçu sur les données tick de XAUUSD. Vous n'avez pas besoin de choisir un Time-Frame. Les valeurs par défaut correspondent
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.5 (20)
MISE À JOUR : Prochain prix : 699 $, Prix final : 999 $ Si vous privilégiez l'honnêteté et un véritable système de trading conçu pour le trading en conditions réelles, et non un simple backtest en ligne droite d'apparence parfaite qui peut finir par ruiner votre compte, alors ceci pourrait vous convenir. Pas de martingale / Pas de grille Signal actif pendant 22 mois +270% de croissance en direct [Signal en direct]    |    [Résultats FTMO]    |    [Portefeuille principal]  |    [Guide de backte
Boring Pips MT5
Thi Thu Ha Hoang
4.77 (52)
Vous êtes-vous déjà demandé pourquoi la plupart des conseillers experts ne sont pas efficaces dans le trading en direct, malgré leurs performances parfaites en backtest ? La réponse la plus probable est le surajustement. De nombreux EAs sont créés pour "apprendre" et s'adapter parfaitement aux données historiques disponibles, mais ils échouent à prédire l'avenir en raison d'un manque de généralisabilité dans le modèle construit. Certains développeurs ne connaissent tout simplement pas l'existe
Plus de l'auteur
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
Filtrer:
Aucun avis
Répondre à l'avis