Whale Tick Speed Reversal Trap

Overview

This Expert Advisor (EA) targets high-probability, short-term scalping opportunities by analyzing minute-based market activity (tick momentum), indecision boxes, and breakout/momentum behavior—optionally aligned with trend and session filters. Version 2.0 replaces second-based TPS with a minute (M1) window model that’s Open Prices Only compatible and more stable to optimize. Additional entry modes (Breakout Close and Retest Entry) help capture moves that classic momentum filters may miss, while exits include Partial Take-Profit, Break-Even, and Trailing Stop for disciplined risk management.

How the Strategy Works

1) Activity Detection (Z-Score & Percentile)
The EA measures activity using M1 tick-volume windows (e.g., 3 bars = 3 minutes). It compares the current window to a set of past windows with a Z-Score filter. If Z-Score is not met, two fallbacks can still qualify the bar:

  • Backup Multiplier: Current ≥ (Average × Multiplier).

  • Percentile Gate: Current ≥ the Xth percentile of past windows.
    This layered design surfaces bursts of flow even in quiet regimes.

2) Indecision Box Confirmation (ATR or Pips)
After a valid activity reading, the EA confirms a tight price box across the last N M1 bars. You can define this either by a fixed pip range or by an ATR-based multiple, making the box adaptive to volatility.

3) Entry Triggers
The EA opens a trade when one of the following triggers appears after the box:

  • Momentum Candle: Strong body (≥ MinBodyPips) and restrained wick/body ratio.

  • Breakout Close: Last closed M1 candle finishes outside the box by at least X pips (no momentum wick/body check required).

  • Retest Entry: If a breakout occurred, the EA can enter on a retest of the broken box boundary within N bars (touch within Y pips).

4) Trend Alignment (Optional)
When enabled, entries must align with a higher-timeframe EMA trend (e.g., M5/EMA50), filtering trades to the dominant direction.

5) Session Filter (Optional)
Limit trading to specific server-time sessions (Asia, London, New York). This can increase quality or frequency depending on your setup.

6) Risk & Exits
Stop Loss (SL) is set beyond the indecision box edge with a configurable buffer; Take Profit (TP) is defined as an R-multiple of risk (e.g., 2.0R). Exits include Partial TP, Break-Even (with offset), and Trailing Stop (R-triggered), allowing you to lock in gains as the move develops.

Explanation of Input Parameters

Activity / Z-Score (minutes)

  • Activity_Window_Minutes: Number of M1 bars per activity window (e.g., 3 = 3 minutes). Smaller windows are more sensitive; larger are steadier.

  • Activity_ZScore_Enable: Enables statistical Z-Score filtering.

  • Activity_Past_Windows: Number of past windows for comparison (excludes the current).

  • Activity_ZScore_Threshold: Minimum Z-Score for a valid activity spike.

  • Activity_Backup_Multiplier: Fallback rule: Current ≥ Average × Multiplier.

  • Activity_Percentile_Enable: Enables percentile fallback when Z-Score/multiplier conditions fail.

  • Activity_Percentile_Min: Percentile threshold (0–100). Current must exceed this percentile of past windows.

Box / Indecision

  • Box_Mode (BOX_PIPS / BOX_ATR): Use a fixed pip range or ATR-based height.

  • Box_Max_Range_Pips: Max pip height of the box (PIPS mode only).

  • Box_Bars_M1: How many recent M1 bars define the box.

  • Box_ATR_Period_M1: ATR period used in ATR mode.

  • Box_ATR_Multiplier: Box height must be ≤ ATR × Multiplier (adaptive to volatility).

Momentum (M1)

  • Momentum_Min_Body_Pips: Minimum candle body size (pips) to qualify as momentum.

  • Momentum_Max_Wick_To_Body: Maximum wick/body ratio; keeps entries to clean, directional candles.

Entry Logic (More Signals)

  • Entry_Breakout_Close_Enable: Allows entry on a close X pips beyond the box (no momentum check).

  • Entry_Breakout_Pips: Required close distance beyond the box for Breakout Close.

  • Entry_Retest_Enable: Enables retest entries after a breakout.

  • Entry_Retest_Bars: Number of bars after the breakout during which a retest can trigger an entry.

  • Entry_Retest_Pips: Touch distance (tolerance) to the broken box boundary for valid retests.

Trend Filter (Higher TF)

  • Trend_Enable: Enforce trend alignment.

  • Trend_Timeframe: Higher timeframe for the EMA (e.g., M5).

  • Trend_EMA_Period: EMA period on the higher timeframe.

  • Trend_EMA_Shift: Index of the closed bar used for the check.

Session Filter (Server Time)

  • Session_Enable: Turn the session filter on/off.

  • Session_Asia_Enable / Start_Hour / End_Hour: Asia session controls (server time).

  • Session_London_Enable / Start_Hour / End_Hour: London session controls.

  • Session_NY_Enable / Start_Hour / End_Hour: New York session controls.

Risk / Targets

  • Risk_Fixed_Lot: Fixed position size (lots).

  • Risk_SL_Buffer_Pips: Extra buffer beyond the box edge for SL placement.

  • Risk_TP_R_Multiple: Take Profit as R-multiple of risk (e.g., 2.0 = 2R).

  • Risk_Max_Spread_Pips: Maximum allowed spread; entries are skipped when exceeded.

  • Risk_Max_Duration_Seconds: Hard time stop; closes trades after N seconds.

Exits: Partial / Break-Even / Trailing

  • Exit_Partial_Enable: Enables partial profit taking.

  • Exit_Partial_Trigger_R: R-level at which to take partial profits.

  • Exit_Partial_Close_Pct: Percentage of the position to close at the partial.

  • Exit_BE_Enable: Enables moving SL to break-even.

  • Exit_BE_Trigger_R: R-level to set break-even.

  • Exit_BE_Offset_Pips: Offset beyond entry to account for costs/slippage.

  • Exit_Trail_Enable: Enables trailing stop.

  • Exit_Trail_Trigger_R: R-level after which trailing becomes active.

  • Exit_Trail_Distance_Pips: Trailing distance (pips) once active.

General

  • General_Magic: Unique ID so the EA can distinguish its trades.

  • General_Use_Comments: Whether to add comments to orders/positions.

Important Risk Disclosure

This EA is an automated trading tool. Trading in financial markets involves substantial risk, including the potential loss of all invested capital.

No Guarantee of Future Performance: Results from past periods do not guarantee future outcomes. Market structure and volatility regimes evolve; what worked historically may degrade. Always forward-test and periodically re-evaluate.

Volatility & Slippage: Rapid moves, news events, liquidity gaps, or wider spreads can cause slippage, delayed fills, or missed stops. ATR-based boxes and activity filters may behave differently across symbols and brokers.

Position Sizing: Risk_Fixed_Lot directly scales both profits and losses. Choose sizing consistent with your risk tolerance and account size. Consider diversifying and capping daily/weekly loss.

Platform/Broker Conditions: Execution quality, minimum stop distances, and symbol specifications vary. Verify SL/TP distances, contract sizes, and tick value for your broker.

Best Practices: Thoroughly test on a demo account first. Use Open Prices Only for reproducible backtests with this EA, then validate on live ticks. Trade only with money you can afford to lose.


推荐产品
Gold Crowd Density Flip
Murtadha Majid Jeyad Al-Khuzaie
Gold Crowd Density Flip Expert Advisor is a powerful, market-ready trading system designed exclusively for XAUUSD (Gold) on the 15-minute timeframe. Built with precision logic and advanced filters, this EA is engineered to capture explosive breakout opportunities during periods of market compression, while maintaining strict risk management and professional-grade trade execution. Gold is one of the most volatile and liquid instruments in the financial markets, and trading it successfully requi
FREE
Panha Scalping EA MT5
Huy Phanna
2.75 (4)
PANHA SCALPING EA MT5 PANHA SCALPING EA MT5 is a professional automated scalping system designed to trade fast-moving forex markets using real-time market direction and advanced position control. The EA focuses on precise entries, controlled exposure, and intelligent basket-level profit and risk management, making it suitable for traders who want structured, automated scalping without complex configuration. Strategy Overview Market-direction based scalping Designed for fast-moving forex symbo
FREE
This EA finds Fair Value Liquidity (FVL) on the chart, tracks when they get mitigated , and then looks for an inversion signal (price “fails” through the zone). When that inversion happens, it places a trade in the opposite direction of the original Liquidity gap (an Inverse FVG approach). It also lets you control when it trades using market sessions , and it can auto-close positions at New York open (all positions or profitable-only). Key advantages Clear, rule-based entries (no guessing): trad
FREE
Reversal Composite Candles
MetaQuotes Ltd.
3.69 (16)
该系统的思路是通过计算复合蜡烛来识别反转形态。 反转形态类似日本蜡烛条分析的 "锤头" 和 "吊颈" 形态。但它使用符合蜡烛替代单一的蜡烛,并且不需要复合蜡烛的小实体来确认反转。 输入参数: Range - 最大柱线数量, 计算复合蜡烛时用。 Minimum - 最小复合蜡烛大小 (传统的点数)。 ShadowBig and ShadowSmall - 影线 (复合蜡烛单元)。 Limit, StopLoss and TakeProfit - 开盘价, 止损位和止盈位, 它们是相对于复合蜡烛的收盘价 (复合蜡烛单元)。 Expiration - 订单过期时间 (单位柱线), 用于挂单 (Limit!=0.0)。 反向蜡烛条形态的判别如下。 它计算复合蜡烛参数,其自最后的完整柱线 (索引为 1) 至由 Range 输入参数定义的柱线数量。如果复合蜡烛大小大于由 Minimum 输入参数指定的数值, 它分析复合蜡烛的影线检测反转条件。 空头能量的特征是复合蜡烛的上影线为零, 多头能量的特征是复合蜡烛的下影线为零。 为确认空头趋势反转 (且多头开始),需要以下检查: 下影线的大小 (多头能量
FREE
ROMAN5 时间突破指标自动绘制日线的支撑和阻力突破箱体。它可帮助用户识别何处进行买入、卖出。当新信号出现时,它可发出提示和声音。它还具有发送邮件功能。您的邮件地址和 SMTP 服务器设置应该在 MetaTrader 5 的 "邮箱" 标栏里的设置窗口里指定。 蓝色向上箭头 = 买。 红色向下箭头 = 卖。 您可以使用一款我的移动止损产品,来自动移动止损,并包括设置盈亏平衡。 ROMAN5 分型移动止损   ROMAN5 抛物线SAR 移动止损 ROMAN5 布林带移动止损 ROMAN5 HeikenAshi 移动止损 ROMAN5 均线移动止损 ROMAN5 高级移动止损 如果您希望尝试 EA, 参见 ROMAN5 时间突破 EA 。 版本 1.2: 发送推送通知至移动终端。
FREE
SPECIAL LAUNCH OFFER: $30 (1-Month Rent) Limited time offer to build our community and gather feedback! AmbM GOLD Institutional Scalper A high-precision M5 algorithm for XAUUSD (Gold) , engineered to trade exclusively at Institutional Liquidity Levels ($5/$10 psychological marks). PERFORMANCE DATA (BUY ONLY) • Win Rate: 87.09%. • Safe Growth: +$4,113 profit on $10k (13.75% Max Drawdown). • Extreme Stress Test: Successfully generated +$22,997 in a 5-year stress test (2020-2026), proving
Babel Assistant
Iurii Bazhanov
4.33 (9)
Babel assistant 1     The MT5 netting “Babel_assistant_1” robot uses the ZigZag indicator to generate Fibonacci levels on M1, M5, M15, H1, H4, D1, W1  periods of the charts , calculates the strength of trends for buying and selling. It opens a position with "Lot for open a position" if the specified trend level 4.925 is exceeded. Then Babel places pending orders at the some Fibonacci levels and places specified Stop Loss , Take Profit. The screen displays current results of work on the position
FREE
Fractal Trend Master 是市场上最强大且最复杂的智能交易系统之一,旨在保护交易者的资金,同时最大化盈利机会。基于 比尔·威廉姆斯 的著名方法论,该EA使用三种重要的技术分析工具: 鳄鱼指标 、 分形 和 Gator振荡器 ,为识别和跟随市场趋势创建了一个强大而精准的框架。 该EA专注于 高级风险管理 和 资金保护 ,提供对交易和亏损的有效控制。通过选择 固定或动态手数 ,设定每日 盈亏限额 (P/L) 并执行 经过验证的策略 ,Fractal Trend Master适合保守和激进的交易者。 主要特点: 高级风险管理 :在固定或动态手数之间进行选择,并设定每日盈亏限额以保护您的资金。 基于比尔·威廉姆斯的策略 :该EA采用基于鳄鱼指标和分形的三种策略,并通过Gator振荡器确认趋势。 全自动化 :EA自动管理开仓和平仓,用户可以调整止损、止盈和移动止损等参数。 多时间框架 :适用于任何时间框架,在较大的时间框架(H4及以上)中表现最佳,同时在较小的时间框架中提供较高的交易频率。 优化范围  PARAMETER START STEP END JAW PERIOD  1
Super Trend eu
Emin Ulucanli
4.83 (6)
SUPERTREND; It is a trend following indicator based on the SuperTrend ATR created by Olivier Seban. It can be used to detect changes in trend direction and locate stops. When the price falls below the indicator curve, it turns red and indicates a downtrend. Conversely, when the price moves above the curve, the indicator turns green, indicating an uptrend. Like other indicators, it works well on SuperTrend when used in conjunction with other indicators such as MACD, parabolik SAR, Bollinger Band
FREE
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUD
PipFinite EA Breakout EDGE MT5
Karlo Wilson Vendiola
5 (3)
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible acros
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,
BandPulse
Lee Han Su
4 (2)
BandPulse is a powerful trading expert that combines Martingale, Hedging, and Scalping strategies, simplifying the management of trading complexities. This EA uses advanced algorithms to maximize the strengths of each strategy while meticulously managing risks. The balance-based risk management feature provides users with safety, and when used in conjunction with IAMFX-Agent , it can achieve both risk management and profit maximization. This combination is designed to offer users the best pos
FREE
FLCproMAX
Dragoljub Vujcic
FLCproMAX v4.00 – A Systematic Trading Algorithm for Multiple Asset Classes Requirements & Infrastructure Recommendations Platform: MetaTrader 5 Account Type: Hedging Accounts (Netting environments are not supported due to matrix position recording structures). Leverage: Minimum 1:100, Recommended 1:500. VPS Recommendation: A dedicated Virtual Private Server (VPS) with ultra-low latency is highly recommended to ensure round-the-clock, continuous bar-by-bar execution without internet drops or lat
Caicai L&S Yield Histogram Important Notice: This indicator is an integral tool of the automated EA Caicai Long and Short Pair Trading . This indicator visually displays the percentage deviation (Yield %) of a pair's current spread relative to its own historical mean. It is an excellent tool for quickly visualizing the gross financial potential of a market distortion in Long & Short operations. Main Features: Percentage Visualization: Understand the size of the distortion in palpable percentage
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Golden IronCanopy 3178 AI (MT5) [Subtitle: Adaptive Canopy | Aroon Trend Oracle | Iron Shield Safety] Introduction Golden IronCanopy 3178 AI is a fortified trend-following system designed to protect capital like an "Iron Canopy" while capturing significant market movements. It constructs a protective structure using Envelopes (The Canopy) around a central Adaptive Moving Average (AMA) . It confirms trend conviction using MFI (Money Flow
Brent Trend Bot
Maksim Kononenko
4.5 (16)
The Brent Trend Bot special feature is simple basic tools and logic of operation. There are no many strategies and dozens of settings, like other EAs, it works according to one algorithm. The operating principle is a trend-following strategy with an attempt to get the maximum profitability adjusted for risk. Therefore, it can be recommended for beginners. Its strong point is the principle of closing transactions. Its goal is not to chase profits, but to minimize the number of unprofitable trans
FREE
PZ Goldfinch Scalper EA MT5
PZ TRADING SLU
3.34 (56)
这是我著名的剥头皮机Goldfinch EA的最新版本,它是十年前首次发布。它以短期内突然出现的波动性扩张为市场提供了头条:它假设并试图在突然的价格加速后利用价格变动的惯性。这个新版本已经过简化,使交易者可以轻松使用测试仪的优化功能来找到最佳交易参数。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 简单的输入参数可简化优化 可定制的贸易管理设置 交易时段选择 工作日选择 金钱管理 谨防... ick牛黄牛是危险的,因为许多因素都会破坏收益。可变的点差和滑点降低了交易的数学期望,经纪人的低报价密度可能导致幻像交易,止损位破坏了您获取利润的能力,并且网络滞后意味着重新报价。建议注意。 回溯测试 EA交易仅使用报价数据。请以“每笔交易”模式回测。 它根本不使用HLOC(高-低-开-关)数据 交易时间无关紧要 为了获得更好的性能,请为您希望在每个刻度线模式下交易的每个交易品种运行云优化。稍后分享! 输入参数 触发点:触发点差所需的价格变动。 (预设= 10) 最小时间窗口:价格波动发生的最短时间。 (默认= 3) 最长时间窗口:价格波动发生的最长时间。
FREE
Gold Queen
Souvik Sarkar
4 (1)
Gold Queen 是一款自动交易系统,旨在根据趋势方向和价格行为识别潜在交易机会。 它使用技术指标评估市场状况,并系统性地管理入场和平仓。Gold Queen 适合偏好遵循预定规则的自动化交易解决方案的交易者。 请注意,任何交易系统的表现可能随市场状况变化而不同,在测试环境中的历史表现并不代表未来结果。 使用“即插即用”设置即可快速开始:只需安装,设置您的风险参数,然后交由系统自动运行。我会持续监测市场动态,发现潜在交易机会,并精准执行入场,同时始终将风险管理放在首位。 最低要求: 经纪商:低点差 最低入金:$500(杠杆 1:100) 推荐入金:$1000(杠杆 1:500) 杠杆:至少 1:100,推荐 1:500 账户类型:ECN、Raw 或 Razor 低点差账户 VPS:必备,确保 EA 全天候运行
FREE
Long Waiting
Aleksandr Davydov
Expert description Algorithm optimized for Nasdaq trading The Expert Advisor is based on the constant maintenance of long positions with daily profit taking, if there is any, and temporary interruption of work during the implementation of prolonged corrections The Expert Advisor's trading principle is based on the historical volatility of the traded asset. The values of the Correction Size (InpMaxMinusForMarginCallShort) and Maximum Fall (InpMaxMinusForMarginCallLong) are set manually. Recomm
FREE
Budget Golden Scalper M1 — Trial Edition Built for traders who are tired of hype and ready for transparency Let’s be honest. If you have explored automated trading before, you have probably seen systems that looked perfect in backtests but behaved very differently in live markets. Many traders today are understandably cautious — and rightly so. Budget Golden Scalper M1 was created with this reality in mind. This is not marketed as a “holy grail” or a get-rich-quick robot. Instead, it is a str
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.6 (35)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
ATR Volatility Breakout
Samuel Cavalcanti Costa
Professional breakout Expert Advisor based on the Average True Range (ATR) indicator. This EA automatically places Buy Stop and Sell Stop orders at a distance of ATR multiplied by a user-defined factor (default 1.5) above the current Ask and below the current Bid. When price breaks out, the pending order triggers, and the opposite pending order is automatically canceled. The ATR adapts to market volatility: during high volatility, the breakout distance increases; during low volatility, it decr
TrendFollowMT is a fully automated trading system which is using large time frame to determine the trend and use small time frame to find the entry point. Once the trend changed to opposite side, the system will wait for another entry point to recover with bigger lot size. Moreover, the target profit will be moved up when more position had been opened. The aim is to cover the cost of waiting time and risk. Free version will only trade on buy signal and locked the initial Lot size (0.01). Paid v
FREE
Meteoro
Gabriel Joel Dos Passos
FORCE CANDLE PRO MT5 请留下您的反馈和评分,然后给我发消息,我会把测试后的参数发给您。 一款 动量 交易 机器人 以 纪律 和 清晰 捕捉 强势 行情 只 在 市场 出现 真实 的 强势 蜡烛 时 入场 实体 明显 反向 影线 受控 读取 客观 执行 稳健 不 夸张 不 依赖 外部 组件 不 使用 马丁策略 不 使用 网格策略 为什么 选择 FORCE CANDLE PRO 它 寻找 价格 能量 在 单根 强势 蜡烛 中 集中的 时刻 当 这种 情况 出现 时 延续 概率 往往 提升 机器人 衡量 实体 强度 与 ATR 的 关系 评估 实体 与 全程 的 比例 并 检查 反向 影线 是否 受控 你 也 可以 启用 近期 高点 或 低点 的 突破 确认 结果 是 更 干净 的 入场 有 背景 有 逻辑 专注 捕捉 走势 的 主动 段 适用 人群 希望 入场 清晰 降低 噪音 的 交易者 偏好 轻量 实用 且 无 外部 库 依赖 的 EA 的 交易者 希望 快速 配置 使用 点 位 止损 和 止盈 的 交易者 追求 执行 一致 且 风险 控制 简洁 的 交易者 本 E
FREE
Prometheus Analyst
Humphrey Mangera
PROMETHEUS TECHNICAN VERSION Free | By THE SONS A gift from The Sons — no strings, no trial, no expiry. Every trader deserves access to professional-grade market intelligence. That belief is why Prometheus Technical Version exists, and why it costs nothing. Consider it our handshake to the trading community. What You're Getting This is not a simplified tool dressed up as a gift. Prometheus Technican Version is a fully built, institutional-quality technical analysis indicator running a dual-model
FREE
Investopedia FIVE
Joseph Anthony Aya-ay Yutig
Investopedia FIVE EA 基于这篇文章: https://www.investopedia.com/articles/forex/08/five-minute-momo.asp 交易条件 - 寻找低于 X 周期 EMA 和 MACD 的货币对交易处于负区域。 - 等待价格上穿 X 周期 EMA,然后确保 MACD 处于从负向正的交叉过程中,或者在五个柱内进入正区域。 - 在 X 周期 EMA 上方做多 X 个点。 - 在入场时卖出 X 个头寸加上风险金额;移动下半场的止损点以达到盈亏平衡。 - 使用追踪止损 - 风险警告 - 在您购买 ADX PRO 之前,请注意所涉及的风险。 - 过去的表现并不能保证未来的盈利能力(EA 也可能亏损)。 - 显示的回溯测试(例如在屏幕截图中)经过高度优化以找到最佳参数,但因此无法将结果转移到实时交易中。 - 该策略将始终使用止损,但 SL 的执行仍取决于您的经纪商。 如果您对 EA 有任何建议,请给我留言。谢谢!
WH AutoFib EA MT5
Wissam Hussein
4.6 (5)
AutoFib EA 是一款先进的专家顾问,旨在利用斐波那契回撤和扩展水平的力量进行自动交易。 无论您是新手还是经验丰富的交易者,AutoFib EA 都能为您的交易策略提供精准而高效的支持。 Test   The EA Before Risking Real Money.  根据测试 结果调整设置。 如有任何问题,请随时 提问。 主要特点: 自动交易: 根据斐波那契水平无缝地开立买卖订单,最大限度地减少人工干预。 可定制的参数: 调整斐波那契水平、手数大小、止损、获利等,以适合您独特的交易风格。 动态市场适应: 实时分析并适应市场趋势,以识别高概率交易。 风险管理: 集成的止损和风险控制功能,确保交易有纪律,资本保全。 为什么选择 AutoFib EA? 斐波那契水平是一种经过验证的技术分析工具,可用于识别潜在的反转和延伸区域。 AutoFib EA 通过自动化整个过程将这一概念提升到一个新的水平,节省您的时间并帮助消除情绪化决策。 无论您交易外汇、指数还是商品,Auto Fib EA 都能提供强大而可靠的解决方案来提升您的交易业绩。
FREE
Donchian Breakout And Rsi
Mattia Impicciatore
4.5 (2)
概述 本指标是经典 Donchian 通道 的增强版,增加了多种实用的交易功能。 除了标准的三条线(最高、最低和中线),系统能够检测 突破 ,并在图表上用箭头进行可视化标记,同时只显示 与当前趋势方向相反的那条线 ,让图表更加简洁。 功能包括: 可视化信号 :突破时在图表上绘制彩色箭头 自动通知 :弹窗、Push 推送和 Email 邮件 RSI 过滤 :根据市场相对强弱验证信号 个性化设置 :颜色、线条粗细、箭头符号、RSI 阈值等 工作原理 Donchian 通道计算: 上轨线 :最近 N 根已收盘 K 线的最高价 下轨线 :最近 N 根已收盘 K 线的最低价 中线 :最高价和最低价的平均值 看涨突破 :收盘价高于上轨线 看跌突破 :收盘价低于下轨线 指标会: 绘制三条 Donchian 通道线 仅在 方向变化后的首次突破 绘制箭头 隐藏顺应趋势方向的那条线(上涨趋势: 只显示红色下轨线;下跌趋势: 只显示绿色上轨线) 可选用 RSI 过滤突破信号,减少虚假突破 支持实时发送通知 参数说明 Donchian 通道设置 indPeriod :计算通道高低点的已收盘 K 线数量 Lin
FREE
该产品的买家也购买
Quantum Queen MT5
Bogdan Ion Puscasu
4.98 (651)
各位交易员好!我是 量子女王 ,整个量子生态系统的璀璨明珠,也是MQL5历史上评分最高、销量最好的智能交易系统。凭借超过20个月的实盘交易记录,我已然成为XAUUSD当之无愧的女王。 我的专长?黄金。 我的使命?持续、精准、智能地交付交易结果。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 折扣 价。 每购买 10 件,价格将增加 50 美元。最终价格为 1999 美元。 IC Markets实时信号:   点击此处 实时信号 VT Markets:   点击此处 Quantum Queen mql5 公共频道:   点击此处 更轻便、更实惠的量子女王版本:   量子雅典娜 ***购买量子女王MT5,即有机会免费获得量子皇帝或量子男爵!*** 详情请私信咨询! 为什么交易员称我为有史以来最好的黄金EA交易系统 我是新一代交易引擎,由精准的计算、远见卓识和多年
Quantum Athena
Bogdan Ion Puscasu
5 (60)
量子雅典娜——源自经验的精准锻造 各位交易员好!我是 量子雅典娜 ——传奇量子女王的轻量版,经过精炼和重新设计,以适应当今的市场状况。 我并不试图成为一切。 我专注于现在行之有效的方法。 我的专长?黄金。我的使命?提供精准、高效、智能优化的交易表现——以精准为核心。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 折扣价   价格 。     每购买 10 件,价格将上涨 50 美元。最终价格为 1999 美元。 实时信号 IC Markets:       点击这里 VT Markets实时信号:       点击这里 Quantum Athena mql5 公共频道:       点击这里 ***购买 Quantum Athena MT5,即有机会免费获得 Quantum StarMan、Quantum Emperor 或 Quantum Baron!**
Chiroptera
Rob Josephus Maria Janssen
4.83 (36)
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
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.36 (89)
更少交易。更好交易。稳定性高于一切。 • 实时信号 模式 1 Twister Pro EA 是一款专为 XAUUSD(黄金)M15 时间框架开发的高精度剥头皮智能交易系统。交易次数少——但每次交易都有目的。 每笔入场在开仓前须通过 5 个独立验证层,默认配置下胜率极高。 两种模式: • 模式 1(推荐)— 极高胜率,每周交易次数少。专为资金保护和纪律性交易而设计。 • 模式 2(短止损)— 止损幅度显著缩短,交易次数多于模式1。每笔亏损极小。适合希望在受控风险下增加市场曝光的交易者。 规格参数: 交易品种:XAUUSD | 时间框架:M15 最低入金:$100 | 推荐:$250 RAW SPREAD 账户必须使用 强烈推荐 VPS 无网格!每笔交易均设有止盈和止损! 推荐券商: Exness Raw | Vantage | Fusion Markets 购买后发送消息即可获得: 完整用户指南 专属奖励 过往业绩不代表未来结果。请理性交易。
Quantum King EA
Bogdan Ion Puscasu
4.99 (197)
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.72 (54)
真實交易帳戶   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 輔助的自適應邏
Quantum Valkyrie
Bogdan Ion Puscasu
4.64 (148)
量子女武神——精准、纪律、执行 折扣价   价格。 每购买10件,价格将上涨50美元。 实时信号:   点击此处 Quantum Valkyrie MQL5 公共频道:   点击此处 ***购买量子女武神MT5,即有机会免费获得量子皇帝或量子男爵!*** 详情请私信咨询! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.      各位交易员,大家好。 我是 量子女武神 ——旨在以精准、自律和可控的执行方式来对待 XAUUSD。 几个月来,我的架构一直在幕后不断完善。在剧烈波动的交易日中经受了测试。在难以预测的黄金价格波动中经受了压力验证。并根据市场行为的结构性变化进行了重新校准。每一个参数的调整都不是为了追求刺激,而是为了应对必然性。 因为精准并非偶然。 它是经过精心设计的。 最低要求和建议 • 货币对:XAUUSD,黄金 • 时间范围:M15 最低存款额
Scalping Robot Pro MT5
MQL TOOLS SL
5 (10)
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, and short term volatility to identify high probability scalping opportunities in the gold market. Scalping Robot Pro is optimized for traders who prefer dynamic trading with quick entries an
Pulse Engine
Jimmy Peter Eriksson
4.24 (25)
首发特价——仅剩少量! 该系统的主要目标是在不使用任何有风险的鞅或网格的情况下实现长期的实时性能。 数量极其有限,现价优惠 最终价格: 1499 美元 【实时信号】    |    【回测结果】    |    【设置指南】    |    【FTMO 结果】 一种不同的交易方法 Pulse Engine 不使用任何指标或特定时间框架。它采用了一种非常独特的方法,这是 MQL5 上任何其他交易系统都不采用的方法。 它交易的是日内方向性模式。这些模式是我用一款专门的模式识别软件发现的,这款软件我已开发并完善多年。 该软件使我能够识别出市场历史上在一天中哪些时段会出现强劲的单向波动。 每个市场和每周的每一天都有其独特的走势。 这种方法之所以如此强大,是因为它不依赖于市场是处于趋势行情、反转行情还是任何特定的市场状态。其模式与这些因素完全无关。 脉冲引擎包含涵盖 六大市场的 70 多种不同模式 ,并结合超过 5万笔 交易的历史回测数据。 每个市场的回测时间均尽可能追溯至数据允许的最长时期, 外汇货币对约 20年,指数约 15 年, 加密货币 约10 年。这确保了极高的统计显著性。
Ultimate Breakout System
Profalgo Limited
5 (39)
重要的 : 此套装将仅以当前价格出售,且数量非常有限。    价格很快就会涨到 1499 美元    包含 +100 种策略 ,未来还会有更多! 奖励 :价格为 999 美元或更高 --> 免费选择我的其他  5  个EA! 所有设置文件 完整的设置和优化指南 视频指南 实时信号 审查(第三方) NEW - VERSION 5.0 - ONECHARTSETUP 欢迎来到终极突破系统! 我很高兴向您介绍终极突破系统,这是经过八年精心开发的先进且专有的专家顾问 (EA)。 该系统已成为 MQL5 市场上多个顶级 EA 的基础,包括广受好评的 Gold Reaper EA、 连续七个多月保持第一的位置,以及 Goldtrade Pro、Goldbot One、Indicement 和 Daytrade Pro。 终极突破系统不仅仅是另一个 EA。 它是一种专业级工具,旨在帮助交易者在任何市场和时间范围内创建无限数量的突破策略。 无论您专注于波段交易、剥头皮交易还是构建多元化投资组合,该系统都能提供无与伦比的灵活性和定制性。 可能性无穷无尽! 对于自营公司交易者:   有了这个系
Byrdi
William Brandon Autry
5 (13)
BYRDI。多资产网状交易智能。 大多数 EA 一次只交易一张图表。 BYRDI 运行的是一整张网络。 每张图表都成为一个节点。每个节点都可以交易自己的品种、账户、经纪商、AI 模型、风险配置和仓位管理模式。网状结构将它们连接成一个协调统一的系统。 外汇。黄金。金属。指数。加密货币。原油。在经纪商支持的情况下还包括合成品种。 一位交易者。多个市场。一张协调的网状网络。 一个全新的品类 传统 EA 是相互孤立的系统。 一个终端。一个品种。一个决策。完全不了解投资组合的其余部分。 BYRDI 与众不同。 BYRDI 将交易智能分布到多个终端、经纪商、账户和市场之间。每个节点独立运作,但网状结构让整个系统始终掌握总敞口、回撤压力和重叠风险。 这就是分布式交易智能。 每个节点在本地思考。网状结构在全局协调。 为多资产部署而生 BYRDI 不被锁定在某一个品种或某一个市场上。 你可以将节点部署在外汇货币对、黄金、白银,US30、NAS100 和 SPX500 等指数,原油,经纪商提供的加密货币品种,以及平台支持的合成工具上。 默认品种只是起始占位符。请将它们替换为你实际交易的市场。 在 EUR
BB Return mt5
Leonid Arkhipov
4.55 (120)
BB Return — 一款用于黄金交易(XAUUSD)的智能交易系统(EA)。该交易思路最初来自我的 手动交易 经验。策略核心是价格回归 Bollinger Bands(布林通道) 区间,但并非机械式或每次触及即入场。针对黄金市场的特性,系统加入了额外过滤条件,用于剔除无效和低质量的市场环境,仅在回归逻辑真正成立时才开仓。   交易原则 — 系统不使用网格、马丁或加仓平均成本等风险策略。EA 可使用 固定手数 或 AutoRisk 自动风险 模式运行。BB Return 对点差、滑点及不同经纪商的报价方式不敏感,可在任何经纪商及多种账户类型下运行,包括 Standard、ECN、Pro、Raw、Razor 。系统不受交易时段限制,可 24 小时运行 。   $ 359   不是最终价格。 当前价格仅剩 5–7 个名额。 之后将上涨。 该EA限量提供,以保证策略的稳定性。 设置与交易频率 — 启动系统无需复杂设置,策略设计即基于 默认参数 运行,通常只需调整手数或 AutoRisk 模式。系统平均每年约执行 80–100 笔交易 。对于不使用网格、加仓或激进方法的系统来说,这是一个
The Gold Reaper MT5
Profalgo Limited
4.46 (97)
道具準備就緒! ( 下載SETFILE ) WARNING : 目前價格只剩幾本! 最終價格:990$ 免費取得 1 個 EA(適用於 2 個交易帳號)-> 購買後聯絡我 Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal YouTube Reviews 歡迎來到黃金收割者! 該 EA 以非常成功的 Goldtrade Pro 為基礎,設計為同時在多個時間框架上運行,並且可以選擇將交易頻率從非常保守到極端波動設定。 EA 使用多種確認演算法來找到最佳入場價格,並在內部運行多種策略來分散交易風險。 所有交易都有停損和止盈,但也使用追蹤停損和追蹤停盈來最小化風險並最大化每筆交易的潛力。 該系統建立在非常流行且經過驗證的策略之上:交易突破重要的支撐位和阻力位。   黃金非常適合這種策略,因為它是一種波動性很大的貨幣對。 系統根據您的帳戶規模和最大允許提款設定自動調整交易頻率和手數! 回測顯示出非常穩定的成長曲線,回撤非常可控且恢復很快。  該 EA 已針對黃金的最長可用期
Precise Pair Trading Pro
Arkadii Zagorulko
5 (3)
一种更智能的黄金和欧元交易方式   Live signal 此EA基于先进的量化方法,识别两个主要市场之间的短暂低效。它旨在利用价格行为偏离正常动态的时刻获利。 该系统会自动适应市场条件,并精确管理进出场,力求在短期错位出现时捕捉机会。 额外的过滤层用于增强一致性并减少噪音,使策略在选择交易时更加谨慎。 EA参数(可配置): 主要交易品种(主市场)。 次要品种(参考市场)。 分析时间框架。 历史数据深度。 进出场灵敏度。 基于相关性的过滤器。 仓位大小。 唯一交易标识符。 重要说明: 请始终使用“真实勾选”测试以获得可靠结果。 经纪商可能有不同的数据源,请在实盘前验证。 该EA面向有高级策略理解的交易者,不适合完全初学者。 建议最低资金300 EUR/USD(杠杆1:33)以保证平稳运行。
Wave Rider EA MT5
Adam Hrncir
5 (28)
Scalper speed with sniper entries. Built for Gold. Summer sale  499 USD  only |   regular   price  599  USD Check the Live signal  or Manual Hybrid scalper combining scalping speed with single position or intelligent recovery for XAUUSD. 4 trading strategies | Triple timeframe confirmation | 3 layers of account protection. Most trades close in under 30 minutes — minimal market exposure, maximum control. Wave Rider uses triple timeframe analysis (H1 trend + M15/M30 entry confirmation) to only en
Nexorion Initium Novum EA
Valentina Zhuchkova
5 (7)
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
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.83 (121)
量子比特币 EA   :没有不可能的事情,唯一的问题是弄清楚如何去做! 使用 Quantum Bitcoin EA 迈向 比特币 交易的未来,这是来自顶级 MQL5 卖家之一的最新杰作。Quantum Bitcoin 专为追求性能、精度和稳定性的交易者而设计,重新定义了加密货币波动世界中的可能性。 重要提示! 购买后,请给我发送私人消息,以获取安装手册和设置说明。 每购买 10 件,价格将增加 50 美元。最终价格为 1999 美元 量子比特币/女王通道:       点击这里 ***购买 Quantum Bitcoin EA 即可免费获得 Quantum StarMan!*** 私信询问更多详情! Quantum Bitcoin EA 在 H1 时间范围内蓬勃发展,采用 趋势跟踪策略 来捕捉市场动量的本质。它利用 复杂的网格方法 来确保每个交易周期都以胜利结束——将波动性从挑战转变为机遇。比特币市场以 4 年为一个周期,Quantum Bitcoin EA 经过优化,可以捕捉每个周期中发生的模式,确保它始终以有利的方式结束交易 为什么选择量子比特币 EA? 掌握不可预
Zerqon EA
Vladimir Lekhovitser
5 (1)
实时交易信号 交易活动的公开实时监控: https://www.mql5.com/zh/signals/2372719 官方信息 卖家资料 官方频道 用户手册 安装说明和使用指南: 查看用户手册 Zerqon EA 是专为 XAUUSD 交易开发的自适应专家顾问。 该策略基于通过 ONNX 集成的 Deep LSTM 神经网络模型,使系统能够处理连续性的市场行为并以结构化方式分析价格动态。 该模型专注于识别黄金价格走势、波动性以及时间条件中的特定模式。 与传统固定信号不同,EA 通过训练后的神经网络框架分析市场,仅在内部模型识别到合适条件时才执行交易。 Zerqon EA 不会持续不断地进行交易。 某些时期可能完全没有任何交易,而在适合的 XAUUSD 市场阶段,系统可能会在较短时间内执行多笔交易。 每笔交易均带有预定义的 Stop Loss 和 Take Profit 参数。 同时还使用追踪止损机制来动态管理持仓。 该 EA 适用于偏好基于神经网络的黄金交易方式、重视执行控制以及接受可变交易频率的用户。 主要特点 不使用高风险交易技术,如马丁格尔 (M
ArtQuant Gold
Miguel Angel Vico Alba
4.45 (22)
ArtQuant Gold 是一款适用于 MetaTrader 5 的专业 Expert Advisor,专为 黄金 / XAUUSD 自动交易而开发,并兼容不同经纪商常见的黄金交易品种名称及后缀变体。 该 EA 基于一个结构化的 多模块网格交易引擎 构建,旨在通过简洁且专业的用户界面,对交易敞口、交易周期、执行过滤器以及虚拟交易保护进行管理。 ArtQuant Gold 适用于希望使用专门针对 XAUUSD 的自动化交易系统的交易者。该系统提供清晰的风险控制、经纪商配置预设、模块活动控制以及直观的运行信息面板。 该 EA 不依赖图表时间周期。 它可以加载到任意时间周期的图表上,而内部交易逻辑会使用自身的工作结构进行管理。 真实账户参考 可查看一个运行于 IC Markets RAW 账户、使用 Medium-High 风险配置的真实资金信号。 该信号仅作为真实账户运行情况的透明参考,并不构成使用相同经纪商、入金金额、杠杆、风险级别或交易条件的建议。 用户手册 打开 ArtQuant Gold 用户手册 主要优势 专为黄金 / XAUUSD 设计 ,专注于黄金自动化交易。 兼容经纪商交
Gold House MT5
Chen Jia Qi
4.59 (49)
Gold House — 黄金摆动突破交易系统 价格即将上涨。目前价格仅剩少量名额(3/100)。下一阶段目标价格:$999。 实盘信号: 利润优先模式: https://www.mql5.com/en/signals/2359124 BE 优先模式: https://www.mql5.com/en/signals/2372604 重要:购买后请务必私信我们,以获取推荐参数、使用说明、注意事项以及使用技巧。 (MQL5私信): https://www.mql5.com/en/users/walter2008 保持更新——加入我们的 MQL5 频道以获取产品更新和交易技巧。打开链接后,请点击页面顶部的“订阅”按钮进行关注。: 点击加入 这套EA来自我们团队的内部实盘账户,基于 7 年历史数据开发验证,并经过实盘确认后才决定公开。我们没有为了上架专门优化回测曲线——你看到的,就是我们自己一直在用的版本。 它不依赖固定时间入场,不靠指标交叉,而是追踪黄金市场中最原始的价格结构——摆动高低点突破。只要黄金还在产生趋势和波动,策略的核心逻辑就不会失效。在当前高波动环境下,正是突破策略最擅长
Osloma Gold
Uttam Kumar Nandeibam
4.56 (9)
今日仅需 $299 即可购买!  许多会员都询问是否可以获得折扣。由于无法提供个人单独折扣,我现在开放 限时 48 小时固定 40% 折扣优惠 。优惠结束后,价格将恢复为 $499 。 实时信号链接 : https://www.mql5.com/en/signals/2372291   早期买家价格 : 仅限接下来的 10 位买家,价格为 $499  * 之后价格将 更新为 $599 Osloma Gold (OG) 是一款基于动态市场结构的智能交易系统(Expert Advisor),专门为 Gold (XAUUSD) 设计。它结合了结构化入场逻辑、多时间框架市场分析,以及智能的四级网格交易管理,用于识别关键入场区域和价格水平。该系统旨在动量延续阶段的回调中寻找入场机会,同时保持严格的交易篮子和风险管理。EA 使用最高 4 级网格,并为每个网格交易篮子预设最大 硬性止损 ,以控制风险敞口。 功能特点 结构化的 4 级网格恢复系统 多时间框架分析,用于识别入场区域 智能的基于交易篮子的交易管理 灵活的手数设置,支持固定手数和自动手数模型 内置最大交易篮子亏损保护 最高使用 4 级网
Neurox AI
Stanislav Tomilov
5 (1)
Neurox AI——基于多模块神经网络智能的黄金交易未来 经过近两年的AI热潮,有一点已经变得清晰:像ChatGPT这样的简单生成模型以及类似的系统并不能作为真正的交易引擎。它们可以解释、撰写文本、生成想法或辅助分析,但它们仍然主要只是辅助工具,而非独立的专业交易算法。到2026年,算法交易领域最有前景的成果并非来自一个大型通用神经网络,而是来自多模块神经网络架构。这意味着交易系统的每个独立模块都拥有各自专门的神经网络,并负责做出特定类型的决策。例如,一个模块分析市场状况,另一个模块筛选入场点,一个模块控制风险,一个模块评估经纪商的状况,等等。 这种方法与试图让一个大型神经网络负责EA的所有操作截然不同。在实际交易中,这种方法通常过于不稳定。市场并非一成不变。黄金价格可能出现趋势、反转、因消息而飙升、区间震荡,或在流动性不足时剧烈波动。单一模型无法完美应对所有这些情况。Neurox AI正是基于这种多模块原则构建的。它是一款新一代黄金交易智能交易系统,采用多个独立的分析模块和五种不同的交易策略,默认情况下这些策略会同时运行。 多模块神经网络 第一个模块是市场机制检测模块。它分析黄金
Lizard
Marco Scherer
4.56 (9)
什么是 LIZARD? Lizard 是专为 MetaTrader 5 上的 XAUUSD(黄金)开发的全自动专家顾问。无马丁格尔。无网格。无均摊。 每笔交易由多层退出系统全天候自动管理。 实时信号: https://www.mql5.com/en/signals/2372821   工作原理 Lizard 持续扫描多个时间框架的 XAUUSD 图表寻找摆动高低点。需要真实突破才能触发订单。9个独立策略同时运行。   主要功能 多策略架构:九个策略根据账户余额和风险设置自动激活。 动态价格缩放:所有参数与当前黄金价格成比例调整。 智能时间过滤器:利润因子低于1.0的时间段自动封锁。 多层退出系统:盈亏平衡、追踪止损、追踪止盈、Magic Trail、虚拟止损。 NFP过滤器:NFP发布前后自动暂停交易。 收盘保护:挂单在每日收盘窗口前自动移除。 支持Prop Firm:提供最大日回撤输入。 频率模式:自动、极度保守、保守、适中、激进、极端、手动。   交易管理 马丁格尔: 从不 网格: 从不 止损: 始终 追踪止损: 激活 盈亏平衡: 激活 NFP: 激活 Prop Firm DD:
Gold Safe EA
Anton Zverev
4 (10)
实时信号:   https://www.mql5.com/en/signals/2360479 时间周期:   M1 货币对:   XAUUSD Gold Safe EA Manual: https://www.mql5.com/ru/blogs/post/770312 Varko Technologies 不是一家企业,而是一种自由的理念。 我感兴趣的是长期合作和建立声誉。 我的目标是不断改进和优化产品,以适应不断变化的市场环境。 Gold Safe EA—— 该算法同时使用多种策略,其主要理念是强调控制亏损交易和风险。 交易的收尾和控制采用了多级措施。 如何安装专家版? 您需要将文件从EA传输到XAUUSD M1货币对图表。无需SET文件,只需设置时间偏移值即可。 我建议使用时间交易,例如通过 IC Markets 或 RoboForex 等经纪商。 如果您在设置时间方面需要帮助,请务必给我发私信。 请先在经纪商的策略测试器中测试EA,然后再将其用于真实账户。
Impulse MT5
Simon Reeves
5 (1)
Are you ready to power up your Gold trading? Impulse by Starpoint Trading — A dual-strategy gold EA that waits for the perfect shot. Introductory Price of 199 USD to run for 1 week, until 7th June 2026. Regular price: 299 USD Impulse is a momentum grid EA designed exclusively for XAUUSD, combining two independently developed entry strategies into a single unified grid framework. 2 momentum-based scalper strategies | Dual-timeframe confirmation | Bar-close execution | Smart virtual take profit E
Gold Snap
Chen Jia Qi
4.56 (9)
Gold Snap — 黄金快速利润捕捉系统 实盘信号: https://www.mql5.com/en/signals/2362714 实盘信号2: https://www.mql5.com/en/signals/2372603 最后3份,即将提价。 重要: 购买后请通过私信联系我们,以获取用户指南、推荐设置、使用说明以及更新支持。 https://www.mql5.com/en/users/walter2008 欢迎加入我们的 MQL5 频道,获取产品更新与交易见解。 https://www.mql5.com/en/channels/tendmaster 在 Gold House 的长期研发与实战验证中,我们进一步确认了突破策略在黄金市场中的有效性,也验证了我们自适应参数系统在真实市场环境中的实际价值。 但对于突破系统来说,始终存在一个现实问题: 止盈太早,容易错过后续真正的大行情; 止盈太晚,又往往会经历一定程度的利润回吐。 这不是某一种策略独有的问题,而是所有趋势与突破型系统都必须面对的天然取舍。 正因为如此,我们推出了 Gold House 的姊妹产品 —— Gold Sna
AnE
Thi Ngoc Tram Le
4.8 (5)
ANE — Gold Grid 专家顾问 ANE 是一款完全自动化的专家顾问(EA),专为在 M15 时间框架上交易 XAUUSD(黄金) 而设计,采用 网格加权平均策略 。 重要提示: 在真实账户运行之前,请先在模拟账户上测试该 EA,以充分了解加权平均系统的运行行为。 实时信号 ANE 官方频道 交易策略 ANE 将所有持仓作为一个整体进行管理。当条件允许时,它会打开额外交易以优化平均入场价格,并在总利润达到目标时关闭整个篮子。 网格运行期间可能会出现浮动回撤。这是正常且预期的现象。正确的仓位大小设置和充足的账户资金对于应对临时回撤至关重要。 账户保护功能 最大回撤断路器 — 当达到设定的回撤阈值时停止所有交易(默认 80%)。 点差过滤器 — 当点差超过允许的最大值时阻止新开仓(默认 70 点)。 手数限制 — 可配置的最小和最大手数,防止过度放大仓位。 Magic Number — 确保与其他 EA 一起使用时能干净地管理持仓。 交易规格 交易品种 : XAUUSD(黄金) 时间框架 : M15(仅附加到一个图表) 账户类型 : 推荐使用 ECN / Raw Spread 账
Akali
Yahia Mohamed Hassan Mohamed
3.14 (85)
LIVE SIGNAL: 点击此处查看实时表现 重要提示:请先阅读指南 在使用此 EA 之前,务必阅读设置指南,以了解经纪商要求、策略模式和智能方法。 点击此处阅读官方 Akali EA 指南 概述 Akali EA 是一款专为黄金 (XAUUSD) 设计的高精度剥头皮专家顾问 (Expert Advisor)。它利用极其紧密的移动止损算法,在高波动期间立即锁定利润。 该系统专为准确性而打造,旨在通过利用快速的市场波动并在市场回调前锁定利润来实现高胜率。 设置要求 交易品种: XAUUSD (黄金) 时间周期: M1 (1 分钟) 账户类型: 必须使用 Raw ECN / 低点差账户。 推荐经纪商: 请参阅指南 注意: 此 EA 依赖于紧密的移动止损。高点差账户将对性能产生负面影响。有关服务器时间和经纪商选择的详细信息,请参阅指南。 为什么选择 Akali EA? 高胜率逻辑: 旨在精确捕捉快速波动。 智能恢复: 该策略旨在维持长期的连胜纪录。 灵活模式: 包括特定的“更紧密跟踪 (Tighter Trailing)”和“更宽跟踪 (Wider Trailing)”模式。 定价政策 价
Sharkyra Gold
Nico Demus Sitepu
5 (3)
Only 10  copies left at current  price!,  Next Price 9 99 USD.   T he newest and powerful  Sharkyra  Gold  MT5  of Expert Advisors. My specifically designed to run on the XAUUSD/GOLD pair. Sharkyra  Gold   EA  is a fully automated trading system designed for traders who love speed, accuracy, and consistency. Built with a smart  logic  engine, this EA takes advantage of micro market movements and executes trades with lightning-fast precision making it perfect for volatile market sessions.   Shark
Harmonia MT5
Mauro Augello
5 (10)
Harmonia 是一款专为 XAUUSD(黄金)开发的智能交易系统(Expert Advisor)。它集成了六种独立策略,每种策略都带有 TP/SL,并根据特定的市场条件和时间周期行为自动激活。 该 EA 会自动管理入场和过滤条件,旨在实现精准、纪律性强且可控的执行。其核心逻辑是识别高概率交易信号,而不使用网格、马丁格尔或加仓均摊等策略。 每一笔交易在开仓时都会设置预定义的止损(Stop Loss)和止盈(Take Profit),确保每个仓位从一开始就是完全独立的。风险在开仓前已明确设定,并在整个交易过程中始终保持清晰可控。 Harmonia 通过跟踪波动阶段、趋势方向以及动量平衡来分析黄金的市场结构,从而动态调整 SL 和 TP。 Live Performance Signal 购买 Harmonia 后,请私信我,即有机会免费获得 Minerva Aurea。 核心功能 使用 6 种不同策略,捕捉多样化的市场动态与交易机会。 完全灵活:可单独启用或禁用每个策略,设置独立手数,并根据个人偏好自定义参数。 无网格、无马丁格尔、无固定模式:你始终清楚每一笔交易的风险。 完全适用
作者的更多信息
Whale RSI and SMA
Mustafa Ozkurkcu
This Expert Advisor is a reversal-style system that combines a 50-centered RSI extreme filter with a 200 SMA proximity rule . It evaluates signals only on a new bar of the selected timeframe and uses closed-bar data (shift=1) to reduce noise and avoid “in-bar” flicker. How the Strategy Works On every new candle (for InpTF ), the EA follows this logic: Compute RSI thresholds around 50 A single parameter creates both buy/sell levels: BuyLevel = 50 − InpRSIThresholdDist SellLevel = 50 + InpRSIThre
FREE
Overview Anti-Spoofing Strategy (v1.0) is a live-market Expert Advisor designed to detect and counter high-frequency DOM (Depth of Market) spoofing manipulations in ECN/STP environments. The system monitors real-time Level-2 order book changes via MarketBookGet() and identifies large fake orders that appear and vanish within milliseconds — a hallmark of spoofing. Once such manipulations are detected, the algorithm opens a counter trade in the opposite direction of the spoof, anticipating the tru
FREE
Concept. Flash ORR is a fast-reaction scalping EA that hunts false breakouts at important swing levels. When price spikes through a recent swing high/low but fails to close with strength (long wick, weak body), the move is considered rejected . If the very next candle prints strong opposite momentum , the EA enters against the spike: Up-spike + weak close → followed by a bearish momentum bar → SELL Down-spike + weak close → followed by a bullish momentum bar → BUY Entries are placed at the open
FREE
This EA looks for a two-layer momentum/liquidity breakout : Divergence detection (trigger): TPS (ticks-per-second / bar tick_volume ) must be high vs. its recent average ( TPS_Multiplier ), while Volatility (bar high–low) must be low vs. its recent average ( Volatility_Multiplier ). This combo flags “ flow in a quiet range ” → a likely near-term breakout. Direction & filter: If the signal bar is green ( close > open ) → consider BUY ; if red → SELL . Optional MA trend filter ( Use_TrendFilter )
FREE
Whale RSI Divergences
Mustafa Ozkurkcu
1 (1)
This EA looks for a divergence signal, which occurs when the price of a financial instrument moves in the opposite direction of the RSI indicator. This divergence can signal that the current trend is losing momentum and a reversal is likely. The EA identifies two types of divergence: Bullish (Positive) Divergence : This occurs when the price makes a new lower low , but the RSI indicator fails to confirm this by making a higher low . This discrepancy suggests that bearish momentum is weakening, a
FREE
ATR Squeeze Fade EA: Low Volatility Mean Reversion Strategy The ATR Squeeze Fade is a specialized scalping Expert Advisor designed to exploit rapid price spikes that occur after extended periods of low market volatility. Instead of following the direction of the spike, the EA trades against it, applying the principle of mean reversion . With advanced entry filters and strict risk management, it focuses on high-probability reversal setups. How the Strategy Works The strategy is based on the assu
This Expert Advisor (EA) generates trading signals by combining popular technical indicators such as   Chandelier Exit (CE) ,   RSI ,   WaveTrend , and   Heikin Ashi . The strategy opens positions based on the confirmation of specific indicator filters and closes an existing position when the color of the Heikin Ashi candlestick changes. This is interpreted as a signal that the trend may be reversing. The main purpose of this EA is to find more reliable entry points by filtering signals from var
Overview Trade Whale Supply & Demand EA   is a fully automated trading system built on   supply and demand zones, liquidity sweeps, and market structure shifts . It detects institutional footprints and high-probability trading zones, aiming for precise entries with tight stop-loss and optimized risk/reward. Works on Forex, Gold ( XAUUSD ) and Indices. Designed for   sharp entries ,   low-risk SL placement , and   dynamic profit targets . Strategy Logic The EA combines: Supply & Demand Zo
This Expert Advisor (EA) is designed to automate trading based on Fibonacci retracement levels that form after strong price movements. The main objective of the EA is to identify entry points during pullbacks within a trend. It executes trades based on a predefined risk-to-reward ratio, entering the market when the price action is confirmed by specific candlestick patterns. How the EA Works The EA automatically performs the following steps on every new bar: Trend and Volatility Detection : First
Trade Whale – Tick Compression Breakout (v1.0) is a short-term breakout scalper that filters setups via ATR-based compression . After price coils in a tight band on your chosen timeframe (e.g., H1), it opens a position when the previous candle’s high/low is broken . Risk is anchored by SL = ATR × multiplier , while TP is an R-multiple of that stop distance (e.g., 2.0R). Position size can be percent-risk or fixed lot , and is margin-clamped to broker limits for safety. A timeout can auto-close p
O verview Trend Band Strategy (v1.0) is a hybrid trend-following and mean-reversion Expert Advisor that blends Fibonacci-scaled Bollinger Bands with Parabolic SAR confirmation. It identifies stretched price moves toward the extreme Fibonacci bands, waits for a reversal signal aligned with the SAR trend switch, and opens counter-trend trades aiming for reversion toward equilibrium. The algorithm runs entirely on bar-close logic for stability and includes dynamic risk-based lot sizing, margin veri
筛选:
无评论
回复评论