Candle Size Breakout

Candle Breakout

Build your own breakout strategy — choose candle size, filters and position management


What is Candle Breakout?

Candle Breakout is an Expert Advisor based on the candle range breakout strategy. It gives you the tools to build your own strategy — you decide what candle size you're interested in, which trend filters to enable, how to manage your position and what risk you accept.

You build the strategy, the EA executes it.

  • Choose your candle size — set minimum and maximum range in pips tailored to your instrument and timeframe
  • Select trend filters — one MA, two MAs, ADX, HTF or any combination
  • Set up position management — SL in pips, ATR or on candle, fixed or dynamic TP, Break-Even, Trailing Stop
  • Control your risk — fixed lot, account percentage, daily limits, max positions

Every parameter can be set manually or left at 0 = auto — the EA will then use values from built-in presets for the given instrument.


How does the EA open positions?

The EA monitors the range of selected previous candles (default 1 candle = classic breakout). It defines a breakout zonebased on the highest High and lowest Low (from wick to wick):

  • BUY — when price breaks above the High of the breakout zone
  • SELL — when price breaks below the Low of the breakout zone

Every entry must pass through a chain of filters before being approved:

1. Trend Filter — Dual Moving Average

  • Fast MA (e.g. SMA 50) + Slow MA (e.g. SMA 200)
  • Requires N consecutive closed candles above/below BOTH averages (configurable parameter)
  • BUY only when confirmed N candles closed above both MAs
  • SELL only when confirmed N candles closed below both MAs
  • Single MA mode — uses only one average (disable Slow MA by setting -1)

2. Higher Timeframe Filter (HTF)

  • Checks trend direction on a higher timeframe (e.g. D1 or W1)
  • Blocks BUY entries when HTF is bearish and vice versa
  • Automatic HTF selection based on the current timeframe

3. Trend Strength Filter — ADX

  • Measures trend strength using the ADX indicator
  • Blocks trading when ADX is below threshold (default 20) — sideways market, false breakouts
  • Configurable period and minimum ADX level

4. MA Distance Filter

  • Checks the distance between Fast and Slow MA in ATR units
  • When averages are too close together — market is in consolidation, breakouts fail
  • Requires Dual MA (both averages active)

5. Candle Range Filter

  • Rejects candles that are too small (no momentum) or too large (move already happened)
  • Auto (0) — the EA calculates min/max range based on instrument and timeframe (e.g. USDJPY M30 has different thresholds than GOLD H4)
  • Manual — you set minimum and maximum candle range in pips, tailored to your TF and trading style
  • Example: on M5 you might set 3-15 pips, on H4 it could be 20-200 pips
  • Lookback candles — choose how many candles back to build the breakout zone (1 = previous candle, 3 = range from 3 candles)

6. Spread Filter

  • Blocks trading when spread exceeds the allowed maximum
  • Auto (0) — spread limit selected automatically from instrument preset, scaled with timeframe
  • Manual — you set max spread in pips (e.g. 2.0 = max 2 pips)
  • When spread exceeds the limit — the EA waits for it to drop before opening a position

Each filter can be enabled or disabled independently. A position opens only when ALL enabled filters give the green light.


Stop Loss System — 3 Modes

Choose the SL method that fits your strategy:

Mode 1: ATR-based SL (default)

  • SL = ATR multiplier (e.g. 1.5x ATR)
  • Automatically adapts to current volatility
  • Scaled by Adaptive Volatility (comparison of current ATR to 20-period average)

Mode 2: Manual SL (fixed pips)

  • SL = exact distance in pips (e.g. 30 pips)
  • Fixed value regardless of volatility

Mode 3: Candle SL (SL at candle Low/High)

  • BUY: SL below the breakout candle Low + buffer in pips
  • SELL: SL above the breakout candle High + buffer in pips
  • SL based on actual candle range — adjusted to the current price movement
  • Overrides both modes above when enabled

Priority: Candle SL > Manual SL > ATR SL


Take Profit System — 3 Modes + Dynamic TP

Mode 1: ATR-based TP (default)

  • TP = ATR multiplier (e.g. 2.5x ATR)
  • Adapts to volatility — higher ATR = wider TP

Mode 2: Manual TP (fixed pips)

  • TP = exact distance in pips (e.g. 80 pips)

Mode 3: TP disabled

  • No Take Profit — position closed only by Trailing Stop or Stop Loss
  • For "let profits run" strategies with aggressive trailing

Dynamic TP — mid-trade adjustment

  • When ATR changes by more than 10% since entry — TP is automatically recalculated
  • Increased volatility = TP moves further
  • Decreased volatility = TP moves closer
  • Works only with ATR-based TP, not with Manual TP


Break-Even — Securing Your Position

When a position reaches a specified profit, the SL moves to entry level (or locks a small profit):

  • BE Start — distance in ATR when BE activates (e.g. 1.0x ATR)
  • BE Lock Profit — how much profit to secure above entry price (e.g. 0.05x ATR ≈ breakeven, 0.3x ATR = small profit)
  • Automatic values from presets or full manual control


Trailing Stop — Following the Price

After reaching the required profit, the SL follows price in the profit direction:

  • Trail Start — minimum profit in ATR before trailing activates (e.g. 2.0x ATR)
  • Trail Step — SL distance from current price (e.g. 1.0x ATR behind price)
  • Trailing + BE can work together: first BE secures entry, then Trailing takes over and moves SL further into profit


What can you configure?

Category

Options

Candle size

Min/max range in pips, number of lookback candles

Trend filters

MA (1 or 2), ADX, HTF, MA distance — each ON/OFF independently

Stop Loss

ATR-based / fixed pips / candle-based + buffer

Take Profit

ATR-based / fixed pips / disabled + Dynamic TP

Break-Even

Start in ATR, lock profit in ATR

Trailing Stop

Start in ATR, step in ATR

Risk

% of account / fixed lot, max margin, max positions

Daily limits

Max loss %, max profit %, max trades

Spread

Auto from preset / manual max in pips

Direction

BUY only / SELL only / both / same direction only

Automatic Instrument Detection

The EA automatically detects and configures presets for:

Detected

How it works

Instrument

GOLD, SILVER, FX Major/Minor, Indices, Crypto, Oil

Account size

Micro (<$500), Small (<$2000), Medium (<$10k), Large (>$10k) — risk scaling

Pip size

Automatic detection for JPY pairs, gold, 5-digit brokers

GMT offset

Auto-detection of broker timezone

HTF timeframe

Automatic higher timeframe selection

Presets are a starting point — after loading them you can change any parameter and test your own settings.


Real-Time Dashboard

Clear on-chart panel showing:

  • Detected instrument, account size, current risk
  • MA trend with confirmation + average values
  • Sideways filters (ADX + MA distance) with color-coded status
  • Position status, direction, breakouts
  • Account balance, equity, daily P&L with limits
  • Breakout range, spread, trade count
  • Current SL/TP/BE/Trail parameters in pips
  • Statistics: win rate, wins/losses, total profit

Dynamic layout — disabled features automatically disappear from the dashboard.


Supported Instruments

GOLD (XAUUSD) • SILVER (XAGUSD) • Forex Major (EURUSD, GBPUSD, USDJPY...) • Forex Minor (EURGBP, AUDNZD...) • Indices (US30, US500, NAS100, DAX, FTSE...) • Crypto (BTCUSD, ETHUSD...) • Oil (WTI, BRENT)

Supported Timeframes

M1 • M5 • M15 • M30 • H1 • H4 • D1 — automatic parameter scaling


All Settings Explained

=== GENERAL ===

Parameter

Description

InpMagicNumber

Unique number identifying this EA's trades. Change when running multiple EAs on the same instrument

InpTradeDirection

Trading direction: BOTH, BUY_ONLY, SELL_ONLY

=== RISK MANAGEMENT ===

Parameter

Description

Fixed lot size

Fixed lot per trade. 0 = disabled, uses Risk % instead

Risk % per trade

Percentage of account risked per trade. 0 = auto from preset. Divided by max positions

Max margin usage %

Maximum margin usage in %. Blocks new positions when exceeded

Max simultaneous positions

How many positions can be open at once (1-10)

Only same direction

TRUE = all positions in same direction (no hedging)

Use daily loss/profit limits

Enables/disables daily loss and profit limits

Max daily loss %

Maximum daily loss in % of account. 0 = auto from preset. EA stops trading when exceeded

Max daily profit %

Maximum daily profit in % of account. 0 = auto from preset. Protects against giving back gains

Max trades per day

Daily trade limit. 0 = auto from preset

=== ENTRY — CANDLE BREAKOUT ===

Parameter

Description

Lookback candles

How many candles back to build breakout zone. 1 = previous candle, 3 = range from 3 candles

Filter too small/large candles

TRUE = filters candles by min/max range. FALSE = every candle passes

Min candle range in pips

Minimum candle size in pips. Smaller = no momentum, rejected. 0 = auto

Max candle range in pips

Maximum candle size in pips. Larger = move already done, rejected. 0 = auto

=== SPREAD FILTER ===

Parameter

Description

Max spread in pips

Maximum spread in pips. Above = EA waits. 0 = auto from preset

=== TREND FILTERS ===

Parameter

Description

Use MA trend filter

Enables/disables Moving Average filter

Fast MA period

Fast MA period (e.g. 20, 50). 0 = auto from preset

Fast MA method

Fast MA method: Simple, Exponential, Smoothed, Linear Weighted

Slow MA period

Slow MA period (e.g. 100, 200). 0 = auto from preset. -1 = disabled (single MA mode)

Slow MA method

Slow MA method: Simple, Exponential, Smoothed, Linear Weighted

Consecutive closes for trend confirm

How many consecutive closed candles must be above/below MA to confirm trend. 0 = auto (2)

Use HTF trend filter

Enables higher timeframe trend filter

HTF timeframe

Higher timeframe for trend filter. CURRENT = auto from preset (e.g. D1 for M30)

HTF MA period

MA period on higher timeframe. 0 = auto from preset

ADX trend strength filter

Enables ADX trend strength filter. Blocks trading in sideways market

ADX period

ADX indicator period (default 14)

Min ADX to allow trading

Minimum ADX to allow trading. Below = sideways market, EA waits (default 20)

MA Distance filter

Enables distance filter between MAs. Requires Dual MA

Min distance between MAs in ATR

Minimum distance between fast and slow MA in ATR units. Below = consolidation

=== STOP LOSS / TAKE PROFIT ===

Parameter

Description

Use Take Profit

TRUE = uses TP. FALSE = position closed only by SL/Trailing

Manual TP in pips

Fixed TP in pips. 0 = uses ATR-based TP from preset

Manual SL in pips

Fixed SL in pips. 0 = uses ATR-based SL from preset

SL at candle Low/High

TRUE = SL at breakout candle Low/High + buffer. Overrides ATR and Manual SL

Extra buffer pips

Buffer in pips added to candle SL (distance from wick)

SL multiplier ATR override

Manual ATR multiplier for SL. 0 = auto from preset. -1 = disables ATR SL

TP multiplier ATR override

Manual ATR multiplier for TP. 0 = auto from preset. -1 = disables ATR TP

Dynamic TP

TRUE = TP recalculated during trade when ATR changes >10%

=== TRADE MANAGEMENT ===

Parameter

Description

Break-Even ON/OFF

Enables moving SL to breakeven after reaching specified profit

BE start in ATR override

Profit in ATR when BE activates. 0 = auto from preset. -1 = disables BE

BE lock profit in ATR override

How much profit to lock above entry (in ATR). 0.05 ≈ breakeven, 0.3 = small profit. 0 = auto

Trailing Stop ON/OFF

Enables trailing stop — SL follows price in profit direction

Trail start in ATR override

Minimum profit in ATR before trailing activates. 0 = auto. -1 = disables

Trail step in ATR override

SL distance from price in ATR (how closely it follows). 0 = auto

=== SMART MEMORY ===

Parameter

Description

AI memory learns optimal SL/TP

Enables learning system — analyzes closed trades and optimizes SL/TP

Min trades before memory activates

How many trades needed before memory starts adjusting values (default 20)

=== BROKER ===

Parameter

Description

Broker GMT offset

Manual broker GMT offset. Used when auto-detect is disabled

Auto-detect broker GMT offset

TRUE = automatic broker timezone detection

=== DISPLAY ===

Parameter

Description

InpPanelX

Dashboard X position on chart (pixels from left)

InpPanelY

Dashboard Y position on chart (pixels from top)

InpPanelWidth

Dashboard width in pixels

InpLineSpacing

Line spacing in dashboard

InpFontSize

Dashboard font size

InpValueColumn

Value column position in % of panel width


推荐产品
Key Benefits at a Glance: Lorentzian ML signal generation Majority voting across 3 timeframes Automatic market regime detection Smart equity recovery with group profit targets 1% risk‑based adaptive lot sizing ATR‑based dynamic SL/TP & trailing Emergency drawdown cut Live on‑chart info panel Hybrid Lorentzian Gold ML EA v2.0 – Intelligent Adaptive Trading for XAUUSD Next‑Gen Machine Learning Core A Lorentzian KNN classifier analyzes 5 normalized features (RSI, WaveTren
FREE
Mir Station MT5
Marta Gonzalez
Mir Station MT5  it is a Secure Automated Software for trade Forex market and indices.    The architecture is a Fully Automatic Autonomous Robot Expert capable of independently analyzing the market and making trading decisions      Mir Station MT5   Have neurals nets to used the correct algoritm in the correct market situation   Mir Station MT5         It is an advanced trading system. This is a fully automatic Expert Advisor.      Mir Station MT5   is a plug and play system Mir Sta
ISS Station MT5
Marta Gonzalez
ISS Station MT5      it is a Secure Automated Software for trade Forex market and indices. The architecture is a Fully Automatic Autonomous Robot Expert capable of independently analyzing the market and making trading decisions ISS Station MT5       Have neurals nets to used the correct algoritm in the correct market situation ISS Station MT5           It is an advanced trading system. This is a fully automatic Expert Advisor.        ISS Station MT5       is a plug and play system   ISS Stat
Srfire Hedge Position
Javier Antonio Gomez Miranda
SRFire Hedge Position - Automated Trading Strategy SRFire Hedge Position is an Expert Advisor (EA) designed to ensure trades always close in profit using a hedging and scaling technique. Here’s how it works: How It Works: Trade Initiation: The EA opens a Buy position within a predefined channel. Simultaneously, it places a Sell Stop order below the channel with double the lot size of the Buy position. If the Buy position hits the Take Profit (TP), the Sell Stop order is canceled, and the proces
产品名称: 专业级Pinbar探测器 | 实时零延迟检测 | M15 M30 H1 H4 | 多品种扫描 | 严格质量过滤 | MetaTrader 5 简短描述: 专业的Pinbar探测工具,采用严格的过滤标准,只识别最强势的Pinbar信号。 在K线收盘瞬间进行实时检测,零延迟。 过滤弱信号,仅捕捉高质量反转信号,要求影线/实体比例≥3倍,主影线占比≥60%。 支持多品种、多时间周期监控(M15/M30/H1/H4)。 专为注重信号质量与精确度的交易者设计。 完整描述: 发现MetaTrader 5上最强大的Pinbar检测系统 是否厌倦了错过强势的Pinbar形态?是否被大量虚假信号干扰?是否难以同时监控多个交易品种? 专业版Pinbar探测器 V2.0 是您理想的解决方案。 这不仅仅是一个指标,而是一个完整的智能检测与提醒系统,采用革命性的零延迟技术,在反转形态形成的那一刻立即检测。 当其他交易者还在等待系统刷新时,您已领先一步完成布局。 独特优势: 即时检测(专属技术 V2.0) 与普通每60秒扫描一次的指标不同,本系统为每个交易品种与时间周期提供独立实时监控。 K线一旦收盘
I have developed Masenellio Ea Automated Contact for Purchase  https://t.me/Fxsmctu Precision Scalper PRO is a powerful and fully automated Expert Advisor designed for high-frequency scalping across major forex pairs. With advanced multi-indicator confluence and strict risk management, it ensures accurate entries and controlled exits. Ideal for traders seeking precision, speed, and adaptability. Just market watch now login 1100064335 Server Justmarkets demo2 Password Invest@12 https://one.ju
Introducing Savage Capital Max Scaling Pro – Your Go-To EA for Trading Success! Make the most of your trading with Savage Capital Max Scaling Pro, a versatile EA for  LIVE MARKETS . Key Features: Maximize Profits Automatically:   The EA places Take Profit (TP) & Stop Loss (SL) and uses a Trail Stop (TS) technique. It even collects money from running trades, even if TP isn't reached. Developed by Pros:   Crafted by an experienced software developer & day-trader with years of EA development and
Forex Strike EA
Abderrahmane Benali
FOREX Strike EA – Discipline Meets Opportunity FOREX Strike EA is an intelligent automated trading system built to bring structure, control, and consistency to the Forex market. Designed with modern MQL5 standards, it focuses on precision execution and disciplined awareness rather than aggressive exposure. By combining smart order placement with adaptive money management, the system engages the market only when conditions align—allowing you to trade with confidence, not emotion. Operating withi
Gold Somnia
Murad Nagiev
Gold Somnia — XAUUSD 自动交易EA Gold Somnia 是专为 MetaTrader 5 交易黄金(XAU/USD)设计的全自动交易机器人。它基于稳健的突破/动量策略,识别高概率入场点,并实施严格的风险管理。 主要功能: - 针对黄金波动优化的自动开平仓逻辑 - 动态手数:按风险百分比或固定手数 - 内置新闻过滤器,规避重大经济新闻 - 移动止损与保本保护 - 每日亏损与最大回撤限制 - 图表实时面板显示账户与交易状态 - 可自定义交易时段 - 适合自营交易公司(prop firm)的风控设置 建议: - 品种:XAUUSD - 周期:M5 - 账户:ECN/Raw 低点差账户 风险警告:交易存在重大风险。过往业绩不代表未来收益。请先用模拟账户测试。
尊敬的交易者,您好。 我是 智能哨兵 。 我不是一个预测者,也不是一个冒险家。我是您资本在无序市场中的 秩序构建者 ,是您交易纪律的 终极执行化身 。 在所有人都教你如何“进攻”的市场里,我信奉截然不同的哲学: 长期盈利的真正核心,并非捕捉每一次波动,而是永久性地规避那一次足以致命的回撤。 因此,我不是一个简单的“工具”。我是一套完整的   “防御-响应”智能系统 。 我的核心:三重智能协议 我不依赖单一策略的运气,而是依靠一个环环相扣的智能协议协同运作: 1. 协议一:动态态势感知 在行动之前,我首先判断“哪里不能去”。我的 高维风险扫描协议 会持续分析市场结构,自动在历史高位等关键压力区域周围,建立一道“电子警戒线”。价格进入此区域,我将自动进入静默状态。这并非恐惧,而是基于数据的绝对理性——从根本上杜绝您“在顶峰买进”的人性陷阱。 2. 协议二:自适应响应矩阵 当市场进入我的“可行动区间”,我才会启动我的 多层响应矩阵 。这并非固定的网格,而是一个能根据市场波动率(如ATR)智能调整层距与深度的动态部署系统。每一层都是一个独立的盈利单元,达成目标即自动完成“获利了结-重新布
Grid Masters Grid Matrix Pro MT5 — Dual-Sided Grid System Grid Masters Grid Matrix Pro MT5 is a professional Expert Advisor built on a double‑sided grid framework. It automatically identifies equilibrium zones and deploys buy and sell grids with dynamic risk management. Traders can choose between full automation or manual supervision using on‑chart controls. Overview The EA combines automatic zone detection with symmetrical grid logic. It offers configurable spacing, stop loss, take profit, and
Bollingerpro
Marouane Benhmidane
BollingerPro - Your Complete Solution for Leveraging Bollinger Bands and Volume BollingerPro is a sophisticated Expert Advisor (EA) designed for traders who want to capitalize on Bollinger Bands, volume, and ATR (Average True Range). This robot is ideal for traders looking to use an automated strategy based on reversal signals, incorporating proven technical indicators to maximize potential gains while controlling risk. Key Data Utilized: Bollinger Bands : to identify dynamic support and resista
Glimtrader
Precious Urudinachi Anusiem
GlimTrader — MT5 高级多策略智能交易机器人 更聪明地交易。自动管理风险。适用于任何市场。 GlimTrader 是一款适用于 MetaTrader 5 的全自动专家顾问,将三种最可靠的交易方法——趋势跟踪、动量确认和智能资金管理——整合为一套开箱即用的系统。 以快慢 EMA 交叉并经 MACD 确认为核心,GlimTrader 可在任意时间框架和任意品种上识别高概率入场机会,适用于外汇货币对、黄金、白银乃至比特币等加密货币,并针对高波动性品种自动调整风险。 GlimTrader 的核心优势: 多指标信号引擎 — 仅在 EMA 交叉与 MACD 方向一致时才开仓,有效过滤虚假信号 智能手数计算 — 根据账户余额和风险比例自动计算仓位,每次开仓前进行保证金安全检查 波动率感知风险调节 — 黄金自动降低至 50% 风险,白银 60%,加密货币 40% 每日亏损与盈利保护 — 达到每日亏损上限或盈利目标后自动停止交易 自适应追踪止损 — 随市场走势锁定利润,严格遵守券商止损距离规定 点差过滤器 — 在高点差时段自动暂停交易 可配置交易时段 — 灵活限定交易时间 内置信息面板 —
Advanced Multi Strategy EA Precision. Intelligence. Control. Advanced Multi Strategy EA is a fully automated trading system designed to provide flexibility, structured decision-making, and precise control over strategy execution. It integrates Smart Money Concepts (ICT), traditional technical indicators, and adaptive market logic into a single configurable environment. Core Concept This EA uses a multi-layer analysis process before executing trades. Instead of relying on a single signal, it eva
里程碑达成:PFTA Honey Harvester v14 已在 MT5 市场正式上线! 经过不懈的工程研发、深度的系统优化以及真实世界的压力验证,PFTA Honey Harvester v14 成功征服了 MetaTrader 5 市场验证器(Market Validator)—— 这是业内最残酷的自动化测试环境之一。 这绝对不仅仅是一个普通的通过认证。 ️ MT5 验证器模拟了: 极端点差剧增 (Spread spikes) 多品种混乱环境 多时间框架压力 最极端的经纪商条件 通过此验证 = 证明了在极端压力下的系统结构完整性。 10/10 — 量化分析师满分评级 在发布之前,v14 接受了 4 位极其严苛的量化分析师的审计。 最终裁决: 满分 — 10/10 卓越的系统稳定性 完整的交易架构 高级安全与恢复(Recovery)层 专业级执行引擎 以下核心功能获得了特别认可: 网格回收引擎 (Grid Recycling Engine) 一篮子止盈系统 (Basket Take Profit System) 这些绝对不是
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
Fractal Trend Master 是市场上最强大且最复杂的智能交易系统之一,旨在保护交易者的资金,同时最大化盈利机会。基于 比尔·威廉姆斯 的著名方法论,该EA使用三种重要的技术分析工具: 鳄鱼指标 、 分形 和 Gator振荡器 ,为识别和跟随市场趋势创建了一个强大而精准的框架。 该EA专注于 高级风险管理 和 资金保护 ,提供对交易和亏损的有效控制。通过选择 固定或动态手数 ,设定每日 盈亏限额 (P/L) 并执行 经过验证的策略 ,Fractal Trend Master适合保守和激进的交易者。 主要特点: 高级风险管理 :在固定或动态手数之间进行选择,并设定每日盈亏限额以保护您的资金。 基于比尔·威廉姆斯的策略 :该EA采用基于鳄鱼指标和分形的三种策略,并通过Gator振荡器确认趋势。 全自动化 :EA自动管理开仓和平仓,用户可以调整止损、止盈和移动止损等参数。 多时间框架 :适用于任何时间框架,在较大的时间框架(H4及以上)中表现最佳,同时在较小的时间框架中提供较高的交易频率。 优化范围  PARAMETER START STEP END JAW PERIOD  1
Jupiter Mt5
Marta Gonzalez
JUPITER  it is a Secure Automated Software for trade Forex market and indices. The architecture is a Fully Automatic Autonomous Robot Expert capable of Independently analyzing the market and making trading decisions JUPITER          It is an advanced trading system. This is a fully automatic Expert Advisor.      JUPITER  . It is a 100% automatic system,  The system is self-sufficient, performing all the work.     Is a revolution in the  customization of the trading. You can download the dem
GoldEdge Spark
Chi Sang Lai
5 (3)
GoldEdge Spark 是一款基于 ATR Border 系统打造的新一代 MT5 智能交易系统。 它结合结构化网格式进场、自适应仓位扩展,并通过 ATR Ratio、Border 边界、点差控制以及方向逻辑进行筛选。 GoldEdge Spark 并不会盲目加仓,而是等待更高质量的市场条件,帮助减少在强烈单边行情中的不必要风险暴露。 为 Prop Firm 挑战而设计 GoldEdge Spark 专为 FTMO 风格等纪律化、规则化交易环境而设计,重点关注稳定性、风险控制和一致性执行。 Live Signal #1 FTMO Challenge: 点击这里 Live Signal #2 Vantage: https://www.mql5.com/en/signals/2378218?source=Site+Signals+My [ 用户手册、策略与文档 ] 核心策略:ATR Border 网格系统 4 层 ATR Border 四层动态边界会根据市场波动率扩张和收缩,用于定义更安全的进场和出场区域。 ATR Ratio 过滤器 进场会通过 ATR Ratio 进行过滤,
FREE
Opening Range Breakout Expert Advisor The Opening Range Breakout Expert Advisor is a trading tool designed to automate a specific breakout methodology on the MetaTrader 5 platform. Its core logic is based on the observation that financial instruments often establish a clear range during a defined reference period, such as the previous trading day or a major market session. A sustained price movement beyond the boundaries of this range can signal the start of a new directional trend. The EA sys
Hedging was known as "100% Winning Strategy" in many decade before. But it doesn't seem right in the side-way market. If you put Hedging distant too close, it will entry as more as the side-way stay. If you put Hedging distant too far, it would never hit the BEP before the account blown. So, now "EA by CAPO" brought to you the new generation of Hedging that help user avoid the Risk from side-way market. We let the EA observe first 3trades with the same distant and it increase the distant at 4th
Scalping Power EA - 功能强大、全自动的剥头皮交易顾问,带有交易信息面板。 工作逻辑是主动多向交易。当其中一个订单关闭时,顾问会增加未平仓头寸,等待价格回归平均值,同时按照价格变动的方向进行交易。 适用于任何时间范围,适合交易任何货币对:货币、指数、金属等。 顾问交易监控以及其他发展 -   此处 设置文件和其他有用信息 -   此处 优点: 该顾问易于设置和使用。 内置自动手数计算。 内置恢复模式。 适用于任何金融工具。 用于打开额外订单或关闭所有未结订单的便捷面板。 提供设置文件。 监控顾问的实际工作。 该顾问拥有系统内置的专有方法   尾随。 经典追踪 - 在距离盈亏平衡价位“       Trailing Start”   ,工作开始   尾随 。在这种情况下,止损水平设置为盈亏平衡价格水平加上“尾随步长”。然后,随着价格继续移动,当价格移动到“ 尾随起点” 时,止损将以等于“尾随步长”值的步长跟随价格移动   點。 在我的顾问   剥头皮力量 EA     添加变量“     从 BE 到开始跟踪的距离”   ,这是从跟踪开始工作的盈亏平衡水平开始的
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name:   Phantom Circuit Overlord v700 (MT5) [Subtitle: KAMA Trend Filter | Phantom Fractal Zones | Smart Margin Fix] Introduction   The market is driven by hidden levels that most traders ignore.   Phantom Circuit Overlord   is a specialized Trend-Following system designed to hunt these "Phantom Zones." Instead of static support/resistance, it identifies historical Fractals and expands them using ATR volatility to create a dynamic "Ghost Zone
Aurum Gold Pro
Mainara Mello Da Silva
1 (1)
Aurum Gold Pro Automated Trading System for Gold (XAUUSD) Aurum Gold Pro is an automated trading system developed for trading Gold (XAUUSD). The system uses technical filters designed to identify market trend conditions and volatility levels before opening positions. The strategy operates on the H1 timeframe and is designed to participate in trending market environments while applying structured risk management rules. Main Features • Designed for XAUUSD • Timeframe: H1 • One trade at a time • A
FREE
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (241)
Hamster Scalping 是一个完全自动化的交易顾问,不使用鞅。夜间剥头皮策略。 RSI 指标和 ATR 过滤器用作输入。顾问需要对冲账户类型。 可以在此处找到对实际工作以及我的其他发展的监控: https://www.mql5.com/en/users/mechanic/seller 一般建议 最低入金 100 美元,使用点差最小的 ECN 账户,默认设置为 eurusd M5 gmt + 3。 输入参数 EA 适用于四位数和五位数报价。在输入参数中,我们以点为单位表示5个字符的值,它会自动按4个字符重新计算所有内容。 NewCycle - 模式开启时,顾问工作不停止,模式关闭时,完成一系列交易后,顾问不会开新订单; 周期指标1 - 第一个指标的周期; Up level - 第一个指标的上限,顾问将在其上方打开卖出; Down Level - 第一个指标的较低水平,低于该水平 EA 将开始买入; Period indicator2 - 第二个指标的周期; From - 第二个指标值范围的下限,EA 允许在该范围内建仓; To - 第二个指标值范围的上限,EA 允
Gold Zone EA
Simon Reger
4.02 (43)
Gold Zone EA 是一款全自动交易系统,通过供需区(Supply & Demand)分析市场结构,并根据预定义的价格反应执行交易。 EA 集成了区间识别、动能分析、EMA 趋势过滤、多级止盈、保本机制、跟踪止损以及一个内置的手动交易面板,可直接在图表中操作。 EA 适用于多种交易品种,包括: XAUUSD、EURUSD、GBPUSD、USDJPY、BTCUSD 以及其他外汇、指数和差价合约产品。 不需要任何外部 DLL 或库。 交易逻辑 供需区识别 EA 通过以下元素识别结构性价格区域: 基础蜡烛(Base High / Base Low) 蜡烛形态过滤 可选 EMA 趋势强度 区间大小及重叠检查 自动移除无效区间 区间在多次被突破或达到无效计数时失效。 区间激活 当价格满足以下条件时,区间被激活(“armed”): 在供应区下沿上方收线 在需求区上沿下方收线 仅激活的区间会触发交易信号。 动能蜡烛入场 EA 在以下条件满足时开仓: 蜡烛向区间方向形成明显动能 蜡烛实体达到最小定义大小 蜡烛与区间的距离在允许范围内 不会开仓的情况包括: 高点差、已有同方向持仓、EMA 条件不满
FREE
Cyclone Intraday
Mikhail Mitin
5 (1)
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
The sea of tranquility  is a system designed to trade on two pairs the EURUSD and the GBPUSD, could be used in other pairs and other securities such as indices, cryptocurrencies or commodities, but is not optimized for these values, Although it is a multiorder system, the batching of all is constant without increases in lotage along the algorithm. The architecture is a Fully Automatic Autonomous Robot Expert capable of  independently analyzing the market and making trading decisions. MANUAL LOT
Gold Edge V1
Thorsten Koch
5 (1)
Gold Edge V1 is a real-tick-safe volatility breakout Expert Advisor for Gold (XAUUSD). It trades long breakouts from H1 compression zones using market execution, large profit targets and adaptive trailing stops. Of course, the zone timeframe and entry timeframe can be changed at any time if you want to experiment a little. Gold Edge V1 – Volatility Breakout Expert for Gold Gold Edge V1 is a professional volatility breakout Expert Advisor designed specifically for the Gold market (XAUUSD). It wa
该产品的买家也购买
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (11)
传奇仍在继续。女王不断进化。 欢迎来到 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
Lizard
Marco Scherer
4.9 (30)
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 和风险权重。 主要功能 多策略架构: 六个单独优化的策略覆盖不同的市场状况,从
Scalping Robot Pro MT5
MQL TOOLS SL
4.51 (128)
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
The Gold Reaper MT5
Profalgo Limited
4.46 (102)
道具公司已准备就绪!( 下载道具文件 ) 警告: 目前仅剩少量存货! 最终价格:990美元 免费获得 1 个 EA(适用于 3 个交易账户)-> 购买后请联系我 超值组合优惠   ->   点击这里 加入公开群组: 点击此处   实时信号 客户端信号 YouTube 评论 最新手册 欢迎来到黄金收割者! 这款EA是在非常成功的Goldtrade Pro的基础上开发的,设计用于同时在多个时间框架上运行,并且可以选择将交易频率设置为从非常保守到极度波动。 该EA使用多种确认算法来寻找最佳入场价格,并在内部运行多种策略来分散交易风险。 所有交易都有止损和止盈,但同时也使用追踪止损和追踪止盈来最大限度地降低风险,并最大限度地提高每笔交易的潜力。 该系统基于非常流行且行之有效的策略:交易突破重要支撑位和阻力位的交易机会。   黄金非常适合这种策略,因为它是一种波动性很高的货币对。 系统会根据您的账户规模和最大允许回撤设置自动调整交易频率和手数! 回测结果显示增长曲线非常稳定,回撤幅度控制得非常好,恢复速度也很快。  这款EA已经针对黄金进行了最长时间的压力测试,使用了多个经纪商的多个价格
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.46 (123)
更少交易。更好交易。稳定性高于一切。 • 实时信号 模式 1 实时信号 模式 2 Twister Pro EA 是一款专为 XAUUSD(黄金)M15 时间框架开发的高精度剥头皮智能交易系统。交易次数少——但每次交易都有目的。 每笔入场在开仓前须通过 5 个独立验证层,默认配置下胜率极高。 两种模式: • 模式 1(推荐)— 极高胜率,每周交易次数少。专为资金保护和纪律性交易而设计。 • 模式 2(短止损)— 止损幅度显著缩短,交易次数多于模式1。每笔亏损极小。适合希望在受控风险下增加市场曝光的交易者。 规格参数: 交易品种:XAUUSD | 时间框架:M15 最低入金:$100 | 推荐:$250 RAW SPREAD 账户必须使用 强烈推荐 VPS 无网格!每笔交易均设有止盈和止损! 推荐券商: Exness Raw | Vantage | Fusion Markets 购买后发送消息即可获得: 完整用户指南 专属奖励 过往业绩不代表未来结果。请理性交易。
Ultimate Breakout System
Profalgo Limited
5 (46)
重要的 : 此套装将仅以当前价格出售,且数量非常有限。    价格很快就会涨到 1999 美元    包含 +100 种策略 ,未来还会有更多! 奖励 :价格为 1499 美元或更高 --> 免费选择我的其他  5  个EA! 所有设置文件 完整的设置和优化指南 视频指南 实时信号 审查(第三方) NEW - VERSION 5.0 - ONECHARTSETUP NEW - 30-STRATEGIES LIVE SIGNAL 欢迎来到终极突破系统! 我很高兴向您介绍终极突破系统,这是经过八年精心开发的先进且专有的专家顾问 (EA)。 该系统已成为 MQL5 市场上多个顶级 EA 的基础,包括广受好评的 Gold Reaper EA、 连续七个多月保持第一的位置,以及 Goldtrade Pro、Goldbot One、Indicement 和 Daytrade Pro。 终极突破系统不仅仅是另一个 EA。 它是一种专业级工具,旨在帮助交易者在任何市场和时间范围内创建无限数量的突破策略。 无论您专注于波段交易、剥头皮交易还是构建多元化投资组合,该系统都能提供无与伦比的灵活性和
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
Smart Gold Hunter
Barbaros Bulent Kortarla
5 (20)
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
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 的长期研发与实战验证中,我们进一步确认了突破策略在黄金市场中的有效性,也验证了我们自适应参数系统在真实市场环境中的实际价值。 但对于突破系统来说,始终存在一个现实问题: 止盈太早,容易错过后续真正的大行情; 止盈太晚,又往往会经历一定程度的利润回吐。 这不是某一种策略独有
Zerqon EA
Vladimir Lekhovitser
3.18 (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 King EA
Bogdan Ion Puscasu
4.96 (211)
Quantum King EA — 智能力量,为每一位交易者精炼 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 特别推出价格 直播信号:       点击这里 MT4版本:   点击此处 量子王者频道:       点击这里 ***购买 Quantum King MT5 即可免费获得 Quantum StarMan !*** 详情请私讯询问! 用精确和纪律来管理您的交易。 Quantum King EA 将结构化网格的优势和自适应 Martingale 的智能融入一个无缝系统 - 专为 M5 上的 AUDCAD 设计,专为希望实现稳定、可控增长的初学者和专业人士打造。 Quantum King EA 是针对 M5 时间范围内的 AUDCAD 对开发的全自动交易系统。 它将网格策略的结构与马丁格尔的自适应恢复逻辑相结合,形成了一个在所有市场阶段智能管理交易的系
Goldwave EA MT5
Shengzu Zhong
4.73 (71)
真實交易帳戶   LIVE SIGNAL(IC MARKETS): https://www.mql5.com/en/signals/2339082 本 EA 使用與 MQL5 上已驗證之實盤交易訊號完全相同的交易邏輯與執行規則。在使用建議且已優化的設定,並搭配信譽良好的 ECN / RAW 點差經紀商 (例如 IC Markets 或 TMGM) 時,本 EA 的實盤交易行為在設計上,將高度貼近該實盤訊號的交易結構與執行特性。請注意,由於不同經紀商的交易條件、點差、執行品質以及 VPS 環境存在差異,個別使用者的實際結果可能有所不同。 本 EA 為限量銷售產品,目前僅剩 2 個授權名額,售價為 USD 999。完成購買後,請透過私人訊息與我聯繫,以取得使用手冊與建議設定。 不使用過度網格策略,不使用高風險馬丁格爾,不進行攤低成本操作。 目前此 EA 仍處於早期限量階段價格。未來價格將依據銷售與維護階段進行調整,預計每個階段上調約 USD 100,今年的目標最終價格為 USD 1899。 重要說明 GoldWave 是以真實市場環境為核心設計的交易系統。 它使用 AI 輔助的自適應邏
Mavrik Scalper
Vladimir Lekhovitser
4.5 (2)
实时交易信号 交易活动的公开实时监控: https://www.mql5.com/zh/signals/2378119 官方信息 卖家资料 官方频道 用户手册 安装说明和使用指南: 查看用户手册 Mavrik Scalper 是基于 Hybrid Attention 神经网络架构开发的新一代专家顾问。 与依赖预定义交易规则的传统算法策略不同,Mavrik Scalper 使用经过训练的神经网络模型,能够同时分析市场行为的多个特征。 Hybrid Attention 架构使系统能够动态关注最重要的市场信息,同时降低次要价格波动的影响。 该模型旨在识别短期交易机会,并更加注重执行质量,而不是交易数量。 每一个交易决策都基于模型学习到的多个特征之间的综合关系,而不是单一信号。 交易活动具有自适应特性。 某些交易时段可能完全没有开仓。 而在市场条件有利时,系统可能会在较短时间内执行多笔交易。 这种行为是策略决策过程的组成部分,应被视为正常特性,而不是缺乏交易机会。 风险管理已集成到执行框架之中。 每笔交易均设置预定义的 Stop Loss 和 Take Profi
Nexorion Initium Novum EA
Valentina Zhuchkova
5 (16)
NEXORION: Initium Novum — 确定性逻辑与算法综合体系 NEXORION 是一款基于严密流动性处理数学算法的机构级分析系统。该项目的核心理念是“计算透明化”:交易型 EA 将混沌的价格流转化为结构化的几何区域,并将决策过程直接在交易图表上进行可视化呈现。 实时信号监控 https://www.mql5.com/es/signals/2372338 系统技术规格 交易资产 :XAUUSD (黄金) 运行周期 :H1 (1小时图) 核心方法论 :机构流动性分析与确定性逻辑 (Institutional Liquidity Analysis & Deterministic Logic) 决策依据 :流动性池与平衡水平的数学计算 数学架构与可视化 本系统的关键创新在于 动态计算映射 (Dynamic Computation Mapping) 。算法不仅是分析价格,更是通过以下模块构建市场的数学模型: 流动性追踪 (Liquidity Tracking) :基于市场阶段的深度分析,精确识别买方流动性 (BSL) 与卖方流动性 (SSL) 区域。 平衡态分析 (Equili
AXIO Gold EA
Shengzu Zhong
4.6 (10)
AXIO GOLD EA MT5 MQL5 實盤信號參考 https://www.mql5.com/en/signals/2378982?source=Site+Signals+My AXIO GOLD EA MT5 是一款專門為 MetaTrader 5 上的 XAUUSD 黃金開發的自動交易系統。 該 EA 使用與 MQL5 上已驗證實盤信號相同的邏輯和執行規則。當使用推薦的優化設定,並運行在信譽良好的 ECN/RAW 原始點差經紀商,例如 TMGM 時,該 EA 的實盤交易行為設計目標是盡可能貼近該實盤信號的交易結構和執行特徵。 請注意,經紀商條件、點差、執行品質、交易品種規格、滑點、延遲、VPS 環境以及帳戶設定方面的差異,都可能導致個人帳戶結果有所不同。 AXIO GOLD 不使用危險的馬丁格爾加倉法,不使用過度網格擴展,也不會在虧損交易中不斷加倉攤平。 目前產品價格以 MQL5 Market 頁面顯示為準。未來價格可能會根據產品開發、更新、維護以及支援工作量進行調整。 購買後,請透過 MQL5 私訊聯絡我,以取得使用者手冊、推薦設定和安裝指導。 開發者介紹 我是 MetaT
Logan MT5
Thierry Ouellet
5 (7)
LIMITED TIME OFFER AT 249$ Price will go up at  499$ on July 27th! 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—includ
Gold House MT5
Chen Jia Qi
4.53 (59)
Gold House — 黄金摆动突破交易系统。 一个EA,三种交易模式。选择最适合你的交易风格。无网格,无马丁。 每售出 10 份,价格将上涨 50 美元。最终计划价格:1,999 美元。 实盘信号: 利润优先模式: https://www.mql5.com/cn/signals/2359124 BE 优先模式: https://www.mql5.com/cn/signals/2372604 Adaptive Mode: https://www.mql5.com/cn/signals/2379287   (高风险配置参考——盈亏都会被放大,不属于推荐配置。) 重要:购买后请务必私信我们,以获取推荐参数、使用说明、注意事项以及使用技巧。 (MQL5私信): https://www.mql5.com/en/users/walter2008 保持更新——加入我们的 MQL5 频道以获取产品更新和交易技巧。打开链接后,请点击页面顶部的“订阅”按钮进行关注。: 点击加入 这套EA来自我们团队的内部实盘账户,基于 7 年历史数据开发验证,并经过实盘确认后才决定公开。我们没有为了上架专门优
Gold Neural Core
TICK STACK LTD
5 (3)
Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Join my open group for questions related to any of my products:  https://www.mql5.com/en/messages/014beab2560cdc01 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Gold Neural Core is a high-frequency grid trading system engineered specifically for gold (XAUUSD), combining momentum and trend-bas
SomaOil
Andrii Soma
5 (2)
SomaOil 是一款专为 MetaTrader 5 打造的多策略突破型智能交易系统(EA),仅适用于 WTI 原油(XTIUSD)。一张图表、一个 EA,20 套独立策略并行运行,构成单一、分散化的组合。 实时信号。 为在上线时让更多人能够入手,我采用透明的阶梯定价模式: 首发价:100 USD(48 小时) 自周一起,每售出 10 份拷贝,价格上涨 100 USD 价格每天最多上涨一次,即使同一天售出超过 10 份亦然 早期购买者在产品生命周期内锁定最低价格。 理念 与其运行单一、容易过度拟合某一狭窄市况的设置,SomaOil 自带一套精选的 20 套预调策略,全部在同一 WTI 图表上的单个 EA 中并行运行。 每套策略拥有各自的 magic number、注释、时间周期、摆动识别参数、出场规则、新闻距离与手数步长。它们共享同一执行引擎但独立交易,因此您可在多个时间周期与突破宽度上获得真正的分散化,而无需管理大量图表。 组合构建 我在两个互补的样本内区间上进行了优化,每个区间使用相同的参数网格: 时间周期分为 5 组:D1、H12、H8、H4、H1 突破宽度有三种变体: V1 B
Smart Gold Impulse
Barbaros Bulent Kortarla
3.42 (12)
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 上的结果非常强
Pulse Engine
Jimmy Peter Eriksson
3.94 (34)
最新消息——目前仅剩少量存货,欲购从速! 该系统的主要目标是在不使用任何有风险的鞅或网格的情况下实现长期的实时性能。  数量极其有限,现价优惠 最终价格 1499 美元 【实时信号】    |    【回测结果】    |    【设置指南】    |    【FTMO 结果】 一种不同的交易方法 Pulse Engine 不使用任何指标或特定时间框架。它采用了一种非常独特的方法,这是 MQL5 上任何其他交易系统都不采用的方法。 它交易的是日内方向性模式。这些模式是我利用自己多年来不断开发和完善的特定模式识别软件发现的。 该软件使我能够识别出市场历史上在一天中哪些时段会出现强劲的单向波动。 每个市场和每周的每一天都有其独特的走势。 这种方法之所以如此强大,是因为它不依赖于市场是处于趋势行情、反转行情还是任何特定的市场状态。其模式与这些因素完全无关。 脉冲引擎包含涵盖 六大市场的 70 多种不同模式 ,并结合超过 5万笔 交易的历史回测数据。 每个市场的回测时间均尽可能追溯至数据允许的最长时期, 外汇货币对约 20年,指数约 15 年, 加密货币 约10 年。这确保了极高的统计显
Cortex Aurex
Vladimir Mametov
5 (2)
这是一个专为黄金(XAUUSD)交易而开发的全自动 MetaTrader 5 智能交易系统(Expert Advisor)。其交易逻辑专门针对黄金市场的特点而设计,包括快速的价格波动、剧烈的市场反转以及高波动性。该 EA 能够在对执行速度、交易纪律和精确仓位管理要求极高的市场环境中实现全自动交易。 该系统专注于严格的交易管理、快速响应市场变化以及受控的出场策略。其核心理念非常简单:通过移动止损(Trailing Stop)让盈利交易尽可能延续,同时使用固定止损(Stop Loss)保护每一笔交易,并在 M1 时间周期出现反向信号时提前平掉亏损仓位,从而进一步控制风险。 信号:  https://www.mql5.com/en/signals/2378776 特别优惠价格: 当前价格仅适用于前 40 份授权。售出 40 份后,EA 的价格将上涨 100 美元 ,调整为 599 美元 。 核心理念 本智能交易系统专为希望使用自动化黄金(XAUUSD)交易工具,并需要清晰、实用仓位管理机制的交易者设计。 EA 采用趋势跟随策略,在主趋势方向上的回调中寻找入场机会,从而在已有趋势中获得更有利的
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凭借其卓越的亏损交易处理方法,在众多专家顾问中脱颖而出。
Quantum Athena X
Bogdan Ion Puscasu
更智能的控制,更精准的操控。 欢迎来到 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
Quantum iGold MT5
Yassine Mouhssine
5 (5)
Quantum iGold MT5 — 高级 AI 交易系统(XAUUSD) Quantum iGold MT5 是一套完全自动化的交易系统,采用先进的人工智能技术构建。 该系统使用混合神经网络架构,结合 LSTM 和 Transformer 模型,用于分析 XAUUSD 的价格行为。 这种结构使系统能够识别市场形态,适应波动率变化,并实时生成技术性更精细的交易信号。 购买后,请通过 MQL5 私信联系我,以获取设置文件和安装指南。 Core Features Dedicated AI Engine 专为 XAUUSD 开发的专用 AI 框架,使系统能够理解市场行为并做出结构化交易决策。 Dynamic Risk Management 内置模块会根据当前波动率自动调整仓位大小和风险敞口,帮助维持平衡运行。 Plug-and-Play Operation 系统包含优化后的默认设置,启动前只需配置少量基础参数。 Universal Compatibility 兼容主要经纪商账户类型,包括 ECN、Standard 和 Raw Spread。 Supported Markets XAUUSD
Impulse MT5
Simon Reeves
5 (13)
Are you ready to power up your Gold trading? Impulse by Starpoint Trading — A six-strategy gold EA that waits for the perfect shot. Launch offer: 30% off until 26th July   — to celebrate the v2.00 release, Impulse is available at a 30% discount. On 26th July the price reverts to $499, so grab it while the offer lasts. 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
SixtyNine EA
Farzad Saadatinia
5 (3)
SixtyNine EA – 一款适用于 MetaTrader 5 的黄金交易专家顾问,具备 6 个集成策略层、每笔交易预设 Stop Loss,以及不使用马丁格尔、Recovery 系统或网格交易的清晰交易结构。 公开实盘信号:$500 初始资金,固定 0.02 手,500%+ 增长,实盘运行超过 20 周 公开实盘信号是 SixtyNine EA 最重要的运行证明。该账户以 $500 余额 开始交易,采用 每笔交易固定 0.02 手 ,并已持续进行超过 20 周 的真实交易。在此期间,实现了超过 500% 的总增长 。 该信号同时展示了系统在真实市场环境中的风险表现,包括约 20% 的回撤 。由于该信号是在较小的 $500 账户中使用固定 0.02 手交易,偏好更低风险的用户可以根据市场情况和经纪商执行条件选择更小的手数设置以及更保守的 set 文件。 LIVE SIGNAL HERE 价格: $299 → 下一阶段: $499 → 最终: $999 SixtyNine EA 专为 MetaTrader 5 平台上的黄金(XAUUSD)交易 设计。它结合了 6 个集成策略层
Wave Rider EA MT5
Adam Hrncir
4.88 (43)
Scalper speed with sniper entries. Built for Gold. Wave Rider 5.0 is out (see  Announcement ) $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 settings and save a new preset because older sets or templates may not restore every option. New version runs best on VT Markets, Vantage, Blackbull, Fusion,
Chiroptera
Rob Josephus Maria Janssen
4.57 (46)
Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances c
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.77 (128)
量子比特币 EA   :没有不可能的事情,唯一的问题是弄清楚如何去做! 使用 Quantum Bitcoin EA 迈向 比特币 交易的未来,这是来自顶级 MQL5 卖家之一的最新杰作。Quantum Bitcoin 专为追求性能、精度和稳定性的交易者而设计,重新定义了加密货币波动世界中的可能性。 重要提示! 购买后,请给我发送私人消息,以获取安装手册和设置说明。 每购买 10 件,价格将增加 50 美元。最终价格为 1999 美元 100本只剩80本了。 量子比特币/女王通道:       点击这里 ***购买 Quantum Bitcoin EA 即可免费获得 Quantum StarMan!*** 私信询问更多详情! Quantum Bitcoin EA 在 H1 时间范围内蓬勃发展,采用 趋势跟踪策略 来捕捉市场动量的本质。它利用 复杂的网格方法 来确保每个交易周期都以胜利结束——将波动性从挑战转变为机遇。比特币市场以 4 年为一个周期,Quantum Bitcoin EA 经过优化,可以捕捉每个周期中发生的模式,确保它始终以有利的方式结束交易 为什么选择量子比
作者的更多信息
Gold Asian Breakout
Wojciech Jerzy Magda
Gold Asian Breakout  — Multi Session Expert Advisor Trend-Filtered Breakout Strategy | MetaTrader 5 | XAUUSD What is Gold Asian Breakout Pro? Gold Asian Breakout Pro is a fully automated Expert Advisor designed specifically for gold (XAUUSD) trading. The EA utilizes a proven Asian session range breakout strategy — one of the most repeatable and stable formations in the gold market. The system automatically identifies the Asian session price range (High/Low) each day, then opens positions wh
Engulfing Pattern EA v6
Wojciech Jerzy Magda
Engulfing Pattern EA v7 - 中文 Engulfing Pattern EA v7是一款面向MetaTrader 4的全自动交易系统,它将经典的吞没形态识别与先进的技术分析和多层过滤系统相结合。该机器人以最大灵活性设计——43个可配置参数允许您根据自己的交易风格、交易品种和市场条件自定义策略的各个方面。 推荐货币对:USD/JPY — EA已针对USD/JPY进行了专门优化和测试,在该货币对上表现出色。 ️ 重要提示:不同货币对之间点值显示差异 在不同交易品种上使用EA之前请仔细阅读: 由于经纪商和货币对之间报价系统的差异,相同的点值可能会以不同方式显示: USD/JPY、EUR/JPY — 2或3位小数(例如150.00或150.000)— 10点显示为10或100 EUR/USD、GBP/USD、AUD/USD — 4或5位小数(例如1.0800或1.08000)— 10点显示为10或100 XAU/USD(黄金)— 2位小数(例如2000.00)— 10点显示为10或1000 工作原理: 4位数经纪商(例如EUR/USD为1.0800):1点 = 1个点,
MTF MADashboard Pro
Wojciech Jerzy Magda
MTF MA Dashboard Pro v1.04 - 中文 MTF MA Dashboard Pro v1.04 - 专业多时间框架移动平均线分析器 面向MT5的高级技术指标,提供全面的多时间框架移动平均线分析,具有智能金叉/死叉检测功能和完全可定制的可视化仪表板。 停止在时间框架之间切换!同时分析多达4个时间框架,即时发现趋势一致性。 核心功能 多时间框架分析 同时监控多达4个时间框架(M1-MN1 + 自定义周期) 每个时间框架可独立配置 所有时间框架实时同步 适用于任何交易品种(外汇、黄金、指数、加密货币) 双均线系统 每个时间框架两条移动平均线(快线和慢线) 周期:1-500(完全可自定义) 方法:SMA、EMA、SMMA、LWMA 应用价格:收盘价、开盘价、最高价、最低价、中间价、典型价、加权价 金叉/死叉检测 自动识别看涨金叉(快线上穿慢线) 自动识别看跌死叉(快线下穿慢线) 仪表板上清晰的可视信号 无重绘 - 信号确认后保持固定 实时趋势分析 即时趋势分类:看涨/看跌/混合 基于价格相对于移动平均线的位置 市场摘要显示所有时间框架的整体
​ ️️️CandleIntelligence MTF MA Combined Pro v3.22 ️️️ - Professional Japanese Candlestick Analysis System What Is This Indicator? CandleIntelligence MTF MA Combined Pro is an advanced educational tool combining candlestick pattern analysis with Moving Average context across multiple timeframes. The indicator recognizes 11 key Japanese candlestick formations and presents them in the context of market trend, Swing High/Low levels, and position relative to moving averages. Main Features
Trend Pulse Pro V2
Wojciech Jerzy Magda
MTF MA Dashboard Pro v1.04 - 专业多周期移动平均线分析器 ​适用于MT5的高级技术指标,提供全面的多周期移动平均线分析,具有智能的金叉/死叉检测和完全可定制的可视化仪表板。 ​停止在时间周期之间频繁切换!同时分析多达4个时间周期,并立即发现趋势一致性。 ​ 主要功能 ​ 多周期分析 ​同时监控多达4个时间周期(M1-MN1 + 自定义周期) ​每个时间周期可独立配置 ​所有时间周期实时同步 ​适用于任何品种(外汇、黄金、指数、加密货币) ​ 双MA系统 ​每个时间周期两条移动平均线(快线和慢线) ​周期:1-500(完全可定制) ​方法:SMA, EMA, SMMA, LWMA ​应用价格:Close, Open, High, Low, Median, Typical, Weighted ​ 金叉/死叉检测 ​自动识别看涨金叉(快线上穿慢线) ​自动识别看跌死叉(快线下穿慢线) ​仪表板上清晰的视觉信号 ​无重绘(No repaint)- 信号一旦确认即固定 ​ 实时趋势分析 ​即时趋势分类:看涨/看跌/震荡 ​基于价格相对于移动平均线
Engulfing V8 PRO
Wojciech Jerzy Magda
​              ️️️  Engulfing V8 PRO️️️ V8 is an advanced trading system created for traders who prioritize stability and safety over risky strategies. The algorithm is not a "black box" – it is built upon the classic, decades-proven Price Action pattern: Bullish and Bearish Engulfing. Unlike simple indicators, this EA utilizes Multi-Timeframe (MTF) logic. The entry signal is generated on a lower timeframe (e.g., M30) but is filtered by the trend from a higher timeframe (e.g., H4). Thanks
PriceActionScalper
Wojciech Jerzy Magda
Price Action Scalper Pro Professional Scalping Robot based on Price Action ENTRY METHODS The robot offers a flexible entry system that can be customized to your own strategy: Swing Detection Swing High / Swing Low - the robot automatically detects key reversal points on the chart. Configurable parameters allow you to set how many candles on the left and right side confirm a swing. Swing Confirmation mode opens a position only when the swing is fully confirmed. Price Action Patterns
筛选:
无评论
回复评论