SomaOil

5

SomaOil 是一款专为 MetaTrader 5 打造的多策略突破型智能交易系统(EA),仅适用于 WTI 原油(XTIUSD)。一张图表、一个 EA,20 套独立策略并行运行,构成单一、分散化的组合。

实时信号。

为在上线时让更多人能够入手,我采用透明的阶梯定价模式:

  • 首发价:100 USD(48 小时)
  • 自周一起,每售出 10 份拷贝,价格上涨 100 USD
  • 价格每天最多上涨一次,即使同一天售出超过 10 份亦然

早期购买者在产品生命周期内锁定最低价格。

理念

与其运行单一、容易过度拟合某一狭窄市况的设置,SomaOil 自带一套精选的 20 套预调策略,全部在同一 WTI 图表上的单个 EA 中并行运行。

每套策略拥有各自的 magic number、注释、时间周期、摆动识别参数、出场规则、新闻距离与手数步长。它们共享同一执行引擎但独立交易,因此您可在多个时间周期与突破宽度上获得真正的分散化,而无需管理大量图表。

组合构建

我在两个互补的样本内区间上进行了优化,每个区间使用相同的参数网格:

  • 时间周期分为 5 组:D1、H12、H8、H4、H1
  • 突破宽度有三种变体:
    • V1 Broad:摆动更宽,信号更少但更强;
    • V2 Medium:信号频率均衡;
    • V3 Narrow:摆动更紧,信号更频繁。
  • 全部按 return / drawdown 优化:
    • 先按 Return / Balance DD
    • 再按 Return / Equity DD

两个优化区间及其样本外窗口为:

  • Res1 — In Sample: 2018.10.10–2024.10.10 | OOS: 2024.10.10–2026.06.26
  • Res2 — In Sample: 2020.06.26–2026.06.26 | OOS: 2018.10.10–2020.06.26

Res1 与 Res2 是同一历史的互补两半,因此每个区间在样本外验证另一个。W2 OOS(2018–2020)位于 W1 IS 之内,W1 OOS(2024–2026)位于 W2 IS 之内——与 SomaBTC 相同的 Res1/Res2 交叉验证模式,锚定于 2018.10.10 起可用的 XTIUSD 历史。

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

随后对每套候选策略进行筛选:

  • 若策略与另一保留策略相关性过强,则剔除。
  • 若策略与 real ticks 不符或未通过其样本外窗口,则剔除。
  • 所有优化均在启用周五收盘的前提下进行,从而避免基于风险周末缺口的过度优化。

经过上述筛选,最终仅保留 20 套策略 — Res1 中 7 套、Res2 中 13 套。

按优化区间与摆动时间周期的最终组合:

  • Res1(7):1 D1、1 H12、2 H4、3 H1
  • Res2(13):2 D1、4 H12、2 H8、4 H4、1 H1
  • 合计(20):3 D1、5 H12、2 H8、6 H4、4 H1

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

Magic numbers

每套策略使用唯一的 8 位 magic number,以便 MetaTrader 将其交易与其他 EA 或手动订单区分。您可在每笔订单与持仓以及策略注释中看到 magic(例如 SomaOil #1 81241201)。

数字并非随机——它们编码了策略属性:

  • 第 1 位 — EA 系列(8 = SomaOil)
  • 第 2 位 — 优化区间(1 = Res1,2 = Res2)
  • 第 3–4 位 — 摆动时间周期(小时)(01 H1、04 H4、08 H8、12 H12、24 D1)
  • 第 5 位 — 突破宽度(1 Broad、2 Medium、3 Narrow)
  • 第 6 位 — 优化目标(1 Balance DD、2 Equity DD)
  • 第 7–8 位 — 研究批次中的原始 set 文件 ID

示例:magic 81241201 解读为 SomaOil · Res1 · D1 · Broad · Equity DD · set #01。

这样可在终端或账户历史中轻松识别是哪套策略开仓,无需打开 EA 设置。

风险与手数

提供两种手数模式:

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

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

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

新闻过滤

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

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

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

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

交易时段

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

若干策略还使用内置的每日会话窗口(每套策略的起止小时)以避开低流动性时段。这些属于组合预设的一部分,并非独立的用户输入。

优化在启用周五收盘的条件下进行,此为默认设置,因此不会对风险周末缺口条件过度优化。

点差过滤器

当经纪商点差过宽时,SomaOil 可暂停放置突破挂单——对原油在换月、新闻和低流动性时点差扩大的情况尤为重要。

过滤器仅作用于挂单。已开仓位的 SL、TP、移动止损、保本等出场逻辑不受影响。

  • MaxSpreadPips(默认 80)——3 位 WTI 报价下的MT5 点数上限(如 Market Watch 显示 50 ≈ 0.050 价格)。0 = 关闭。
  • RemovePendingSpreadSeconds(默认 60)——点差持续高于上限达此秒数后,取消该策略挂单。0 = 仅阻止新挂单,不自动删除。

短暂点差扩大不会删除已有挂单;持续过高则删除,并在点差恢复后的下一入场 K 线重新放置。2 位与 3 位原油报价均自动归一化;有效上限按各策略内置 DefaultValue 与当前油价参考值缩放。

自营公司合规

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

SomaOil 还包含可选合规层(默认关闭):最大日回撤锁定、禁止对冲规则与挂单上限。参见下方 EnablePropFirmCompliance 及相关输入。

图表仪表盘

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

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

可在策略测试器中关闭仪表盘以加快回测。

参数

覆盖

  • EnableMagicOverride -> 开启时,交易 ID 分配为 OverrideMagicBase + 策略索引;关闭时(默认)每套策略使用内置 ID
  • OverrideMagicBase -> 启用 magic 覆盖时的起始交易 ID
  • EnableCommentOverride -> 开启时所有交易共用同一注释;关闭时(默认)每套策略保留各自注释
  • OverrideComment -> 启用注释覆盖时使用的注释文本

交易方向

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

手数

  • LotsAdjustMinChangePercent -> 更新活跃手数前的最小 % 变化
  • Risk -> ManualLotSize(固定 StartLots)或 LotSizeStep(按资金自动)
  • AdjustLotsizeToVariableValues -> 随余额或净值变化重新计算手数
  • StartLots -> 手动模式固定手数,或 step 模式参考下限
  • MaxLots -> 可选 EA 上限; 0 = 仅经纪商规格
  • 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 -> 仪表盘刷新间隔(秒)

Spread Filter

  • MaxSpreadPips -> MT5 点数上限(3 位约定);按 DefaultValue 缩放;0 = 关
  • RemovePendingSpreadSeconds -> 持续高点差后删除挂单(秒);0 = 不删除

自营公司合规

所有输入默认为关闭/零 — 禁用时对性能零影响。

  • 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 = 关闭)

推荐设置

  • 品种:WTI 原油——将 EA 附加到您经纪商的 US crude / WTI 图表。同一工具常以不同代码挂牌;在我们测试的终端上见过:XTIUSD、USOUSD、USOUSD.s、WTI、SpotCrude。SomaOil 面向以 XTIUSD 开头的品种设计;若经纪商使用其他名称,请打开市场报价并搜索 WTI、crude、oil 或 USO 以找到对应图表。
  • 时间周期:任意(EA 在内部读取自身所需周期)
  • 账户类型:建议使用 ECN / RAW-spread 以获得低点差
  • 最低建议余额:默认风险下 2000 USD。计算手数每笔不得低于 0.01,因此低于该水平的账户无法进一步降低风险。
  • VPS:建议用于稳定的 24/5 执行环境
  • 在 MT5(工具 → 选项 → 智能交易系统)的“允许的 URL”中添加 "https : // ea-license-server . somatrade . org" 和 "https : // www . worldtimeserver . com/"

摘要

  • 单张 WTI(XTIUSD)图表上的 20 套预调突破策略
  • 两个优化区间与交叉验证 OOS,覆盖 2018–2026
  • 时间周期:D1、H12、H8、H4 与 H1
  • 分层出场,含 break-even 与 trailing stops
  • 集成美国新闻防护与误报过滤
  • 可选挂单点差过滤器(MaxSpreadPips + 持续高点差删除)
  • 可选进出场随机化以实现自营账户独特性(MaxRandomizationPips)
  • 可选自营合规模式(最大日 DD、禁止对冲、挂单上限)——默认关闭
  • 完整实时图表仪表盘
  • 透明阶梯定价上线:100 USD 起,每 10 份 +100 USD,每天最多一次
评分 2
Ukrit Khonglao
632
Ukrit Khonglao 2026.07.22 18:05 
 

Very strong product as always :D . I’ve followed Andrew for some time, and he’s remarkably transparent about his methodology for developing this EA - you can clearly see it right from the description. He tests across multiple brokers, which makes it much easier to decide where to run it. Having 20 breakout strategies (mostly on higher timeframes) in a single EA provides solid diversification and stability. Of course, past results don't guarantee future performance, and there might be a month here or there without positive gains. But given the ongoing market demand driving oil prices, the EA is well-positioned to capture those opportunities. I highly recommend Somaoil!

russham111
483
russham111 2026.07.21 12:36 
 

Seems well put together. Live trading will tell.

推荐产品
SmartRisk MA Pro
Oleg Polyanchuk
SmartRisk MA Pro Strategy Overview: SmartRisk MA Pro is an optimized, risk-oriented automated trading strategy (Expert Advisor) developed for the MetaTrader 5 platform. It is designed to identify trading opportunities based on price deviations from moving averages and incorporates a comprehensive capital management system. The Expert Advisor operates on a "new bar" logic, ensuring stability and predictability in trade signal execution. Operating Principles and Trading Logic: At its core, the st
GapRider EA - 动态买入侧缺口交易专家顾问 概述 GapRider EA 是一款为 MetaTrader 5 设计的复杂且适应性强的专家顾问(EA),专注于买入侧缺口交易。该 EA 能够识别市场中的重大缺口并放置战略性买入订单,利用基于市场波动性的动态调整来优化交易的进场和出场。凭借强大的功能集合,GapRider 为交易者提供了一个强大的工具,用于在大幅市场波动后的价格回撤中获利,适合新手和经验丰富的交易者。 主要功能 动态调整技术 :根据平均K线范围自动调整止损、追踪止损和进场条件,确保适应不断变化的市场环境。 缺口检测机制 :识别超过用户定义阈值(默认:平均K线范围的3倍)的大幅价格波动(缺口),以精准定位高概率交易设置。 价格恢复策略 :可选地等待价格跌破缺口低点并恢复后再进入交易,提高捕捉反转的概率。 订单调整系统 :在指定的回顾周期内监控并调整挂单至更低的低点,优化进场点。 追踪止损管理 :根据市场波动性动态调整止损,以锁定利润,同时为价格波动留出空间。 图表可视化标记 :在图表上显示清晰的视觉提示(箭头和线条),用于缺口信号、挂单和虚拟订单水平,提升交易透明度
Oil XTrender MT5 Oil XTrender MT5 is a powerful Expert Advisor (EA) designed specifically for trading crude oil instruments such as XTIUSD or WTICOUSD . The EA applies strict signal confirmation using candlestick behavior combined with RSI, EMA, and ADX indicators , along with an adaptive averaging and dynamic take-profit system optimized for volatile and trending market conditions . Although primarily optimized for crude oil instruments with 2-digit pricing , Oil XTrender MT5 can also be used
Gold Rush Turbo EA
Pham Tung Anh Nguyen
5 (1)
INTRODUCTION Gold Rush Turbo – Ride the Fastest Wave of Gold Trading Experience the thrill of fast-paced gold trading. Gold Rush Turbo is a high-performance, medium-risk Expert Advisor designed for traders who thrive in dynamic market conditions. Built for aggressive scalping on XAUUSD (gold), it uses rapid market entries, tight stops, and momentum-based logic to capture short-term price movements. If you’re ready for high-speed decision-making, Gold Rush Turbo keeps your strategy sharp and your
Gold Citadel
Marco Alexandre Ferreira Feijo
Gold Citadel — Institutional Supply and Demand EA for XAUUSD Small Stop Loss. Large Take Profit. Real protection on every trade. Gold Citadel trades the way institutions do: identify where smart money places orders, enter at those levels, and target a reward multiple times the risk. No grid. No martingale. No hidden tricks. Just clean asymmetric trading on gold. The Core Principle Most EAs chase small profits with wide stop losses — they win often but one bad trade erases weeks of gains. Gold Ci
Bear vs Bull EA MT5
Nguyen Nghiem Duy
Bear vs Bull EA Is a automated adviser for daily operation of the FOREX currency market in a volatile and calm market. Suitable for both experienced traders and beginners. It works with any brokers, including American brokers, requiring FIFO to close primarily previously opened transactions. *In order to enable the panel, it is necessary to set the parameter DRAW_INFORMATION = true in the settings; - Recommendations Before using on real money, test the adviser with minimal risk on a cent tradi
SolarTrade Suite 金融机器人:LaunchPad 市场专家 - 专为开启交易而设计! 这是一个使用特殊创新和先进算法来计算其价值的交易机器人,是您在金融市场世界中的助手。 使用我们来自 SolarTrade Suite 系列的指标集来更好地选择启动此机器人的时机。 在描述底部查看我们来自 SolarTrade Suite 系列的其他产品。 您想自信地驾驭投资和金融市场的世界吗? SolarTrade Suite 金融机器人:LaunchPad 市场专家是一款创新软件,旨在帮助您做出明智的投资决策并增加您的利润。 SolarTrade Suite 金融机器人的优势:LaunchPad 市场专家: - 准确计算:我们的机器人使用先进的算法和分析方法来准确预测市场走势。 计算购买和出售资产的最佳时机。 - 用户友好界面:直观的界面将使您能够轻松掌握程序并在安装后立即开始享受其好处。 - 专家支持:我们的专业团队随时准备为您解答任何问题,并为您提供有关使用该程序的建议。 立即试用 SolarTrade Suite 金融机器人:LaunchPad Market
Crash Master EA
Samuel Masumbuko Aganze
Introducing Crash Master EA , the revolutionary MQL5 expert advisor that transforms the way you trade the prestigious Crash 1000 pair! Developed by a team of experienced traders with trading experience. Crash Master EA stands out from other expert advisors because of its remarkable approach to handling losing trades. Unlike traditional methods that rely solely on Stop Loss orders to limit losses, Crash Master uses a sophisticated technique to effectively manage losing positions. It then strate
AurumX Gold Scalper Pro
Miftada Handoyo Yanuar
AurumX Scalper Pro – Smart XAUUSD Trading EA AurumX Scalper Pro is an Expert Advisor (EA) for MetaTrader 5, specifically designed for trading XAUUSD (Gold) using a scalping approach based on trend and market momentum . This EA helps traders capture fast entry opportunities in the market with a structured trading system, making trading more disciplined, measurable, and emotion-free . ️ Key Features Smart Scalping Logic (Trend + Momentum Filter) Auto Entry & Exit System Built-in Risk Con
这个专家交易工具使用SuperTrend指标和强大的自定义优化度量,帮助交易员找到低停滞和高净利润的最佳系统。 当价格条在指标线上方或下方开启时,交易员进入头寸(多头或空头)。您可以在价格“反转”信号时退出头寸或不退出并基于风险(止盈,止损)或在会话结束时退出。其他功能包括设置止盈和止损为价格的百分比,还允许设置入场和平仓时间以增加对交易的控制。此外,它还限制每天的交易次数,并设置跟踪止损,仅在实现一定盈利时才开始跟踪。 通过将止盈和止损设置为价格的百分比,掌控风险,适用于股票,CFD指数,加密货币和外汇。此外,您可以设置入场和平仓时间以增加对交易的控制。通过自定义优化指标,交易员可以找到具有高CAGR和低回撤率以及低停滞的系统。 总之,适用于低停滞的SuperTrend是一种强大的交易策略,提供了灵活性,控制性和定制性。凭借其先进的功能和自定义优化指标,您可以找到低停滞和高净利润的最佳系统。立即开始使用 SuperTrend  Fit  进行交易,将您的交易提升到一个新的水平!
Diamond DE40 MT5
Fanur Galamov
5 (4)
Limited offer!  Traders who bought Diamond DE40 MT5 as bonus will receive EA GOLD Pulsar MT5.  Diamond DE40 is high-quality expert advisor for fully automated trading. DE40 MT5   is new generation system that uses all advantages of the mt5 platform and intended for trading with symbol DE40. Diamond includes advanced core, accurate entry points filter that based on number of key market factors like price channels, round and key levels, price action and fine analisys of bar models. DE40 contains
The Gold Buyer
Moses Aboliwen Aduboa
Ride the Gold Trend with a Simple Buy-Only EA The  EA is a fully automated Buy-Only Expert Advisor for MetaTrader 5. It is designed to capture upward market opportunities with safe risk management and seamless execution. Why Traders Choose It: Best performance on Gold (XAUUSD) – highly liquid and trending. Buy-Only EA – focuses purely on long positions. Plug & Play setup – attach and let it trade automatically. Built-in Stop Loss & Take Profit protection. Smart one-position contro
GhostSinobi
Muhammad Sadli
GHOST SINOBI – Ninja Scalper XAUUSD GHOST SINOBI is a fully automated Expert Advisor (EA) designed for XAUUSD (Gold) using a trend-following strategy with smart filters . Like a ninja, this EA operates fast, precise, and disciplined , delivering consistent profits with strong risk protection. Key Features Optimized for XAUUSD H1 timeframe Ultra-high win rate: 97%+ based on real tick backtests Works with small deposits (starting from $100) and prop firm accounts Full protection: Ad
QiwiX EA
Ilya Zelenov
QiwiX EA 是一个算法交易顾问,使用修改后的网格策略,具有对冲和平均元素,在三个平面对(NZDCAD,AUDCAD,AUDNZD)上进行交易。 该策略基于使用布林带指标的反趋势交易。 部分获利回吐有助于在最轻微的回调时退出头寸,保留累积结果,内置的标准普尔500过滤器暂停交易48小时,防止市场冲击。 信号监测: https://www.mql5.com/en/signals/2362484 主要特点QiwiX EA: 同时交易3个单位对 安全平均的受控地段增加 部分获利回吐 标准普尔500波动率过滤器(48小时暂停) 可配置的止损水平 推荐参数: 押金:1000美元起 杠杆:1:500 止损:40% 账户类型:对冲 对:NZDCAD,AUDCAD,AUDNZD VPS的使用是强制性的 安装说明: EA具有简单直观的设置(见截图) 在三对(NZDCAD、AUDCAD或AUDNZD)的图表中添加一个专家顾问,任何时间段,你都不需要在所有图表中添加一个顾问! 多币种顾问 QiwiX EA的基本设置: *Baselot-交易的基本手数,如果"使用余额乘数"参数设置为F
EA Scalp EDay required set file Be sure to contact me after purchase for personalized recommendations and a personal bonus! - Is a scalping system on strong price levels. One of the oldest strategies, modernized and updated for the current market. The strategy does not require any optimization. You should just install the set file and run it according to the recommendations. Advantages of EA Scalp EDay: - Optimal SL/TP ratio. - Low SL, which makes the system as safe as possible. - Every ord
Hawk Turn Grid EA
AL MOOSAWI ABDULLAH JAFFER BAQER
Hawk Turn Grid EA Capture market turning points with confidence. Recover with intelligence. Hawk Turn Grid EA is a sophisticated automated trading system that combines market reversal detection with an advanced Grid Recovery Engine to identify high-probability turning points in the market. Inspired by the precision and timing of a hawk, the EA waits patiently for favorable reversal conditions before executing trades, helping traders enter the market at strategic price levels. Rather than opening
QILIN IMPERIAL-GRID GOLD MECH    H1 SuperTrend Smart Grid with Crash Protection    Qilin Imperial-Grid Gold Mech ($1,499) is an advanced trend-following Smart Grid Expert Advisor. Inspired by the "Qilin" (Kirin), the ancient mythical creature that brings immense wealth and divine protection, this EA is designed to safely accumulate profit while avoiding catastrophic market crashes. While traditional grid systems are extremely dangerous and often blow accounts when the market trends strongly aga
Razgon X
Mikhail Atarskii
Razgon XAUUSD EA is a high-performance automated trading robot specifically designed for trading XAUUSD (Gold). The advisor uses a multi-level signal filtering system, including ALMA, trend filter based on EMA and MACD, allowing only high-quality trading decisions. Supports trading on multiple currency pairs and includes a built-in control panel with a transparent glass interface. Key Features ALMA indicator entry filter (fast and slow) Trend filter using three EMA (96) and EMA 200 MACD filter
Delta Quantum
Ioannis Xenos
Delta Quantum EA by Xignal Coding This price is for the first 20 purchases. Next price -> 100$ Delta Quantum is a mean reversion Expert Advisor designed for traders who want both simplicity and power. It calculates the Delta (distance) – a unique measurement that highlights potential turning points in the market – and uses this as a signal for precise entries. Why choose Delta Quantum? Beginner-friendly with ready-to-use defaults for EURUSD H1. Advanced customization for traders who want to take
Fundamental Robot MT5
Kyra Nickaline Watson-gordon
Fundamental Robot is an Expert Advisor based on Fundamental Signals Indicator. The Fundamental Signals Indicator has a powerful calculation engine that can predict market movement over 30000 points. The indicator is named fundamental because it can predict trends with large movements, no complicated inputs and low risk.  The EA works with low margin levels and thus has low risk. Using EA : The EA is very simple and without complicated input parameters. These are main parameters must be set
Phoenix Edge
Alvaro Albillos Gutierrez
Phoenix Edge is a systematic trend-following Expert Advisor for Bitcoin (BTCUSD)  and Gold (XAUUSD) . Each symbol runs its own optimized parameter profile that the EA applies automatically based on chart detection. No martingale, no grid, no scaling into losses. One signal, one entry, one exit — managed with adaptive stops and R-multiple targets. Validation methodology This product is transparent about how each symbol's profile was validated.  XAUUSD and BTCUSD — walk-forward validated Out-of
NANA The Gold Digger EA. ️ A powerful Martingale Expert Advisor built for XAUUSD traders who want a simple, automated, and tested approach to the gold market. The Gold Digger EA has been tested mostly on Gold (XAUUSD)  and has proved to be profitable and made significant amount of money every month  the same settings shown in the video are the exact inputs used in real live market conditions . NOTE :  THERE ARE SOME BROKERS IN WHICH THE INPUT OF POINTS BETWEEN TRADES 450 POINTS AS I TESTE
Gold One
Habib Gholamali Heidari
2.79 (52)
Gold One  MT5 大家好,外汇黄金交易爱好者们, 欢迎使用我们的机器人,加入顶级黄金交易者的行列。凭借超过二十年的精准外汇市场经验,我们自豪地推出最新一代的交易机器人。 特点:  非常适合prop公司挑战。 适合所有账户规模,包括小额资本。 无   网格和   无   马丁格尔 100% 完全自动化 该机器人采用最新的、最先进的专门用于黄金交易的指标,具有无与伦比的准确性来识别买入和卖出点。这代表了外汇市场中黄金交易的革命性突破。这一创新是经过十多年研究、试验和广泛测试的成果,融入了顶级黄金交易专家的见解。通过利用复杂的黄金交易模式,我们的机器人确保了您的安心,让您可以无压力地监控其完全自动化的交易。多年的测试结果清楚地表明,我们的机器人表现优越。 其他主要特点 自动交易  XAUUSD  货币对。 每笔交易都有  SL 保护,TP 和 SL 都可以根据市场条件 变化 。 非常容易安装,无需更改设置,只需在  XAUUSD H1上运行一次 建议使用 VPS 来保持EA 24/7运行,具有低延迟 推荐使用  低点差的经纪商 最低初始存款:$500 新闻和替代设置在Tel
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
Robot King Gold Auto Trade XAUUSD RAW Grid Scalper is a MetaTrader 5 Expert Advisor designed for XAUUSD (Gold) on the M1 timeframe , optimized for RAW / low-spread accounts and hedging mode . Live Monitoring / Signal (Optional) You can monitor a live performance page here: https://www.mql5.com/en/signals/2352656 (Monitoring only. Using this EA does not require subscribing to the Signal.) It combines a MA-triggered basket entry with a controlled grid (multi-position) recovery and basket exit
Ultimate Range Master
Lefika Raphel Sebatane
Ultimate Range Master EA: The Ultimate 4-in-1 Range Trading Solution Overview The Ultimate Range Master EA is a cutting-edge expert advisor designed for traders who thrive in range-bound markets. Offering four distinct and powerful range trading strategies, this all-in-one EA provides unparalleled flexibility, precision, and automation to suit your trading style. Key Features Time Range Strategy Define the start and end times for a market range, and let the EA take control. Trades breakout oppo
ID Trade_Bot BS - an effective tool for automated trading using RSI Trade_Bot BS is an efficient solution for automated trading based on RSI, allowing flexible parameter customization and risk management. Thanks to the ability to choose a trading mode, dynamic Stop-Loss and Take-Profit levels, and trading mode adjustment (buying, selling, or both), it is suitable for various trading strategies. Key Features: Uses the RSI indicator to determine market conditions. Automatically opens an
Exp5 The xCustomEA for MT5
Vladislav Andruschenko
4.27 (11)
The xCustomEA for MetaTrader 5 — 适用于自定义指标的通用交易 Expert Advisor 将几乎任何自定义指标快速转化为自动化交易系统。 The xCustomEA for MetaTrader 5 是一款通用型 Expert Advisor,能够读取您的自定义指标信号,并按照您设定的逻辑自动执行交易。 您只需要填写指标名称、信号缓冲区和关键参数,EA 就会基于这些数据完成自动执行。对于希望把自定义指标快速接入实盘交易、又不想为每一个新想法都重新编写一个机器人 的交易者和开发者来说,这是一个高效、灵活且可重复使用的交易引擎。 The xCustomEA 并不只是一个“信号转订单”的简单工具。它把自定义指标接入能力与 The X 产品线成熟的交易架构结合在一起,为您提供完整的进场、出场、过滤、保护和持仓管理环境。 The xCustomEA for MetaTrader 4 | 完整使用说明 + DEMO + PDF | 设置与输入参数说明 | PIPFINITE TREND PRO 策略示例 | The X — Universal EA 产品定位 这款
Aurum Intraday EA
Rodrigo Leonardo Favreau Giuliodoro
Aurum Intraday EA – Advanced Gold Trading Algorithm The Aurum Intraday EA is a powerful automated trading system designed specifically for Gold (XAUUSD) traders who want to capture strong intraday movements while maintaining full control over risk and strategy configuration. Built with a robust algorithm and optimized for H1 and H4 timeframes (H4 recommended) , this Expert Advisor is capable of identifying high-probability opportunities in the gold market and executing trades with precision and
Currency   EURUSD . Timeframe   H1 The minimum deposit is $ 200 when trading 0.5% per trade.  The Expert Advisor is based on   classic, time-tested indicators . Also, some strategies use   Price Action . Every trade is protected by a stop loss    No   martingale,   no   grid,   no   high risk strategies. All strategies used here are trend following and reversal. Compliance with MM = 0.5% for each trade is recommended. Question: - Why is testing so slow? Answer: - Be patient,   15 very diff
该产品的买家也购买
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (8)
传奇仍在继续。女王不断进化。 欢迎来到 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.54 (127)
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.46 (102)
道具公司已准备就绪!( 下载道具文件 ) 警告: 目前仅剩少量存货! 最终价格:990美元 免费获得 1 个 EA(适用于 3 个交易账户)-> 购买后请联系我 超值组合优惠   ->   点击这里 加入公开群组: 点击此处   实时信号 客户端信号 YouTube 评论 最新手册 欢迎来到黄金收割者! 这款EA是在非常成功的Goldtrade Pro的基础上开发的,设计用于同时在多个时间框架上运行,并且可以选择将交易频率设置为从非常保守到极度波动。 该EA使用多种确认算法来寻找最佳入场价格,并在内部运行多种策略来分散交易风险。 所有交易都有止损和止盈,但同时也使用追踪止损和追踪止盈来最大限度地降低风险,并最大限度地提高每笔交易的潜力。 该系统基于非常流行且行之有效的策略:交易突破重要支撑位和阻力位的交易机会。   黄金非常适合这种策略,因为它是一种波动性很高的货币对。 系统会根据您的账户规模和最大允许回撤设置自动调整交易频率和手数! 回测结果显示增长曲线非常稳定,回撤幅度控制得非常好,恢复速度也很快。  这款EA已经针对黄金进行了最长时间的压力测试,使用了多个经纪商的多个价格
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.45 (121)
更少交易。更好交易。稳定性高于一切。 • 实时信号 模式 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
Ultimate Breakout System
Profalgo Limited
5 (46)
重要的 : 此套装将仅以当前价格出售,且数量非常有限。    价格很快就会涨到 1999 美元    包含 +100 种策略 ,未来还会有更多! 奖励 :价格为 1499 美元或更高 --> 免费选择我的其他  5  个EA! 所有设置文件 完整的设置和优化指南 视频指南 实时信号 审查(第三方) NEW - VERSION 5.0 - ONECHARTSETUP NEW - 30-STRATEGIES LIVE SIGNAL 欢迎来到终极突破系统! 我很高兴向您介绍终极突破系统,这是经过八年精心开发的先进且专有的专家顾问 (EA)。 该系统已成为 MQL5 市场上多个顶级 EA 的基础,包括广受好评的 Gold Reaper EA、 连续七个多月保持第一的位置,以及 Goldtrade Pro、Goldbot One、Indicement 和 Daytrade Pro。 终极突破系统不仅仅是另一个 EA。 它是一种专业级工具,旨在帮助交易者在任何市场和时间范围内创建无限数量的突破策略。 无论您专注于波段交易、剥头皮交易还是构建多元化投资组合,该系统都能提供无与伦比的灵活性和
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 King EA
Bogdan Ion Puscasu
4.96 (211)
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 对开发的全自动交易系统。 它将网格策略的结构与马丁格尔的自适应恢复逻辑相结合,形成了一个在所有市场阶段智能管理交易的系
Goldwave EA MT5
Shengzu Zhong
4.73 (71)
真實交易帳戶   LIVE SIGNAL(IC MARKETS): https://www.mql5.com/en/signals/2339082 本 EA 使用與 MQL5 上已驗證之實盤交易訊號完全相同的交易邏輯與執行規則。在使用建議且已優化的設定,並搭配信譽良好的 ECN / RAW 點差經紀商 (例如 IC Markets 或 TMGM) 時,本 EA 的實盤交易行為在設計上,將高度貼近該實盤訊號的交易結構與執行特性。請注意,由於不同經紀商的交易條件、點差、執行品質以及 VPS 環境存在差異,個別使用者的實際結果可能有所不同。 本 EA 為限量銷售產品,目前僅剩 2 個授權名額,售價為 USD 999。完成購買後,請透過私人訊息與我聯繫,以取得使用手冊與建議設定。 不使用過度網格策略,不使用高風險馬丁格爾,不進行攤低成本操作。 目前此 EA 仍處於早期限量階段價格。未來價格將依據銷售與維護階段進行調整,預計每個階段上調約 USD 100,今年的目標最終價格為 USD 1899。 重要說明 GoldWave 是以真實市場環境為核心設計的交易系統。 它使用 AI 輔助的自適應邏
Nexorion Initium Novum EA
Valentina Zhuchkova
5 (16)
NEXORION: Initium Novum — 确定性逻辑与算法综合体系 NEXORION 是一款基于严密流动性处理数学算法的机构级分析系统。该项目的核心理念是“计算透明化”:交易型 EA 将混沌的价格流转化为结构化的几何区域,并将决策过程直接在交易图表上进行可视化呈现。 实时信号监控 https://www.mql5.com/es/signals/2372338 系统技术规格 交易资产 :XAUUSD (黄金) 运行周期 :H1 (1小时图) 核心方法论 :机构流动性分析与确定性逻辑 (Institutional Liquidity Analysis & Deterministic Logic) 决策依据 :流动性池与平衡水平的数学计算 数学架构与可视化 本系统的关键创新在于 动态计算映射 (Dynamic Computation Mapping) 。算法不仅是分析价格,更是通过以下模块构建市场的数学模型: 流动性追踪 (Liquidity Tracking) :基于市场阶段的深度分析,精确识别买方流动性 (BSL) 与卖方流动性 (SSL) 区域。 平衡态分析 (Equili
AXIO Gold EA
Shengzu Zhong
4.6 (10)
AXIO GOLD EA MT5 MQL5 實盤信號參考 https://www.mql5.com/en/signals/2378982?source=Site+Signals+My AXIO GOLD EA MT5 是一款專門為 MetaTrader 5 上的 XAUUSD 黃金開發的自動交易系統。 該 EA 使用與 MQL5 上已驗證實盤信號相同的邏輯和執行規則。當使用推薦的優化設定,並運行在信譽良好的 ECN/RAW 原始點差經紀商,例如 TMGM 時,該 EA 的實盤交易行為設計目標是盡可能貼近該實盤信號的交易結構和執行特徵。 請注意,經紀商條件、點差、執行品質、交易品種規格、滑點、延遲、VPS 環境以及帳戶設定方面的差異,都可能導致個人帳戶結果有所不同。 AXIO GOLD 不使用危險的馬丁格爾加倉法,不使用過度網格擴展,也不會在虧損交易中不斷加倉攤平。 目前產品價格以 MQL5 Market 頁面顯示為準。未來價格可能會根據產品開發、更新、維護以及支援工作量進行調整。 購買後,請透過 MQL5 私訊聯絡我,以取得使用者手冊、推薦設定和安裝指導。 開發者介紹 我是 MetaT
Gold House MT5
Chen Jia Qi
4.53 (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 年历史数据开发验证,并经过实盘确认后才决定公开。我们没有为了上架专门优
Pulse Engine
Jimmy Peter Eriksson
3.94 (34)
最新消息——目前仅剩少量存货,欲购从速! 该系统的主要目标是在不使用任何有风险的鞅或网格的情况下实现长期的实时性能。  数量极其有限,现价优惠 最终价格 1499 美元 【实时信号】    |    【回测结果】    |    【设置指南】    |    【FTMO 结果】 一种不同的交易方法 Pulse Engine 不使用任何指标或特定时间框架。它采用了一种非常独特的方法,这是 MQL5 上任何其他交易系统都不采用的方法。 它交易的是日内方向性模式。这些模式是我利用自己多年来不断开发和完善的特定模式识别软件发现的。 该软件使我能够识别出市场历史上在一天中哪些时段会出现强劲的单向波动。 每个市场和每周的每一天都有其独特的走势。 这种方法之所以如此强大,是因为它不依赖于市场是处于趋势行情、反转行情还是任何特定的市场状态。其模式与这些因素完全无关。 脉冲引擎包含涵盖 六大市场的 70 多种不同模式 ,并结合超过 5万笔 交易的历史回测数据。 每个市场的回测时间均尽可能追溯至数据允许的最长时期, 外汇货币对约 20年,指数约 15 年, 加密货币 约10 年。这确保了极高的统计显
Wave Rider EA MT5
Adam Hrncir
4.88 (42)
Scalper speed with sniper entries. Built for Gold. Wave Rider 5.0 is out (see  Announcement ) $499 for a limited time  before the regular $599 price kicks in. Check the Live signal  or Manual  or  Broker performance Version 5.0 upgrade notice: Close all Wave Rider positions before updating. Strategy Magic Numbers and several input names changed. Review your settings and save a new preset because older sets or templates may not restore every option. New version runs best on VT Markets, Vantage, B
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (507)
介绍     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凭借其卓越的亏损交易处理方法,在众多专家顾问中脱颖而出。
BB Return mt5
Leonid Arkhipov
4.48 (124)
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 模式。系统平均每年约执行
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.77 (128)
量子比特币 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 经过优化,可以捕捉每个周期中发生的模式,确保它始终以有利的方式结束交易 为什么选择量子比
Impulse MT5
Simon Reeves
5 (13)
Are you ready to power up your Gold trading? Impulse by Starpoint Trading — A six-strategy gold EA that waits for the perfect shot. Launch offer: 30% off until 26th July   — to celebrate the v2.00 release, Impulse is available at a 30% discount. On 26th July the price reverts to $499, so grab it while the offer lasts. Impulse v2.00 is here! The biggest update in Impulse's history has arrived. Version 2.00 takes everything that made Impulse a disciplined, patient Gold trading system and elevates
XG Gold Robot MT5
MQL TOOLS SL
4.27 (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
Chiroptera
Rob Josephus Maria Janssen
4.57 (46)
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
Cortex Aurex
Vladimir Mametov
5 (2)
这是一个专为黄金(XAUUSD)交易而开发的全自动 MetaTrader 5 智能交易系统(Expert Advisor)。其交易逻辑专门针对黄金市场的特点而设计,包括快速的价格波动、剧烈的市场反转以及高波动性。该 EA 能够在对执行速度、交易纪律和精确仓位管理要求极高的市场环境中实现全自动交易。 该系统专注于严格的交易管理、快速响应市场变化以及受控的出场策略。其核心理念非常简单:通过移动止损(Trailing Stop)让盈利交易尽可能延续,同时使用固定止损(Stop Loss)保护每一笔交易,并在 M1 时间周期出现反向信号时提前平掉亏损仓位,从而进一步控制风险。 信号:  https://www.mql5.com/en/signals/2378776 特别优惠价格: 当前价格仅适用于前 40 份授权。售出 40 份后,EA 的价格将上涨 100 美元 ,调整为 599 美元 。 核心理念 本智能交易系统专为希望使用自动化黄金(XAUUSD)交易工具,并需要清晰、实用仓位管理机制的交易者设计。 EA 采用趋势跟随策略,在主趋势方向上的回调中寻找入场机会,从而在已有趋势中获得更有利的
Precise Pair Trading Pro
Arkadii Zagorulko
3.75 (12)
请注意,我不会通过任何第三方经销商、代理或其他分销渠道销售此 EA。 监控 -  实时信号 公开频道 - 这里 此 EA 交易两个品种,并寻找它们之间的短期失衡。当两个品种的走势偏离它们通常的正常关系时,EA 可以开仓,并在失衡变小时平仓。 这不是网格 EA。这不是马丁格尔。EA 不会打开很多恢复订单。每个品种只使用 1 个持仓。 它不是为了在回撤中持仓很多天而设计的。 EA 在开仓前使用过滤器。如果市场条件不好,它可以跳过交易。 EA 输入参数: 主要交易品种 - 用于交易的第一个品种。 次要品种 - 用于比较和交易的第二个品种。 分析时间周期 - 用于计算的时间周期。 历史数据深度 - EA 检查多少根K线用于计算。 Entry Threshold - EA 开仓前失衡必须有多强。数值越高,交易越少,但信号越强。 Exit Threshold - EA 判断失衡已经变小并且可以平仓的水平。 Close Target - 平仓的利润目标。较小的值可以更快平仓。较大的值可以等待更多利润。 Beta Smoothing - 使信号更稳定,并减少市场噪音。 Min Correlation
Aetherion Prime EA
Valentina Zhuchkova
AETHERION PRIME EA 专为 XAUUSD H1 周期打造的精准算法交易系统 公开实盘信号,可实时查看交易表现: https://www.mql5.com/ru/signals/2381671 限量首发优惠 首批仅有 7 份授权,首发价格仅为 259 美元 。 这 7 份售出后,价格将立即上涨 100 美元,调整至 359 美元 。 本次首发优惠专为希望在项目早期加入,并从一开始就通过公开实盘信号观察 Aetherion Prime EA 表现的交易者准备。 新一代黄金自动交易系统 Aetherion Prime EA 是一款专门为 MetaTrader 5 平台上的 XAUUSD H1 周期 开发的全自动交易系统。 该 EA 的核心理念非常清晰: 精准优先于频率,结构优先于情绪,风险控制优先于收益表现。 Aetherion Prime 不会频繁、随意地进入市场,而是会持续分析当前市场环境,等待内部入场条件完全满足后才执行交易。 每一笔仓位都会按照预先设定的算法规则进行开仓和管理,不受情绪影响,也不需要不必要的人工干预。 专门针对 XAUUSD 开发 黄金是金融市场中波
Byrdi
William Brandon Autry
5 (19)
BYRDI - 如同一体交易的 AI 网络 大多数智能交易系统只看到一个终端。 BYRDI 看到的是整个网络。 在一个账户上开立的交易,可能改变您所拥有的每一个其他账户的风险。 BYRDI 将各自独立的 MetaTrader 5 终端连接成一个协调一致的网格。每个节点都可以保留自己的账户、经纪商、市场、AI 模型、策略和风险设置,同时对更大的系统保持感知。 一个节点可以独立交易。 多个节点可以作为一个网络协同运作。 共享市场可以在符合条件的节点之间分配。敞口可以在整个网格中受到控制。如果某个被指派的节点变得不可用,在受支持的情况下,另一个符合条件的节点可以接管。 超越入场。超越账户。 一位交易者。众多市场。一个智能网络。 公开的网格表现 BYRDI 目前在三个公开跟踪的真实资金节点上运行。 3 个实盘 BYRDI 节点 相对于入金资本 +10.63% 的已平仓利润 $1,198.00 总入金 $1,325.53 合计余额 $1,322.58 合计净值 $127.30 已平仓利润 约 0.22% 当前合计浮动回撤 这些数据反映的是截图时刻的仪表盘状态。随着仓位开平、净值波动以及资本的存
Obsidian Flow Atlas EA
Valentina Zhuchkova
5 (6)
Obsidian Flow Atlas EA 精准 · 结构 · 执行 金融市场不会奖励情绪化的交易。 市场奖励的是纪律、稳定性,以及基于客观数据做出决策的能力。 Obsidian Flow Atlas EA 正是基于这一理念而开发。 这是一套面向 MetaTrader 5 的全自动交易系统,专为以下两种全球最受欢迎的交易品种而设计: • XAUUSD(黄金) • EURUSD(欧元兑美元) 系统能够自主分析市场环境、开仓并管理仓位,依靠其内部交易逻辑和内置风险管理模型独立运行。 您无需长时间盯盘、寻找入场机会或手动做出交易决策。 只需安装 EA,选择适合您的风险等级,然后让系统完成其余工作。 经验证的真实交易表现 为了确保最大程度的透明度,系统的实际交易表现可通过以下公开信号进行查看。 XAUUSD(黄金) https://www.mql5.com/en/signals/2378564 超过 3 个月的真实账户实盘交易记录。 EURUSD(欧元兑美元) https://www.mql5.com/en/signals/2378563 超过 3 个月的真实账户实盘交易记录。 这些公开信号
HFT Spike EA
OMG FZE LLC
3.67 (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 模式 对于每日亏损设
Golden Conqueror
Taner Altinsoy
5 (1)
Welcome to Golden Conqueror , a highly advanced, fully automated active scalping algorithmic system designed exclusively for Gold (XAUUSD) . Built with institutional logic, this EA strictly avoids dangerous grid or martingale systems. Instead, it utilizes high-precision Pivot Breakouts to exploit market momentum and volume surges. To ensure absolute risk mitigation and capital protection, the algorithm strictly limits itself to a maximum of 1 open trade at a time . Furthermore, every single exe
DAX Robot MT5
MQL TOOLS SL
5 (3)
DAX Robot is an advanced automated trading system developed specifically for the DAX 40 Index on the H1 timeframe. Designed to handle the fast paced nature of one of Europe's most actively traded indices , the robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic. The system focuses on identifying high probability trading opportunities by combining trend analysis, market momentum, and volatility based conditions. DAX Robot is designe
Waka Waka EA MT5
Valeriia Mishchenko
4.13 (40)
8+ years of live track record with +12,000% account growth: Live performance MT 4 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make profit Supported cu
XIRO Robot MT5
MQL TOOLS SL
4.94 (33)
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
作者的更多信息
SomaGold
Andrii Soma
5 (9)
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
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 突破宽度有三种
描述:   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
筛选:
Ukrit Khonglao
632
Ukrit Khonglao 2026.07.22 18:05 
 

Very strong product as always :D . I’ve followed Andrew for some time, and he’s remarkably transparent about his methodology for developing this EA - you can clearly see it right from the description. He tests across multiple brokers, which makes it much easier to decide where to run it. Having 20 breakout strategies (mostly on higher timeframes) in a single EA provides solid diversification and stability. Of course, past results don't guarantee future performance, and there might be a month here or there without positive gains. But given the ongoing market demand driving oil prices, the EA is well-positioned to capture those opportunities. I highly recommend Somaoil!

Andrii Soma
2189
来自开发人员的回复 Andrii Soma 2026.07.22 21:04
Thank you for such a detailed review! I appreciate your trust and glad to hear you find the EA transparency and broker tests helpful. Happy trading and low drawdowns ahead!
russham111
483
russham111 2026.07.21 12:36 
 

Seems well put together. Live trading will tell.

Andrii Soma
2189
来自开发人员的回复 Andrii Soma 2026.07.22 21:05
Thank you! Absolutely, live execution is what matters most. Wish you great trading!
回复评论