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.

推荐产品
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
本 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品种的实盘账户历史交
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
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
XauPeeZO pro v1
Nanpan Salihu Yaniyang
PEEZOFX is an automated Expert Advisor for MetaTrader 5 designed for trading XAUUSD. The EA uses a trend-following approach with moving-average analysis, multi-factor signal confirmation and configurable risk management. Key features: Designed for XAUUSD M15 primary trading timeframe 20 and 50 period moving-average trend analysis Confidence-based trade filtering Higher-timeframe trend confirmation ATR-based volatility and stop-loss management Configurable reward-to-risk target Percentage-based p
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
50% off now , Final price $199 Performance Comparison: Fixed Lot vs. Compounding Auto-Lot Both backtests were conducted using 100% Tick Data across identical trade executions (230 trades from January 2026 to August 2026). Performance Metric Fixed Lot (0.01 Lot) Dynamic Auto-Lot (5% risk per trade)   Initial Deposit $100.00 $100.00 Total Net Profit +$777.01 (+259.0%) +$2,750,098.61 Profit Factor 8.67 7.75 Recovery Factor 96.44 33.09 Max Equity Drawdown 0.95% ($8.34) 3.33% ($83100) Total Trades
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
Gold Anchor
Yau Cheong Wong
Gold Anchor EA Smart Gold Breakout EA — multi strategies in parallel — a real stop loss on every trade — no grid, no martingale. Live Signal:  https://www.mql5.com/en/signals/2385604 Set files are available in the EA's comment section. Philosophy This is not an EA chasing exaggerated returns. It is designed for long-term, steady account growth rather than short-term spikes in the numbers. Risk control comes in multiple levels, so users with different risk tolerances and different goals can each
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
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
# 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
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
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
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
StormDRAGON
Alfred Charano
4.75 (4)
StormDRAGON Gold Quest  The World's First RTG (Role Trading Game) Expert Advisor for MT5, StormDRAGON Gold Quest fuses an institutional-grade quantitative engine with an immersive, live-RPG progression system directly on your MetaTrader 5 chart. Powered by a proprietary Multi-Hero Architecture, it runs 4 independent trading strategies simultaneously on XAUUSD—essentially giving you 4 EAs inside a single infrastructure, all engineered around the same gold volatility. 100% Modular: Pure SL/TP or
Cent Chicky Chick
Paloch Wongpang
Cent Chicky Chick        Cent Chicky Chick is a trend-following Expert Advisor built around a proprietary directional-bias engine that determines market direction by cross-confirming trend signals across the chart's working timeframe and a higher timeframe simultaneously. The EA only opens positions in the direction the trend engine confirms — there is no manual, counter-trend, or discretionary entry mode. Once positioned, it manages the trade as a basket: if price moves against the entry, the
Catie MT5
Chun Nok Fung
CATIE Premium MT5 CATIE Premium 是一套适用于 MetaTrader 5 的自动交易 EA,重点是结构化执行、自适应交易保护和真实止损管理。 **主要功能** - 自动管理挂单与持仓 - 自适应保护和受控 Stop-and-Reverse 管理 - 点差与执行成本保护 - 高影响新闻模式和可配置交易时段 - 内置单仓与交易周期风险限制 - MT5 重启后恢复交易管理 **建议使用条件** - 仅支持 Hedging 对冲账户 - 适用于 XAUUSD 及其他合适的高流动性品种 - 建议最低账户余额:200 美元 - 使用真实资金前建议先进行模拟账户测试 MQL5 Market 负责租赁授权和到期管理。租赁期结束后,客户需要续租或购买完整版本。自动交易存在风险,过去的表现不代表未来结果。 Tools -> Options -> Expert Advisors -> Allow WebRequest for listed URL -> Add -> https://nfs.faireconomy.media -> OK
Gold Experts advisor
Chibuzor Joy Ejiugwo
Automated Trading Based on Market Momentum and Price Action Gold Momentum EA is an automated Expert Advisor for MetaTrader 5 designed to analyze market price action and identify potential bullish and bearish trading opportunities. The EA is built to assist traders by automating trade execution and applying predefined trade-management rules. It can be configured according to the trader's preferred lot size, risk-to-reward ratio, stop-loss distance, take-profit distance, and maximum number of open
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
介绍移动平均线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
该产品的买家也购买
Quantum Titan MT5
Bogdan Ion Puscasu
4.81 (21)
Quantum Titan 将机构级交易引入 Quantum 生态系统,为精准度、纪律性和经证实的实时市场表现树立了新的标准。 Titan 是为那些对黄金智能交易系统有更高期望的交易者而开发的,代表了量子交易技术的下一个发展阶段。 全球终身授权数量严格限制在 1000 个。 当1000份全部售罄后,《量子泰坦》将不再发售。 特价上市优惠价。最终价格 1999 美元。 只需5万美元初始投资即可获得实时信号:   点击此处 Quantum Titan MQL5 公共频道:   点击此处 ***购买 Quantum Titan MT5,即有机会免费获得 Quantum Emperor、Quantum King、Quantum Bitcoin、Quantum Baron、Quantum Valkyrie、Quantum OmniGold、Quantum Athena X 或 Quantum Starman!*** 详情请私信咨询! 隆重推出量子泰坦 Quantum Titan 是我从未打算公开发布的黄金级智能交易系统。 几个月来,我一直用自己的资金私下交易 Titan,并且
MoonDog EA
James Vito Armin Bianchini
4.75 (20)
MoonDog EA 是一款专为 MetaTrader 5 上的 XAUUSD 设计的多策略突破型智能交易系统(Expert Advisor)。 该系统结合了五种相互独立的突破策略,用于识别不同类型的突破条件和价格扩张行情。 MoonDog 不使用马丁格尔、Recovery 模式、Grid Recovery、亏损后加大手数或亏损加仓平均成本。 每笔交易都会在开仓时设置独立的 Stop Loss 和 Take Profit。出现亏损后,系统不会通过更大的仓位来试图追回之前的损失。 Break-even、Trailing 和 MoonLock 都是用于保护现有持仓的交易管理功能。它们可以调整已有仓位的保护水平,但不会增加手数,也不会为了追回亏损而开启额外仓位。 官方实盘信号 MoonDog 的真实交易活动可以通过官方 MQL5 Signal 进行监控: https://www.mql5.com/en/signals/2381309 该实盘信号用于提高透明度。由于点差、佣金、滑点、执行延迟、流动性以及经纪商执行条件等因素,实盘结果可能与回测结果存在差异。 交易策略 MoonDog 专门为 X
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (41)
传奇仍在继续。女王不断进化。 欢迎来到 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
Iron Stops
Fajar Dicky Firmansyah
4.54 (46)
100K Real Signal:  https://www.mql5.com/en/signals/2386516 没有噱头。没有空洞的承诺。 Iron Stops 迎合关注一个关键方面的交易者: 一致性 。无论您是正在进行 道具挑战 还是管理客户资金,这款 EA 都能保持在设定的界限内并提供可靠的结果。 仓位在 36 小时 内平仓。 在单一图表上运行: 只需将其应用于 XAUUSD ,使用 M30 时间框架。这就是您所需要的。一个图表。一个强大的工具。 正确的配置对准确回测至关重要! 请联系我获取我的 .ini 文件 和详细说明。 注意:应众多要求,我将价格下调至 349。 一旦售出 10 份授权,价格将回升至 599。目前已售出 6 份,请在价格调整前把握机会。 博客 链接 =  https://www.mql5.com/en/blogs/post/763583 频道 链接 =  https://www.mql5.com/en/channels/mqltradingfajar 给我发消息,我会给您发送一份  试用  包,供您在模拟账户中使用。 主要优点 免费赠品:买一送二
The Gold Reaper MT5
Profalgo Limited
4.48 (105)
道具公司已准备就绪!( 下载道具文件 ) 警告: 目前仅剩少量存货! 最终价格:990美元 免费获得 1 个 EA(适用于 3 个交易账户)-> 购买后请联系我 超值组合优惠   ->   点击这里 加入公开群组: 点击此处   实时信号 客户端信号 YouTube 评论 最新手册 欢迎来到黄金收割者! 这款EA是在非常成功的Goldtrade Pro的基础上开发的,设计用于同时在多个时间框架上运行,并且可以选择将交易频率设置为从非常保守到极度波动。 该EA使用多种确认算法来寻找最佳入场价格,并在内部运行多种策略来分散交易风险。 所有交易都有止损和止盈,但同时也使用追踪止损和追踪止盈来最大限度地降低风险,并最大限度地提高每笔交易的潜力。 该系统基于非常流行且行之有效的策略:交易突破重要支撑位和阻力位的交易机会。   黄金非常适合这种策略,因为它是一种波动性很高的货币对。 系统会根据您的账户规模和最大允许回撤设置自动调整交易频率和手数! 回测结果显示增长曲线非常稳定,回撤幅度控制得非常好,恢复速度也很快。  这款EA已经针对黄金进行了最长时间的压力测试,使用了多个经纪商的多个价格
Smart Gold Hunter
Barbaros Bulent Kortarla
4.08 (59)
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 Smart Gold Hunter 不是网格 EA,也不是马丁格尔 EA。它不依赖无限加仓、恢复单或亏损后加倍手数。EA 的主要思路是用受控逻辑、保护设置和真实交易管理来交易黄金,而不是使用高风险的平均加仓方式。 该 EA 主要为 XAUUSD / Gold 设计。您可以将其用于 XAUUSD 或经纪商提供的黄金品种,例如 XAUUSDm、GOLD 或类似名称。黄金交易非常受点差和滑点影响,因此建议使用低点差、低佣金、快速执行和稳定交易环境的 raw spread ECN 账户。 您可以将 Smart Gold H
Scalping Robot Pro MT5
MQL TOOLS SL
4.38 (154)
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
Ultimate Breakout System
Profalgo Limited
5 (48)
重要的 : 此套装仅以当前价格限量发售。    价格很快就会涨到1999美元!   已包含 300 多种策略 ,更多策略即将推出! 额外福利 :  从我的其他 EA 中免费 选择 5 款!   所有设置文件 + 完整设置和优化指南 视频指南 实时信号 第三方评论 新增 - 44 种策略实时信号 欢迎来到终极突破系统! 我很高兴地向大家介绍终极突破系统,这是一款经过八年精心开发的复杂且专有的智能交易系统 (EA)。 该系统已成为MQL5市场上多款表现优异的EA的基础,其中包括备受赞誉的Gold Reaper EA。 它曾连续七个多月位居榜首,此外还有 Goldtrade Pro、Goldbot One、Indicement 和 Daytrade Pro。 终极突破系统并非仅仅是另一款EA(电子交易系统)。 它是一款专业级工具,旨在帮助交易者在任何市场和时间框架内创建无限数量的突破策略。 无论您是专注于波段交易、超短线交易还是构建多元化投资组合,该系统都能提供无与伦比的灵活性和定制化功能。 可能性无穷无尽! 对于自营交易公司的交易员来说:   有了这个系统,您终于可以创建自己独
Ghost Scalper MT5
Thomas Christoph Lipka
5 (6)
Ghost Scalper MT5 Ghost Scalper MT5 是一款专为 MetaTrader 5 上的 XAUUSD / 黄金交易开发的全自动智能交易系统。 该 EA 包含四个独立交易策略:Ghost A、Ghost B、Ghost C 和 Ghost D。每个策略都有独立的交易逻辑、交易管理和风险设置,并可单独开启或关闭。 主要功能 专为 XAUUSD / 黄金设计 四个独立交易策略 自动执行 BUY 和 SELL 交易 支持固定手数或百分比风险 Ghost A、B、C、D 可分别设置风险 集成 Virtual Trailing BIG、SMALL 和 OFF 三种面板模式 自动管理挂单 实时信号 可以通过公开的 MQL5 信号查看交易活动: Vantage: https://www.mql5.com/zh/signals/2386083 Ultima Markets: https://www.mql5.com/zh/signals/2387100 TMGM: https://www.mql5.com/zh/signals/2387161 VT Markets: http
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.71 (14)
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
Lizard
Marco Scherer
4.34 (59)
什么是 Lizard? Lizard 是一款用于 MetaTrader 5 平台 XAUUSD(黄金)的全自动智能交易系统。它采用多策略摆动突破系统:识别图表上的关键结构位,并在计算得出的入场点位挂出停止订单。 不使用马丁格尔,不使用网格,不在亏损时加仓。 每笔交易都带有明确的止损和止盈,随后由多层退出系统全天候管理,无需人工干预。 支持 我们团队分工明确:一部分成员负责开发,一部分成员负责客户支持。购买后,安装、设置及其他任何问题请联系我们的版主 Zolia: https://www.mql5.com/zh/users/zolia 实盘信号 三个账户,三种风险设置,相同的交易逻辑。运行结果公开可查: Normal Standard: https://www.mql5.com/zh/signals/2372821 ECN High: https://www.mql5.com/zh/signals/2383392 ECN Armageddon: https://www.mql5.com/zh/signals/2386457 工作原理 Lizard 在一小时周期上持续扫描 XAUUSD 图
Scalping Index Pro MT5
MQL TOOLS SL
5 (2)
Scalping Index Pro is a professional trading system designed specifically for fast and precise scalping on US30 and DE40 using the M1 timeframe . The system has been developed specifically for the unique behavior of major stock indices, focusing on short term price movements, rapid momentum changes, market volatility, and selective grid based trade management techniques to identify high probability trading opportunities . Scalping Index Pro is optimized for traders who prefer dynamic trading wit
Silent Exit MT5
Fajar Dicky Firmansyah
5 (5)
没有噱头。没有空洞的承诺。 Silent Exit 专为专注于单一目标的交易者打造: 稳定的表现 。  包含所有主要货币对:  EURUSD,USDCAD,USDJPY,NZDUSD,USDCHF,AUDUSD,GBPUSD 无论您是在努力通过 Prop 交易挑战 ,还是在管理客户资金,这款 EA 都能保持纪律性——并带来实际成果。 信号链接: https://www.mql5.com/en/signals/2388541 请记住,这是一个 100k 的 Darwinex Zero 账户,我并没有存入 100k,这个账户仅用于展示实时交易结果。 策略如何运作 成交量加速:   此功能可以检测成交量的快速变化,而这种变化通常预示着即将发生的突破。但这一次,我们加入了多个仅适用于主要货币对的指标。   策略如何运作 成交量加速:  与 Iron Stop 相同, 此功能可以检测成交量的快速变化,而这种变化通常预示着即将发生的突破。但这一次,我们加入了多个仅适用于主要货币对的指标。   正确的回测需要正确的配置! 联系我即可获取我的 .ini 文件 以及详细的配置说明。 注意: 目前该
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
Quantum King EA
Bogdan Ion Puscasu
4.96 (218)
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 对开发的全自动交易系统。 它将网格策略的结构与马丁格尔的自适应恢复逻辑相结合,形成了一个在所有市场阶段智能管理交易的系
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.39 (138)
更少交易。更好交易。稳定性高于一切。 • 实时信号 模式 1 实时信号 模式 2 Twister Pro EA 是一款专为 XAUUSD(黄金)M15 时间框架开发的高精度剥头皮智能交易系统。交易次数少——但每次交易都有目的。 每笔入场在开仓前须通过 5 个独立验证层,默认配置下胜率极高。 两种模式: • 模式 1(推荐)— 极高胜率,每周交易次数少。专为资金保护和纪律性交易而设计。 • 模式 2(短止损)— 止损幅度显著缩短,交易次数多于模式1。每笔亏损极小。适合希望在受控风险下增加市场曝光的交易者。 规格参数: 交易品种:XAUUSD | 时间框架:M15 最低入金:$100 | 推荐:$250 RAW SPREAD 账户必须使用 强烈推荐 VPS 无网格!每笔交易均设有止盈和止损! 推荐券商: Exness Raw | Vantage | Fusion Markets 购买后发送消息即可获得: 完整用户指南 专属奖励 过往业绩不代表未来结果。请理性交易。
GoldenShot
Adam Hrncir
5 (1)
Last copies for 149 USD  only/ next  +50 USD every sold 10 licenses  /   399 USD final price. The earlier you decide, the less you pay. Check the live signal   /   Read the manual One shot. One target. Zero recovery. GoldenShot is a single-position gold EA built for controlled, long-term trading. It waits for a qualified setup, takes one clean shot with a real stop loss, and if the idea does not work, it manages the trade instead of rescuing it. No grid. No martingale. No lot scaling. Each st
Quantum Athena X
Bogdan Ion Puscasu
5 (7)
更智能的控制,更精准的操控。 欢迎来到 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
Cortex IDX
Vladimir Mametov
4 (4)
这是一款专为 MetaTrader 5 平台打造的全自动智能交易系统(Expert Advisor,EA),专门针对 US30(道琼斯工业平均指数) 交易进行了深度优化。交易逻辑结合了美国股指的典型市场特征,包括趋势行情、盘中回调以及高波动阶段,能够自动完成信号识别、开仓、持仓管理和离场操作。 EA 的核心理念是让盈利单尽可能持续运行,同时严格控制亏损风险。盈利仓位可通过智能移动止损(Trailing Stop)持续跟随趋势;当持仓出现亏损且 M1(1 分钟)周期检测到反向信号时,系统可自动提前离场,以减少不必要的回撤。 首发优惠: 当前价格仅限前 20 位购买者。售出 20 份后,产品价格将上调 100 美元 ,调整为 599 美元 。 产品理念 本 EA 专为希望实现 US30 全自动交易的投资者设计,采用趋势跟随结合回调入场的交易策略,在市场已有明确方向时寻找更优的进场位置,而不是盲目追涨杀跌。 盈利订单可采用 移动止损 持续跟随行情,在锁定利润的同时尽可能捕捉更大的趋势;如果交易者更喜欢固定目标,也可切换至 固定止盈(Take Profit) 模式。 对于亏损订单,EA 会持续
Zerqon EA
Vladimir Lekhovitser
3.59 (32)
实时交易信号 交易活动的公开实时监控: https://www.mql5.com/zh/signals/2372719 官方信息 卖家资料 官方频道 用户手册 安装说明和使用指南: 查看用户手册 Zerqon EA 是专为 XAUUSD 交易开发的自适应专家顾问。 该策略基于通过 ONNX 集成的 Deep LSTM 神经网络模型,使系统能够处理连续性的市场行为并以结构化方式分析价格动态。 该模型专注于识别黄金价格走势、波动性以及时间条件中的特定模式。 与传统固定信号不同,EA 通过训练后的神经网络框架分析市场,仅在内部模型识别到合适条件时才执行交易。 Zerqon EA 不会持续不断地进行交易。 某些时期可能完全没有任何交易,而在适合的 XAUUSD 市场阶段,系统可能会在较短时间内执行多笔交易。 每笔交易均带有预定义的 Stop Loss 和 Take Profit 参数。 同时还使用追踪止损机制来动态管理持仓。 该 EA 适用于偏好基于神经网络的黄金交易方式、重视执行控制以及接受可变交易频率的用户。 主要特点 不使用高风险交易技术,如马丁格尔 (M
Aura Gold Pro Edition
Stanislav Tomilov
5 (2)
旨在主导黄金市场。 官方信息 卖家简介 官方频道 用户指南 限时价格 — $799 Aura Gold Pro Edition 在 9 月底之前仅售 $799。 从 10 月 1 日起,价格将上涨至 $999 — 请在涨价前购买您的版本。 实时交易信号  Roboforex   https://www.mql5.com/en/signals/2366593 FPMarkets   https://www.mql5.com/en/signals/2358523 ICTrading   https://www.mql5.com/en/signals/2380859 描述 Aura Gold PRO Edition 是一款精心设计且可靠的黄金市场交易算法。我们打造的系统专注于长期稳定性和资金保护,避免不必要的风险。该EA的实时信号展现出卓越的业绩和稳步增长,证实了其底层逻辑的有效性。该系统的核心优势之一是其高恢复系数,使其能够快速、稳健地克服正常的资金回撤,并持续创造利润。 AURA GOLD PRO EDITION 的核心原则是绝对的风险控制。无论任何情况,每一笔交易都始终受到止损保护
The Gold Space
Ayush V Jain
5 (6)
LIVE SIGNAL REACHED NEW HIGH Live Signal on Vantage https: // www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Join telegram group   https://t.me/+UaALtDiYMb4xYTk1 Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 5, this EA capitalizes on high-probability volatility expansions using a precise,
Atherion Zenith AI EA
Valentina Zhuchkova
AETHERION ZENITH AI EA 精准黄金自动化交易的进化 用于实时监控的公开实盘信号: https://www.mql5.com/ru/signals/2381671 限量首发优惠 前 7 份授权仅售 $259 。 当这些授权售出后,价格将立即上调 $100 — 至 $359 。 此首发优惠适用于希望在早期阶段加入 Aetherion Zenith AI EA,并从一开始就通过公开实盘监控跟踪系统发展的交易者。 从 Prime 到 Zenith Aetherion Zenith AI EA 并不是上一代系统的简单改名版本。 它代表了下一阶段的发展:更加先进、更加结构化、更加精炼的新一代 Aetherion 交易架构。 最初的 Aetherion Prime 概念建立在精准、纪律和受控的黄金自动化执行之上。 Aetherion Zenith AI EA 在这一基础上进一步升级。 系统经过现代化改进,拥有更强的分析结构、更精细的决策过滤、更成熟的风险行为,以及增强的 AI 导向逻辑层,旨在让交易过程更加选择性、更具适应性,并更加专业。 Zenith 意味着最高点。 这正是该版
Smart Gold Impulse
Barbaros Bulent Kortarla
3.9 (21)
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 上的结果非常强
Gold Snap
Chen Jia Qi
4.58 (24)
Gold Snap — 黄金快速利润捕捉系统 Gold Snap v2.1上线优惠:前10份(只剩9)无限许可证仅售599美元,并免费赠送一款内部EA供个人使用。售完或满7天即结束,以先达成者为准。原价999美元。 实盘信号: https://www.mql5.com/en/signals/2362714 实盘信号2: https://www.mql5.com/en/signals/2372603 实盘信号 v2.0: https://www.mql5.com/en/signals/2379945 重要: 购买后,请通过MQL5私信联系我们,以获取用户指南、推荐设置、安装与使用说明、赠品EA领取信息及后续更新支持。您也可以在产品评论区留言,我们会主动与您联系。 https://www.mql5.com/en/users/walter2008 欢迎加入我们的 MQL5 频道,获取产品更新与交易见解。 https://www.mql5.com/en/channels/tendmaster 在 Gold House 的长期研发与实战验证中,我们进一步确认了突破策略在黄金市场中的有效性,也验
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.57 (23)
更新:下一价格:599 美元,最终价格:999 美元 如果您重视诚实和为真实交易而构建的真正交易系统,而不是一个看起来完美无瑕但最终可能导致账户爆仓的直线回测,那么这可能适合您。 无马丁格尔/无网格 22个月实时信号 +300% 实时增长 【实时信号】    |  【FTMO 结果】    |  【主投资组合】  |  【回测指南】 为什么 Range Breakout EA 如此稳定? Range Breakout EA 基于一种众所周知的市场行为:交易时段之间的波动性变化。 亚洲交易时段的波动性通常较低,形成一个狭窄的价格区间。伦敦交易时段开盘后,波动性增加,价格往往会突破该区间 并继续朝突破方向移动。 该系统会交易这种突破,并在当天晚些时候波动性开始减弱时平仓。 它不使用指标或固定时间框架,这有助于减少过拟合。系统内部使用突破过滤器来避免低质量的突破交易。 该策略在 XAUUSD、USDJPY、BTCUSD、US30 和 DE40 等货币对上表现尤为出色。 同时交易多个市场可以实现强大的分散风险能力。 加入社区! 公众社区:  点击这里! 请私信我并附上购
Zoomini
Gennady Sergienko
1.53 (17)
重要信息: 支持和问题解答仅在这里提供:  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 月完成。 这些模型背后的研究是
Wave Rider EA MT5
Adam Hrncir
4.82 (44)
Scalper speed with sniper entries. Built for Gold. Limited Summer sale - 399 USD only instead of 499 USD Tired of all the fake EAs that eventually disappear? Most authors just create another EA when it fails - I wanted to do it differently. Wave Rider is my personal project built out of passion - honest, transparent EA without any fake AI or manipulated back-test that's been continuously updated for more than 6 months, that I am using myself from very first day. Check the Live signal  or Manual
Apex Predator MT5
Abdelrahman Ahmed Mahmoud Ahmed
5 (1)
Apex Predator is an automated XAUUSD Expert Advisor for MetaTrader 5 built around an advanced Support and Resistance trading approach. It is designed for traders who want an active Gold scalping system without relying on martingale or grid strategies. Apex Predator can trade frequently, but it maintains a disciplined structure by managing only one order at a time . The philosophy behind Apex Predator is simple: identify meaningful market areas, wait for the strategy's conditions to align, execut
SomaGold
Andrii Soma
5 (10)
SomaGold 是一款专为 MetaTrader 5 打造的多策略突破型智能交易系统(EA),仅适用于黄金(XAUUSD)。一张图表、一个 EA,32 套独立策略并行运行,构成单一、分散化的组合。 实时信号。 这是我在 MQL5 上发布的第一款 EA。为在上线时让更多人能够入手,我采用透明的阶梯定价模式: 首发价:100 USD 每售出 10 份拷贝,价格上涨 100 USD 早期购买者在产品生命周期内锁定最低价格。 理念 与其运行单一、容易过度拟合某一狭窄市况的设置,SomaGold 自带一套精选的 32 套预调策略,全部在同一黄金图表上的单个 EA 中并行运行。 每套策略拥有各自的 magic number、注释、时间周期、摆动识别参数、出场规则、新闻距离与手数步长。它们共享同一执行引擎但独立交易,因此您可在多个时间周期与突破宽度上获得真正的分散化,而无需管理大量图表。 组合构建 我进行了 48 次完全不同的优化: 首先,我在 2 个时间段上运行优化: 2018–2023 2020–2025 时间周期分为 4 组: D1、H12、H8、H4 突破宽度有三种变体: V1 Bro
筛选:
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.

回复评论