SomaGold

5

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 Broad:摆动更宽,信号更少但更强;
    • V2 Medium:信号频率均衡;
    • V3 Narrow:摆动更紧,信号更频繁。
  • 全部按 return/dd 优化:
    • 先按 Return / Balance DD
    • 再按 Return / Equity DD

因此我得到 2 × 4 × 3 × 2 = 48 套策略。

时间周期 × 宽度 × 策略族的这一组合正是分散化的来源。不同策略在不同波动环境下触发,因此权益曲线不会依赖单一市场行为。

每次优化都会得到新结果。 

  • 若部分策略相关性过高,我会剔除。
  • 若部分策略与真实报价不匹配,我会剔除。
  • 若部分策略在样本外(2007–2018)表现不佳,我会剔除。

样本外区间超过十年,涵盖多种市况——2008 年金融危机、2011–2013 年黄金牛熊周期、2014–2018 年长期盘整,以及多次新闻驱动冲击。
在整个窗口内组合保持盈利与稳定且无需重新调参,这是我有信心发布的主要原因。
所有优化均在启用周五收盘停交易的前提下完成,从而避免基于高风险周末缺口的优化;该选项为默认设置,有助于保护账户免受不可预测的缺口影响。

经过上述筛选,最终仅保留 32 套策略。

最后一步:每套策略的手数由专用 Python 脚本设定,以寻找 return/balance DD 的最佳组合。在回撤(DD)上相关性更高的策略分配更少,贡献更大的策略获得更多手数分配。

风险与手数

提供两种手数模式:

  • 手动手数——每笔固定手数
  • Lot per balance step——按账户资金自动缩放,并按策略分别缩放

额外控制项用于精细调节风险特征:

  • 在计算手数之上的全局风险乘数
  • 无论余额如何都生效的硬性最大手数上限
  • 选择以余额或净值为手数计算基准
  • OnlyUp 模式——手数随峰值资金上调但不下调。启动时 EA 会从近期已平仓历史中初始化历史峰值(可配置回溯长度),使 OnlyUp 基准从第一笔报价起即有意义的参考,而非每次重启都重置
  • 基础货币选择器(USD、EUR、GBP、HKD、SGD 或自定义品种),以便在非美元账户上正确计算手数
  • 爆仓保护(默认开启)——下单前 EA 将现有同向挂单(止损/限价)视为已需要市价单的保证金,从而在经纪商对挂单预留保证金较少时避免可用保证金被过度占用;也可下调计算手数,使最坏情况下同向并发订单仍落在与您的手数基准相关的保证金预算内。仅在您完全掌握杠杆与保证金余量时关闭。

新闻过滤

SomaGold 内置美国新闻日历,覆盖三类高影响事件:

  • NFP — Non-Farm Payrolls
  • CPI — Consumer Price Index
  • IR / FOMC — 央行利率决议

围绕每次事件,EA 可独立阻止新开仓、撤销现有挂单并平仓。每套策略拥有各自的事件前、事件后分钟窗口,因此新闻防护按策略分别调校,而非一刀切。

经纪商 GMT 可手动设置或自动检测,使新闻窗口始终与经纪商时间对齐,包括夏令时切换。分类器已收紧,以排除常见误报,例如 ADP Nonfarm Employment 与 FOMC 讲话/会议纪要。

交易时段

可选的周一开盘 / 周五收盘窗口帮助规避周末缺口。您可选择是否在交易时段外同时撤销挂单或平仓。

优化在开启周五收盘的前提下完成,此为默认设置,从而避免针对高风险市况的过度优化。

自营公司合规

可通过 MaxRandomizationPips 为每笔交易的进出场施加可选随机点差偏移,使您的价位与其他运行同一 EA 的交易者略有不同——适用于自营/ funded 账户,避免完全相同的跟单模式。设为 0 可关闭。

图表仪表盘

SomaGold 在图表上渲染实时仪表盘,显示:

  • 手数计算基准与有效资金
  • 按买/卖拆分的挂单与持仓
  • 浮动盈亏与当日已平仓盈亏
  • 余额与净值的回撤,绝对值与百分比
  • 滑点统计:全时段、7 天、24 小时
  • 当前点差与活跃策略数量
  • 下一次与上一次 NFP、CPI、IR/FOMC 事件

参数

覆盖

  • EnableMagicOverride -> magic = OverrideMagicBase + 策略索引
  • OverrideMagicBase -> 启用 magic 覆盖时的基础 magic
  • EnableCommentOverride -> 所有策略使用同一注释
  • OverrideComment -> 启用注释覆盖时的订单/持仓注释

交易方向

  • AllowBuyTrades -> 允许买入 / 做多及买单挂单
  • AllowSellTrades -> 允许卖出 / 做空及卖单挂单

手数

  • LotsAdjustMinChangePercent -> 更新活跃手数前的最小 % 变化
  • Risk -> ManualLotSize(固定 StartLots)或 LotSizeStep(按资金自动)
  • AdjustLotsizeToVariableValues -> 随余额或净值变化重新计算手数
  • StartLots -> 手动模式固定手数,或 step 模式参考下限
  • MaxLots -> 硬性最大手数上限
  • UseEquity -> 按净值而非余额计算
  • OnlyUp -> 手数随峰值资金只升不降
  • RestorePeakFromHistory -> 启动时从近期平仓历史初始化 OnlyUp 峰值
  • RestorePeakLookbackDays -> 峰值回溯天数(0 = 全部历史)
  • ManualBalanceForLotSizing -> > 0 时用固定资金计算手数
  • RiskMultiplier -> 计算手数的全局乘数
  • MarginCallProtection -> 为同向挂单预留保证金并限制手数预算
  • BaseCurrency -> USD、EUR、GBP、HKD、SGD 或 custom(非美元账户)
  • CustomBaseCurrencyPair -> BaseCurrency 为 custom 时的经纪商品种

GMT

  • Broker_GMT_OFFSET_Summer -> 夏季手动经纪商 GMT 偏移(小时)
  • Broker_GMT_OFFSET_Winter -> 冬季手动经纪商 GMT 偏移(小时)
  • AutoGMT -> 自动检测经纪商 GMT(忽略手动偏移)

新闻过滤

  • EnableNFP_Filter -> 启用 NFP 保护窗口
  • NFP_CloseOpenTrades -> NFP 前平仓
  • NFP_ClosePendingOrders -> NFP 前撤销挂单
  • EnableIR_Filter -> 启用 IR / FOMC 保护窗口
  • IR_CloseOpenTrades -> IR 前平仓
  • IR_ClosePendingOrders -> IR 前撤销挂单
  • EnableCPI_Filter -> 启用 CPI 保护窗口
  • CPI_CloseOpenTrades -> CPI 前平仓
  • CPI_ClosePendingOrders -> CPI 前撤销挂单

各策略的事件前/后分钟数内置于组合,非独立参数。

交易时段

  • UseTradingTimeZones -> 启用周一至周五每周窗口
  • KillPending -> 窗口外撤销挂单
  • KillOpen -> 窗口外平仓
  • MondayOpenHour -> 周一开窗小时(经纪商时间)
  • MondayOpenMinute -> 周一开窗分钟
  • FridayCloseHour -> 周五关窗小时
  • FridayCloseMinute -> 周五关窗分钟

仪表盘

  • DisableDashboardInTesting -> 在策略测试器中隐藏图表仪表盘
  • DashboardUpdateSeconds -> 仪表盘刷新间隔(秒)

自营公司合规

所有输入默认为关闭/零 — 禁用时对性能零影响。启用以强制执行常见的 funded 账户规则。

  • MaxRandomizationPips -> 自营进出场偏移;与其他 EA 用户区分(0 = 关闭)
  • EnablePropFirmCompliance -> 总开关;以下规则生效须为 true
  • PF_MaxDailyDrawdownPercent -> 相对日基准的最大日 equity 亏损百分比(0 = 关闭)
  • PF_MaxDailyDrawdownMoney -> 账户货币计的最大日 equity 亏损(0 = 关闭)
  • PF_DailyResetHour -> 日窗口重置的经纪商/服务器小时(0–23)
  • PF_DailyLossBufferPercent -> 硬限制前的安全缓冲(默认 10%)
  • PF_DisallowHedging -> 阻止反向入场;清除反向挂单
  • PF_MaxTotalPendingOrders -> EA 挂单总数上限(0 = 关闭)

当触及日 DD 限制(含缓冲)时,所有 EA 持仓将被平仓并删除挂单。新入场将封锁至日窗口重置。适用于 FTMO、FundedNext、The5ers、E8 及类似项目。

推荐设置

  • 品种:XAUUSD
  • 时间周期:任意(EA 在内部读取自身所需周期)
  • 账户类型:建议使用 ECN / RAW-spread 以获得低点差
  • 最低建议余额:默认风险下 1000 USD;较小账户应降低风险乘数
  • VPS:建议用于稳定的 24/5 执行环境
  • 要使 AUTO_GMT 正常工作,必须在 MT5 终端(工具 → 选项 → 智能交易系统)的“允许的 URL”中添加 "https : // www . worldtimeserver.com/"

摘要

  • 单张黄金图表上 32 套预调突破策略
  • 跨 D1、H12、H8、H4 时间周期的不同策略族
  • 在 2018–2023 与 2020–2025 上优化,在 2007–2018 样本外验证
  • 分层出场:止损、止盈、保本与移动止损
  • 集成美国新闻防护
  • 可选进出场随机化以实现自营独特性(MaxRandomizationPips)
  • 可选自营合规模式:最大日 DD 锁定、禁止对冲规则、挂单上限(默认关闭)
  • 可选自营合规模式:最大日 DD 锁定、禁止对冲规则、挂单上限(默认关闭)
  • 完整的实时图表仪表盘
  • 透明阶梯首发定价:100 USD 起,每 10 份 +100 USD,每天最多涨一次
评分 11
Gui Gen Freddy Tay
292
Gui Gen Freddy Tay 2026.08.11 17:44 
 

Solid product and reliable in-built diversification. A must-have for gold traders!

Souma
255
Souma 2026.06.26 03:58 
 

Great EA.

Supachai Poltam
192
Supachai Poltam 2026.06.25 17:54 
 

Great tools!

推荐产品
Gold Crown Pro
Hassan Abdullah Hassan Al Balushi
4.33 (3)
Gold Crown Pro — Professional Gold Trading System for XAUUSD Precision. Control. Consistency. Gold Crown Pro is a professionally engineered Expert Advisor designed exclusively for trading XAUUSD (Gold) . It delivers a structured automated trading approach based on adaptive execution, controlled exposure, and disciplined risk management , tailored specifically for gold market conditions. A Structured Approach to Gold Trading Gold Crown Pro operates through a dynamic execution model that contin
Simo Professional
Maryna Shulzhenko
Description of   Simo : an innovative robot with a unique trading system Simo is a revolutionary trading robot that changes the rules of the game with its unique trading system. Using sentiment analysis and machine learning, Simo takes trading to a new level. This robot can work on any time frame, with any currency pair, and on the server of any broker. Simo uses its own algorithm to make trading decisions. Various approaches to analyzing input data allow the robot to make more informed decis
Sniper FVG
Ignacio Agustin Mene Franco
Sniper FVG XAU – Professional Trading Expert Sniper FVG is a high-precision trading system developed for trading the Gold (XAUUSD) market on the M1 timeframe. Combining three powerful pillars of modern price action: Price Action Patterns (3 White Soldiers, 3 Black Crows, and filtered Spinning Tops) Fair Value Gaps (FVG) with intelligent detection of unfilled gaps High-quality Supply & Demand Zones The EA identifies high-probability opportunities with a very controlled risk structure, seeking
Neuro Genetic Expert
Sergio Izquierdo Rodriguez
This system accepts a comma-separated list of symbols and iterates through them, creating a neural network with training for each symbol. These neural networks take values ​​from price action, Bollinger Bands, MACD, and RSI indicators. The number of neurons for each of the three layers of each network can be configured, and genetic training for the indicator parameters can be set up at specific intervals. Confidence levels for the neurons can be adjusted, and market trend analysis filters can be
Open Season
Philipp Shvetsov
Open Season is a fully automated Expert Adviser that allows 'active' and 'set and forget' traders to trade high probability EURUSD H1 price action breakouts. It detects price action set ups prior to the London Open and trades breakdowns. The EA draws from human psychology to trade high probability shorts Every trade is protected by a stop loss In-built time filter Three position sizing techniques to suit your trading style Two trade management techniques The EA does not use a Martingale system T
Solaris Imperium MT5
Natalyia Nikitina
Solaris Imperium MT5 — 自动化交易系统 Solaris Imperium MT5 是一款适用于 MetaTrader 5 的智能交易顾问,基于市场分析算法和风险管理。它完全自动运行,几乎不需要交易者干预。 注意!购买后请立即联系我 ,以获取安装和设置说明! 为什么选择 Solaris Imperium MT5 分析算法: 基于内置市场分析模型的自动化交易。 适应性: 在波动性和市场趋势变化条件下高效运行。 订单执行类型: 支持 IOC、FOK、Return、BOC。 风险管理: 自适应止损和动态资金保护策略。 快速启动: 所有参数已预先优化。 工作原理 Solaris Imperium MT5 使用内置算法分析市场,并根据设定条件开仓。资金管理机制帮助控制风险并提高策略的稳定性。 开始所需条件 货币对: NZDCAD, AUDCAD 推荐启动: NZDCAD 其他货币对: 自动激活 账户类型: Raw Spread Account 杠杆: 1:500 最低存款: 从 $1000 起(推荐以确保算法正常运行) 时间周期: M15 VPS: 推荐用于稳定运行 推荐经纪
XAU MAMMON INTELLIGENCE ENGINE  Adaptive Multi-Phase AI (No Grid / No Martingale) XAU Mammon Intelligence Engine  is a next-generation Expert Advisor that adapts to market conditions in real-time. Named after Mammon, the ancient deity of wealth and riches, this system uses ADX-based Phase Detection to automatically switch between Trend-Following and Mean-Reversion strategies — ensuring profitability whether the market is trending or ranging. Unlike single-strategy EAs that only work in one
AI Hybrid Trader
Catur Cipto Nugroho
AI-Hybrid Trader v6.06 The Ultimate Autonomous Self-Learning AI Trading System "Not a simple rigid indicator bot. Powered by a built-in self-evolving Deep Neural Network, Autonomous Reinforcement Learning (Q-Learning) with Binary Memory Persistence, and Real-Time Risk Intelligence that modulates trade volume based on AI Signal Confidence." Latest Update: Version 6.06 — Autonomous Self-Learning, Binary Memory Persistence & Dashboard Telemetry AI Hybrid Trader v6.06 introduces a groundbreaking Au
BTC Hybrid EA
Bashar Taisir Saleh Al Zubaidi
BTC Hybrid EA 是一款适用于 MetaTrader 5 的智能交易顾问,专为希望以结构化和可配置方式交易 BTCUSD 的交易者而设计。 该EA基于混合交易框架构建,结合了方向性入场、对冲逻辑、分阶段网格管理、篮子订单利润管理以及多层风险保护机制。它可以监控市场环境、交易敞口、点差变化、浮动回撤以及当前篮子订单状态,并通过图表上的 Daily Mimic Panel 直接显示关键交易信息。 BTCUSD 是一种高波动性的交易品种。本EA不保证盈利,不消除交易风险,在实盘使用前,应先在策略测试器和模拟账户中进行充分测试。 主要交易概念 BTC Hybrid EA 针对 BTCUSD 使用分阶段交易结构。EA可以根据所选择的启动模式、当前网格阶段、篮子订单状态、点差水平、交易时段状态以及风险控制设置来开仓和管理持仓。 该系统旨在管理活跃的交易周期,同时让用户可以控制手数大小、网格距离、篮子利润目标、最大交易敞口、点差限制、滑点限制以及回撤保护。 BTC Hybrid EA 适合希望使用可配置自动交易管理系统,而不是简单固定入场策略的交易者。 主要功能 专注于 BTCUSD 交易
Introducing Neural Bitcoin Impulse - an innovative trading bot created using neural network training technology on voluminous market data sets. The built-in mathematical model of artificial intelligence searches for the potential impulse of each next market bar and uses the resulting patterns of divergence and convergence between the predictive indicators and the price to form high-precision reversal points for opening trading positions. The trading robot is based on the Neural Bar Impulse ind
Launch Price 199 USD. Most grid EAs fail the same way. This one is built around that failure. A grid system dies for one of three reasons: the lot size doubles until the account can't carry it, the ladder has no bottom, or nothing stops it while the account bleeds. The Gold Fusion closes all three doors by design, not by settings a user has to discover. No martingale. Every recovery entry is the same size as the first. Lot progression is linear, never geometric — a ten-leg basket carries ten ti
Funded Titan
Ian Plakushko
Funded Titan — 纪律、控制与 EURUSD 自动交易 Funded Titan 是一款专为 EURUSD 设计的全自动交易顾问,基于一套自主交易策略构建。 该 EA 的主要工作周期是 H1 。这意味着 Funded Titan 应加载并运行在 EURUSD H1 图表上。同时,EA 的内部逻辑会分析多个时间周期: M1、H1、D1 和 MN1 。这种方式可以让系统不仅关注局部价格波动,也能参考更大的市场背景。 Funded Titan 的核心理念是纪律。它不是一个在亏损后试图追逐市场的混乱型交易机器人。EA 按照预设逻辑运行,控制风险,并且只在市场条件符合策略规则时才开仓。 Funded Titan 避免使用 recovery-based 交易模式: 无马丁格尔、无网格、无加仓摊平 。每一笔交易都会设置独立的 Stop Loss 和 Take Profit。这样可以让交易过程更加透明:每个仓位的风险都提前确定,EA 不会在亏损后使用高风险的恢复型交易方法。 交易逻辑 Funded Titan 使用自主 EURUSD 策略运行。其基本原则建立在 rule-based exe
Works to open two hedging deals, buying and selling, with a goal of each deal of 20 points With the opening of multiple cooling deals in the manner of another lot size and suspending each type of sale or purchase transaction At a profit level. The King Hedging Forex 2R Upward or Downward Profit Parameters: Lot1: Manual Lot Size Auto_Lot: Set true to automatically calculate optimal Lot Size based on risk preferences, Set False if you want to use manual lot size. Max_Risk: Max Risk as percentage
Fully automatic Advisor Portfolio for   XAUUSD (Gold)  MT5 . Timeframe   h1   - all basic strategies; Timeframe   m30   - additional strategies. I use this Advisor in my Portfolio on a prop company. I created the Advisor entirely for myself for trading on large accounts, from $60,000 and up. The Advisor is a giant ready-made portfolio that contains all profitable trading strategies specifically for Gold. The advisor is not sensitive to spread widening and slippage. The broker can be any,
GainMachine
Nikolaos Theodoropoulos
GainMachine EA – Precision-Powered Profit Automation GainMachine is a smart, automated trading system designed to strategically detect market dips and exploit them through scaled-in buy orders and a dynamic profit target based on the duration positions are held.  Key Features: Buy on Dip: Takes advantage of both pip-based and percentage-based price drops. Dynamic Profit Target: The required profit increases over time, preventing premature position closures. Automated Position Management: Opens
PlipEA
Vitaly But
请注意!付款成功后,请务必立即通过 www.plip.pro/contacts 与我们联系 sales@plip.pro,以便及时获取系统的最新版本,或根据您的个人交易参数获取专属定制版的交易机器人。 PLIP EA 是一款专为各大主流金融工具执行交易而设计的自动化交易系统。该专家顾问(EA)采用严谨的趋势跟踪框架,旨在捕捉已形成的市撤动量及结构性价格转型中的利润机会。 核心优势与特性: 动量与趋势同步: 该策略严格顺应当前市场资金流向进行建仓,从而确保高概率的交易胜率。 智能仓位管理: 系统摒弃了固定的手数设置,转而采用一种高级的自适应手数缩放算法。交易量会根据近期交易结果进行动态调整,以此优化资金恢复周期并平滑权益曲线(Equity Curve)。 内置风险防控机制: 具备完善的账户保护过滤功能,在市场出现极端波动或净值回撤(Drawdown)时,会自动暂停交易或降低风险敞口。 高效的执行效率: 针对净额结算账户(Netting Accounts)进行了全面优化,拥有严格的订单执行控制,有效防止订单刷屏(Order Spam)并最大程度减少滑点。
Trade Guard Panel
Meshal S A S Alhandal
Trade Guard Panel is a risk control and protected execution panel for MetaTrader 5. The Expert Advisor is designed for traders who want more discipline before opening new trades. Instead of sending market orders directly without checking basic risk rules, the panel allows you to place protected Buy and Sell orders based on predefined safety conditions. The product does not generate trading signals and does not trade automatically without the trader’s decision. Its main purpose is to help the tra
Universal MA EA
Heiko Kendziorra
Trade any currency, crypto, cfd or stock in any timeframe depending on 2 moving averages , from scalping to position trading. All parameters and functions can be modified and de/activated in the settings, there's no hidden algorithm. The  Universal Moving Average Expert Advisor ( UniMA EA ) trades a simple strategy that works well with dozens of profitable settings. All backtest results shown in the screenshots below and tradet in the signals can be tested with the provided set files in the com
Big Source MT5
Igor Bulgakov
Automated trading system. Trend Advisor big_Source MT5 uses 2 EMA indicators and an RSI indicator. Safe, doesn 't use a martingale or a grid of warrants. The expert uses standard stop loss, teak profit and trailer stop. Requirements Optimized for GOLD (XAUUSD). The Expert Advisor trades on M30 timeframes. The minimum deposit is $ 500. Compatible with four- and five-digit accounts. Compatible with all brokers, including American ones, that are subject to the FIFO rule. Input Parameters L
ZyloFx Obsidian AI
Rosa Lina Martinez Jimenez
IMPORTANT: After purchasing this product, please send me a private message to receive the installation guide, setup instructions, and direct product support. ZyloFx Obsidian AI is a professional Expert Advisor for MetaTrader 5 designed for traders seeking intelligent automation, advanced risk protection, and high-performance execution on XAUUSD (Gold) . Built with a modern multi-layer protection system, Obsidian AI combines adaptive market analysis, volatility filters, and dynamic trade manage
Rsi Fibonacci Gold
Ignacio Agustin Mene Franco
RSI FIB Gold v2.00 – Professional Expert Advisor for XAUUSD RSI FIB Gold is an advanced and highly visual Expert Advisor designed specifically for trading gold (XAUUSD) on MetaTrader 5. It intelligently combines three proven technical pillars: RSI divergences, Fibonacci levels, and a volume filter, all integrated into a scalping system with a controlled and secure pending order grid. Main Strategy The EA generates entry signals based on the confluence of the following elements: RSI with Diver
Gyroscopes mt5
Nadiya Mirosh
5 (2)
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
Bober Real MT5
Arnold Bobrinskii
4.88 (16)
Bober Real MT5 是一个全自动的外汇交易智能交易系统(EA)。该机器人创建于 2014 年 ,在此期间完成了大量盈利交易,在我的个人账户上实现了超过 7000% 的收益增长 。经过多次更新, 2019 年版本 是最稳定、最优秀的。机器人可用于任何交易品种,但在 EURGBP、GBPUSD(M5 周期) 上表现最佳。使用错误的参数会导致较差结果。 真实账户的 set 文件仅提供给购买者。 ️ 主要优势 无马丁格尔、无对冲、无加仓,始终使用 SL/TP 。 高速测试与优化。 可选 Dynamic Take-Profit ,自动适应价格通道高低点。 内置 新闻日历过滤器 ,自动避开重大事件。 自动检测 GMT 偏移 。 针对实盘交易长期优化,结果稳定。 设置后可自动运行,无需干预。 参数说明 Core / Trading type_order — 订单执行类型 (默认 ORDER_FILLING_FOK)。 ReverseTrade — 反转交易方向。 ToolEnter — 入场工具 (RSI 或 None)。 RSI304 / NoRSIbars — RSI 周期与
IntervalAI
Yevhen Chystiukhin
This multi-currency expert advisor uses 28 currency pairs. For predictions, the advisor uses recurrent neural networks of the LSTM type, models trained in the Python language environment, and imported into the advisor using a new function in MQL5 for loading ONNX models. The algorithm of the advisor works simultaneously with two timeframes H15 and H1. Separate neural network models have been trained for each of the 28 pairs for both timeframes. The idea is that the advisor places orders only whe
Btc Shudoken
Ignacio Agustin Mene Franco
BTC/USD M1 Expert Advisor Version: 1.2 | Developed by: Worldinversor 2026 Overview BTC SHUDOKEN is a high-performance Expert Advisor specifically designed for trading BTC/USD on the M1 timeframe. It combines Price Action analysis with a multi-layered confirmation system based on four advanced technical indicators. Its intelligent voting architecture filters out low-quality signals and only executes trades when the minimum required consensus is reached among the active filters. Signals System
Perfect Trade EA Indicator 2026 for XAUUSD MT5 Премиальный многоуровневый самообучающийся индикатор с режимом автоторговли для XAUUSD Perfect Trade EA Indicator 2026 — это не просто индикатор и не обычный советник с примитивным входом по шаблону. Это премиальный торговый комплекс для MetaTrader 5, созданный для работы с XAUUSD, который объединяет в себе: - многоуровневый анализ рынка; - интеллектуальную фильтрацию сигналов; - режим автоматической торговли; - продвинутое сопровождение сделки;
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
ApexFlow EA ApexFlow EA 是一款适用于 MetaTrader 5 的全自动交易机器人。该 EA 通过自适应分析价格、动量和波动率,捕捉市场中的短期交易机会。EA 会自动管理进场、出场、止损、止盈以及持仓。 时间周期: M1 适用市场: 外汇货币对、贵金属、指数以及您的经纪商支持的其他交易品种。 推荐设置: 建议先使用默认设置。请针对每个交易品种分别进行回测,并根据测试结果调整参数。 风险管理: 支持固定手数和可调风险设置。建议先使用较小的交易手数,直到您了解该 EA 在当前经纪商交易环境下的表现。 Prop Firm 使用: EA 可根据严格的最大回撤和风险限制进行配置。交易前请务必确认所使用 Prop Firm 的具体规则。 推荐经纪商: 低点差、稳定执行和较低佣金。 VPS: 建议使用 VPS,以确保 EA 持续稳定运行。 主要功能 全自动交易 支持多个市场和交易品种 专为 M1 时间周期设计 自动管理交易和持仓 可调风险和交易手数 内置市场条件过滤器 安装和操作简单
ScalpelBarUVL
Andriy Sydoruk
ScalpelBarUVL is a new generation universal scalpel bot. It can work on any type of accounts. On any instrument, without exception. Advantages: Automatically adjusts all pip parameter values ​​for the instrument (stops, volatility, spread). That is, if you optimize your stop loss, for example, from 100 to 1000, then such a range will be on any instruments (on all currency pairs), the actual stop loss will be adjusted in accordance with the needs of this instrument. This is very convenient for
NAS100 Strategy EA v1
Sergio Millares Raposo
這是一款專業的納斯達克100指數和XAU/USD黃金交易智慧顧問(EA),基於5分鐘時間框架,利用移動平均線交叉來識別趨勢,並為黃金和納斯達克100指數提供精準的入場點。它旨在捕捉快速而穩定的走勢,過濾掉虛假訊號,並避免橫盤震盪行情中的噪音幹擾。對於尋求自動化、穩定性和清晰策略的交易者而言,它是高波動性資產交易的理想選擇。該系統能夠適應XAU/USD和納斯達克指數的動態變化,並可在真實帳戶和注資帳戶中使用。其整合的風險管理功能可保護您的資金,同時讓您充分掌握每個趨勢的潛力....................................................................
该产品的买家也购买
Quantum Titan MT5
Bogdan Ion Puscasu
4 (4)
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,并且
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (29)
传奇仍在继续。女王不断进化。 欢迎来到 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
Scalping Robot Pro MT5
MQL TOOLS SL
4.47 (142)
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
The Gold Reaper MT5
Profalgo Limited
4.47 (103)
道具公司已准备就绪!( 下载道具文件 ) 警告: 目前仅剩少量存货! 最终价格:990美元 免费获得 1 个 EA(适用于 3 个交易账户)-> 购买后请联系我 超值组合优惠   ->   点击这里 加入公开群组: 点击此处   实时信号 客户端信号 YouTube 评论 最新手册 欢迎来到黄金收割者! 这款EA是在非常成功的Goldtrade Pro的基础上开发的,设计用于同时在多个时间框架上运行,并且可以选择将交易频率设置为从非常保守到极度波动。 该EA使用多种确认算法来寻找最佳入场价格,并在内部运行多种策略来分散交易风险。 所有交易都有止损和止盈,但同时也使用追踪止损和追踪止盈来最大限度地降低风险,并最大限度地提高每笔交易的潜力。 该系统基于非常流行且行之有效的策略:交易突破重要支撑位和阻力位的交易机会。   黄金非常适合这种策略,因为它是一种波动性很高的货币对。 系统会根据您的账户规模和最大允许回撤设置自动调整交易频率和手数! 回测结果显示增长曲线非常稳定,回撤幅度控制得非常好,恢复速度也很快。  这款EA已经针对黄金进行了最长时间的压力测试,使用了多个经纪商的多个价格
Ultimate Breakout System
Profalgo Limited
5 (47)
重要的 : 此套装仅以当前价格限量发售。    价格很快就会涨到1999美元!   已包含 100 多种策略 ,更多策略即将推出! 额外福利 :  从我的其他 EA 中免费 选择 5 款!   所有设置文件 + 完整设置和优化指南 视频指南 实时信号 第三方评论 新增 - 44 种策略实时信号 欢迎来到终极突破系统! 我很高兴地向大家介绍终极突破系统,这是一款经过八年精心开发的复杂且专有的智能交易系统 (EA)。 该系统已成为MQL5市场上多款表现优异的EA的基础,其中包括备受赞誉的Gold Reaper EA。 它曾连续七个多月位居榜首,此外还有 Goldtrade Pro、Goldbot One、Indicement 和 Daytrade Pro。 终极突破系统并非仅仅是另一款EA(电子交易系统)。 它是一款专业级工具,旨在帮助交易者在任何市场和时间框架内创建无限数量的突破策略。 无论您是专注于波段交易、超短线交易还是构建多元化投资组合,该系统都能提供无与伦比的灵活性和定制化功能。 可能性无穷无尽! 对于自营交易公司的交易员来说:   有了这个系统,您终于可以创建自己独
Lizard
Marco Scherer
4.09 (44)
什么是 LIZARD? Lizard 是一款全自动 EA,专为 MetaTrader 5 上的 XAUUSD(黄金)开发。它采用多策略摆动突破系统,识别图表上的关键结构位,并在精确计算的入场点挂出停止挂单。不使用马丁格尔。不使用网格。不做加仓摊平。 每笔交易都设有明确的止损和止盈,并由多层出场系统全天候自动管理。 实盘信号 — 购买前查看真实表现: Normal Standard: https://www.mql5.com/en/signals/2372821 ECN High: https://www.mql5.com/en/signals/2383392 ECN Armageddon: https://www.mql5.com/en/signals/2386457 它是如何运作的? Lizard 在 H1 时间框架上持续扫描 XAUUSD 图表,寻找重要的摆动高点和摆动低点。当识别到有效结构时,它会在距离该价位经校准的位置放置 Buy Stop 或 Sell Stop 挂单。需要真正的突破才能触发,而非价格的简单触碰。 这种方法可过滤掉弱势行情,仅在动能确认时入场。 6 个独立
Quantum King EA
Bogdan Ion Puscasu
4.96 (215)
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 对开发的全自动交易系统。 它将网格策略的结构与马丁格尔的自适应恢复逻辑相结合,形成了一个在所有市场阶段智能管理交易的系
Quantum Athena X
Bogdan Ion Puscasu
5 (3)
更智能的控制,更精准的操控。 欢迎来到 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
Gold Snap
Chen Jia Qi
4.47 (17)
Gold Snap — 黄金快速利润捕捉系统 实盘信号: https://www.mql5.com/en/signals/2362714 实盘信号2: https://www.mql5.com/en/signals/2372603 实盘信号 v2.0: https://www.mql5.com/en/signals/2379945 当前价格仅剩 3 份。价格很快将上涨至 $999。 重要: 购买后请通过私信联系我们,以获取用户指南、推荐设置、使用说明以及更新支持。 https://www.mql5.com/en/users/walter2008 欢迎加入我们的 MQL5 频道,获取产品更新与交易见解。 https://www.mql5.com/en/channels/tendmaster 在 Gold House 的长期研发与实战验证中,我们进一步确认了突破策略在黄金市场中的有效性,也验证了我们自适应参数系统在真实市场环境中的实际价值。 但对于突破系统来说,始终存在一个现实问题: 止盈太早,容易错过后续真正的大行情; 止盈太晚,又往往会经历一定程度的利润回吐。 这不是某一种策略独有
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (508)
介绍     QuantumEmperor EA 是一款突破性的 MQL5 专家顾问,它正在改变您交易著名的 GBPUSD 货币对的方式!由拥有超过13年交易经验的经验丰富的交易者团队开发。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***购买 Quantum Emperor EA,即可免费获得  Quantum StarMan  !*** 私信询问更多详情 已验证信号:   点击此处 MT4版本:   点击这里 量子 EA 通道:       点击这里 每购买 10 件,价格将增加 50 美元。最终价格为 1999 美元 量子皇帝EA     采用独特的策略,将单笔交易连续拆分成五笔较小的交易。这意味着每次 EA 执行一笔交易时,它都会自动将其拆分成五个较小的仓位。 量子皇帝EA     量子帝王EA凭借其卓越的亏损交易处理方法,在众多专家顾问中脱颖而出。
Pulse Engine
Jimmy Peter Eriksson
4.06 (36)
最新消息——目前仅剩少量存货,欲购从速! 该系统的主要目标是在不使用任何有风险的鞅或网格的情况下实现长期的实时性能。  数量极其有限,现价优惠 最终价格 1499 美元 【实时信号】    |    【回测结果】    |    【设置指南】    |    【FTMO 结果】 一种不同的交易方法 Pulse Engine 不使用任何指标或特定时间框架。它采用了一种非常独特的方法,这是 MQL5 上任何其他交易系统都不采用的方法。 它交易的是日内方向性模式。这些模式是我利用自己多年来不断开发和完善的特定模式识别软件发现的。 该软件使我能够识别出市场历史上在一天中哪些时段会出现强劲的单向波动。 每个市场和每周的每一天都有其独特的走势。 这种方法之所以如此强大,是因为它不依赖于市场是处于趋势行情、反转行情还是任何特定的市场状态。其模式与这些因素完全无关。 脉冲引擎包含涵盖 六大市场的 70 多种不同模式 ,并结合超过 5万笔 交易的历史回测数据。 每个市场的回测时间均尽可能追溯至数据允许的最长时期, 外汇货币对约 20年,指数约 15 年, 加密货币 约10 年。这确保了极高的统计显
XG Gold Robot MT5
MQL TOOLS SL
4.33 (112)
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
Nexorion Initium Novum EA
Valentina Zhuchkova
4.23 (26)
NEXORION: Initium Novum — 确定性逻辑与算法综合体系 NEXORION 是一款基于严密流动性处理数学算法的机构级分析系统。该项目的核心理念是“计算透明化”:交易型 EA 将混沌的价格流转化为结构化的几何区域,并将决策过程直接在交易图表上进行可视化呈现。 实时信号监控 https://www.mql5.com/en/signals/2378408 https://www.mql5.com/es/signals/2372338 系统技术规格 交易资产 :XAUUSD (黄金) 运行周期 :H1 (1小时图) 核心方法论 :机构流动性分析与确定性逻辑 (Institutional Liquidity Analysis & Deterministic Logic) 决策依据 :流动性池与平衡水平的数学计算 数学架构与可视化 本系统的关键创新在于 动态计算映射 (Dynamic Computation Mapping) 。算法不仅是分析价格,更是通过以下模块构建市场的数学模型: 流动性追踪 (Liquidity Tracking) :基于市场阶段的深度分析,精确识别买
XT Bitcoin Robot MT5
MQL TOOLS SL
5 (4)
XT Bitcoin Robot is an advanced  automated trading system  designed specifically for  BTCUSD traders  who want to take advantage of Bitcoin's market volatility without the need for constant market monitoring. The robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic, helping traders stay active in the market 24 hours a day without manual intervention. The system is designed to identify trading opportunities and manage positions accor
Chiroptera
Rob Josephus Maria Janssen
4.56 (48)
Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances c
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.52 (21)
更新:下一价格:599 美元,最终价格:999 美元 如果您重视诚实和为真实交易而构建的真正交易系统,而不是一个看起来完美无瑕但最终可能导致账户爆仓的直线回测,那么这可能适合您。 无马丁格尔/无网格 22个月实时信号 +250% 实时增长 【实时信号】    |  【FTMO 结果】    |  【主投资组合】  |  【回测指南】 为什么 Range Breakout EA 如此稳定? Range Breakout EA 基于一种众所周知的市场行为:交易时段之间的波动性变化。 亚洲交易时段的波动性通常较低,形成一个狭窄的价格区间。伦敦交易时段开盘后,波动性增加,价格往往会突破该区间 并继续朝突破方向移动。 该系统会交易这种突破,并在当天晚些时候波动性开始减弱时平仓。 它不使用指标或固定时间框架,这有助于减少过拟合。系统内部使用突破过滤器来避免低质量的突破交易。 该策略在 XAUUSD、USDJPY、BTCUSD、US30 和 DE40 等货币对上表现尤为出色。 同时交易多个市场可以实现强大的分散风险能力。 加入社区! 公众社区:  点击这里! 请私信我并附上购
Byrdi
William Brandon Autry
5 (20)
BYRDI - 如同一个整体进行交易的 AI 网络 大多数 EA 只看到一个终端。 BYRDI 看到整个网络。 在一个账户上开立的交易,可能改变你所拥有的每一个其他账户的风险。 BYRDI 将独立的 MetaTrader 5 终端连接成一个协调统一的 mesh 网络。每个节点都可以保留自己的账户、经纪商、市场、AI 模型、策略和风险设置,同时对更大的系统保持感知。 BYRDI 可以分配机会、控制敞口,并在整个 mesh 网络中提供合格节点的故障转移。 单个节点可以独立交易。 多个节点可以作为一个网络协同运作。 超越入场。超越账户。 一位交易者。多个市场。一个智能网络。 BYRDI 投资组合搭建活动 在接下来的 72 小时内或接下来的 15 笔 BYRDI 购买内有效,以先到者为准。 以当前 $997 的价格购买 BYRDI,即可获得: 1 个 Mean Machine GPT 激活额度 1 个 AiQ 激活额度 私享投资组合部署研讨会 国际在线问答参与权限 完整研讨会录像 投资组合入门蓝图 前 10 位符合条件的购买者还可以提交自己拟定的投资组合结构,获得一次简短的私下点评。 无需现
ArtQuant Gold
Miguel Angel Vico Alba
4.2 (25)
ArtQuant Gold — 面向 XAUUSD 的多模块智能交易系统 ArtQuant Gold 是一款专为 MetaTrader 5 黄金交易而开发的自动交易系统。 该 EA 将多个相互独立的交易模块与集中式投资组合管理、风险敞口限制、执行过滤器、虚拟交易管理以及账户保护工具整合在一起。它适合希望使用专用 XAUUSD 自动交易系统,同时又不需要自行配置指标或内部策略参数的交易者。 ArtQuant Gold 支持标准 XAUUSD 交易品种,也兼容常见的经纪商黄金品种命名方式,包括带前缀、后缀或其他替代名称的黄金品种。 重要提示: ArtQuant Gold 仅适用于 Gold / XAUUSD 或经纪商提供的等效黄金交易品种。如果加载到无关的金融品种上,EA 将不会进行交易。 EA 不依赖图表时间周期。它可以加载到任意时间周期,因为所需的市场数据和交易结构均由内部逻辑独立处理。 实盘参考账户 查看 ArtQuant Gold 实盘参考信号 该信号仅用于提供透明的实盘参考,并不构成使用相同经纪商、入金金额、杠杆、手数、风险水平或交易条件的建议。 点差、佣金、隔夜利息、订单执行、
One Man Army
Ihor Otkydach
4.74 (23)
每位買家皆可享專屬好禮: 購買此機器人的買家將獲贈 GRABBER BOT :本活動限時優惠,請把握機會! 無炒作,無魯莽風險。以最小回撤進行交易:One Man Army 是一個為個人交易與資金公司交易而設計的多貨幣交易系統。它採用短期和中期市場修正與反轉的剝頭皮策略,通過掛單限價單進行交易。這個交易機器人不會猜測方向,而是在最佳價格區域以高精度進場。正如你所喜歡的那樣,現在讓我們詳細說明。 測試時請使用貨幣對 EURCAD,時間框架 M15.  One Man Army 是基於在多個資產與市場階段的廣泛測試而開發的。該系統的行為穩定、可預測且易於分析。它專為重視控制、安全和系統化方法的交易者設計。 LIVE SIGNAL "Double shot" -   Click here Installation and setup guide – HERE This trading bot is part of the   Intaradaysoft CORE INDEX ecosystem 主要特點 無馬丁格爾,無加倉平均 每筆交易都受到止損保護 適用於資金公司與個人交易 交易時間週
Mad Turtle
Gennady Sergienko
4.53 (123)
交易品种 XAUUSD(金/美元) 时间周期 (周期) H1-M15(任意) 支持单仓位交易 是 最低入金 500 美元 (或其他货币等值) 兼容任何经纪商 是(支持两位或三位小数报价,任何账户货币、符号名称和 GMT 时间) 无需预先配置即可运行 是 如果您对机器学习感兴趣,请订阅频道: 订阅! Mad Turtle 项目的主要特点: 真正的机器学习 此智能交易系统 (EA) 不会连接到任何 GPT 网站或类似服务。 模型通过内置于 MT5 的 ONNX 库部署。在首次初始化时,您将看到一个系统消息,这是无法伪造的。 CLICK 参见:ONNX(开放神经网络交换格式)。 资金安全性 不使用日切前交易、微型剥头皮或基于低统计样本的窄幅交易; 不使用高风险策略,例如网格或马丁格尔; 也不使用任何可能长时间运行并在一天内失去全部利润甚至全部资金的策略。 独特性 EA 基于我独特的 特征工程 ,采用自定义的奖励与惩罚训练方法,结合元模型级联筛选与多种集成方法。 模型在完整的 24 小时交易格式下于大型 H4 时间框架上训练,可持仓数小时到数天。 它们以点数(pips)而非
XIRO Robot MT5
MQL TOOLS SL
5 (34)
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
BB Return mt5
Leonid Arkhipov
4.39 (126)
BB Return — 一款用于黄金交易(XAUUSD)的智能交易系统(EA)。该交易思路最初来自我的 手动交易 经验。策略核心是价格回归 Bollinger Bands(布林通道) 区间,但并非机械式或每次触及即入场。针对黄金市场的特性,系统加入了额外过滤条件,用于剔除无效和低质量的市场环境,仅在回归逻辑真正成立时才开仓。   Global   update   on   June   14th   交易原则 — 系统不使用网格、马丁或加仓平均成本等风险策略。EA 可使用 固定手数 或 AutoRisk 自动风险 模式运行。BB Return 对点差、滑点及不同经纪商的报价方式不敏感,可在任何经纪商及多种账户类型下运行,包括 Standard、ECN、Pro、Raw、Razor 。系统不受交易时段限制,可 24 小时运行 。   $ 359   不是最终价格。 当前价格仅剩 5–7 个名额。 之后将上涨。 该EA限量提供,以保证策略的稳定性。 设置与交易频率 — 启动系统无需复杂设置,策略设计即基于 默认参数 运行,通常只需调整手数或 AutoRisk 模式。系统平均每年约执行
Gold House MT5
Chen Jia Qi
4.49 (59)
Gold House — 黄金摆动突破交易系统。 一个EA,三种交易模式。选择最适合你的交易风格。无网格,无马丁。 每售出 10 份,价格将上涨 50 美元。最终计划价格:1,999 美元。 实盘信号: 利润优先模式: https://www.mql5.com/cn/signals/2359124 BE 优先模式: https://www.mql5.com/cn/signals/2372604 Adaptive Mode: https://www.mql5.com/cn/signals/2379287   (高风险配置参考——盈亏都会被放大,不属于推荐配置。) 重要:购买后请务必私信我们,以获取推荐参数、使用说明、注意事项以及使用技巧。 (MQL5私信): https://www.mql5.com/en/users/walter2008 保持更新——加入我们的 MQL5 频道以获取产品更新和交易技巧。打开链接后,请点击页面顶部的“订阅”按钮进行关注。: 点击加入 这套EA来自我们团队的内部实盘账户,基于 7 年历史数据开发验证,并经过实盘确认后才决定公开。我们没有为了上架专门优
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.74 (129)
量子比特币 EA   :没有不可能的事情,唯一的问题是弄清楚如何去做! 使用 Quantum Bitcoin EA 迈向 比特币 交易的未来,这是来自顶级 MQL5 卖家之一的最新杰作。Quantum Bitcoin 专为追求性能、精度和稳定性的交易者而设计,重新定义了加密货币波动世界中的可能性。 重要提示! 购买后,请给我发送私人消息,以获取安装手册和设置说明。 每购买 10 件,价格将增加 50 美元。最终价格为 1999 美元 100本只剩80本了。 量子比特币/女王通道:       点击这里 ***购买 Quantum Bitcoin EA 即可免费获得 Quantum StarMan!*** 私信询问更多详情! Quantum Bitcoin EA 在 H1 时间范围内蓬勃发展,采用 趋势跟踪策略 来捕捉市场动量的本质。它利用 复杂的网格方法 来确保每个交易周期都以胜利结束——将波动性从挑战转变为机遇。比特币市场以 4 年为一个周期,Quantum Bitcoin EA 经过优化,可以捕捉每个周期中发生的模式,确保它始终以有利的方式结束交易 为什么选择量子比
The Gold Phantom
Profalgo Limited
4.7 (44)
道具公司已准备就绪!--> 下载所有套装文件 警告: 目前仅剩少量存货! 最终价格:990美元 全新优惠(仅需 399 美元起) :免费选择 1 款 EA!(限 2 个交易账户,除 UBS EA 外,可选择我的任何一款 EA) 超值组合优惠   ->   点击这里 加入公开群组: 点击此处   实时信号 实时信号 2 !!黄金幻影来了!! 继黄金收割者取得巨大成功之后,我非常自豪地推出它的强大兄弟: 黄金幻影 ,这是一个纯粹、毫不花哨的突破系统,基于同样的久经考验的引擎……但拥有全新的策略。 在The Gold Reaper 取得巨大成功的基础上 , The Gold Phantom 让自动黄金交易变得轻松顺畅。 这款EA交易系统旨在同时在多个时间框架内运行,并让您完全掌控交易频率。 从极其保守的设置到非常激进、波动性最大化的模式,应有尽有。 该系统采用多层确认算法来确定最佳入场价格,同时在内部运行多种互补策略,以有效地分散和分散交易风险。 每个仓位都包含固定的 止损 和 止盈 ,并辅以动态 追踪止损 和 追踪止盈 逻辑,旨在尽早保护资金,并让盈利尽可能地持续下去。 Go
Gold Trade Pro MT5
Profalgo Limited
4.33 (39)
推出促銷活動! 僅剩幾本,449 美元! 下一個價格: 599$ 最終售價:999$ 免費取得 1 個 EA(適用於 2 個交易帳號)-> 購買後聯絡我 Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro 加入了黃金交易 EA 俱樂部,但有一個很大的區別:這是一種真正的交易策略。 “真實交易策略”是什麼意思? 您可能已經註意到,市場上幾乎所有黃金 EA 都是簡單的網格/鞅系統,當市場與初始倉位相反時,該系統會添加交易。  它們通常偽裝成“神經網絡/人工智能/機器學習”,但如果您對外彙和 EA 有一點經驗,您可以輕鬆地將它
HFT Spike EA
OMG FZE LLC
5 (3)
[ My Channel ] HFT Spike EA 推荐账户:高杠杆 Standard、ECN、Raw;Cent;Propfirm(如 FTMO FundedNext 等) 策略:量子物理学原理、HFT Spike(高频交易)、级别交易、神经交易、无马丁格尔、无网格、单仓位趋势交易。 基于 XAUUSD tick 数据设计的全自动、风险受控的 EA。无需选择 Time-Frame。默认值与已测试的配置相同。 专为黄金设计。检测突发的波动爆发("spike"),并在 spike 后的价格走势通过过滤器时以精准时机开仓。 平均持仓时间较短,因此突出表现为 Scalping Trading。  Symbol : GOLD/XAUUSD Digits : 2 digits & 3 digits Leverage : Any Broker : Any Min Balance : 25$ (for 1:500) Latency : up to 500ms 无 set 文件。无 Timeframe。 无马丁格尔 - 无网格 可调节的风险级别 PropFirm 模式 对于每日亏损设
Burning Grid
Magma Software Solutions UG
4.59 (29)
BURNING GRID UP TO 35 SYMBOLS. ONE COORDINATED GRID SYSTEM. The forex market does not move through one currency pair at a time. While one symbol is trending, another may be consolidating, reversing or building a completely different opportunity. Burning Grid was developed for this multi-pair environment. From one MetaTrader 5 chart, the EA can process up to 35 supported symbols. Different grid strategies can pursue their own opportunities, while shared controls coordinate risk, spreads, currenc
ToTheMoon MT5
Daniel Moraes Da Silva
5 (6)
ONE OF THE FEW ROBOTS WITH A SIGNAL HISTORY OF MORE THAN 3 YEARS AND AMONG THE TOP 10.   LINK TO MY ROBOTS AND SIGNAL PRESETS: In my profile there is a link to download the PRESETS that I use in my SIGNALS, you can download and Backtest for free, there are explanations in the my WebSite. https://www.mql5.com/en/users/tec_daniel   LINK TO OTHER ROBOT VERSIONS: MT4:  https://www.mql5.com/en/market/product/97963 MT5:  https://www.mql5.com/en/market/product/97962   SOME EXAMPLES OF SIGNALS ON “mql5.
Argos Fury
Aleksandar Prutkin
3.43 (47)
首次在此平台上 | 一个了解市场的EA 这是该平台上首个使用 Deep Seek 全部功能的专家顾问(EA)。 结合 Dynamic Reversal Zoning 策略,创建了一个不仅能识别市场动态,更能理解市场行为的系统。 设置 时间周期: H1 杠杆: 最低 1:30 入金: 至少 $200 交易品种: XAUUSD 经纪商: 不限 Deep Seek 与反转策略的结合是全新的——这正是它特别吸引人的地方。如果你正在寻找新的交易方式, 不要错过这个EA。它是这里第一个此类系统,可能也是自动化交易的新方向的开始。 与其依赖固定模式或预设策略,不如采用此EA的自适应方式。它能识别并理解  市场变化 – 并据此进行调整。  专注于反转区域和压力分析,它远比传统工具更深入。 Deep Seek 简介 Deep Seek 是一个基于先进数据结构的现代分析模型。 它实时扫描市场,识别模式,评估波动性,并洞察传统指标忽视的部分 。 Deep Seek 在以下方面表现尤为出色: 评估市场强弱 识别过渡区域 适应市场阶段变化 AI 系统 交易能力 数据分析 反应速度 风险管理 Dee
作者的更多信息
SomaOil
Andrii Soma
5 (2)
SomaOil 是 MetaTrader 5 的多策略突破 EA 交易,专为 WTI 原油 (XTIUSD) 打造。一张图表、一张 EA、20 个独立策略一起作为一个多元化投资组合运行。 实时信号。 为了使其在发布时就可以使用,我使用了透明的、逐步调整的定价模型: 发布价:100 USD(48 小时) 从周一起,每售出 10 份价格上调 100 USD 即使同一天售出超过 10 份,价格每天最多上调一次 早期买家锁定产品生命周期内最优惠的价格。 概念 SomaOil 没有运行往往会过度适应狭窄市场体系的单一设置,而是附带了一组精心策划的 20 个预先调整的策略,这些策略全部在单个 WTI 图表上的单个 EA 下并行运行。 每个策略都有自己的神奇数字、评论、时间范围、波动检测参数、退出、新闻距离和批次步骤。它们共享相同的执行引擎,但独立交易,因此您无需管理数十个图表即可跨时间范围和突破广度获得真正的多元化。 作品集创建 我对两个互补的样本内范围进行了优化,每个范围都具有相同的参数网格: 5组时间范围:D1、H12、H8、H4、H1 三种突破宽度变体: V1 广泛:更宽的波动,更少但更强的
SomaBTC
Andrii Soma
SomaBTC 是一款专为 MetaTrader 5 打造的多策略突破型智能交易系统(EA),仅适用于 Bitcoin(BTCUSD)。一张图表、一个 EA,18 套独立策略并行运行,构成单一、分散化的组合。 实时信号。 这是我在 MQL5 上发布的第二款 EA。为在上线时让更多人能够入手,我采用透明的阶梯定价模式: 首发价:100 USD 每售出 10 份拷贝,价格上涨 100 USD,每天最多涨价一次 早期购买者在产品生命周期内锁定最低价格。 理念 与其运行单一、容易过度拟合某一狭窄市况的设置,SomaBTC 自带一套精选的 18 套预调策略,全部在同一 Bitcoin 图表上的单个 EA 中并行运行。 每套策略拥有各自的 magic number、注释、时间周期、摆动识别参数、出场规则、新闻距离与手数步长。它们共享同一执行引擎但独立交易,因此您可在多个时间周期与突破宽度上获得真正的分散化,而无需管理大量图表。 组合构建 我在 4 个样本内区间上进行了 120 次完全不同的优化,每次产出 30 个 set 文件: 时间周期分为 5 组:D1、H12、H8、H4、H1 突破宽度有三种
SomaNews
Andrii Soma
5 (1)
SomaNews 是一款免费的 MetaTrader 5 实用工具,可在 Soma 突破 EA 使用的美国重要新闻(非农就业 NFP、美联储利率决议、CPI)发布前,向 MT5 手机应用发送推送通知。 将 SomaNews 附加到任意图表。它从 MT5 内置经济日历加载即将到来的事件(语言无关匹配),若日历不可用则使用嵌入式备用列表。仅在日历加载尝试完成后才发送通知。 功能 通过官方 MetaTrader 5 应用推送(需 MetaQuotes ID) 可配置提前时间(小时和分钟) 可单独启用/禁用 NFP、美联储利率、CPI 图表面板显示各类型的下一事件及倒计时 智能日历搜索 — 找到每种已启用类型的下一个事件即停止(最多 90 天) 事件过后自动刷新以查找下一次发布 支持任何 MT5 终端语言 设置 安装 MT5 手机应用,并在 工具 → 选项 → 通知 中绑定 MetaQuotes ID。 将 SomaNews 附加到图表并启用所需新闻类型。 设置 HoursBefore / MinutesBefore 控制推送提前量。 无授权、无账户绑定 — 对所有 Soma EA 用户免费。
FREE
描述:   VPS Health Check EA 是一款 MetaTrader 5 实用程序,旨在监控与经纪商的连接并及时提供有关连接状态的通知。此工具可确保您立即获悉任何连接问题,从而帮助维持交易活动的稳定性和可靠性。 特征: 连接检查模式: 选择检查每根新蜡烛的连接或一天中的特定时间的连接。 可自定义的时间: 设置计划连接检查的精确小时和分钟(24 小时格式)。 实时通知: 通过 MetaTrader 5 应用程序接收有关连接状态的即时通知。 信息显示: 直接在图表上查看最后的通知时间和消息,以便于参考。 输入: 模式: 选择连接检查的模式 Check_On_Each_Candle   - 当图表上出现新蜡烛时将触发通知。 Check_At_Particular_Time- 默认选项,将在指定的经纪商时间(默认为 14:00)每天检查。 检查时间: 设置定期检查的时间(24 小时制)。 检查分钟: 设置定期检查的分钟数。 使用说明: 将 EA 附加到图表: 将 VPS 健康检查 EA 添加到 MetaTrader 5 中的任何图表。 如果您使用加密货币进行交易并且需要周末的 V
FREE
筛选:
Gui Gen Freddy Tay
292
Gui Gen Freddy Tay 2026.08.11 17:44 
 

Solid product and reliable in-built diversification. A must-have for gold traders!

Souma
255
Souma 2026.06.26 03:58 
 

Great EA.

Supachai Poltam
192
Supachai Poltam 2026.06.25 17:54 
 

Great tools!

Chiwi's IT
838
Paula Bianca Van Kerchove 2026.06.13 11:43 
 

Cyber Wolfdog Trading has been following the development of SomaGold with great interest, and we must say: this is a very strong first MQL5 release from the developer. What immediately stands out is that SomaGold is not just another simple Gold EA. It is a serious multi-strategy breakout Expert Advisor for XAUUSD, built around 32 independent strategies running together on one single chart. This gives the EA a much more diversified structure than many systems that depend on one setup, one timeframe, or one narrow market condition. For CWDT, that is exactly what makes SomaGold interesting. Gold is a volatile instrument, and a good breakout system needs more than just one idea. SomaGold combines different timeframes, different breakout styles, separate strategy logic, news protection, risk controls, and smart portfolio allocation. That makes it feel much more like a complete trading portfolio than a basic EA. Cyber Wolfdog Trading currently uses SomaGold on several account types and brokers, including Darwinex, Darwinex Zero, Vantage, and IC Trading, and so far with great success. This also makes the EA interesting for traders who want to build a more diversified automated trading portfolio across different execution environments. We also really like the fact that the developer has clearly put a lot of work into filtering and stress-testing the strategies. Not every optimized strategy made it into the final product — only the strongest ones survived after correlation checks, real tick testing, and long out-of-sample validation. That kind of process gives much more confidence than the usual “perfect backtest” marketing we often see in the EA world. Another big plus is the community around the developer. For the UBS clients, there is a very valuable and dynamic Telegram group where users can share experiences, ask questions, and learn from each other. This type of active community support is extremely important, especially for traders who want to run an EA correctly with the right broker, VPS, and settings. The developer is also very accessible and quick to respond when questions or issues come up. In our experience, that is one of the biggest differences between average EA sellers and serious developers. A good EA is important, but good support after the purchase is just as important. Cyber Wolfdog Trading warmly recommends SomaGold to traders who are looking for a serious Gold EA and who understand the importance of using the right broker, a stable VPS server, and responsible risk settings. With the right setup, SomaGold can be a very strong addition to a diversified Expert Advisor portfolio. For us, SomaGold is a clean, well-structured and promising XAUUSD breakout EA with a professional approach behind it. Strong concept, smart diversification, good risk tools, active community, and a developer who actually supports his users.

Andrii Soma
2480
来自开发人员的回复 Andrii Soma 2026.06.13 19:02
Thank you so much for such a detailed, professional, and deeply analytical review of my EA!
Kris Jef Saelen
1291
Kris Jef Saelen 2026.06.10 23:11 
 

It's fantastic to trade on gold with the many strategies it offers. The backtest was very impressive, and the live trading confirms this. Andrii did a great job with making this EA!

Andrii Soma
2480
来自开发人员的回复 Andrii Soma 2026.06.11 07:08
Thank you for the feedback 🙏
bi mo
417
bi mo 2026.06.06 15:15 
 

Solid strategies, well diversified, easy to use and manage your risk. Great support when needed from the seller. Perfect for a stable long term portfolio.

Andrii Soma
2480
来自开发人员的回复 Andrii Soma 2026.06.07 06:32
Appreciate the feedback!
RussellKing
79
RussellKing 2026.06.05 20:55 
 

So far so good. Only been running for a few weeks and only on one of my accounts as I like to evaluate an EA before loading it with capital but can't fault the performance so far. Stays quiet when the market is moving sideways (i.e. does not fall into the trap of overtrading) and then opens what are at times a frightening number of positions when the market moves in the right way - however those positions are opened and actively managed with what appears to be excellent risk control. I've only added this EA to my portfolio less than a month ago but already running ~5% return. Support from Andrew also very prompt and transparent.

Andrii Soma
2480
来自开发人员的回复 Andrii Soma 2026.06.05 22:25
Thank you so much for the feedback! I’m glad you like the EA!
Antonius Henry S
283
Antonius Henry S 2026.05.26 23:55 
 

用户没有留下任何评级信息

Andrii Soma
2480
来自开发人员的回复 Andrii Soma 2026.05.27 07:10
There will be more! Thank you :)
Mateusz Winter
695
Mateusz Winter 2026.05.23 08:27 
 

I’ve tested many gold EAs over the years, including Wim’s bots like Gold Reaper and several others, but SomaGold has honestly replaced all of them for me. The performance feels much more stable, the entries are cleaner, and the overall risk management is far better in my experience. It runs smoothly on MT5 and gives me much more confidence during volatile gold moves. So far, SomaGold has become my go-to EA for gold trading!

Andrii Soma
2480
来自开发人员的回复 Andrii Soma 2026.05.23 10:07
Thank you for the kind words! :)
Ukrit Khonglao
632
Ukrit Khonglao 2026.05.19 03:30 
 

Very strong product. Backtest result shows a good result that I'm adding to my portfolio. The author includes 32 breakout strategies mostly from higher timeframes in a single EA, providing good diversification and stability. The return to drawdown ratio is impressive so the account can recover quickly from any drawdown. Excited to see how it performs live!

Andrii Soma
2480
来自开发人员的回复 Andrii Soma 2026.05.19 06:10
I’m glad you like it! 🙏
basa2021
328
basa2021 2026.05.18 09:03 
 

Great product. Solid backtest results, no overfitting and such. Though past result will not indicate future performance, but I believe there will be a high probaility it will perform great. Time will tell. Also can't bargain for this launch price. Grab it early while you can! Soma is a legit developer who thrive to find the best possible solution for trading opportunity. From finding great reliable strategy to comparing slippage across brokers to find reliable one for his trading style. This product is a result of his hard work. Looking forward to see you deliver more great stuffs!

Andrii Soma
2480
来自开发人员的回复 Andrii Soma 2026.05.18 14:03
Thank you so much!
回复评论