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.


推荐产品
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 基于这篇文章: https://www.investopedia.com/articles/forex/08/five-minute-momo.asp 交易条件 - 寻找低于 X 周期 EMA 和 MACD 的货币对交易处于负区域。 - 等待价格上穿 X 周期 EMA,然后确保 MACD 处于从负向正的交叉过程中,或者在五个柱内进入正区域。 - 在 X 周期 EMA 上方做多 X 个点。 - 在入场时卖出 X 个头寸加上风险金额;移动下半场的止损点以达到盈亏平衡。 - 使用追踪止损 - 风险警告 - 在您购买 ADX PRO 之前,请注意所涉及的风险。 - 过去的表现并不能保证未来的盈利能力(EA 也可能亏损)。 - 显示的回溯测试(例如在屏幕截图中)经过高度优化以找到最佳参数,但因此无法将结果转移到实时交易中。 - 该策略将始终使用止损,但 SL 的执行仍取决于您的经纪商。 如果您对 EA 有任何建议,请给我留言。谢谢!
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 – podle MetaTrader 5 的自动交易系统(EA),专为外汇品种的全规则化交易设计,无需人工傲鲑鈺工傲鈑鈺工悂悈非常重视透明度,因此该EA的表现与持续统计数据来自 真实账户 ,并通过并嬖三湏并通过数据Myfxbook 的独立监控公开展示(链接见下方)。本EA适合希望拥有清晰进出场规则、并可根据自身资金管理及经纪商条件(点差、手续费、滑点、执行质量)选择更稳健或更积极运行方式的交易者。为获得更稳定的运行效果,建议使用稳定网络连接,并优先考虑 VPS。你可以选择 租用 先在自己的账户上实测并验证表现,或选择 购买(永久/完整许可) 进行长期使用。交易存在风险,结果可能因经纪商环境与参数设置而不同;任何系统都无法保证盈利。
| 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   是一款独特的智能交易系统,可以通过图表上的交易面板手动或 100% 自动交易   Matrix Arrow Indicator 的 MT5   信号。   Matrix Arrow Indicator MT5   将在其早期阶段确定当前趋势,从多达 10 个标准指标中收集信息和数据,它们是:平均定向运动指数 (ADX) , 商品渠道指数 (CCI) , 经典 Heiken Ashi 蜡烛 , 移动平均线 , 移动平均收敛散度 (MACD) , 相对活力指数 (RVI) , 相对强弱指数 (RSI) , 抛物线SAR , 随机振荡器 , 威廉姆斯的百分比范围 。 当所有指标给出有效的买入或卖出信号时,相应的箭头将打印在图表上,在下一个蜡烛/柱线的开盘时表示强劲的上升趋势/下降趋势。用户可以选择使用哪些指标,并可以单独调整每个指标的参数。使用   Matrix Arrow EA MT5 ,您可以直接从图表上的交易面板手动交易   Matrix Arrow Indicator MT5   信号,或使用 100% 算法交易选项   100% 自动交
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
491   / 5000 该算法在极端波动条件下蓬勃发展。 它将在收市前评估状况,当市场波动到对您有利的极端水平时进入头寸并退出。 该算法不部署任何技术指标,只是简单的数学计算。 这在短期内非常波动的非定向市场尤其是外汇市场上非常有效。 您也可以在其他资产类别上进行测试。 进行了 20 年的回测以验证规则。 同样的逻辑已用在20多年的外汇市场。每个开仓最大的止损是0.8%,您可以随时调正,如果风险太高,请用于小数的Size来交易,可以输入0.01的Size。这个逻辑也会在周末把开仓带过,周五闭市前开仓,会在周一平掉。最迟会在Close HR的时钟平掉。不会把仓位带过第二个交易日。您也可以把最迟的平仓时钟给改掉,看看有别的方案。这个逻辑还未优化。
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)多策略EA 上线优惠 — 仅限前7天 5折优惠   优惠价格:49美元   实盘信号 — 购买前请核实真实表现。 这是一款针对黄金(XAUUSD)的多策略智能交易系统(EA),结合三种独立交易模式,并采用统一的风险管理体系:按账户余额动态调整的手数保护、组合熔断机制,以及高影响力新闻过滤器。提供实盘信号验证。 购买前请务必阅读: 无论构建得多么完善,任何交易系统都会经历亏损期。这是正常且预期之内的现象,并非系统故障的表现。Kefren Corvus 内置多层风险控制机制,专门用于在这些时期限制损失——但没有任何系统能够完全消除回撤。耐心和合理的预期,是负责任使用本系统的一部分。 什么是 Kefren Corvus Kefren Corvus 将三种独立的交易模式整合到一个针对黄金(XAUUSD)的EA中,共享统一的风险控制、手数计算、新闻过滤和熔断系统: 模式一 — 趋势/突破策略,配备可调节的波动率、ADX 及 H4 周期对齐过滤器。 模式二 — 基于挂单止损单构建的突破系统,包含多个独立策略。 模式三 —
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)
夏末特惠促销 – 限时进行! 采用阶梯定价模型:每购买第5次,价格增加50美元。随着每一个新买家的加入,下一个价格级别会越来越接近——使得您的入场变得更加昂贵。 在触发下一个价格上涨之前,按照当前价格锁定SGear。 此次销售是有限的——无论是时间还是数量。之后将恢复正常市场价格。 SGear – 清晰趋势逻辑,拒绝AI幻想 SGear 是一款全自动的智能交易系统,始终遵循市场主趋势运作。 它专注于稳定的市场走势,避免被短期反弹或市场情绪波动所干扰。 策略基于清晰、逻辑严密的交易结构,在行情混乱时主动规避低质量交易。 交易规则简洁明了。入场与离场均遵循明确条件,每一个市场阶段都有预设的操作标准。 只有在特定条件满足时才会执行交易,这保证了系统的结构性与清晰性,也有效降低了不必要的风险。 SGear 的核心优势之一是信号筛选机制,仅在稳定、趋势明确的市场环境中出手。 当市场处于震荡或不明确时,系统会自动暂停操作,始终聚焦于最具潜力的时机。 为什么不使用人工智能? 我们曾认真评估将人工智能技术用于交易策略的可行性, 但实际测试结果令人失望:大多数 AI 模型过于依赖数据噪声,精准度不足
Gold Pulse AI MT5
Rodrigo Arana Garcia
此价格仅剩   4/10   份 ---> 下一价格 175 美元 //   MT4 版本 限时优惠:购买即送免费 EA! Gold Pulse AI 使用 TensorTrade 创建,TensorTrade 是一个开源的 Python 框架,专为构建、训练、评估和部署基于强化学习的稳健交易算法而设计。 该算法的策略是利用挂单来把握黄金市场的动能。在分析之前的 K 线图以识别感兴趣的区域后,它会设置挂单,并在价格达到这些水平时执行。该算法会实时自动适应您的经纪商的条件(点差、延迟、滑点、市场缺口等)。如果算法判断挂单无法带来预期收益,则会取消该挂单。 请注意,为了保持 AI 的更新,神经网络将每 4-5 个月使用最新的历史数据进行训练。 此机器人不使用马丁格尔或对冲等有害的风险管理方法。相反,所有交易都受到追踪止盈和止损的保护。 最重要的是:回测结果与实盘交易结果完全一致(您可以在下方查看结果)。 IC Trading 实时信号   //   下载回测 推荐设置 交易品种 XAUUSD(黄金) 时间周期 M15 最低资金 100$ 经纪商 任意,推荐 IC Markets  
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 — 高级 AI 交易系统(XAUUSD) Quantum iGold MT5 是一套完全自动化的交易系统,采用先进的人工智能技术构建。 该系统使用混合神经网络架构,结合 LSTM 和 Transformer 模型,用于分析 XAUUSD 的价格行为。 这种结构使系统能够识别市场形态,适应波动率变化,并实时生成技术性更精细的交易信号。 购买后,请通过 MQL5 私信联系我,以获取设置文件和安装指南。 Core Features Dedicated AI Engine 专为 XAUUSD 开发的专用 AI 框架,使系统能够理解市场行为并做出结构化交易决策。 Dynamic Risk Management 内置模块会根据当前波动率自动调整仓位大小和风险敞口,帮助维持平衡运行。 Plug-and-Play Operation 系统包含优化后的默认设置,启动前只需配置少量基础参数。 Universal Compatibility 兼容主要经纪商账户类型,包括 ECN、Standard 和 Raw Spread。 Supported Markets XAUUSD
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
该产品的买家也购买
Quantum Commander
Bogdan Ion Puscasu
4.6 (10)
量子生态系统正进入一个全新的战场——一位全新的指挥官即将掌舵。量子指挥官专为美国30指数开发,是一款全自动智能交易系统,专为全球最具活力的市场之一而打造。 在充斥着黄金EA的世界中,Quantum Commander脱颖而出。 在推出几款以黄金为重点的产品之后,我们正凭借 US30 进入新的领域——这是一种新的工具、一种不同的策略,也是一个为 Quantum 生态系统带来真正多元化的强大机会。 特价上市优惠价。最终价格 1999 美元。 实时信号:   点击此处 量子指挥官MQL5公共频道: 点击此处 ***购买 Quantum Commander MT5,即有机会免费获得 Quantum Emperor、Quantum King、Quantum Bitcoin、Quantum Baron、Quantum OmniGold、Quantum Athena X 或 Quantum Starman!*** 详情请私信咨询! 量子指挥官登场 量子指挥官的创建只有一个目的。 分析 US30,识别既定市场趋势中的回调,自动执行,并以速度和纪律管理每个仓位。 US30 指数以强劲
Quantum Titan MT5
Bogdan Ion Puscasu
4.87 (31)
Quantum Titan 将机构级交易引入 Quantum 生态系统,为精准度、纪律性和经证实的实时市场表现树立了新的标准。 Titan 是为那些对黄金智能交易系统有更高期望的交易者而开发的,代表了量子交易技术的下一个发展阶段。 全球终身授权数量严格限制在 1000 个。 当1000份全部售罄后,《量子泰坦》将不再发售。 特价上市优惠价。最终价格 1999 美元。 只需5万美元初始投资即可获得实时信号:   点击此处 Quantum Titan MQL5 公共频道:   点击此处 ***购买 Quantum Titan MT5,即有机会免费获得 Quantum Emperor、Quantum King、Quantum Bitcoin、Quantum Baron、Quantum Valkyrie、Quantum OmniGold、Quantum Athena X 或 Quantum Starman!*** 详情请私信咨询! 隆重推出量子泰坦 Quantum Titan 是我从未打算公开发布的黄金级智能交易系统。 几个月来,我一直用自己的资金私下交易 Titan,并且
MoonDog EA
James Vito Armin Bianchini
4.61 (28)
MoonDog EA 是一款专为 MetaTrader 5 上的 XAUUSD 设计的多策略突破型智能交易系统(Expert Advisor)。 该系统结合了五种相互独立的突破策略,用于识别不同类型的突破条件和价格扩张行情。 MoonDog 不使用马丁格尔、Recovery 模式、Grid Recovery、亏损后加大手数或亏损加仓平均成本。 每笔交易都会在开仓时设置独立的 Stop Loss 和 Take Profit。出现亏损后,系统不会通过更大的仓位来试图追回之前的损失。 Break-even、Trailing 和 MoonLock 都是用于保护现有持仓的交易管理功能。它们可以调整已有仓位的保护水平,但不会增加手数,也不会为了追回亏损而开启额外仓位。 官方实盘信号 MoonDog 的真实交易活动可以通过官方 MQL5 Signal 进行监控: https://www.mql5.com/en/signals/2381309 该实盘信号用于提高透明度。由于点差、佣金、滑点、执行延迟、流动性以及经纪商执行条件等因素,实盘结果可能与回测结果存在差异。 交易策略 MoonDog 专门为 X
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (50)
传奇仍在继续。女王不断进化。 欢迎来到 Quantum Queen X——传奇黄金交易系统的下一代产品,它建立在 Quantum Queen 已证明的成功之上。 Quantum Queen X 基于与 Quantum Queen 相同的成熟核心引擎构建,引入了强大的全新自定义模式,允许交易者精确选择要启用或禁用的策略。 每项策略都经过单独审查、改进和优化,以在不同的市场环境下提供更佳的性能和适应性。默认预设也得到了增强,现在包含 9 项精心挑选的策略,而非之前的 7 项,从而提供更广泛的市场覆盖和更多交易机会,同时保留了使 Quantum Queen X 成为 MQL5 平台上最成功的黄金智能交易系统的严谨交易理念。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions 折扣价   价格 。     每购买 10 件,价格将上涨 50 美元。最终价格为 1999 美元。 实时信号 IC Ma
The Gold Reaper MT5
Profalgo Limited
4.48 (105)
道具公司已准备就绪!( 下载道具文件 ) 警告: 目前仅剩少量存货! 最终价格:990美元 免费获得 1 个 EA(适用于 3 个交易账户)-> 购买后请联系我 超值组合优惠   ->   点击这里 加入公开群组: 点击此处   实时信号 客户端信号 YouTube 评论 最新手册 欢迎来到黄金收割者! 这款EA是在非常成功的Goldtrade Pro的基础上开发的,设计用于同时在多个时间框架上运行,并且可以选择将交易频率设置为从非常保守到极度波动。 该EA使用多种确认算法来寻找最佳入场价格,并在内部运行多种策略来分散交易风险。 所有交易都有止损和止盈,但同时也使用追踪止损和追踪止盈来最大限度地降低风险,并最大限度地提高每笔交易的潜力。 该系统基于非常流行且行之有效的策略:交易突破重要支撑位和阻力位的交易机会。   黄金非常适合这种策略,因为它是一种波动性很高的货币对。 系统会根据您的账户规模和最大允许回撤设置自动调整交易频率和手数! 回测结果显示增长曲线非常稳定,回撤幅度控制得非常好,恢复速度也很快。  这款EA已经针对黄金进行了最长时间的压力测试,使用了多个经纪商的多个价格
Iron Stops
Fajar Dicky Firmansyah
4.13 (60)
100K Real Signal:  https://www.mql5.com/en/signals/2386516 没有噱头。没有空洞的承诺。 Iron Stops 迎合关注一个关键方面的交易者:一致性。无论您是正在进行 道具挑战 还是管理客户资金,这款 EA 都能保持在设定的界限内并提供可靠的结果。 仓位在 36 小时 内平仓。 在单一图表上运行: 只需将其应用于 XAUUSD,使用 M30 时间框架。这就是您所需要的。一个图表。一个强大的工具。 正确的配置对准确回测至关重要! 请联系我获取我的 .ini 文件 和详细说明。 注意: 这款 EA 目前的价格是 580。一旦购买 30 个许可证,价格将提高到 629。目前,已有 29 份已售出。在价格变动之前不要错过。 博客 链接 =  https://www.mql5.com/en/blogs/post/763583 频道 链接 =  https://www.mql5.com/en/channels/mqltradingfajar 给我发消息,我会给您发送一份 试用 包,供您在模拟账户中使用。 主要优点 免费赠品:买一送二!
Ultimate Breakout System
Profalgo Limited
5 (48)
重要的 : 此套装仅以当前价格限量发售。    价格很快就会涨到1999美元!   已包含 300 多种策略 ,更多策略即将推出! 额外福利 :  从我的其他 EA 中免费 选择 5 款!   所有设置文件 + 完整设置和优化指南 视频指南 实时信号 第三方评论 新增 - 44 种策略实时信号 欢迎来到终极突破系统! 我很高兴地向大家介绍终极突破系统,这是一款经过八年精心开发的复杂且专有的智能交易系统 (EA)。 该系统已成为MQL5市场上多款表现优异的EA的基础,其中包括备受赞誉的Gold Reaper EA。 它曾连续七个多月位居榜首,此外还有 Goldtrade Pro、Goldbot One、Indicement 和 Daytrade Pro。 终极突破系统并非仅仅是另一款EA(电子交易系统)。 它是一款专业级工具,旨在帮助交易者在任何市场和时间框架内创建无限数量的突破策略。 无论您是专注于波段交易、超短线交易还是构建多元化投资组合,该系统都能提供无与伦比的灵活性和定制化功能。 可能性无穷无尽! 对于自营交易公司的交易员来说:   有了这个系统,您终于可以创建自己独
Aikon MT5
William Brandon Autry
5 (3)
Aikon 改变了您操作 Expert Advisor 的方式。 当前价格 — 10 个名额中还剩 7 个 24 小时首发期现已结束。按当前 Market 价格计算的 10 个购买名额中,现在还剩 8 个。完成这 10 次购买后,价格将再次上调,并逐步接近最终价格 $4,997 。 快速开始。用自然语言与系统交流。选择交易如何承担风险。控制允许投入运作的资本规模。在整个运行过程中使用 AI,同时避免不必要的调用成本。 快速开始 — 第一次使用 AI?没问题。 Aikon 的设计目标是在保持强大深度的同时,不让首次设置变得复杂。 统一 AI 设置可以从一个提供商、一个模型和一个 API 密钥开始。第一次连接会自动为 Aikon 的主要智能角色完成基础配置。以后如有需要,您可以再使用高级模型路由。 Quick Start 随后提供三种方式: 使用一键优化的起始配置。 通过与 Ask Aikon 对话来建立设置。 直接自定义 Trading Constitution。 优化起始方案包括 Forex Single Entry with Stop Loss 、 Gold / XAUUSD Sin
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 是一款用于 MetaTrader 5 上 XAUUSD / 黄金交易的专家顾问(Expert Advisor)。它专为那些喜欢无网格、无马丁格尔、具有真实止损和止盈逻辑以及可控风险管理的黄金 EA 的交易者而设计。 您可以在做决定之前查看实时信号: Live Main Signal : https://www.mql5.com/en/signals/2365400?source=Site Smart Gold Hunter 不是网格 EA,也不是马丁格尔 EA。它不依赖无限恢复仓位、对冲系统或亏损后加仓。其核心理念是以可控逻辑、保护设置和真实交易管理来交易黄金,而不是危险的加仓平均。 该 EA 主要针对 XAUUSD / 黄金设计。您可以在 XAUUSD 或您经纪商的黄金品种上使用,例如 XAUUSDm、GOLD 或类似名称。 经纪商条件对黄金交易很重要,因此建议使用低点差、低滑点、
Ghost Scalper MT5
Thomas Christoph Lipka
4.7 (10)
Ghost Scalper MT5 Ghost Scalper MT5 是一款适用于 MetaTrader 5 上 XAUUSD / 黄金 的全自动智能交易系统(EA)。 Ghost 专为黄金市场中具有选择性的 突破和动量行情 而开发。EA 会等待其内部市场条件满足,不会持续不断地开仓。 价格模式: 每完成 10 次销售,价格上涨 100 USD ,直至最终价格达到 1,499 USD 。 实盘信号 Ghost 在多个真实实盘账户和不同经纪商上公开跟踪,同时还提供一个组合投资信号。实盘结果会随时变化,并不保证未来表现。 Ghost Scalper MT5 TMGM – 查看实盘信号 Ghost Scalper MT5 VT Market – 查看实盘信号 Ghost Scalper MT5 Vantage – 查看实盘信号 Ghost Scalper MT5 Future Lab Ultima – 查看实盘信号 Colosseum Ghost Scalper Tycoon Breakout – 查看实盘信号 4 个独立策略 Ghost 集成了四个彼此独立的交易策略: Ghost A G
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 是一款专为 MetaTrader 5 黄金自动交易开发的智能交易系统。 该 EA 适用于 M15 周期的 XAUUSD 和 GOLD。系统通过专有的多因素决策引擎识别符合条件的交易机会,并自动管理交易仓位。 系统综合分析市场结构、趋势方向、K线质量、成交量、动量以及交易执行条件。它会耐心等待合适的市场环境,而不是持续频繁开仓。 Live Signal — TMGM 主要功能 专为 XAUUSD 和 GOLD 开发 推荐周期:M15 全自动交易 不使用网格策略 自动 Stop Loss 和 Take Profit 动态移动止损 按风险比例或固定手数计算仓位 趋势和动量过滤器 K线质量和成交量过滤器 高影响力新闻过滤器 节假日和市场关闭保护 滑点调整系统 每日交易次数限制和冷却机制 信息交易面板 针对 Exness 的自动点数调整 推荐交易条件 ThunderGold Scalper 对点差、滑点、流动性和执行速度较为敏感,因此经纪商的交易条件可能会显著影响结果。 该 EA 已在以下经纪商环境中进行测试: TM
Quantum Athena X
Bogdan Ion Puscasu
5 (12)
更智能的控制,更精准的操控。 欢迎来到 Quantum Athena X——新一代专注于黄金交易的系统,它在 Quantum Athena 的精准性、效率和纪律性执行的基础上更进一步。 Quantum Athena X 基于与 Quantum Athena 相同的精简核心引擎和精心挑选的 6 种策略构建而成。每项策略都针对当前的黄金市场状况进行了单独优化和改进,而全新的强大自定义模式则允许交易者精确选择启用或禁用哪些策略。 对于喜欢即插即用体验的交易者,原有的优化配置仍然可用;而对于想要创建自己个性化策略组合的交易者,自定义模式则提供了更大的灵活性。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 折扣价   价格 。     每购买 10 件,价格将上涨 50 美元。最终价格为 1999 美元。 实时信号 IC Markets:       点击这里 Quantum A
Quantum King EA
Bogdan Ion Puscasu
4.96 (220)
Quantum King EA — 智能力量,为每一位交易者精炼 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 特别推出价格 直播信号:       点击这里 MT4版本:   点击此处 量子王者频道:       点击这里 ***购买 Quantum King MT5 即可免费获得 Quantum StarMan !*** 详情请私讯询问! 用精确和纪律来管理您的交易。 Quantum King EA 将结构化网格的优势和自适应 Martingale 的智能融入一个无缝系统 - 专为 M5 上的 AUDCAD 设计,专为希望实现稳定、可控增长的初学者和专业人士打造。 Quantum King EA 是针对 M5 时间范围内的 AUDCAD 对开发的全自动交易系统。 它将网格策略的结构与马丁格尔的自适应恢复逻辑相结合,形成了一个在所有市场阶段智能管理交易的系
Silent Exit MT5
Fajar Dicky Firmansyah
4.5 (8)
没有噱头。没有空洞的承诺。 Silent Exit 专为专注于单一目标的交易者打造: 稳定的表现。  包含所有主要货币对:  EURUSD,USDCAD,USDJPY,NZDUSD,USDCHF,AUDUSD,GBPUSD 无论您是在努力通过 Prop 交易挑战,还是在管理客户资金,这款 EA 都能保持纪律性——并带来实际成果。 信号链接: https://www.mql5.com/en/signals/2388541 请记住,这是一个 100k 的 Darwinex Zero 账户,我并没有存入 100k,这个账户仅用于展示实时交易结果。 策略如何运作 成交量加速: 此功能可以检测成交量的快速变化,而这种变化通常预示着即将发生的突破。但这一次,我们加入了多个仅适用于主要货币对的指标。   策略如何运作 成交量加速: 与 Iron Stop 相同,此功能可以检测成交量的快速变化,而这种变化通常预示着即将发生的突破。但这一次,我们加入了多个仅适用于主要货币对的指标。   正确的回测需要正确的配置! 联系我即可获取我的 .ini 文件以及详细的配置说明。 注意: 目前该 EA 的价格为
Zerqon EA
Vladimir Lekhovitser
3.4 (35)
实时交易信号 交易活动的公开实时监控: https://www.mql5.com/zh/signals/2372719 官方信息 卖家资料 官方频道 用户手册 安装说明和使用指南: 查看用户手册 Zerqon EA 是专为 XAUUSD 交易开发的自适应专家顾问。 该策略基于通过 ONNX 集成的 Deep LSTM 神经网络模型,使系统能够处理连续性的市场行为并以结构化方式分析价格动态。 该模型专注于识别黄金价格走势、波动性以及时间条件中的特定模式。 与传统固定信号不同,EA 通过训练后的神经网络框架分析市场,仅在内部模型识别到合适条件时才执行交易。 Zerqon EA 不会持续不断地进行交易。 某些时期可能完全没有任何交易,而在适合的 XAUUSD 市场阶段,系统可能会在较短时间内执行多笔交易。 每笔交易均带有预定义的 Stop Loss 和 Take Profit 参数。 同时还使用追踪止损机制来动态管理持仓。 该 EA 适用于偏好基于神经网络的黄金交易方式、重视执行控制以及接受可变交易频率的用户。 主要特点 不使用高风险交易技术,如马丁格尔 (M
Lizard
Marco Scherer
4.22 (50)
什么是 Lizard? Lizard 是一款用于 MetaTrader 5 平台 XAUUSD(黄金)的全自动智能交易系统。它采用多策略摆动突破系统:识别图表上的关键结构位,并在计算得出的入场点位挂出停止订单。 不使用马丁格尔,不使用网格,不在亏损时加仓。 每笔交易都带有明确的止损和止盈,随后由多层退出系统全天候管理,无需人工干预。 支持 我们团队分工明确:一部分成员负责开发,一部分成员负责客户支持。购买后,安装、设置及其他任何问题请联系我们的版主 Zolia: https://www.mql5.com/zh/users/zolia 实盘信号 Normal Standard: https://www.mql5.com/zh/signals/2372821 工作原理 Lizard 在一小时周期上持续扫描 XAUUSD 图表,寻找有意义的摆动高点和摆动低点。一旦确认有效结构,便在距该位置经过校准的距离处挂出 Buy Stop 或 Sell Stop 订单。订单只有在真正突破时才会触发,价格触碰并不足够。这样可以过滤掉弱势波动,仅在动能得到确认时入场。 六套独立策略在一小时周期上同时运行,各
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.4 (139)
更少交易。更好交易。稳定性高于一切。 • 实时信号 模式 1 实时信号 模式 2 Twister Pro EA 是一款专为 XAUUSD(黄金)M15 时间框架开发的高精度剥头皮智能交易系统。交易次数少——但每次交易都有目的。 每笔入场在开仓前须通过 5 个独立验证层,默认配置下胜率极高。 两种模式: • 模式 1(推荐)— 极高胜率,每周交易次数少。专为资金保护和纪律性交易而设计。 • 模式 2(短止损)— 止损幅度显著缩短,交易次数多于模式1。每笔亏损极小。适合希望在受控风险下增加市场曝光的交易者。 规格参数: 交易品种:XAUUSD | 时间框架:M15 最低入金:$100 | 推荐:$250 RAW SPREAD 账户必须使用 强烈推荐 VPS 无网格!每笔交易均设有止盈和止损! 推荐券商: Exness Raw | Vantage | Fusion Markets 购买后发送消息即可获得: 完整用户指南 专属奖励 过往业绩不代表未来结果。请理性交易。
Cortex IDX
Vladimir Mametov
4 (8)
这是一款专为 MetaTrader 5 平台打造的全自动智能交易系统(Expert Advisor,EA),专门针对 US30(道琼斯工业平均指数) 交易进行了深度优化。交易逻辑结合了美国股指的典型市场特征,包括趋势行情、盘中回调以及高波动阶段,能够自动完成信号识别、开仓、持仓管理和离场操作。 EA 的核心理念是让盈利单尽可能持续运行,同时严格控制亏损风险。盈利仓位可通过智能移动止损(Trailing Stop)持续跟随趋势;当持仓出现亏损且 M1(1 分钟)周期检测到反向信号时,系统可自动提前离场,以减少不必要的回撤。 https://www.mql5.com/en/signals/2376781 产品理念 本 EA 专为希望实现 US30 全自动交易的投资者设计,采用趋势跟随结合回调入场的交易策略,在市场已有明确方向时寻找更优的进场位置,而不是盲目追涨杀跌。 盈利订单可采用 移动止损 持续跟随行情,在锁定利润的同时尽可能捕捉更大的趋势;如果交易者更喜欢固定目标,也可切换至 固定止盈(Take Profit) 模式。 对于亏损订单,EA 会持续监测 M1 周期的价格变化。当市场出现明
Gold Bomb
Aleksandr Makarov
5 (2)
该智能交易系统基于我的  原创指标 ,没有任何  人工智能  或其他废话。 仅仅是指标组合、水平位和价格行为的结合。 不使用危险的交易方法, 适用于   XAUUSD M1  而且還有貨幣對! 始终设置   止损   和   止盈 。 实盘信号: https://www.mql5.com/en/signals/2388322 購買後請務必聯繫我,並將您的交易帳號發送給我以啟動該智慧交易系統!未經我許可,請勿自行使用! -------------------------------- Installation instructions:   Click 特别首发价格:当前价格仅对前 10 份有效。售出 10 份后,价格将上涨至  999$ 技术规格: 交易品种:   XAUUSD   时间周期:   M1 最低建议入金   200 $( 最好 500$) 杠杆:   1:500 账户类型:   任意 经纪商 :   任意经纪商,但最好点差较低 强烈建议使用 VPS 优势: 无马丁格尔 不使用危险的交易方法 每笔订单均设止损和止盈 在真实市场上回测结果稳定 对经纪商条件不敏感
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 MT5
MQL TOOLS SL
5 (3)
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)
更新:下一价格:599 美元,最终价格:999 美元 如果您重视诚实和为真实交易而构建的真正交易系统,而不是一个看起来完美无瑕但最终可能导致账户爆仓的直线回测,那么这可能适合您。 无马丁格尔/无网格 22个月实时信号 +300% 实时增长 【实时信号】    |  【FTMO 结果】    |  【主投资组合】  |  【回测指南】 为什么 Range Breakout EA 如此稳定? Range Breakout EA 基于一种众所周知的市场行为:交易时段之间的波动性变化。 亚洲交易时段的波动性通常较低,形成一个狭窄的价格区间。伦敦交易时段开盘后,波动性增加,价格往往会突破该区间 并继续朝突破方向移动。 该系统会交易这种突破,并在当天晚些时候波动性开始减弱时平仓。 它不使用指标或固定时间框架,这有助于减少过拟合。系统内部使用突破过滤器来避免低质量的突破交易。 该策略在 XAUUSD、USDJPY、BTCUSD、US30 和 DE40 等货币对上表现尤为出色。 同时交易多个市场可以实现强大的分散风险能力。 加入社区! 公众社区:  点击这里! 请私信我并附上购
Gold Snap
Chen Jia Qi
4.57 (23)
Gold Snap — 黄金快速利润捕捉系统 Gold Snap v2.1上线优惠:前10份(只剩7)无限许可证仅售599美元,并免费赠送一款内部EA供个人使用。售完即结束。原价999美元。 为降低首次使用成本,我们现已开放月度租用,无需一次性购买永久授权。建议以3个月或更长时间作为观察周期,结合交易次数、回撤和实际执行情况进行评估。短期盈利或亏损均不足以判断长期表现。 实盘信号: https://www.mql5.com/en/signals/2362714 实盘信号2: https://www.mql5.com/en/signals/2372603 实盘信号 3: https://www.mql5.com/en/signals/2379945 重要: 购买后,请通过MQL5私信联系我们,以获取用户指南、推荐设置、安装与使用说明、赠品EA领取信息及后续更新支持。您也可以在产品评论区留言,我们会主动与您联系。 https://www.mql5.com/en/users/walter2008 欢迎加入我们的 MQL5 频道,获取产品更新与交易见解。 https://www.mql5.c
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,
实盘信号: https://www.mql5.com/en/signals/2382857 没有夸大宣传,没有空洞承诺。 Diamond Scalper 是一款专为黄金(XAUUSD)设计的 MetaTrader 5 智能交易系统(EA), 集成了两种独立策略(趋势跟踪 + 突破)、11 种可调风险模式、新闻过滤器、周五自动平仓,以及内置的净值/回撤账户保护机制—— 无马丁格尔,无网格,无对冲。 专为重视纪律化自动交易、可控风险和长期稳健运行的交易者打造,同时对底层进场逻辑 保密。 上线优惠: 当前显示价格为 限时优惠价 。每售出 10个授权 后,价格将逐步上调, 最高至 $999 。请尽早购买,以免错过低价。 !!! 此价格仅剩3个名额!28小时后价格将上涨至299美元。 购买赠品: 购买 Diamond Scalper EA 即可免费获得 Nonstop EA 、 Diamond Quant EA ,或 1 个 AI Scalping 授权 。请私信联系我了解详情。 主要优势 一个EA内置两种策略: 策略一为趋势跟踪模块;策略二为突破(breakout)模块。两者可独立启用或关闭
SomaGold
Andrii Soma
5 (10)
SomaGold 是一款专为 MetaTrader 5 打造的多策略突破型智能交易系统(EA),仅适用于黄金(XAUUSD)。一张图表、一个 EA,32 套独立策略并行运行,构成单一、分散化的组合。 实时信号。 这是我在 MQL5 上发布的第一款 EA。为在上线时让更多人能够入手,我采用透明的阶梯定价模式: 首发价:100 USD 每售出 10 份拷贝,价格上涨 100 USD 早期购买者在产品生命周期内锁定最低价格。 理念 与其运行单一、容易过度拟合某一狭窄市况的设置,SomaGold 自带一套精选的 32 套预调策略,全部在同一黄金图表上的单个 EA 中并行运行。 每套策略拥有各自的 magic number、注释、时间周期、摆动识别参数、出场规则、新闻距离与手数步长。它们共享同一执行引擎但独立交易,因此您可在多个时间周期与突破宽度上获得真正的分散化,而无需管理大量图表。 组合构建 我进行了 48 次完全不同的优化: 首先,我在 2 个时间段上运行优化: 2018–2023 2020–2025 时间周期分为 4 组: D1、H12、H8、H4 突破宽度有三种变体: V1 Bro
Aura Gold Pro Edition
Stanislav Tomilov
5 (2)
旨在主导黄金市场。 官方信息 卖家简介 官方频道 用户指南 限时价格 — $799 Aura Gold Pro Edition 在 9 月底之前仅售 $799。 从 10 月 1 日起,价格将上涨至 $999 — 请在涨价前购买您的版本。 实时交易信号  Roboforex   https://www.mql5.com/en/signals/2366593 FPMarkets   https://www.mql5.com/en/signals/2358523 ICTrading   https://www.mql5.com/en/signals/2380859 描述 Aura Gold PRO Edition 是一款精心设计且可靠的黄金市场交易算法。我们打造的系统专注于长期稳定性和资金保护,避免不必要的风险。该EA的实时信号展现出卓越的业绩和稳步增长,证实了其底层逻辑的有效性。该系统的核心优势之一是其高恢复系数,使其能够快速、稳健地克服正常的资金回撤,并持续创造利润。 AURA GOLD PRO EDITION 的核心原则是绝对的风险控制。无论任何情况,每一笔交易都始终受到止损保护
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
作者的更多信息
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
筛选:
无评论
回复评论