Smart Gold Scalper I

SMC EA – CoreFusion Guarded

SMC EA – CoreFusion Guarded is an automated trading Expert Advisor built around market structure, momentum, trend confirmation and disciplined risk management.

The EA is designed primarily for XAUUSD (Gold) on the M15 timeframe using Smart Money Concepts combined with EMA trend direction, RSI momentum, Break of Structure (BOS), displacement, Order Blocks and Fair Value Gaps.

Instead of relying on large numbers of indicators, the EA focuses on a small number of conditions that have a clear trading purpose.

Main Advantages

Smart Market Structure Entries

The EA identifies confirmed market structure and looks for a valid Break of Structure (BOS) before considering an entry.

A BOS setup remains active for a limited number of bars, allowing the EA to wait for a suitable entry rather than entering immediately on every breakout.

Trend Confirmation

The EA uses a fast and slow EMA combination to determine the current trend.

By default:

  • Fast EMA: 20

  • Slow EMA: 50

EMA slope confirmation is also used to help avoid weak or counter-trend movements.

RSI Momentum Confirmation

RSI is used as a momentum filter rather than as a standalone entry signal.

Default BUY momentum range:

RSI 50–72

Default SELL momentum range:

RSI 28–50

This helps the EA trade when momentum supports the detected market structure.

Displacement Confirmation

A breakout alone is not enough.

The EA checks for a strong displacement candle to confirm that the market has moved with sufficient momentum before entering.

This helps reduce entries caused by weak or false structure breaks.

Smart Money Concepts

The EA can identify and use:

  • Break of Structure

  • Liquidity sweeps

  • Order Blocks

  • Fair Value Gaps

  • Structural support and resistance

  • Displacement

  • Swing highs and swing lows

Order Blocks and Fair Value Gaps are primarily used as additional context rather than forcing every trade to contain all SMC conditions.

Structural Stop Loss

Stop losses are calculated from market structure and ATR rather than using one fixed number of points.

This allows the stop distance to adapt to current Gold volatility.

Minimum and maximum ATR-based stop limits are also available.

Minimum 2:1 Risk-to-Reward

The default minimum risk-to-reward target is:

1:2

For example, if the initial risk is 1R, the standard target is at least 2R.

Adaptive Percentage Risk

The EA uses percentage-based risk management.

Position size is automatically calculated according to:

  • Account balance/equity

  • Entry price

  • Stop-loss distance

  • Selected risk percentage

  • Broker lot-size restrictions

The default risk is conservative and can automatically adjust according to recent strategy performance.

Performance-Based Risk Adjustment

The EA evaluates recent closed trades separately for BUY and SELL positions.

When recent performance is strong, risk can increase slightly.

When recent performance becomes weak, risk can automatically decrease.

Importantly, this performance system controls position size only. It does not reject an otherwise valid trading setup.

Protected Pyramiding

The EA can hold up to two positions, but it does not blindly stack multiple trades in the same direction.

Before opening another position in the same direction, existing positions must first be protected at breakeven or better.

This helps prevent several full-risk positions from being exposed to the same market reversal.

Aggregate Risk Protection

The EA calculates total initial risk across open positions.

New trades can be prevented when total exposure exceeds the configured account-risk limit.

Daily and Weekly Drawdown Protection

Trading can automatically stop when the account reaches the configured:

  • Maximum daily drawdown

  • Maximum weekly drawdown

This provides an additional layer of account protection during difficult market conditions.

Consecutive-Loss Protection

After a configured number of consecutive losing trades, the EA activates a cooldown period before trading again.

The default setting is:

3 consecutive losses

followed by a:

180-minute cooldown

Break-Even Protection

When a position reaches the configured profit level, the EA can automatically move the stop loss to breakeven plus a small buffer.

Default:

1R

Partial Profit Taking

For positions large enough to support partial closing, the EA can automatically close part of the trade after reaching a selected profit level.

Default:

  • Trigger: 1.5R

  • Close: 50%

Small-Lot Profit Protection

Some brokers do not allow a 0.01-lot position to be partially closed.

In this situation, the EA automatically uses a profit-locking stop-loss method instead of attempting an invalid partial close.

ATR Trailing Stop

Profitable positions can be managed using an ATR-based trailing stop.

This allows the EA to protect profits while still giving strong trends room to continue.

Spread Protection

The EA monitors both:

  • Absolute spread

  • Recent average spread

Trading can be blocked when spread becomes unusually high.

This is particularly useful around volatile periods and poor liquidity conditions.

Trading Session Control

Users can define exactly when the EA is allowed to search for trades.

The default session is:

06:00–20:00 GMT

Monday and Friday trading can also be controlled independently.

Friday Protection

The EA includes optional Friday safeguards.

It can:

  • Stop opening new trades after a specified Friday time

  • Close remaining positions before the weekend

This helps reduce exposure to weekend gaps.

Optional Economic News Filter

An economic-news filter is included and can be enabled when required.

Users can configure:

  • Country

  • Currency

  • Minutes before news

  • Minutes after news

  • Refresh frequency

The filter is disabled by default.

On-Chart Dashboard

The EA includes an optional dashboard showing useful information about current trading conditions and strategy activity.

Recommended Setup

Primary symbol: XAUUSD
Default timeframe: M15
Trading style: Intraday / short-term trend and structure trading

The supplied default settings were designed around XAUUSD M15. Other symbols and timeframes should be independently backtested before use.

Input Parameters

General

InpMagicNumber – 26090201
Unique identification number used by the EA to manage its own trades.

InpTradingTimeframe – M15
Timeframe used by the trading strategy.

InpSlippagePoints – 30
Maximum allowed execution deviation.

InpLogVerbosity – INFO
Controls the amount of information written to the Expert log.

InpLogToFile – false
Enables or disables additional file logging.

InpAllowBuys – true
Allows BUY trades.

InpAllowSells – true
Allows SELL trades.

Session Filter

InpUseSessionFilter – true
Enables trading-hour restrictions.

InpBrokerToGMTOffsetHrs – 0
Offset used to convert broker time to GMT.

InpSessionStartGMT – 6
Hour when the EA may begin opening new trades.

InpSessionEndGMT – 20
Hour when the trading session ends.

InpAllowMonday – true
Enables Monday trading.

InpAllowFriday – true
Enables Friday trading.

InpFridayCutoffGMT – 17
Stops new Friday entries after this GMT hour.

InpForceFridayExit – true
Enables automatic Friday position closure.

InpFridayForceExitGMT – 19
GMT hour when remaining Friday positions are closed.

InpForceSessionExit – false
When enabled, positions can be closed when the normal trading session ends.

Spread Filter

InpMaxSpreadPoints – 80
Maximum absolute spread allowed for a new trade.

InpSpreadLookbackTicks – 100
Number of recent ticks used to calculate typical spread.

InpMaxSpreadMultiple – 2.5
Prevents entries when current spread is excessively large compared with recent spread.

EMA Trend Filter

InpEMAFastPeriod – 20
Fast EMA period.

InpEMASlowPeriod – 50
Slow EMA period.

InpMinEMASeparationPts – 25
Minimum distance required between the fast and slow EMA.

InpRequireEMASlope – true
Requires the fast EMA to slope in the trade direction.

InpEMASlopeLookbackBars – 3
Number of bars used to measure the fast EMA slope.

InpRequireSlowEMASlope – true
Requires confirmation from the slower EMA trend.

InpSlowEMASlopeLookbackBars – 5
Number of bars used to calculate the slow EMA slope.

RSI Filter

InpRSIPeriod – 14
RSI calculation period.

InpRSIBullMin – 50
Minimum RSI value for BUY setups.

InpRSIBullMax – 72
Maximum RSI value for BUY setups.

InpRSIBearMin – 28
Minimum RSI value for SELL setups.

InpRSIBearMax – 50
Maximum RSI value for SELL setups.

InpRSIAsHardFilter – true
Requires RSI to be inside the specified momentum range before entry.

Market Structure / SMC

InpEntryModel – Balanced
Selects the entry-model configuration.

InpSwingStrength – 3
Controls how swing highs and swing lows are identified.

InpStructureLookback – 120
Number of historical bars used for market-structure analysis.

InpBOSBufferPoints – 5
Additional distance required to confirm a Break of Structure.

InpBOSValidityBars – 4
Number of bars for which a confirmed BOS setup remains valid.

InpSweepLookbackBars – 10
Lookback used to detect liquidity sweeps.

InpMinSweepPoints – 5
Minimum distance required for a valid liquidity sweep.

InpDisplacementLookback – 4
Number of recent bars checked for displacement.

InpDisplacementBodyATR – 0.60
Minimum candle-body size relative to ATR for displacement.

InpMinBodyToRange – 0.55
Minimum candle-body percentage compared with the full candle range.

InpCloseLocation – 0.70
Required closing strength within the displacement candle.

Profit Hybrid Entry Engine

InpUseProfitHybridEngine – true
Activates the main CoreFusion BOS and displacement entry engine.

InpUseOBStopRefinement – false
When enabled, Order Blocks may be used to refine stop placement.

InpTagFVGRetest – true
Allows Fair Value Gap retests to be identified as additional setup context.

SMC Entry State Machine

These settings control the alternative retest-based entry logic when used.

InpRetestMaxBars – 6
Maximum number of bars allowed for a retest.

InpRetestToleranceATR – 0.35
ATR-based tolerance around the retest zone.

InpMaxRetestPenetrationATR – 0.65
Maximum permitted penetration through the retest area.

InpMinBOSBodyATR – 0.25
Minimum BOS candle-body size relative to ATR.

InpMinBOSCloseBeyondATR – 0.03
Minimum distance the BOS candle must close beyond structure.

InpMaxEntryExtensionATR – 1.35
Maximum allowed price extension before an entry is considered too stretched.

InpRetestMinScore – 70
Minimum quality score required for a retest setup.

InpRequireStrongRetestCandle – true
Requires stronger directional candle confirmation.

InpEnableMomentumFallback – false
Enables or disables momentum-based fallback entries.

InpMomentumAfterBars – 1
Number of bars before a momentum fallback may be considered.

InpMomentumHoldATR – 0.05
Minimum ATR-based price hold required.

InpMomentumMinScore – 85
Minimum quality score for a momentum fallback setup.

Order Block Confluence

InpUseOrderBlocks – true
Enables Order Block analysis.

InpOBLookbackBars – 8
Number of bars searched when locating an Order Block.

InpOBUseBodyOnly – false
Chooses whether Order Block zones use only candle bodies or the full candle.

InpOBRequireDisplacement – true
Requires displacement confirmation when identifying an Order Block.

InpOBMaxZoneATR – 1.50
Maximum permitted Order Block size relative to ATR.

InpOBInvalidationBufferATR – 0.10
Additional ATR-based buffer used around Order Block invalidation.

Structural Support / Resistance & FVG

InpUseStructuralSR – true
Enables structural support and resistance analysis.

InpSRLookbackBars – 180
Number of bars searched for structural levels.

InpMinRoomToSR_R – 1.25
Preferred minimum room between an entry and opposing structure, measured in R.

InpHardRejectNearSR – false
Determines whether nearby opposing structure automatically rejects an entry.

InpStrongRoomToSR_R – 2.50
Defines a clear structural path that can increase setup quality.

InpNearSR_ATR – 1.00
Distance used when measuring supportive nearby structure.

InpUseFVGConfluence – true
Enables Fair Value Gap analysis.

InpFVGLookbackBars – 6
Number of bars searched for FVGs.

InpMinFVGPoints – 5
Minimum size of a valid FVG.

InpFVGBonusRequiresRetest – true
Requires an FVG retest before it improves setup quality.

ATR / Stop Construction

InpATRPeriod – 14
ATR calculation period.

InpMinStopATR – 0.80
Minimum permitted stop distance relative to ATR.

InpMaxStopATR – 3.00
Maximum permitted stop distance relative to ATR.

InpStructureBufferPts – 20
Extra protection added beyond structural invalidation points.

InpMinATRPoints – 0
Optional minimum ATR volatility requirement. Zero disables it.

InpMaxATRPoints – 0
Optional maximum ATR volatility requirement. Zero disables it.

Risk Management

InpRiskPctMin – 0.10%
Minimum permitted trade-risk percentage.

InpRiskPctMax – 2.00%
Maximum risk percentage that the input system permits.

InpRiskPctPerTrade – 0.50%
Fixed risk used when adaptive risk is disabled.

InpUseAdaptiveRisk – true
Enables adaptive risk calculation.

InpAdaptiveRiskBasePct – 0.40%
Risk level for an ordinary valid setup.

InpAdaptiveRiskStrongPct – 0.60%
Risk level available for stronger setups.

InpAdaptiveRiskElitePct – 0.65%
Maximum default risk level for the highest-scoring setups.

InpStrongScoreThreshold – 85
Score required for a setup to be classified as strong.

InpEliteScoreThreshold – 98
Score required for the elite category.

InpAllowMinLotRiskOverride – true
Allows the EA to use the broker's minimum lot when calculated volume is smaller, subject to safety limits.

InpMaxRiskPctAtMinLot – 0.80%
Maximum absolute account risk permitted when the broker's minimum lot must be used.

InpMaxMinLotRiskOvershootPct – 0.30%
Maximum amount by which minimum-lot risk may exceed the requested risk percentage.

InpMaxDailyDrawdownPct – 2.50%
Maximum permitted daily drawdown before new trading is stopped.

InpMaxWeeklyDrawdownPct – 6.00%
Maximum permitted weekly drawdown.

InpMaxConcurrentPositions – 2
Maximum total number of simultaneous EA positions.

InpMaxSameDirectionPositions – 2
Maximum number of simultaneous positions in one direction.

InpRequireProtectedBeforePyramid – true
Requires existing same-direction positions to be at breakeven or in protected profit before another trade is added.

InpAllowOppositePositions – false
Controls whether BUY and SELL positions may be held simultaneously.

InpMaxAggregateOpenRiskPct – 1.50%
Maximum combined initial risk across open positions.

InpConsecutiveLossLimit – 3
Number of consecutive losses that activates the cooldown system.

InpCooldownMinutes – 180
Trading pause after reaching the consecutive-loss limit.

InpMinRiskReward – 2.00
Minimum target risk-to-reward ratio.

CoreFusion Performance Risk

InpUseRollingEdgeRisk – true
Allows recent strategy performance to adjust risk size. It does not block valid signals.

InpEdgeLookbackTrades – 10
Number of recent trades used to evaluate performance.

InpEdgeMinTrades – 6
Minimum number of trades required before performance-based adjustments begin.

InpEdgeHotWinRate – 55%
Win-rate level associated with strong recent performance.

InpEdgeColdWinRate – 40%
Win-rate level associated with weak recent performance.

InpEdgeHotProfitFactor – 1.35
Profit-factor level associated with strong recent performance.

InpEdgeColdProfitFactor – 0.85
Profit-factor level associated with weak recent performance.

InpEdgeHotRiskPct – 0.60%
Risk used when recent directional performance is strong.

InpEdgeNeutralRiskPct – 0.50%
Normal risk when recent performance is neutral.

InpEdgeColdRiskPct – 0.40%
Reduced risk during weaker recent performance.

InpSweepRiskBonusPct – 0.00%
Optional additional risk for sweep setups. Disabled by default.

InpOBRetestRiskBonusPct – 0.00%
Optional additional risk for Order Block retests. Disabled by default.

InpEdgeRiskCapPct – 0.65%
Maximum risk permitted by the rolling-performance system.

Trade Management

InpBreakevenAtR – 1.00R
Moves the stop to breakeven after the trade reaches this profit level.

InpBreakevenBufferPts – 2
Small profit buffer added to the breakeven stop.

InpPartialCloseAtR – 1.50R
Profit level where partial closing is attempted.

InpPartialClosePct – 50%
Percentage of the position to close.

InpTrailingATRMultiple – 1.50
ATR multiplier used for the trailing stop.

InpTrailingStepPoints – 50
Minimum stop-loss improvement before another trailing modification is sent.

InpTrailingMinSeconds – 10
Minimum delay between trailing-stop modifications.

InpTrailingStartR – 1.20R
Profit level where ATR trailing may begin.

InpSmallLotLockR – 0.75R
Profit-locking level used when the position is too small to partially close.

InpEnablePartialClose – true
Enables partial profit taking.

InpEnableATRTrailing – true
Enables ATR-based trailing stops.

Economic News Filter

InpEnableNewsFilter – false
Enables or disables the economic-news filter.

InpNewsMinutesBefore – 30
Stops new entries for this number of minutes before selected news.

InpNewsMinutesAfter – 15
Waiting period after selected news.

InpNewsCountryCode – US
Country used when filtering economic events.

InpNewsCurrency – USD
Currency used when filtering news events.

InpNewsRefreshSeconds – 60
Frequency at which the news information is refreshed.

InpNewsFailOpen – true
Determines how the EA behaves when news information cannot be obtained.

Dashboard

InpShowDashboard – true
Shows the EA information dashboard directly on the chart.

Important Information

SMC EA – CoreFusion Guarded is an automated trading tool and does not guarantee profits.

Financial markets can change and historical backtesting does not guarantee future results.

Users should test the EA using the MetaTrader 5 Strategy Tester and a demo account before using it on a live trading account.

The default configuration is primarily intended for XAUUSD M15. Different brokers may have different spreads, contract sizes, minimum lot sizes and trading conditions, so results can vary.


推荐产品
Neuro Quant US30
Tiago Oliveira Silva
NEURON US30 人工智能。神经网络。精准分析。自动化交易。 NEURON US30 是一款专为 US30 / 道琼斯指数 开发的新一代 Expert Advisor,将人工智能、神经网络、多时间周期分析、专有过滤系统和高级资金管理整合到 MetaTrader 5 自动化交易架构中。 系统的目标是将不同来源的市场信息转化为快速、结构化和自动化的交易决策。 NEURON 不依赖单一指标或孤立信号,而是通过多个维度分析市场,在多个条件形成一致时寻找符合系统逻辑的市场环境。 NEURON INTELLIGENCE 系统核心采用智能市场分析架构。 NEURON 将神经网络、专有技术分析和多时间周期分析结合在统一的决策体系中,对不同市场信息进行综合处理。 系统并不是简单地对单一条件做出反应,而是在决策之前综合评估市场环境以及多个可用信息。 市场提供数据。NEURON 将数据转化为决策。 完整的决策逻辑受到保护。 内部参数、专有过滤条件以及具体入场标准不会公开。 MULTI-TIMEFRAME INTELLIGENCE NEURON US30 不仅从单一时间周期观察市场。 系统使用多个时间
EA Agulhada do Didi
Devscode Desenvolvimento de Softwares LTDA
该智能交易系统(Expert Advisor)旨在通过 Didi Index 指标逻辑,在 MetaTrader 5 平台上实现交易自动化,用于识别市场入场点。 EA 会根据用户设定的规则和参数,在图表上自动执行所有交易操作。 该系统的设计理念是采用清晰、客观的入场与管理逻辑,使交易者能够直观地监控交易执行过程,无需使用任何外部集成或附加库。 主要功能 自动交易 交易基于 Didi Index 指标逻辑自动执行。 可配置交易时间 允许设置 EA 允许交易的时间段,在该时间范围之外不会开启新的交易。 移动止损(Trailing Stop) 止损会根据设定参数自动跟随价格走势。 自动保本(Breakeven) 当满足设定条件时,可自动将止损移动至入场价。 图表信息面板 在图表上显示 EA 的运行信息,便于实时监控交易和系统状态。 兼容性 MetaTrader 5 模拟账户或真实账户 适用于平台支持的所有交易品种 重要说明 本产品仅以编译格式提供,不使用 DLL 调用,不收集用户数据,也不与第三方服务集成,完全符合 MQL5 市场规范。
FREE
DeepTrade SMC EA
Yasir Mohammed Sachit Sachit
DeepTrade SMC EA is a fully automated Smart Money Concepts expert advisor. Instead of blindly firing on every signal — the reason most SMC robots fail — it uses a weighted VOTING ENGINE. Each concept adds points toward a Buy or Sell case, and a trade is taken only when the combined score clears your minimum threshold. You control how strict it is.   100% SELF-CONTAINED: all detection logic (Order Blocks, Fair Value Gaps, BOS, CHoCH, swing structure) is built INSIDE the EA. You do NOT need any i
# Tortoise Shell ## Short Description Tortoise Shell is an MT5 Expert Advisor based on tick-sequence entries, geometric trade placement, adaptive boundary chains, profit arm/drop management, and TTTS market-state filtering. ## Product Overview Tortoise Shell is designed for traders who want to explore a high-frequency, tick-reactive turtling system with an additional boundary-chain structure. The EA converts price movement into a binary sequence: - Tick up = `1` - Tick down = `0` It then
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.
Phantom Snap
Domantas Juodenis
PHANTOM SNAP EA  v3.0          Advanced CRT + TBS Automated Trading System               MetaTrader 5 | Multi-Symbol | Netting  OVERVIEW Phantom Snap EA is a professional algorithmic trading system built on two of the most pow
Aurion Edge Pro Gold AI
Diogenes De Souza Negreiros
Aurion Edge Pro Gold AI 专业版 XAUUSD(黄金)智能交易 EA | MetaTrader 5(MT5) Aurion Edge Pro Gold AI 是一款专为 MetaTrader 5(MT5) 平台开发的专业 Expert Advisor(EA) ,专注于 XAUUSD(黄金) 自动交易。 该系统融合了 自适应智能(Adaptive Intelligence)、Price Action、Smart Money Concepts(SMC)、多周期分析(Multi-Timeframe Analysis)以及专业风险管理 ,旨在筛选高概率交易机会,提高入场质量,并实现更加智能的仓位管理。 与传统交易机器人不同,Aurion Edge Pro 仅在多个技术条件同时满足时执行交易,从而减少低质量交易,提高交易效率。 非常适合希望寻找 XAUUSD EA、Gold EA、Gold Robot、MT5 Expert Advisor、AI Trading System 以及专业黄金自动交易系统的投资者。 主要功能 全自动 BUY / SELL 交易 高质量交易
Rsi Cloud PullBack
Sylvestre Setufa Djagbavi
Do you want trading robots? Read this: Before investing in a trading robot, take a moment to understand what it entails. Trading is a game of probabilities. No one can guarantee a profit on every trade or every month. What truly matters is long-term profitability.  If you can't accept that, there's no point in buying my robot. Go find another job.  Don’t buy a robot based solely on its price or popularity on a platform. An expensive bot isn’t necessarily profitable.  Even with a profitable robot
Bitcoin Apex Predator
Emanuel Ivan Andersson
特别上市优惠价 :   349 美 元 前1 0份 售 出 后 , 价 格将 上涨 至499美元 重要提示:购买EA后,请在MQL5上给我发送私信。我会帮助您正确安装,并发送配置指南。 BTC Apex Predator 是一款趋势跟踪类智能交易系统(EA),专为捕捉比特币大周期牛市行情而设计,并在熊市阶段保持空仓离场。它不是剥头皮策略,也不是加倍下注式的系统:其目标是捕捉宏观趋势的主体部分,并在趋势衰竭时保护本金。 工作原理: 通过长期动能读数,识别市场可能出现的长期底部。 当两条长期均线向上交叉,并伴随趋势强度确认时,判定新一轮牛市趋势成立。 当价格突破近期交易区间时入场,随后随着行情延展逐步加仓,加仓规模根据近期波动率调整。 使用较宽的动态止损跟随价格上行,让趋势尽可能长时间地延续。 当价格远高于其长期均值时(历史上市场顶部的常见信号),阻止新的买入。 当长期趋势转为下行时,平掉所有仓位,完全转为空仓。 回测概要:BTCUSD,1小时图,2017–2026年,基于真实历史Tick数据,初始资金1000美元。完整周期及样本外验证的全部业绩指标见下方截图。 风险提示: 所示结
GoldenRatioX
Serhii Sharlai
GoldenRatioX — Gold Scalping, Refined to Perfection GoldenRatioX is a powerful and intuitive platform for high-speed gold trading, designed specifically for scalpers and active traders who operate on the edge of seconds and aim to squeeze the maximum out of every price movement. After the purchase, please make sure to contact me to receive the settings.  Why gold? Gold is more than just an asset. It’s a highly liquid, volatile instrument with well-defined levels — a perfect match for scalping.
Fast Trade Pro
Oezkan Kahveci
https://www.mql5.com/tr/users/bilisimprofesoru/seller This is a highly profitable fully automatic and semi-automatic grid strategy. ======== Usage ======== : Symbol: XAU and any major currency pair Timeframe: M1 or higher, but all timeframes can be tested Note: The grid strategy always involves a certain level of risk due to the accumulation of position sizes. However, its high profit potential ensures that it remains popular regardless of how much the forex market evolves. Semi-automatic tradi
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% 自动交
Gold Beast Pro
Marc Henning Hruschka
Gold Beast Pro MT5 Gold Beast Pro MT5 is a professional automated trading system designed specifically for XAUUSD (Gold) on MetaTrader 5. The EA is built to operate fully automatically while maintaining stable trade execution and adaptive market behavior under different market conditions. Gold Beast Pro focuses on precision execution, intelligent market participation, and controlled risk management to provide a smooth and efficient automated trading experience. The system is optimized for trader
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,
️ Trade Manager oneclick  ( Reverse Trade,  Partial Close,  Breakeven, Close All Running Trade )   control – Smart Manual Trade Control for MT5 Trade Manager oneclick control is a powerful yet lightweight trade management utility built for manual traders who want precise control over their open positions — directly from the MT5 chart. This EA does not open or close trades automatically based on any strategy. It simply provides one-click management tools to handle your running trades efficient
FREE
BTC Master Pro
Farzad Saadatinia
4.58 (12)
BTC Master Pro —— 您值得信赖的比特币纪律化交易伙伴。 全新版本现已集成 OpenAI 人工智能技术 ,在高波动的加密市场环境中,实现更智能的执行与更精准的交易过滤。 本专业级交易机器人专为 Bitcoin (BTCUSD) 在 MetaTrader 5 平台上的交易而设计,专注于结构化执行、风险暴露控制以及智能化风险管理。 当前价格: $499  →  下一阶段: $699  →  最终价格: $999 LIVE SIGNAL HERE 基于 OpenAI 的执行过滤系统 最新版本集成 OpenAI 技术,用于实时分析市场环境并过滤低质量或弱势交易信号。 AI 安全层(AI Safety Layer): 人工智能模块作为交易执行前的第二层审核机制。其功能严格限定为执行过滤工具(而非市场预测工具)。每一笔交易都必须通过结构化逻辑与智能验证流程,以减少不必要的回撤并避免低质量入场。 为什么选择 BTC Master Pro? 加密货币市场——尤其是比特币——具有高度波动性。情绪化决策往往导致不稳定的交易结果。本系统旨在帮助交易者在快速市场变化中保持结构化、纪律性与
MultiGainRS
Marco Antonio Silva De Jesus
Dear   Investor , We   are excited to introduce you to the "Day Trader   Professional - MultiGainRS , " a   state -of -the -art   Expert   Advisor   (EA ) specifically   designed to   operate   on   the   US 10 0_SP OT   (NASDAQ ) . This   automated   trading   system   is   the   result   of   years   of   research   and   development , incorporating   the   most   advanced   techniques   in   technical analysis   and   risk   management . Why   Choose   the   Day Trader   Professional ? Optim
The Inside Bar e one is a reversal/continuation candle formation, and is one of the most traded candle patterns. Robot F1 allows you to configure different trading strategies, Day Trade or swing trade, based on the Inside Bar as a starting point.  This pattern only requires two candles to perform. Robot F1 uses this extremely efficient pattern to identify trading opportunities. To make operations more effective, it has indicators that can be configured according to your strategy. Among the o
Gangorra Risk EURUSD
Willian Roberto Silva Klafke
EURUSD_Gangorra_Risk 说明 EURUSD_Gangorra_Risk – M30 逆趋势交易机器人,带多重共振和百分比风险管理 概述 EURUSD_Gangorra_Risk 是一款专业的 逆趋势(均值回归)EA ,专为 EURUSD M30 设计(可在其他货币对/周期上使用,通过参数调整)。 它识别价格在 支撑/阻力区域 (Donchian/Bollinger)附近的 触碰/接近 ,并通过可配置的 共振条件 (RSI、与EMA的ATR距离、H1反趋势过滤)确认进场。 风险管理完整: 基于“资金”的风险百分比 (Balance/Equity/Free Margin)、 ATR 动态止损/止盈 、 保本/移动止损 、 篮子目标(USD/%) 、 短网格补仓 和 受控马丁策略 。 规则还包括 超时退出 、 反向信号平仓/反手 、 冷却时间 和 日内最大回撤限制 ,确保交易纪律。 主要功能 信号核心(M30 逆趋势) 在 支撑位买入 (Donchian Low / Bollinger Lower),在 阻力位卖出 (Donchian High / Bolling
Surf EA MT5
Rustem Gabetdinov
Surf EA  is a fully automatic grid based Expert Advisor that looks for reversal areas on the chart MT4 version:   https://www.mql5.com/ru/market/product/96627 The free version is available through a referral to Roboforex. Write to TG: https://t.me/eljerbotg Nature of work: The EA uses several patterns, indicators and other important conditions to search for signals Buy and sell positions are independent of each other Only one order can be opened on one bar of the current period The indicators u
XAU ARCHANGEL GENESIS  The Divine Breakout Scalper for Gold XAU Archangel Genesis  is a precision-engineered Gold breakout trading system inspired by the purest form of price action — the raw structure of highs and lows. Most EAs fail because they rely on lagging indicators or dangerous martingale logic. Archangel Genesis solves this by using a Donchian Channel Breakout Engine with ATR Volatility Confirmation to identify only the most explosive, high-probability breakout moments. Combined wit
Key Benefits at a Glance: Lorentzian ML signal generation Majority voting across 3 timeframes Automatic market regime detection Smart equity recovery with group profit targets 1% risk‑based adaptive lot sizing ATR‑based dynamic SL/TP & trailing Emergency drawdown cut Live on‑chart info panel Hybrid Lorentzian Gold ML EA v2.0 – Intelligent Adaptive Trading for XAUUSD Next‑Gen Machine Learning Core A Lorentzian KNN classifier analyzes 5 normalized features (RSI, WaveTren
FREE
Xagusd Sentinel
Wycliffe Wanjala Wanyonyi
XAGUSD SENTINEL (MT5) — Breakout & Retest Scalper for XAGUSD/EURUSD on M1 Trade the structure, not the noise. XAGUSD SENTINEL is a precision support/resistance breakout + retest expert advisor purpose-built for XAGUSD (Silver) and EURUSD on the M1 timeframe . It maps dynamic zones from price pivots, times entries on clean breaks or fast retests, and manages risk with basket-level protections—so you can pursue high-frequency setups without letting floating profit slip away.   What makes SENTINEL
Dynamic Linear Regression EA
Abraao Moreira
4.75 (8)
The Expert Advisor (EA) is based on the Dynamic Linear Regression indicator ( https://www.mql5.com/en/market/product/49702 ). User inputs: Number of candles is considered when calculating linear regression; Distance to the top line; Distance to the bottom line; Stop the loss of. The EA executes purchase and sale orders in the market when the value of a line, higher or lower, is reached at the current price, when the lower line is reached, a buy order at market is executed and when the upper li
FREE
King ElChart Breakout
Mohammed Maher Al-sayed Mohammed Ahmed Saleh
King ElChart Breakout EA is a professional breakout trading system designed for traders who want a precise, reliable, and fully automated approach to market breakouts. The EA executes trades based on two powerful mechanisms: 1. Daily Breakout – using the previous day’s high and low with customizable offset. 2. Session Breakout – for Asian, London, and New York sessions with dynamic session-high/low detection. The system includes advanced risk-management tools: • Fixed or Auto Lot sizing based
QDragon Gold
Autthapon Kawpom
QDragon Gold - 智能多周期黄金交易 Expert Advisor QDragon Gold 是一款专为黄金 (XAUUSD) 设计的专业级全自动交易系统。该 EA 结合了先进的趋势跟踪机制、动态订单管理和资金保护系统。 主要亮点: * 趋势跟踪逻辑 (Trend-Following Logic):EA 严格顺应主导市场趋势进行交易,利用多时间框架分析来过滤虚假信号。 * 自适应止盈 (Adaptive Take Profit):自动分析您最近的胜率,并在 3.1 至 3.4 之间动态调整盈亏比 (TP/SL),以优化盈利能力。 * 移动止损同步模式 (Trailing Sync Mode):一辆智能移动止损系统,可对多个持仓头寸进行分组和同步移动止损,锁定整体利润。 * 资金保护(资金管理):先进的控制功能,当达到连续亏损次数或每日目标利润/亏损百分比时,会自动暂停交易。 * 交互式 UI 控制面板:屏幕上全功能的图表控制面板,显示实时统计数据,并配有可手动暂停 EA 或立即平仓的按钮。 核心策略细节: * 多时间框架分析:扫描市场结构,确保入场信号同时符合短
WhaiteRadian Oracle
Rachyut Senakool
ภาษาไทย EA ตัวนี้เป็นระบบเทรดอัตโนมัติสำหรับ MetaTrader 5 (MT5) ที่ออกแบบมาเพื่อวิเคราะห์ทิศทางและโครงสร้างของตลาด ก่อนค้นหาจังหวะเปิด BUY หรือ SELL ที่เหมาะสม โดยใช้ข้อมูลจาก Swing, Trend, Liquidity, Supply & Demand, Break of Structure (BOS) และ Momentum มาประกอบการตัดสินใจร่วมกัน แนวคิดหลักของระบบคือ เลือกทิศทางการเทรดให้ถูกต้องก่อน แล้วจึงค้นหา Entry ที่มี Risk/Reward เหมาะสม เมื่อพบโอกาสที่ผ่านเงื่อนไข EA จะคำนวณจุดเข้า, Stop Loss, Take Profit และบริหารความเสี่ยงของแต่ละออเดอร์อย่างเป็น
Gold Edge V1
Thorsten Koch
5 (1)
Gold Edge V1 is a real-tick-safe volatility breakout Expert Advisor for Gold (XAUUSD). It trades long breakouts from H1 compression zones using market execution, large profit targets and adaptive trailing stops. Of course, the zone timeframe and entry timeframe can be changed at any time if you want to experiment a little. Gold Edge V1 – Volatility Breakout Expert for Gold Gold Edge V1 is a professional volatility breakout Expert Advisor designed specifically for the Gold market (XAUUSD). It wa
Product Description Gold Breakout EA is a fully automated Gold (XAUUSD) trading robot for MetaTrader 5. It was engineered using StrategyQuant, a platform that combines genetic algorithms and machine-learning-driven strategy generation — a real, established form of AI in algorithmic trading. It looks for confirmed upward breakouts and manages every trade with volatility-based stop loss and trailing stop, so risk adapts automatically to how Gold is moving. AI-Optimized, Rule-Based Execution The st
Kintech Gold
Doan Van Hai
Following our guide, you will gain more than you lose. EA for long-term. Stable profit - min risk. Symbol:  XAUUSD Attach to any timeframe Min deposit:   3000$ - Calculate profit by month Live signal:  https://www.mql5.com/en/signals/2080910?source=Site+Signals+My EA input instruction: 1. With XAU 2 digits (eg: 1843.23) please set - Input   [3. Max spread]: 55 2. With XAU 3 digits (eg: 1843.235) please set - Input   [3. Max spread]: 550 If you want daily trade, this signal maybe not suit with
该产品的买家也购买
Quantum Commander
Bogdan Ion Puscasu
4.43 (7)
量子生态系统正进入一个全新的战场——一位全新的指挥官即将掌舵。量子指挥官专为美国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.85 (27)
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.78 (23)
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 (45)
传奇仍在继续。女王不断进化。 欢迎来到 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已经针对黄金进行了最长时间的压力测试,使用了多个经纪商的多个价格
Smart Gold Hunter
Barbaros Bulent Kortarla
4.03 (60)
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
5 (8)
GHOST SCALPER – 独家定价 当前价格仅剩 4 个销售名额。 之后 Ghost Scalper 的价格将上涨至 499 USD 。 为了保持有限供应和独家性,价格将在 每增加 10 个销售名额后上涨 100 USD 。 最终价格:1,499 USD Ghost Scalper MT5 Ghost Scalper MT5 是一款专为 MetaTrader 5 上的 XAUUSD / Gold 黄金交易开发的全自动 Expert Advisor。 该 Expert Advisor(EA)结合了四个独立的交易策略:Ghost A、Ghost B、Ghost C 和 Ghost D。每个策略都有自己的交易逻辑、管理系统和独立风险设置。每个策略都可以单独启用或禁用。 特点 专为 XAUUSD / Gold 开发 四个独立交易策略 自动买入和卖出交易 固定手数或百分比风险 Ghost A、B、C 和 D 独立风险设置 集成 Virtual Trailing BIG、SMALL 和 OFF 三种仪表板模式 自动管理持仓和挂单 实盘信号 可以通过公开的 MQL5 信号监控交易活动: Va
Iron Stops
Fajar Dicky Firmansyah
4.54 (48)
100K Real Signal:  https://www.mql5.com/en/signals/2386516 没有噱头。没有空洞的承诺。 Iron Stops 迎合关注一个关键方面的交易者: 一致性 。无论您是正在进行 道具挑战 还是管理客户资金,这款 EA 都能保持在设定的界限内并提供可靠的结果。 仓位在 36 小时 内平仓。 在单一图表上运行: 只需将其应用于 XAUUSD ,使用 M30 时间框架。这就是您所需要的。一个图表。一个强大的工具。 正确的配置对准确回测至关重要! 请联系我获取我的 .ini 文件 和详细说明。 注意:应众多要求,我将价格下调至 349。 一旦售出 10 份授权,价格将回升至 599。目前已售出 6 份,请在价格调整前把握机会。 博客 链接 =  https://www.mql5.com/en/blogs/post/763583 频道 链接 =  https://www.mql5.com/en/channels/mqltradingfajar 给我发消息,我会给您发送一份  试用  包,供您在模拟账户中使用。 主要优点 免费赠品:买一送二
Scalping Robot Pro MT5
MQL TOOLS SL
4.37 (157)
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
Ultimate Breakout System
Profalgo Limited
5 (48)
重要的 : 此套装仅以当前价格限量发售。    价格很快就会涨到1999美元!   已包含 300 多种策略 ,更多策略即将推出! 额外福利 :  从我的其他 EA 中免费 选择 5 款!   所有设置文件 + 完整设置和优化指南 视频指南 实时信号 第三方评论 新增 - 44 种策略实时信号 欢迎来到终极突破系统! 我很高兴地向大家介绍终极突破系统,这是一款经过八年精心开发的复杂且专有的智能交易系统 (EA)。 该系统已成为MQL5市场上多款表现优异的EA的基础,其中包括备受赞誉的Gold Reaper EA。 它曾连续七个多月位居榜首,此外还有 Goldtrade Pro、Goldbot One、Indicement 和 Daytrade Pro。 终极突破系统并非仅仅是另一款EA(电子交易系统)。 它是一款专业级工具,旨在帮助交易者在任何市场和时间框架内创建无限数量的突破策略。 无论您是专注于波段交易、超短线交易还是构建多元化投资组合,该系统都能提供无与伦比的灵活性和定制化功能。 可能性无穷无尽! 对于自营交易公司的交易员来说:   有了这个系统,您终于可以创建自己独
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
GoldenShot
Adam Hrncir
5 (8)
Last day of 149 USD / next  +50 USD every sold 10 licenses  /   399 USD final price. The earlier you decide, the less you pay. Check the live signal   /   Read the manual One shot. One target. Zero recovery. GoldenShot is a single-position gold EA built for controlled, long-term trading. It waits for a qualified setup, takes one clean shot with a real stop loss, and if the idea does not work, it manages the trade instead of rescuing it. No grid. No martingale. No lot scaling. Each strategy ca
Silent Exit MT5
Fajar Dicky Firmansyah
5 (5)
没有噱头。没有空洞的承诺。 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 文件 以及详细的配置说明。 注意: 目前该
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 ECN High: https://www.mql5.com/zh/signals/2383392 ECN Armageddon: https://www.mql5.com/zh/signals/2386457 工作原理 Lizard 在一小时周期上持续扫描 XAUUSD 图
Zerqon EA
Vladimir Lekhovitser
3.47 (34)
实时交易信号 交易活动的公开实时监控: https://www.mql5.com/zh/signals/2372719 官方信息 卖家资料 官方频道 用户手册 安装说明和使用指南: 查看用户手册 Zerqon EA 是专为 XAUUSD 交易开发的自适应专家顾问。 该策略基于通过 ONNX 集成的 Deep LSTM 神经网络模型,使系统能够处理连续性的市场行为并以结构化方式分析价格动态。 该模型专注于识别黄金价格走势、波动性以及时间条件中的特定模式。 与传统固定信号不同,EA 通过训练后的神经网络框架分析市场,仅在内部模型识别到合适条件时才执行交易。 Zerqon EA 不会持续不断地进行交易。 某些时期可能完全没有任何交易,而在适合的 XAUUSD 市场阶段,系统可能会在较短时间内执行多笔交易。 每笔交易均带有预定义的 Stop Loss 和 Take Profit 参数。 同时还使用追踪止损机制来动态管理持仓。 该 EA 适用于偏好基于神经网络的黄金交易方式、重视执行控制以及接受可变交易频率的用户。 主要特点 不使用高风险交易技术,如马丁格尔 (M
Quantum Athena X
Bogdan Ion Puscasu
5 (11)
更智能的控制,更精准的操控。 欢迎来到 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 (219)
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 对开发的全自动交易系统。 它将网格策略的结构与马丁格尔的自适应恢复逻辑相结合,形成了一个在所有市场阶段智能管理交易的系
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
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.39 (138)
更少交易。更好交易。稳定性高于一切。 • 实时信号 模式 1 实时信号 模式 2 Twister Pro EA 是一款专为 XAUUSD(黄金)M15 时间框架开发的高精度剥头皮智能交易系统。交易次数少——但每次交易都有目的。 每笔入场在开仓前须通过 5 个独立验证层,默认配置下胜率极高。 两种模式: • 模式 1(推荐)— 极高胜率,每周交易次数少。专为资金保护和纪律性交易而设计。 • 模式 2(短止损)— 止损幅度显著缩短,交易次数多于模式1。每笔亏损极小。适合希望在受控风险下增加市场曝光的交易者。 规格参数: 交易品种:XAUUSD | 时间框架:M15 最低入金:$100 | 推荐:$250 RAW SPREAD 账户必须使用 强烈推荐 VPS 无网格!每笔交易均设有止盈和止损! 推荐券商: Exness Raw | Vantage | Fusion Markets 购买后发送消息即可获得: 完整用户指南 专属奖励 过往业绩不代表未来结果。请理性交易。
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
Cortex IDX
Vladimir Mametov
4 (8)
这是一款专为 MetaTrader 5 平台打造的全自动智能交易系统(Expert Advisor,EA),专门针对 US30(道琼斯工业平均指数) 交易进行了深度优化。交易逻辑结合了美国股指的典型市场特征,包括趋势行情、盘中回调以及高波动阶段,能够自动完成信号识别、开仓、持仓管理和离场操作。 EA 的核心理念是让盈利单尽可能持续运行,同时严格控制亏损风险。盈利仓位可通过智能移动止损(Trailing Stop)持续跟随趋势;当持仓出现亏损且 M1(1 分钟)周期检测到反向信号时,系统可自动提前离场,以减少不必要的回撤。 https://www.mql5.com/en/signals/2376781 首发优惠: 当前价格仅限前 20 位购买者。售出 20 份后,产品价格将上调 100 美元 ,调整为 599 美元 。 产品理念 本 EA 专为希望实现 US30 全自动交易的投资者设计,采用趋势跟随结合回调入场的交易策略,在市场已有明确方向时寻找更优的进场位置,而不是盲目追涨杀跌。 盈利订单可采用 移动止损 持续跟随行情,在锁定利润的同时尽可能捕捉更大的趋势;如果交易者更喜欢固定目标,
Gold Snap
Chen Jia Qi
4.58 (24)
Gold Snap — 黄金快速利润捕捉系统 Gold Snap v2.1上线优惠:前10份(只剩7)无限许可证仅售599美元,并免费赠送一款内部EA供个人使用。售完或满7天即结束,以先达成者为准。原价999美元。 实盘信号: https://www.mql5.com/en/signals/2362714 实盘信号2: https://www.mql5.com/en/signals/2372603 实盘信号 v2.0: https://www.mql5.com/en/signals/2379945 重要: 购买后,请通过MQL5私信联系我们,以获取用户指南、推荐设置、安装与使用说明、赠品EA领取信息及后续更新支持。您也可以在产品评论区留言,我们会主动与您联系。 https://www.mql5.com/en/users/walter2008 欢迎加入我们的 MQL5 频道,获取产品更新与交易见解。 https://www.mql5.com/en/channels/tendmaster 在 Gold House 的长期研发与实战验证中,我们进一步确认了突破策略在黄金市场中的有效性,也验
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 的核心原则是绝对的风险控制。无论任何情况,每一笔交易都始终受到止损保护
The Gold Space
Ayush V Jain
4.71 (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,
Swing Forge Gold
Hanzla Khalil
5 (4)
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
Gold Bomb
Aleksandr Makarov
5 (1)
如果您正在阅读这条消息,说明您已经在市场中找到了圣杯!!! 该智能交易系统基于我的   原创指标 ,没有任何   人工智能   或其他废话。 仅仅是指标组合、水平位和价格行为的结合。 不使用危险的交易方法, 适用于   XAUUSD M1  而且還有貨幣對! 始终设置   止损   和   止盈 。 实盘信号: https://www.mql5.com/en/signals/2388322 購買後請務必聯繫我,並將您的交易帳號發送給我以啟動該智慧交易系統!未經我許可,請勿自行使用! -------------------------------- Installation instructions:   Click 特别首发价格:当前价格仅对前 10 份有效。售出 10 份后,价格将上涨至  999$ 技术规格: 交易品种:   XAUUSD   时间周期:   M1 最低建议入金   200 $( 最好 500$) 杠杆:   1:500 账户类型:   任意 经纪商 :   任意经纪商,但最好点差较低 强烈建议使用 VPS 优势: 无马丁格尔 不使用危险的交易方法 每
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
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.57 (23)
更新:下一价格:599 美元,最终价格:999 美元 如果您重视诚实和为真实交易而构建的真正交易系统,而不是一个看起来完美无瑕但最终可能导致账户爆仓的直线回测,那么这可能适合您。 无马丁格尔/无网格 22个月实时信号 +300% 实时增长 【实时信号】    |  【FTMO 结果】    |  【主投资组合】  |  【回测指南】 为什么 Range Breakout EA 如此稳定? Range Breakout EA 基于一种众所周知的市场行为:交易时段之间的波动性变化。 亚洲交易时段的波动性通常较低,形成一个狭窄的价格区间。伦敦交易时段开盘后,波动性增加,价格往往会突破该区间 并继续朝突破方向移动。 该系统会交易这种突破,并在当天晚些时候波动性开始减弱时平仓。 它不使用指标或固定时间框架,这有助于减少过拟合。系统内部使用突破过滤器来避免低质量的突破交易。 该策略在 XAUUSD、USDJPY、BTCUSD、US30 和 DE40 等货币对上表现尤为出色。 同时交易多个市场可以实现强大的分散风险能力。 加入社区! 公众社区:  点击这里! 请私信我并附上购
Atherion Zenith AI EA
Valentina Zhuchkova
AETHERION ZENITH AI EA 精准黄金自动化交易的进化 用于实时监控的公开实盘信号: https://www.mql5.com/ru/signals/2381671 限量首发优惠 前 7 份授权仅售 $259 。 当这些授权售出后,价格将立即上调 $100 — 至 $359 。 此首发优惠适用于希望在早期阶段加入 Aetherion Zenith AI EA,并从一开始就通过公开实盘监控跟踪系统发展的交易者。 从 Prime 到 Zenith Aetherion Zenith AI EA 并不是上一代系统的简单改名版本。 它代表了下一阶段的发展:更加先进、更加结构化、更加精炼的新一代 Aetherion 交易架构。 最初的 Aetherion Prime 概念建立在精准、纪律和受控的黄金自动化执行之上。 Aetherion Zenith AI EA 在这一基础上进一步升级。 系统经过现代化改进,拥有更强的分析结构、更精细的决策过滤、更成熟的风险行为,以及增强的 AI 导向逻辑层,旨在让交易过程更加选择性、更具适应性,并更加专业。 Zenith 意味着最高点。 这正是该版
Apex Predator MT5
Abdelrahman Ahmed Mahmoud Ahmed
Apex Predator is an automated XAUUSD Expert Advisor for MetaTrader 5 built around an advanced Support and Resistance trading approach. It is designed for traders who want an active Gold scalping system without relying on martingale or grid strategies. Apex Predator can trade frequently, but it maintains a disciplined structure by managing only one order at a time . The philosophy behind Apex Predator is simple: identify meaningful market areas, wait for the strategy's conditions to align, execut
作者的更多信息
Smart XAU Robot
Nemrod Orwaru Gesusu
SMC XAUUSD EA – Smart Money Concepts Trading for Gold SMC XAUUSD EA is a MetaTrader 5 Expert Advisor designed specifically for XAUUSD (Gold) using a structured Smart Money Concepts approach. Instead of relying on basic indicator crossovers or excessive indicator stacking, the EA analyzes market structure, liquidity behavior, institutional trading zones, and price displacement to identify potential high-quality trading opportunities. The strategy combines higher-timeframe directional bias with lo
筛选:
无评论
回复评论