Time based Range Breakout

5

如果有任何問題或設定疑問,請給我留言。我很樂意幫忙!

Time-based Range Breakout EA – Version 2.00 (繁體中文)

1. 概要 (Overview)

Time-based Range Breakout EA (v2.00) 是一款日內突破策略,基於「指定起始時間 + 區間長度」定義當日高/低價區域,一旦價格突破該區間便自動掛出 Buy Stop / Sell Stop 訂單。此版本在止盈/止損 (TP/SL)、追蹤止損 (TSL) 與區間過濾 (Range Filter) 等方面增加了多種計算模式及處理邏輯,可因應更廣泛的交易偏好與市場狀況。

主要特點:

  1. 多種 TP/SL 計算:支援區間倍數 (Range Factor)、距離百分比 (Distance Percent) 及固定點數 (Points)。

  2. TSL / BE 多基準:可用點數 (Points) 或進場價百分比 (Percent) 來計算。

  3. SL = 0 + 風險百份比(Risk Percent):若非固定手數模式且 SL Value=0,則針對 Buy SL 為市場價 0,Sell 為進場價 ×2 計算對應手數。

  4. 點數取整數:TSL、保本移動 (BE) 以及 Range Filter 若使用 Points,所輸入的小數值皆會自動最取大的整數。

2. EA 參數說明 (Inputs)

以下按程式分組順序 (Volume Settings, Order Settings, …) 詳述各參數含義與行為。

2.1 +--- Volume Settings ---+

  1. Volume Mode

    • 說明:決定下單手數計算模式:

      • Volume Fixed:固定手數

      • Volume Fixed Per Account Balance:依帳戶餘額固定手數

      • Volume Risk By Base Balance Percent:自訂 Base Balance 作風險%

      • Volume Risk By Account Balance Percent:當前帳戶餘額作風險%

      • Volume Risk By Account Equity Percent:當前帳戶淨值 (Equity) 作風險%

  2. Fixed Lots

    • 說明:當 Volume Mode = Volume Fixed時使用的固定手數。

  3. Fixed Lots Per Account Balance

    • 說明:當 Volume Mode = Volume Fixed Per Account Balance時,設定每多少餘額下多少固定手數 (例如每 $1000=0.01 手)。

  4. Risk Percentage of Base or Account Balance

    • 說明:當使用「風險百分比」模式 (任一 Volume Risk...),設定佔用多少 % 風險;EA 會根據 SL 距離動態計算手數。

  5. Base Balance

    • 說明:僅於 Volume Risk By Base Balance Percent時使用,自訂一個基礎餘額供風險計算。

2.2 +--- Order Settings ---+

  1. Order Buffer Points

    • 說明:在突破價位上/下多加多少點 (Points) 作 Buffer;0 代表不加任何緩衝。

  2. TP Calculation Method

    • 說明:止盈 (TP) 的計算方法:

      • Calculation Method In Range Size x Factor:區間大小 × 倍數

      • Calculation Method In Distance Percent:相對進場價的百分比

      • Calculation Method In Points:固定點數

  3. Tp Value

    • 說明:對應 TP Calculation Method的參數值。

      • Range Factor => 倍數 (如 1.0=1倍)

      • Distance Percent => 進場價的% (如 1.0=±1%)

      • Points => 固定點數 (如 50=50 points)

    • 0 代表不設定 TP。

  4. SL Calculation Method

    • 說明:止損 (SL) 的計算方法:

      • Calculation Method In Range Size x Factor

      • Calculation Method In Distance Percent

      • Calculation Method In Points

  5. SL Value

    • 說明:對應 SL Calculation Method的數值;0=不設定 SL。

      • 若 EA 使用風險百分比計算手數 (非固定手數) 而 SL Value=0,則 EA 會:

        • Buy:SL 為市場價 0

        • Sell:Sell 為進場價 ×2
          以便完成手數計算。

2.3 +--- Time Settings ---+

  1. Range Start Hour / Range Start Minute

    • 說明:設定區間起始時間 (小時 / 分鐘)。

  2. Range Length Min from Start

    • 說明:以分鐘為單位的區間長度,如 90 分鐘觀察該段高/低。

  3. Delete Orders Hour / Delete Orders Minute

    • 說明:指定要刪除未成交掛單的時間 (小時/分鐘)。

  4. Use Time Close

    • 說明:是否在指定時間關閉所有持倉;若 true,下列關單時間才會啟用。

  5. Time Close Hour / Time Close Minute

    • 說明:強制平倉時間 (小時 / 分鐘),需 Use Time Close= true

2.4 +--- Trailing Stop Settings ---+

保本移動 (Break Even)

  1. BE Value Type

    • 說明:BE 計算單位,可選:

      • Calculation Value In Points:固定點數

      • Calculation Value In Distance Percentage:進場價百分比

  2. BE Trigger Value

    • 說明:BE 觸發值;0=不啟用。

  3. BE Buffer Value

    • 說明:觸發 BE 後,SL 需多加的保護距 (Points / Percent);0=無。

追蹤止損 (TSL)

  1. TSL Value Type

    • 說明:TSL 計算單位:

      • Calculation Value In Points:固定點數

      • Calculation Value In Distance Percentage:進場價百分比

  2. TSL Trigger Value

    • 說明:TSL 觸發值;0=不啟用。

  3. TSL Distance Value

    • 說明:TSL 與當前價格的初始距離 (Points 或 Percent)。

  4. TSL Step Value

    • 說明:當價格持續推進時,每次移動 TSL 的步長 (Points 或 Percent)。

點數取整

  • TSL Value Type=Calculation Value In PointsBE Value Type=Calculation Value In Points,若參數中填寫小數,EA 會取最大整數。例如:0.01 => 1,1.4 => 1,1.5 => 2,2.6 => 3 等。

2.5 +--- Trading Frequency Settings ---+

  1. Max Long Trades Per Day

    • 說明:每日最多允許的做多單數。

  2. Max Short Trades Per Day

    • 說明:每日最多允許的做空單數。

  3. Max Total Trades Per Day

    • 說明:每日最多允許的總交易單數 (多+空)。

2.6 +--- Range Filter Settings ---+

  1. Use Range Filter

    • 說明:是否啟用區間過濾;若為 true,EA 會判斷區間是否過大/過小。

  2. Range Filter Value Type

    • 說明:決定區間大小使用「Points」或「Percent」來衡量。

  3. Range Filter Minimum Value/ Range Filter Maximum Value

    • 說明:最小 / 最大區間閾值。若實際區間小於 Min 或大於 Max,則不掛單。

    • 若 Range Filter Value Type=Range Filter In Points,且填寫小數,系統會將此 Min、Max 皆「四捨五入」成整數。例如 0.1 => 1, 2.4 => 2, 2.5 => 3 等。

2.7 +--- MA Filter Settings ---+

  1. Use MA Filter

    • 說明:是否使用 MA 濾網;若啟用,須通過 MA 判斷才交易。

  2. MA Timeframe

    • 說明:MA 計算週期 (M5, M15, H1, CURRENT 等)。

  3. MA Method

    • 說明:MA 計算方式 (SMA, EMA, SMMA, LWMA)。

  4. MA Applied Price

    • 說明:計算 MA 時所依據的價格 (收盤/開盤/最高/最低等)。

  5. MA Period

    • 說明:MA 週期 (如 50 表 50K 平均)。

2.8 +--- Other Settings ---+

  1. Magic

    • 說明:下單時的 Magic Number,用於識別 EA 訂單。

  2. Show Comments

    • 說明:是否在圖表上顯示 EA 訊息 (策略狀態等)。

  3. Comments

    • 說明:圖表上顯示的文字標籤,用於標明策略或附加說明。

  4. Enable Drawing Range

    • 說明:是否在圖表上繪製區間高/低水平線。

  5. Range Color

    • 說明:繪製區間時使用的顏色 (預設 clrYellowGreen)。

  6. Show More Logging

    • 說明:若 true,會輸出更多日誌訊息 (Debug) 以協助分析策略邏輯與運作狀況。

3. 注意事項 (Important Notes)

  1. 回測或模擬帳戶測試

    • 建議先於 MT5 策略測試器 (含視覺化 / 非視覺化) 或模擬帳戶測試,確認參數與策略功能無誤後再投入實盤。

  2. 券商伺服器時區

    • 不同券商的伺服器時區可能不同,請務必檢查 Range Start Hour/Min 與實際伺服器時間是否相符。

  3. 風險管理 (Risk Management)

    • 若使用風險百分比模式 (Risk Percentage),需確保帳戶餘額 / 淨值、杠桿及保證金足以支撐風險頭寸。

  4. 圖表週期 (Timeframe)

    • 建議在 M5、M15、M30、H1 等短中期使用,亦可視需求用於更高週期,但需調整對應 StopLoss 與區間大小。

  5. Max Total Trades Per Day & Delete Orders

    • 達到 Max Total Trades Per Day(或 Max Long Trades Per Day/ Max Short Trades Per Day) 上限或超過 Delete Orders 設定時間,EA 就不再掛單或會刪除尚未成交的掛單。

4. 常見問題 (FAQ)

  1. 為何 EA 沒有掛單?

    • 可能原因:

      • 時間區間尚未到或已過 Range Length Min from Start

      • 區間大小超出 Range Filter Minimum Value~ Range Filter Maximum Value

      • 已達每日限制 (Max Total Trades Per Day, Max Long Trades Per Day, Max Short Trades Per Day)

      • MA 濾網判斷不符合

      • BE / TSL 未觸發?

  2. SL Value=0 + RiskPercent,仍可正常下單?

    • 為了計算手數,EA 預設 Buy 為市場價 0、Sell 為進場價×2,用此模擬 SL 來計算風險,不代表實際設置此 SL。

  3. TSL / BE 設為點數時的小數如何處理?

    • EA 會「四捨五入」成最接近的整數。例如 0.5 => 1, 1.5 => 2, 2.1 => 2 等。

  4. Range Filter 若使用 Points,填寫小數會怎麼辦?

    • 同樣「四捨五入」至最近整數,Min / Max 都會執行此邏輯。例如 0.1 => 1, 2.4 => 2, 2.5 => 3。

  5. Risk Percent 下手數與想像不同?

    • 檢查 StopLoss 計算模式 (SL Calculation Method) 與 SL Value或可能因 SL Value=0 時使用預設模擬 SL。EA 會依最終 SL 距離計算風險。

  6. 如何加速回測?

    • 關閉 Show CommentsRange Drawing,並將 Show More Logging = false,減少圖表繪製與記錄量。

5. 結語 (Conclusion)

Time-based Range Breakout EA – Version 2.00 通過「時間區間」找出當日高/低並於突破處掛單,再結合多種 StopLoss (Range Factor / Distance Percent / Points) 與 TSL / BE 計算模式,讓使用者能靈活調整風控;同時對「SL Value=0 + Risk Percent」與「TSL/Range Filter 點數取整」做了優化處理,可應對更多交易情境。
建議於回測與模擬帳戶測試各種參數組合,以找出最符合個人交易風格和市場波動的設置,並於實盤慎選風險控制策略。

免責聲明
外匯、差價合約 (CFD) 等槓桿商品屬高風險投資,使用者須評估自身財務狀況與風險承受度;最終交易風險由使用者自行承擔,作者不對任何損失負責。


Signal for this Strategy: https://www.mql5.com/en/signals/2291372

评分 1
matze1974
197
matze1974 2025.08.12 10:39 
 

Exactly what I was looking for! Perfect for me! I'm already testing it. The first results are very promising! Thank you for this EA! Keep it up.

推荐产品
GoldEdge Matrix — Premium Prop-Firm Edition combining USD, CAD,   JPY and CHF currency complexes , powered by the GE ATR Price Border system, dual-layer hedging, ATR volatility control and per-symbol cut loss protection. GoldEdge Matrix is the complete all-in-one MT5 Expert Advisor built for traders who want maximum currency coverage with minimal setup. It combines the logic of GoldEdge USD, GoldEdge CAD, GoldEdge JPY and GoldEdge CHF into one premium EA, with pre-configured presets and full op
Double Dragon (DD) A Trading System Built for Survival — Not Fantasy Live Signals (Full Transparency) DD is traded live with real signals: • DD Standard: https://www.mql5.com/en/signals/2352548 • DD Aggressive: https://www.mql5.com/en/signals/2352547 You are welcome to monitor real performance before or after purchase. Recommended Trading Conditions Symbol: AUDNZD only Timeframe: M5 Suggested Deposit: USD 1,000 Aggressive Setup: USD 500 Leverage: 1:200 or higher Account Type: Hedging Broker
尊敬的交易者,您好。 我是 智能哨兵 。 我不是一个预测者,也不是一个冒险家。我是您资本在无序市场中的 秩序构建者 ,是您交易纪律的 终极执行化身 。 在所有人都教你如何“进攻”的市场里,我信奉截然不同的哲学: 长期盈利的真正核心,并非捕捉每一次波动,而是永久性地规避那一次足以致命的回撤。 因此,我不是一个简单的“工具”。我是一套完整的   “防御-响应”智能系统 。 我的核心:三重智能协议 我不依赖单一策略的运气,而是依靠一个环环相扣的智能协议协同运作: 1. 协议一:动态态势感知 在行动之前,我首先判断“哪里不能去”。我的 高维风险扫描协议 会持续分析市场结构,自动在历史高位等关键压力区域周围,建立一道“电子警戒线”。价格进入此区域,我将自动进入静默状态。这并非恐惧,而是基于数据的绝对理性——从根本上杜绝您“在顶峰买进”的人性陷阱。 2. 协议二:自适应响应矩阵 当市场进入我的“可行动区间”,我才会启动我的 多层响应矩阵 。这并非固定的网格,而是一个能根据市场波动率(如ATR)智能调整层距与深度的动态部署系统。每一层都是一个独立的盈利单元,达成目标即自动完成“获利了结-重新布
本 EA 採用三層時間框架瀑布結構(週線/日線 → 4小時/1小時 → 15分鐘),在每一層均使用 NRTR(Nick Rypock 追蹤反轉)指標判斷趨勢方向。只有當三層方向完全一致時,系統才會觸發交易——高時間框架確立宏觀趨勢,M15 的 NRTR 方向翻轉作為精確入場信號,再由資金流量指標(MFI)進行最終確認,確保資金流向與交易方向吻合。風險管理採用 ATR 動態止損與止盈,並在浮盈達到 1R 後啟動追蹤止損鎖定利潤。本策略的核心優勢在於多層時間框架共識機制——高時間框架的趨勢結構自動過濾低時間框架的雜訊與假信號,而 NRTR 翻轉觸發機制則確保在趨勢轉換的最早時機入場,而非追逐已形成的動能。 可適用在: Symbol: XAUUSD / US100 / HK50 / XAUUSD / USDJPY / GBPUSD .... Timeframe: M15 Default Setting: US100 - M15
DA6 Wyckoff EA
Shing Tat Kwok
DA6 Wyckoff EA 基于经典市场结构理论的自动化订单管理系统 ============================================================ 适用品种范围 本智能交易系统(Expert Advisor,简称EA)内置的参数配置,仅针对IC Markets旗下以下7个品种校准:DE40、US30、USTEC、US500、UK100、STOXX50、US2000。本EA的设计与预期使用范围,仅限于IC Markets旗下的这7个品种。 如果挂载在其他品种或其他经纪商上,EA依然可以正常初始化并具备交易能力,但使用的是一组通用的、未经校准的参数配置。这组通用配置未经过与上述7个品种相同的历史数据审查流程,其实际表现不代表本文档所描述的内容。在预期品种和经纪商之外使用本EA,完全由用户自行决定并自行承担相应风险。 ============================================================ 购买后提供的品种数据 购买后,我们会向买家提供上述7个IC Markets品种的实盘账户历史交
Moving Average EA Plus   is a fully automated Expert Advisor that takes the trading of Moving Average to a whole new level.  Moving Average EA Plus  can either open one buy trade when MA turns up (blue color MA) or one sell trade when MA turns down (red color MA) or can open a new same direction trade on every new candle, as long as the slope direction of the Moving Average remains unchanged. A series of unique settings make this EA extremely versatile. This EA comes with provided set files for
Hunting Cat Scalper MT5
Pak Hong Poon
5 (1)
Hunting Cat Scalper is a fully automated trading robot on mainly USDJPY. It well identifies potential breakout levels in certain price patterns and then trades along with the breakouts.  A FREE copy of Superdog Pro is gifted along with the purchase of Hunting Cat Scalper. Contact me for further details and conditions. Current Price: $349 --> (Next price $449)   Live signal: Set C (with trailing stop):  https://www.mql5.com/en/signals/2231094 Main Features Identifies breakout levels in price pat
is a fully automatic Forex trading Expert Advisor. The robot can run on any instrument, but the results are better with EURUSD on the H1 timeframe.  If you are a long-term investor looking at yearly profits with high Sharpe-ratio then Money magnet is a good option. Please check the comment part to share your settings with others and enjoy the latest optimal settings uploaded by other users.  Expert Advisor Advantages High Sharpe-ratio The EA does not use such systems as martingale, hedging,  gr
Title : Surefire Hedging Expert Advisor for MT5 Description : Introducing the Surefire Hedging Expert Advisor (EA) for   MetaTrader   5, a sophisticated algorithm designed to minimize risk and maximize profits in the Forex market. This EA is perfect for traders who seek a reliable, robust, and user-friendly solution to enhance their trading experience. Key Features : Advanced Surefire Hedging Strategy : The EA employs a proven Surefire Hedging strategy, which involves opening multiple trades in
Golden Nightwatch EA — XAUUSD Spike-Detection System for MT5 Golden Nightwatch is a fully automated trading system built specifically for XAUUSD (Gold). It watches for genuine volatility spikes — not every candle — and manages every trade with broker-verified risk control from entry to exit, so you're not watching the chart every time gold moves. After purchase, please contact me via MQL5 private message for the setup guide and personalized settings for your broker. Two Ready-to-Test Settings
# Technique Eagle – Automated Gold Trend Trading for MT5 --- ## Why Traders Consider Technique Eagle Technique Eagle is built for traders who want disciplined and selective XAUUSD automation on the M5 timeframe. It combines confirmed market entries, a real broker-side Stop Loss, one-way profit protection, spread and margin checks, and economic-event awareness in one automated trading system. The objective is not to open as many trades as possible. Technique Eagle continuously monitors the m
Turnaround EA
Ionut-alexandru Margasoiu
Turnaround EA  What Is It? Turnaround EA is a rules-based algorithmic trading Expert Advisor for MetaTrader 5, built around one of the most documented weekly seasonal patterns in the forex market — the early-week mean-reversion tendency. The EA opens a single long position at a configured time on a chosen entry day, holds through the week, and closes automatically at a pre-set exit time. No discretion. No missed signals. Pure automation. The Edge Markets have a statistically observable tendency
LionKing
Dragan Drenjanin
Lion King EA v13 – MetaTrader 5 高级神经网络增强型智能交易系统 Lion King EA 是一款功能强大且灵活的 MetaTrader 5 自动交易系统,专为 H1 时间框架下的 XAUUSD(黄金) 交易而优化。13 版本引入了一项重大升级:完全集成的 神经网络 ,将自适应智能融入到久经考验的算法核心中,为交易者提供前所未有的选择和控制力。 三种强大的交易模式 Lion King 提供 三种不同的操作模式 ,以适应不同的交易风格和偏好: 纯算法模式 (神经网络已禁用):EA 系统采用其久经考验的原始技术指标逻辑运行——基于布林带、移动平均线、CCI 指标和波动率分析,提供可靠的入场/出场信号。非常适合偏好稳定、基于规则的交易者,无需机器学习。 神经网络作为信号过滤器 (默认模式):核心算法信号的生成方式与之前相同,但所有潜在交易都会经过神经网络的最终验证。神经网络充当智能过滤器,仅当其置信度超过用户设定的阈值(默认为 0.2)时才允许交易。这显著提高了信号质量和对不断变化的市场环境的适应能力。 全神经网络决策器: 神经网络完全掌控交易决策。它分析市场状
Intersection EA
Kalinka Capital OU
Intersection EA is a fully automated software (trading robot), executing trading orders on the currency market in accordance with the algorithm and unique trading settings for each currency pair. Intersection EA is perfectly suitable for beginner traders as well as for professionals who got solid experience in trading on financial markets. Traders and programmers of Kalinka Capital OU company, worked hard developing the Intersection EA forex robot, starting from the year 2011. Initially, this s
Assistant FVG EA is a fully automated system for traders who use FVGs for their trading. This system is at your side as a professional assistant to provide faster and more accurate trading. Just adjust it to your needs and it will do the work. Public channel :  https://www.mql5.com/en/channels/mqlexp Note : If you have any problems running it, please message me. This is only intended as an assistant, not a comprehensive trading system. Benefits : It supports   SL,   TP and Trailing Stop Timer
JiaXu AMSG ( AMSG_ATR ) is an Expert Advisor for automated trading.  It calculates trading signals based on moving averages, swing highs and lows, and the Average True Range (ATR).  The EA uses a grid approach and ATR-based trailing stops to manage open positions. Features include: - Adaptive calculation of market swings. - Dynamic adjustment of stop-loss levels using ATR. - Lot size calculation according to a fixed risk percentage per trade. - Configurable grid levels for trade management. -
CuanHunter Robot EA – Auto Trading for XAUUSD & BTCUSD Key Features: Automatic Trading: Executes BUY/SELL signals based on fast/slow EMA crossovers + ATR. Dual Preset Modes: Choose XAUUSD (Gold) or BTCUSD (Bitcoin) – parameters optimized for each, no manual adjustments needed. Auto SL/TP with Broker-Safe Checks: Stop Loss and Take Profit levels are calculated automatically while respecting broker minimum stop rules. Visual Chart Signals: Easy-to-read labels BUY SELL along with TP/SL on t
Stochastic Gold Scalper
Vladimir Shumikhin
5 (2)
Stochastic Gold Scalper 基于烛台形态进行交易的 MetaTrader 5 自动 Expert Advisor,配备可选的 Stochastic 振荡指标确认、受控网格策略以及灵活的资金管理 概述 Stochastic Gold Scalper 是一款面向 MetaTrader 5 的专业交易机器人(Expert Advisor),基于经典的烛台分析,专为全自动、有纪律的交易而设计。 系统不依赖主观感觉,而是按照客观规则运作:它识别可靠的烛台反转形态,并在相应方向开立交易。必要时,每个信号还可通过 Stochastic 振荡指标进行额外确认,以过滤掉逆着超买和超卖区域的入场。 本 EA 专为 M5 等较低周期上的剥头皮交易而设计,非常适合黄金(XAUUSD)、Forex(外汇)货币对以及指数。 主要功能 十一种烛台反转形态,每一种均可单独启用或禁用 可选的 Stochastic 过滤器,按超买和超卖区域确认入场 采用固定步长和订单上限的受控网格(Grid)交易 Smart Risk 资金管理,在每个网格层级递减手数 可选择交易方向:仅买入、仅卖出或双向 Stop
Okay, here is the amended version of your description for "Prism Divergence PRO MT5." This version has been revised to be fully compliant with the MQL5 marketplace rules. The changes are primarily focused on removing all special characters and emojis while preserving your well-structured content. Amended Product Description Prism Divergence PRO MT5 - Professional Multi-Strategy Trading System Revolutionary 15-Strategy RSI Divergence EA with Marketplace Validation Prism Divergence PRO MT5 is a s
Gold speedster
Simon Aderinola Akinteye
Gold Speedster EA — Precision. Speed. Profitability. THE EA MYFXBOOK LINK NOW WORKING Up almost 3% in just few days. MyFxbook link :                https://www.myfxbook . com/members/CannyFX/gold-speedster/12075079 Kindly remember to clear the space just before com/ above when pasting the link in your browser. Unleash the power of intelligent automated trading with Gold Speedster , a next-generation Expert Advisor engineered exclusively for XAUUSD (Gold) . Built for traders who demand performa
Gold Engine Pro
VALU VENTURES LTD
Gold Engine Signal - Advanced Multi-Timeframe Trading System Gold Engine Signal is a sophisticated Expert Advisor designed specifically for trading gold (XAUUSD) and other financial instruments using advanced confluence-based signal detection. This EA combines multiple technical indicators across different timeframes to identify high-probability trading opportunities with superior risk-to-reward ratios. Key Features: Multi-Timeframe Analysis:   The system analyzes market conditions across three
SwingBuilder MT5
Ifeanyi Joshua Odinma
SwingBuilder EA —  Built using an entirely proprietary momentum architecture, SwingBuilder EA utilizes advanced session-boundary tracking combined with macro-directional filtering to capture clean breakout expansions. Its mission is simple: eliminate human emotional errors, isolate true market momentum, and execute institutional-grade risk management from entry to exit. Every decision is based on an automated, multi-layered algorithmic checklist. The system identifies institutional footprint
Unified MultiindicatorReader EA
Abraham Apotierioluwa Apesinola
# UNIFIED MULTI-INDICATOR READER EA ## The Ultimate Indicator Aggregator for MetaTrader 5 ### Stop Coding. Start Trading. **Turn Any Indicator into a Profitable Trading System in Seconds.** Are you tired of staring at multiple charts, trying to interpret conflicting signals from your favorite indicators? Do you have a killer trading strategy that requires confirmation from three different tools, but you can't manually execute it fast enough? Introducing the **Unified Multi-Indicator Reader
WakaWakaWay
Kam Yuk Wong
WakaWakaWay EA   is a fully automated “pullback” trading system. It is especially effective in trading on the “pullback” currency pairs  AUDNZD. The system uses the main patterns of the Forex market in trading – the return of the price after a sharp movement in any direction. The drawdown is small with very good return. Hope you can enjoy using it.  Timeframe: M15 Currency Pair  : AUDNZD
FVG Pattern Breakout
VALU VENTURES LTD
FVG Pattern Breakout - Fair Value Gap Breakout EA Professional Forex Trading Expert Advisor for MetaTrader 5 Description The Fair Value Gap Breakout EA is an advanced algorithmic trading system that identifies and trades Fair Value Gaps (FVGs) formed during the Asian trading session. This sophisticated EA combines institutional trading concepts with precise market structure analysis to capture high-probability trading opportunities. Key Features Fair Value Gap Detection Automatically identifies
Varunna BTC
Maria Aparecida Caldas
VARUNNA BTC VARUNNA BTC 是一款专业的 Expert Advisor(EA),专为在 H1 时间周期上交易 BTCUSD 而开发。它并不是由 Forex 机器人简单转换而来:每一项交易规则、每一个仓位规模决策以及每一种保护机制,都是根据 Bitcoin 的市场行为特点专门设计的。 仓位规模按照账户资金的固定百分比计算,并且 绝不会在亏损后增加仓位规模 。随着持仓层级数量的增加,总风险敞口以线性方式增长,而不是指数式增长。 双层 STOP LOSS 保护 每组持仓独立 Stop Loss。 每组持仓都有自己的亏损限制。当达到该限制时,该组持仓将被关闭,而不会影响其他持仓组。 保存在经纪商服务器上的全局 Stop Loss。 您可以设置账户可接受的最大回撤(Drawdown)。达到该限制时,所有持仓都会被关闭,EA 随后暂停交易。 全局 Stop Loss 注册在经纪商服务器上 ,而不是仅保存在您的交易终端中。因此,即使 MetaTrader 被关闭、VPS 出现故障或互联网连接中断,该保护仍然有效。这是一项不依赖您的电脑持续运行的保护机制。 工作方式 根据 EA 自
介绍移动平均线EA 注意 - 购买The Moving Average EA后,发送私信给我,即可免费获得我的TradeWatch EA工具! 移动平均线EA是一款灵活的交易工具,专门设计用于合成指数,同时也能有效地应用于外汇和其他资产类别。与许多依赖固定移动平均设置的EA不同,这款EA允许用户完全自定义其移动平均参数,无需任何编程技能。由于这种灵活性,用户可以在不同时间框架上进行详细的回测,以确定适合每个工具的最佳设置。 EA会智能地根据市场条件决定止损位置,同时允许用户指定风险回报比(RRR)作为获利水平。它还允许用户设置每笔交易的账户余额百分比,使风险管理更加精确。 此外,用户可以使用MT5中的周期分隔符功能控制指定时间段内的交易数量。周期分隔符由所选时间框架决定。在M1到H2的时间框架中,两个周期分隔符之间的柱子代表一天。H3到H12的时间框架代表一周。在D1时间框架中,柱子代表一个月,而在大于D1的任何时间框架中,它们代表一年。此功能允许交易者在特定时间框架内限制交易数量,确保对交易频率的更精确控制。更多说明将会在视频中添加。 移动平均线EA的优点 避免震荡市场 EA限制您
GoldenEagle
Chantal Thys
GoldenEagle – Smart Trend Trading EA GoldenEagle is a powerful and intelligent Expert Advisor designed to trade trending markets with precision and consistency. Built for MetaTrader 5, this EA combines Moving Average crossovers, RSI filters, and volatility detection (ATR) to identify high-probability trading opportunities. Key Features: Trend-Based Logic – Trades only in strong, confirmed market trends RSI Filtering – Avoids overbought/oversold traps ATR Volatility Filter – Detects
ScalpingDestroyer
Emanuele Giulivi
Fully automated Expert Advisor for intraday trading using breakout and trend logic. It provides risk-management tools and trading-hours controls. Operation Signal generation on breakout/trend per user settings. Trading window to enable/pause execution. News filter to suspend trading around economic releases. Configurable Stop Loss and Take Profit (fixed or percentage). Optional trailing stop and break-even; daily close at profit/loss targets. Configurable daily drawdown limit. Execution control
R6 Sculping
Vinutthapon Bumroong
R6 Scalping EA   is a fully automated Expert Advisor with no use of martingale or hedge.  This EA can be run from very small accounts and Free swap. As small as   1000 $ or 1000 cent minimum  Recommendations The minimum deposit is 1000 USD.    Use a broker with good execution and Low Spread. A very fast VPS is required. NOTE : I also recommend to take out profit on a regular basis. That is once a week/month. Becauser there will be DD. You Can Tracking All EA Status and Update in This Link  https
该产品的买家也购买
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (23)
传奇仍在继续。女王不断进化。 欢迎来到 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.46 (138)
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
Smart Gold Hunter
Barbaros Bulent Kortarla
5 (26)
Smart Gold Hunter 是一款用于 MetaTrader 5 的 XAUUSD / Gold 交易 Expert Advisor。它适合希望使用无网格、无马丁格尔、真实 Stop Loss 和 Take Profit 逻辑,并且重视风险控制的黄金交易者。 您可以在购买前查看实时信号: Live Signal - IC Markets: https://www.mql5.com/en/signals/2365400?source=Site +Signals+My Live Signal - Ultima Markets: https://www.mql5.com/en/signals/2376242?source=Site +Signals+My Smart Gold Hunter 不是网格 EA,也不是马丁格尔 EA。它不依赖无限加仓、恢复单或亏损后加倍手数。EA 的主要思路是用受控逻辑、保护设置和真实交易管理来交易黄金,而不是使用高风险的平均加仓方式。 该 EA 主要为 XAUUSD / Gold 设计。您可以将其用于 XAUUSD 或经纪商提供的黄金品种,例如 XAUU
Zoomini
Gennady Sergienko
5 (5)
重要信息: 支持和问题解答仅在这里提供:  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: 台湾 ); Zoomini 是 GoGoPips 项目 2026 年 7 月最新研究中的一小组机器学习模型。 这些模型仅适用于 XAUUSD H1 / Gold 。 信号: www.mql5.com/en/signals/2381994 需要了解的重要事项: 这些模型只使用 一个订单 进行交易,并采用相同的 SL/TP。 支持: Netting 账户 和任何杠杆。 支持大额入金,因为交易类型为中期交易。  100% 交易活跃度 。 这意味着模型不会回避入场,并且始终处于交易状态。 这些模型经过专门训练,不是寻找方便的入场点,而是每分钟预测价格方向。 购买前完全透明 。   目前,暂时,或如果该 EA 的所有者不反对则永久,该 EA 的模型正在我们公开的 Live 排行榜上交易: 所有统计数据、所有交易,无延迟、无过滤。 购买此 EA 时,您将有机会获得新研究中的模型,该研究计划在今年 8 月完成。 这些模型背后的研究是
The Gold Reaper MT5
Profalgo Limited
4.46 (102)
道具公司已准备就绪!( 下载道具文件 ) 警告: 目前仅剩少量存货! 最终价格:990美元 免费获得 1 个 EA(适用于 3 个交易账户)-> 购买后请联系我 超值组合优惠   ->   点击这里 加入公开群组: 点击此处   实时信号 客户端信号 YouTube 评论 最新手册 欢迎来到黄金收割者! 这款EA是在非常成功的Goldtrade Pro的基础上开发的,设计用于同时在多个时间框架上运行,并且可以选择将交易频率设置为从非常保守到极度波动。 该EA使用多种确认算法来寻找最佳入场价格,并在内部运行多种策略来分散交易风险。 所有交易都有止损和止盈,但同时也使用追踪止损和追踪止盈来最大限度地降低风险,并最大限度地提高每笔交易的潜力。 该系统基于非常流行且行之有效的策略:交易突破重要支撑位和阻力位的交易机会。   黄金非常适合这种策略,因为它是一种波动性很高的货币对。 系统会根据您的账户规模和最大允许回撤设置自动调整交易频率和手数! 回测结果显示增长曲线非常稳定,回撤幅度控制得非常好,恢复速度也很快。  这款EA已经针对黄金进行了最长时间的压力测试,使用了多个经纪商的多个价格
Ultimate Breakout System
Profalgo Limited
5 (46)
重要的 : 此套装将仅以当前价格出售,且数量非常有限。    价格很快就会涨到 1999 美元    包含 +100 种策略 ,未来还会有更多! 奖励 :价格为 1499 美元或更高 --> 免费选择我的其他  5  个EA! 所有设置文件 完整的设置和优化指南 视频指南 实时信号 审查(第三方) NEW - 44-STRATEGIES LIVE SIGNAL 欢迎来到终极突破系统! 我很高兴向您介绍终极突破系统,这是经过八年精心开发的先进且专有的专家顾问 (EA)。 该系统已成为 MQL5 市场上多个顶级 EA 的基础,包括广受好评的 Gold Reaper EA、 连续七个多月保持第一的位置,以及 Goldtrade Pro、Goldbot One、Indicement 和 Daytrade Pro。 终极突破系统不仅仅是另一个 EA。 它是一种专业级工具,旨在帮助交易者在任何市场和时间范围内创建无限数量的突破策略。 无论您专注于波段交易、剥头皮交易还是构建多元化投资组合,该系统都能提供无与伦比的灵活性和定制性。 可能性无穷无尽! 对于自营公司交易者:   有了这个系统
Lizard
Marco Scherer
4.24 (37)
LIZARD 是什么? Lizard 是一款全自动智能交易系统(EA),专为 MetaTrader 5 上的 XAUUSD(黄金)开发。它采用多策略摆动突破系统,识别图表上的关键结构位,并在精确计算的入场点放置挂单止损单。无马丁格尔。无网格。不加仓摊平。 每笔交易都设有明确的 Stop Loss 和 Take Profit,并由多层退出系统全天候自动管理。 实盘信号 - 购买前追踪真实表现: https://www.mql5.com/en/signals/2372821 工作原理 Lizard 在 H1 时间框架上持续扫描 XAUUSD 图表,寻找重要的摆动高点和摆动低点。当识别到有效结构时,它会在距离该价位经校准的位置放置 Buy Stop 或 Sell Stop 挂单。需要真正的突破才能触发,而非价格的简单触碰。 这种方法可过滤掉弱势行情,仅在动能确认时入场。 6 个独立策略在 H1 时间框架上同时运行,每个都拥有各自的 Stop Loss 和 Take Profit、追踪系统、magic number 和风险权重。 主要功能 多策略架构: 六个单独优化的策略覆盖不同的市场状况,从
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
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.43 (130)
更少交易。更好交易。稳定性高于一切。 • 实时信号 模式 1 实时信号 模式 2 Twister Pro EA 是一款专为 XAUUSD(黄金)M15 时间框架开发的高精度剥头皮智能交易系统。交易次数少——但每次交易都有目的。 每笔入场在开仓前须通过 5 个独立验证层,默认配置下胜率极高。 两种模式: • 模式 1(推荐)— 极高胜率,每周交易次数少。专为资金保护和纪律性交易而设计。 • 模式 2(短止损)— 止损幅度显著缩短,交易次数多于模式1。每笔亏损极小。适合希望在受控风险下增加市场曝光的交易者。 规格参数: 交易品种:XAUUSD | 时间框架:M15 最低入金:$100 | 推荐:$250 RAW SPREAD 账户必须使用 强烈推荐 VPS 无网格!每笔交易均设有止盈和止损! 推荐券商: Exness Raw | Vantage | Fusion Markets 购买后发送消息即可获得: 完整用户指南 专属奖励 过往业绩不代表未来结果。请理性交易。
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (3)
ThunderGold Scalper ThunderGold Scalper 是一款专为 MetaTrader 5 黄金自动交易开发的智能交易系统。 该 EA 适用于 M15 周期的 XAUUSD 和 GOLD。系统通过专有的多因素决策引擎识别符合条件的交易机会,并自动管理交易仓位。 系统综合分析市场结构、趋势方向、K线质量、成交量、动量以及交易执行条件。它会耐心等待合适的市场环境,而不是持续频繁开仓。 Live Signal — TMGM 主要功能 专为 XAUUSD 和 GOLD 开发 推荐周期:M15 全自动交易 不使用网格策略 自动 Stop Loss 和 Take Profit 动态移动止损 按风险比例或固定手数计算仓位 趋势和动量过滤器 K线质量和成交量过滤器 高影响力新闻过滤器 节假日和市场关闭保护 滑点调整系统 每日交易次数限制和冷却机制 信息交易面板 针对 Exness 的自动点数调整 推荐交易条件 ThunderGold Scalper 对点差、滑点、流动性和执行速度较为敏感,因此经纪商的交易条件可能会显著影响结果。 该 EA 已在以下经纪商环境中进行测试: TM
Logan MT5
Thierry Ouellet
5 (20)
LIMITED TIME OFFER AT 249$ Price will go up at  499$ on August 7th! Logan MT5 isn't your typical Gold Grid EA that blindly opens trade after trade, consuming your margin and putting your capital at unnecessary risk. Instead, it patiently waits for high-probability entry opportunities and uses an intelligent recovery system that combines ATR-based grid spacing with dynamic lot progression . This allows it to withstand adverse market movements that would wipe out most conventional grid EAs—inclu
Quantum King EA
Bogdan Ion Puscasu
4.96 (212)
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 对开发的全自动交易系统。 它将网格策略的结构与马丁格尔的自适应恢复逻辑相结合,形成了一个在所有市场阶段智能管理交易的系
Smart Gold Impulse
Barbaros Bulent Kortarla
4.11 (19)
Smart Gold Impulse 现巴进入特别早鸟发布阶段。 这是我目前正在使用的 EA,并在我的 Ultima Markets 实盘信号账户上取得了令人瞩目的成绩。您可以通过 Ultima 的实盘信号结果来查看当前表现,Smart Gold Impulse 在真实的市场环境下已经展现出了非常强劲的潜力。我的 Ultima 实盘信号账户所使用的同款设置文件(set file),将仅分享给 Smart Gold Impulse 的购买者。 同时,这仍然是一个发布初始版本,而不是完全进入大众推广阶段的最终产品。之所以给出特别的发布优惠价,原因很简单:我希望早期用户能够对其进行测试、跟进结果、分享反馈,并帮助我了解 Smart Gold Impulse 在不同经纪商和账户条件下的表现。 任何人都可以在这次早鸟发布期间购买 Smart Gold Impulse 并获得我的直接支持。但是,只有 Smart Gold Hunter 的持有者才会被邀请加入特别改进小组,我们将在那里共同讨论经纪商表现、设置、更新、设置文件以及未来的优化方案。 到目前为止,我自己团在 Ultima 上的结果非常强
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 的长期研发与实战验证中,我们进一步确认了突破策略在黄金市场中的有效性,也验证了我们自适应参数系统在真实市场环境中的实际价值。 但对于突破系统来说,始终存在一个现实问题: 止盈太早,容易错过后续真正的大行情; 止盈太晚,又往往会经历一定程度的利润回吐。 这不是某一种策略独有
Pulse Engine
Jimmy Peter Eriksson
3.97 (35)
最新消息——目前仅剩少量存货,欲购从速! 该系统的主要目标是在不使用任何有风险的鞅或网格的情况下实现长期的实时性能。  数量极其有限,现价优惠 最终价格 1499 美元 【实时信号】    |    【回测结果】    |    【设置指南】    |    【FTMO 结果】 一种不同的交易方法 Pulse Engine 不使用任何指标或特定时间框架。它采用了一种非常独特的方法,这是 MQL5 上任何其他交易系统都不采用的方法。 它交易的是日内方向性模式。这些模式是我利用自己多年来不断开发和完善的特定模式识别软件发现的。 该软件使我能够识别出市场历史上在一天中哪些时段会出现强劲的单向波动。 每个市场和每周的每一天都有其独特的走势。 这种方法之所以如此强大,是因为它不依赖于市场是处于趋势行情、反转行情还是任何特定的市场状态。其模式与这些因素完全无关。 脉冲引擎包含涵盖 六大市场的 70 多种不同模式 ,并结合超过 5万笔 交易的历史回测数据。 每个市场的回测时间均尽可能追溯至数据允许的最长时期, 外汇货币对约 20年,指数约 15 年, 加密货币 约10 年。这确保了极高的统计显
Gold Neural Core
TICK STACK LTD
5 (8)
Launch Offer:   Grab Gold Naural Core and bundle it with   XAU Momentum   and get 2 free EAs of your choice from my entire MQL5 store. DM me for details. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Gold Neural Core is a high-frequency grid trading system engineered specifically for gold (X
Zerqon EA
Vladimir Lekhovitser
3.43 (28)
实时交易信号 交易活动的公开实时监控: https://www.mql5.com/zh/signals/2372719 官方信息 卖家资料 官方频道 用户手册 安装说明和使用指南: 查看用户手册 Zerqon EA 是专为 XAUUSD 交易开发的自适应专家顾问。 该策略基于通过 ONNX 集成的 Deep LSTM 神经网络模型,使系统能够处理连续性的市场行为并以结构化方式分析价格动态。 该模型专注于识别黄金价格走势、波动性以及时间条件中的特定模式。 与传统固定信号不同,EA 通过训练后的神经网络框架分析市场,仅在内部模型识别到合适条件时才执行交易。 Zerqon EA 不会持续不断地进行交易。 某些时期可能完全没有任何交易,而在适合的 XAUUSD 市场阶段,系统可能会在较短时间内执行多笔交易。 每笔交易均带有预定义的 Stop Loss 和 Take Profit 参数。 同时还使用追踪止损机制来动态管理持仓。 该 EA 适用于偏好基于神经网络的黄金交易方式、重视执行控制以及接受可变交易频率的用户。 主要特点 不使用高风险交易技术,如马丁格尔 (M
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凭借其卓越的亏损交易处理方法,在众多专家顾问中脱颖而出。
Nexorion Initium Novum EA
Valentina Zhuchkova
4.29 (24)
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) :基于市场阶段的深度分析,精确识别买
XG Gold Robot MT5
MQL TOOLS SL
4.31 (113)
The XG Gold Robot MT5 is specially designed for Gold. We decided to include this EA in our offering after extensive testing . XG Gold Robot and works perfectly with the XAUUSD, GOLD, XAUEUR pairs. XG Gold Robot has been created for all traders who like to Trade in Gold and includes additional a function that displays weekly Gold levels with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on Price Action, Cycle S
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.5 (20)
更新:下一价格:599 美元,最终价格:999 美元 如果您重视诚实和为真实交易而构建的真正交易系统,而不是一个看起来完美无瑕但最终可能导致账户爆仓的直线回测,那么这可能适合您。 无马丁格尔/无网格 22个月实时信号 +250% 实时增长 【实时信号】    |  【FTMO 结果】    |  【主投资组合】  |  【回测指南】 为什么 Range Breakout EA 如此稳定? Range Breakout EA 基于一种众所周知的市场行为:交易时段之间的波动性变化。 亚洲交易时段的波动性通常较低,形成一个狭窄的价格区间。伦敦交易时段开盘后,波动性增加,价格往往会突破该区间 并继续朝突破方向移动。 该系统会交易这种突破,并在当天晚些时候波动性开始减弱时平仓。 它不使用指标或固定时间框架,这有助于减少过拟合。系统内部使用突破过滤器来避免低质量的突破交易。 该策略在 XAUUSD、USDJPY、BTCUSD、US30 和 DE40 等货币对上表现尤为出色。 同时交易多个市场可以实现强大的分散风险能力。 加入社区! 公众社区:  点击这里! 请私信我并附上购
Wave Rider EA MT5
Adam Hrncir
4.89 (46)
Scalper speed with sniper entries. Built for Gold. Tired of all the fake EAs that eventually disappear?  Wave Rider  is honest, transparent EA without any fake AI or manipulated back-test that's been continuously updated for more than 6 months $499  until Signal reaches 150% - then 599 USD 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 setting
Chiroptera
Rob Josephus Maria Janssen
4.64 (47)
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
XAU Momentum
TICK STACK LTD
XAU Momentum — Trend-Aligned Gold Breakout EA Live Performance All Tick Stack Signals can be found on our website or by following the link below. See images below for more information.  https://www.mql5.com/en/blogs/post/773500 Launch Offer:   Grab XAU Momentum now at the lowest price it'll ever be. Bundle it with   Gold Neural Core   and get 2 free EAs of your choice from my entire MQL5 store. DM me for details. Two copies left at current price - next price = 298$ How to use: Load on XAUUSD
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
Syna
William Brandon Autry
5 (27)
Syna 7 - 全程陪伴交易的 AI 大多数交易系统在入场之后就停止思考了。 Syna 不会。 Syna 7 是一个 AI 交易助手,也是一套自主交易系统,从分析到离场全程参与。 它可以监控当前行情、记住交易的来龙去脉、评估新闻与波动、管理持仓、协调账户,并在订单成交之后继续重新审视自己的决策。 交易不会在入场时结束。 智能也不该如此。 从分析到离场,一以贯之的智能。 频道与社区 关注频道,获取更新、信号、发布消息和产品演示。加入公开群组,提问并与其他交易者交流。 关注我的 MQL5 频道 加入我的 MQL5 公开群组 什么是 Syna? Syna 的设计目标,是充当整个交易运作的智能层。 它可以配合: 自身的自主交易策略 由其他 EA 开出的持仓 手动交易 多个 MetaTrader 5 终端 多个经纪商与账户 不同的品种、策略和风险配置 你可以把 Syna 当作自主交易者、AI 助手、持仓管理器、投资组合协调者,或者四者兼具。 AI 的优势不再局限于单一入场信号或某个孤立的 EA。 Syna 为何改变你的交易方式 传统 EA 遵循预先设定的逻辑,只能沿着开发者事先编写好的路径做
Cortex Aurex
Vladimir Mametov
4.6 (10)
这是一个专为黄金(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 采用趋势跟随策略,在主趋势方向上的回调中寻找入场机会,从而在已有趋势中获得更有利的
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 广泛:更宽的波动,更少但更强的
Impulse MT5
Simon Reeves
5 (16)
Are you ready to power up your Gold trading? Impulse by Starpoint Trading — A six-strategy gold EA that waits for the perfect shot. Come chat with us in our public MQL5 channel!  https://www.mql5.com/en/channels/starpoint 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 it across the board: A brand-new sixth strategy — Conviction Momentum joins the squad, hunting de
筛选:
matze1974
197
matze1974 2025.08.12 10:39 
 

Exactly what I was looking for! Perfect for me! I'm already testing it. The first results are very promising! Thank you for this EA! Keep it up.

回复评论