Candle Size Breakout

🔥 LAUNCH OFFER — only $30 until October 1st! 🔥

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


推荐产品
Hyper Scalper PRO EA
Jakir Hussain Shaikh
Hyper Scalper PRO EA Hyper Scalper PRO EA is an advanced automated trading system for MetaTrader 5 designed to capture fast market opportunities using an EMA crossover strategy combined with smart pending order trap logic. The EA analyzes price movement using a Fast EMA and Slow EMA to detect trend changes. When a crossover signal appears, the EA automatically opens a market trade and can place pending limit orders to capture better entries during pullbacks. This allows the system to trad
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
This expert uses suport and resistance in combination with ATR to place pending orders at those levels . For closing it uses Doji candle pattern or the closing at the end of the day . It is mainly built for the EUR/USD pair , M 15 Timeframe . Every position has Stop Loss and Take Profit , does not use grid , martingale or other dangerous trading methods . Test it with the Risk Percent parameter set to 4 and see what it can do. EUR/USD only - M 15  Timeframe .
EA Gold Shopee
Patiwat Phinitsuwan
Overview EAshopee   is a multi -str ategy breakout Expert Advisor for MT5, designed to trade around   Peak/Trough (swing) levels .   The EA identifies key market structure   zones , places pending orders with offset   distance , and manages open positions   using   built-in protection tools such as   Trailing Stop ,   Bre akeven , and   Partial Close on Reversal .   It also includes   risk controls   (Maximum   Drawdown and Daily Loss Limit ) plus   a   trading schedule filter   to control when
SpeedScalper AI MT5
Ankitbhai Radadiya
1 (1)
SpeedScalper AI MT5 is a next-generation scalping robot developed by a highly experienced team in trading and coding. It is designed for scalping on one of the most popular crypto pair BTCUSD . Unlock the power of automated trading with this advanced SpeedScalper AI MT5 specifically designed for the BTCUSD pair. Whether you're trading on the 1-minute or 4-hour chart, this bot adapts to any timeframe, making it a versatile tool for traders of all styles. This strategy has undergone extensive test
PRB Prime Range Breakout Professional 面向 MetaTrader 5 的专业突破交易与统计研究平台 PRB 将自动突破交易、先进风险管理和统计分析整合在一个专业交易平台中。 系统旨在保持稳定的交易方法,同时帮助交易者评估历史表现,并根据客观数据做出更合理的仓位决策。 PRB 并不会不断修改交易策略,而是分析不同交易形态在更大、更具代表性的数据样本中的表现。核心执行逻辑保持不变,交易者仅根据统计证据调整仓位规模。 专业交易引擎 PRB 可自动: 识别 Prime Range 发现经过确认的突破机会 根据最终止损距离计算交易手数 管理止损和止盈 支持保本和移动止损 应用账户保护规则 遵守经纪商的手数、保证金和执行限制 系统在保持交易逻辑稳定的同时,为用户提供灵活的风险控制。 Setup Matrix Setup Matrix 是 PRB 的核心功能之一。 每笔已完成交易都会根据交易形态进行分类,并纳入统计分析。 每个交易形态会根据以下指标进行评估: 交易数量 胜率 盈亏比指标 Profit Factor 净利润 平均 R 值 统计可信度 PRB 根据结
Zahav AI Trade
Wanida Detsomboonrat
Zahav AI Trade: Transform the Gold Market into Your Cash-Flow Business The Zahav AI Trade is an intelligently designed automated trading system (Expert Advisor) built to generate returns from the volatility of the gold market (XAUUSD). It shifts the mindset from "occasional speculative trading" to "managing an investment portfolio like a business," with a core focus on creating a consistent stream of cash flow. Are you tired of simple EAs that perform well in trends but collapse during market c
Liquidity Sentinel
Cristian-bogdan Buzatu
LIMITED FREE RELEASE This Expert Advisor is temporarily available free of charge. The free release may end at any time. If you decide to test it, I would greatly appreciate an honest review based on your experience with the EA. I am also particularly interested in promising parameter sets found on different symbols and timeframes. Please include the symbol, timeframe, test period, number of trades and modelling method so the results can be reproduced. I am currently working on a new Expert Advis
FREE
GoldenPulse PRO
Mehmet Kerem Semiz
GoldenPulse PRO – High Winrate is a fully automated Expert Advisor designed to trade Gold (XAUUSD) with precision and consistency. It uses a proprietary momentum/volatility framework that adapts to changing conditions, focusing on high win rate and controlled drawdown —without grid, martingale, or risky averaging. Key Features 100% automated — plug & play Optimized for XAUUSD , compatible with other symbols Smart logic — no martingale, no grid, no averaging Minimal interface — only Lot Size
Eudoxon
Morris Mukono Waithaka
Eudoxon for MetaTrader 5 Eudoxon for MetaTrader 5 A disciplined, quantile-driven Expert Advisor built for traders who value structured risk control, selective execution, and robust behavior across changing market conditions. Eudoxon is not designed to fire constant trades or chase noise. It is designed to evaluate market state, apply internal quality gates, and execute only when conditions meet strict internal criteria. The result is an execution profile focused on consistency and control rather
Liberty Breakout Bot XAU USD
Jorge Luis Lopez Pineiro
Liberty Breakout Bot 是一款全自动 EA(Expert Advisor),专为在市场高波动期间捕捉突破行情而设计。当价格顺应主导趋势突破关键支撑位或阻力位时,系统将自动执行交易。 该算法消除了情绪干扰,基于严格的结构确认逻辑运行,确保在市场产生强劲单边动能时精准入场。 核心特色 动能与突破策略(Momentum & Breakout): 准确识别盘整区域,仅在市场结构确认有效突破支撑位或阻力位时才开仓。 趋势过滤系统: 严格顺应整体趋势方向交易,大幅减少假突破(Fakeout)和市场陷阱带来的风险。 严格的风控管理: 每笔交易在开仓时均实时设置固定止损(Stop Loss)和止盈(Take Profit)。 绝不使用 马丁格尔(Martingale)、网格(Grid)或高风险套期保值等高风险策略。 动态持仓管理: 内置移动止损(Trailing Stop)和保本(Break-Even)功能,在行情顺向发展时锁定利润。 推荐设置 时间帧(Timeframe): H1 (确保信号对齐的必要设置)。 推荐品种: XAUUSD(黄金) 杠杆: 1:100 或更高。 账户类型
LazyBoy Scalper Hedger Utility EA
Hesham Ahmed Kamal Barakat
From the creators of the successful   LazyBoy Super Trends Gold Trader   and   LazyBoy Scalper/Scrapper.   Comes this ultra safe ultra high profitability Gold Scalper Hedger Expert Advisor. Join out Telegram Group for More Information. About the EA - This EA is a utility only EA. It's a trade assistant, not a fully automated EA and it will not make you money in backtesting or in real account unless you setup the inputs correctly. Basically it will do exactly as you set it to do in the inputs. T
BoS CHoCH Engulfing EA
Claudiu-georgian Zavera
**BoS-CHoCH Engulfing EA — From Learn to Earn.** Trade the moment market structure breaks — a Break of Structure or a Change of Character — but only when a confluent engulfing confirms it at the level.   ### Structure breaks. An engulfing confirms.   Fractal pivots map the market structure on your analysis timeframe. When a swing level is broken — a **BOS** (continuation) or a **CHoCH** (reversal) — the EA does not act on the break alone. It waits for a **confluent engulfing candle AT that level
GBP Miner Pro MT5
Rahman Pavaleh
5 (3)
GBP Miner Pro EA is a fully intelligent and 100% automatic robot designed based on Price And Time theory and controls its trades based on a smart and powerful Money Management and Position Management system. Due to the high stability and stability in trading, you can also use accounts with low balances, which is compatible with the GBPUSD currency pair. MT4 :  https://www.mql5.com/en/market/product/143144 Blog :   https://www.mql5.com/en/blogs/post/764565 Public channel :  https://www.mql5.com/
Odin Golden Matrix
Napat Puangjunkum
Odin Golden Matrix Advanced Trend-Following Grid & High-Frequency Scalping Engine Odin Golden Matrix is a premium, institutional-grade automated trading system explicitly engineered for the Gold (XAUUSD) market. Designed for both high-net-worth investors and everyday traders, Odin now fully supports both Standard and Cent Accounts, delivering scalable performance across different capital sizes. Powered by a dynamic trend-following matrix and an active overlap recovery engine, Odin systematical
Elevate your trading with advanced Moving Average crossover strategies. Building on the success of the AI Momentum Scalper, the MA Momentum Scalper delivers a refined approach to market entry using the power of Moving Average crossovers to identify high-probability trading opportunities. $499 (6 copy remaining at this price, final price will be $999)  Why Moving Average Crossovers Work The MA Momentum Scalper capitalizes on one of trading's most reliable technical patterns - Moving Average cro
CrossPluse Dynamic ATR
Steven Wong Sing Seng
CrossPulse Dynamic ATR CrossPulse is an automated Expert Advisor for MetaTrader 5 that combines classic MACD crossover signals with ATR-based recovery position management. It is built for traders who want a rule-based scalping system with clear entry logic and configurable risk limits. HOW IT WORKS ENTRY (new position) • Long: MACD golden cross confirmed on the previous bar (MACD line crosses above Signal). • Short: MACD death cross confirmed
MSX AI Hybrid SuperTrend PRO Overview MSX AI Hybrid SuperTrend PRO is a MetaTrader 5 Expert Advisor that combines a Double Smoothed SuperTrend methodology with an additional trend-confirmation layer based on Hybrid Heiken Ashi calculations. The EA uses closed-bar signal processing and configurable trade management functions to automate trend-following trading decisions according to user-defined settings. Trading Logic The trading engine consists of two internal calculation components. Primary Tr
QueenReign
Marius Ovidiu Sunzuiana
Queen Reign — The Neural Monarch of Trading Queen Reign stands at the frontier of algorithmic intelligence — a trading system so advanced it may surpass 99.9 % of all MQL bots currently in existence . Powered by deep neural networks and adaptive quant logic, it continuously learns, evolves, and restructures its decision layers to remain robust under any market condition — from calm consolidations to high‑volatility spikes. This EA doesn’t just react; it anticipates . Its neural architecture mirr
AutoSmartPro MT5
Alexandru Chirila
5 (1)
Our Expert Advisor (EA) revolutionizes trading in the Forex market by integrating two powerful strategies - Scaling and Averaging - into a dynamic and adaptable framework. Designed for the MetaTrader4/5 platform, this EA employs innovative techniques to optimize trading outcomes in various market conditions. Metatrader4 Version  |  Auto Smart Pro MT5 Live Results  |  All Products  |  Contact Scaling Strategy: The Scaling strategy capitalizes on trending market movements by initiating multiple t
GoldEdge Pro Showtime
Vittaya Klangpimanarkart
GoldEdge Pro – Smart Pullback Trading System GoldEdge Pro is an advanced Expert Advisor designed for XAUUSD, focusing on pullback and dip-detection strategies within established market trends. The system is built to identify temporary price retracements and execute trades with structured confirmation and risk control. Core Trading Concept GoldEdge Pro is based on a pullback trading methodology: 1. Dip Detection Engine The system identifies short-term market retracements using EMA alignment (8 /
Double Edged Katana is a session-driven momentum EA built to cut through volatility with disciplined, rule-based execution. It deploys a two-sided entry approach to capture directional bursts, enforces strict daily limits ( max 2 trades/day ), and includes time-based cleanup to keep exposure controlled. Designed for traders who want a dynamic, automated approach without overtrading. Recommended setup Timeframe: M1 Symbols: USDJPY (recommended), also works on other liquid majors/minors Account: E
Adaptive Regime Trader Overview Adaptive Regime Trader is a fully automated Expert Advisor for MetaTrader 5 that dynamically adapts its trading behavior to changing market conditions. Instead of relying on a single fixed strategy, the EA continuously evaluates the current market environment and automatically adjusts its internal trading parameters to improve consistency across different market regimes. The Expert Advisor has been designed for traders who prefer a flexible trading system with ex
Institutional Levels is an intelligent, fully automated Expert Advisor. This algo is arranged in such a way that the EA uses levels of importance combined with price action, without reliance on indicators. The strategy behind it is based on the teachings of a professional traders, and ex traders. It will find untested levels at which institutions are known to be interested in, in the number of candles you’ve set and will make trades based on these levels, re-test and trend. It will automaticall
Advanced Breakout Gold Grid is an Expert Advisor for XAUUSD that uses an internal M30 breakout structure. It places pending orders around calculated price levels and manages open positions with configurable stop loss, break-even and progressive trailing controls. MAIN FEATURES - Internal M30 signal calculation, independent of the chart timeframe. - Pending Buy Stop and Sell Stop entry maps. - Automatic or fixed lot sizing. - Configurable risk per trade. - Spread and trading-session filters base
Quantum Athena X
Bogdan Ion Puscasu
5 (12)
更智能的控制,更精准的操控。 欢迎来到 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
Key Features: Universal Connectivity:   Automatically executes trades from almost any MT4 indicator via Buffer lines or Object Arrow codes   . Invisible TP/SL Mode:   Hide your profit targets and stop losses from your broker to prevent stop-hunting   . Smart Loss Recovery:   Built-in dynamic lot-increment system ( Enable Recovery ) to recover losses safely   . Account Protection:   Hard-coded Daily Profit Target and Daily Loss Limits in USD to secure your capital   . MTF Filter:   Verify sign
Oneway TrendPulse EA - Complete Description Overview The Oneway TrendPulse EA is an automated trading robot (Expert Advisor) for MetaTrader 5 that implements a BUY-only trend-following strategy . It combines two popular technical indicators—Exponential Moving Averages (EMA) and the Relative Strength Index (RSI)—to identify and capitalize on upward trending markets. Core Strategy Logic Entry Conditions (ALL must be true): Fast EMA > Slow EMA → Confirms bullish trend RSI > Threshold → Confirms mom
XAU SOVEREIGN IMPULSE MATRIX  High-Velocity M1 Gold Spot Scalping Engine Xau Sovereign Impulse Matrix  is a premium, next-generation commercial algorithmic trading system designed specifically for the extreme price dynamics of Spot Gold (XAUUSD)- on the 1-Minute (M1)- timeframe. It fuses high-velocity price acceleration detection with advanced mathematical recovery modeling to achieve highly resilient commercial execution. It is fully armed with our elite proprietary systems, designed to bypa
Long Journey EA
Frederick Mensah
- No Martingale - No Grid - No high Risk Strategy.                  - Target big moves - Swing - Low Risk This EA is good for busy individuals who doesn't have time to monitor the screen at all times. Just place it on 4H Timeframe and let it do all underground work. This excellent expert advisor is not a scalper. It’s made to target greater moves and a long term big wins while minimizing losses. Long Journey EA is a sophisticated mathematical algorithm that analyzes market data, it's based on
该产品的买家也购买
Quantum Commander
Bogdan Ion Puscasu
4.6 (10)
量子生态系统正进入一个全新的战场——一位全新的指挥官即将掌舵。量子指挥官专为美国30指数开发,是一款全自动智能交易系统,专为全球最具活力的市场之一而打造。 在充斥着黄金EA的世界中,Quantum Commander脱颖而出。 在推出几款以黄金为重点的产品之后,我们正凭借 US30 进入新的领域——这是一种新的工具、一种不同的策略,也是一个为 Quantum 生态系统带来真正多元化的强大机会。 特价上市优惠价。最终价格 1999 美元。 实时信号:   点击此处 量子指挥官MQL5公共频道: 点击此处 ***购买 Quantum Commander MT5,即有机会免费获得 Quantum Emperor、Quantum King、Quantum Bitcoin、Quantum Baron、Quantum OmniGold、Quantum Athena X 或 Quantum Starman!*** 详情请私信咨询! 量子指挥官登场 量子指挥官的创建只有一个目的。 分析 US30,识别既定市场趋势中的回调,自动执行,并以速度和纪律管理每个仓位。 US30 指数以强劲
Quantum Titan MT5
Bogdan Ion Puscasu
4.87 (31)
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.61 (28)
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 (50)
传奇仍在继续。女王不断进化。 欢迎来到 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
The Gold Reaper MT5
Profalgo Limited
4.48 (105)
道具公司已准备就绪!( 下载道具文件 ) 警告: 目前仅剩少量存货! 最终价格:990美元 免费获得 1 个 EA(适用于 3 个交易账户)-> 购买后请联系我 超值组合优惠   ->   点击这里 加入公开群组: 点击此处   实时信号 客户端信号 YouTube 评论 最新手册 欢迎来到黄金收割者! 这款EA是在非常成功的Goldtrade Pro的基础上开发的,设计用于同时在多个时间框架上运行,并且可以选择将交易频率设置为从非常保守到极度波动。 该EA使用多种确认算法来寻找最佳入场价格,并在内部运行多种策略来分散交易风险。 所有交易都有止损和止盈,但同时也使用追踪止损和追踪止盈来最大限度地降低风险,并最大限度地提高每笔交易的潜力。 该系统基于非常流行且行之有效的策略:交易突破重要支撑位和阻力位的交易机会。   黄金非常适合这种策略,因为它是一种波动性很高的货币对。 系统会根据您的账户规模和最大允许回撤设置自动调整交易频率和手数! 回测结果显示增长曲线非常稳定,回撤幅度控制得非常好,恢复速度也很快。  这款EA已经针对黄金进行了最长时间的压力测试,使用了多个经纪商的多个价格
Iron Stops
Fajar Dicky Firmansyah
4.13 (60)
100K Real Signal:  https://www.mql5.com/en/signals/2386516 没有噱头。没有空洞的承诺。 Iron Stops 迎合关注一个关键方面的交易者:一致性。无论您是正在进行 道具挑战 还是管理客户资金,这款 EA 都能保持在设定的界限内并提供可靠的结果。 仓位在 36 小时 内平仓。 在单一图表上运行: 只需将其应用于 XAUUSD,使用 M30 时间框架。这就是您所需要的。一个图表。一个强大的工具。 正确的配置对准确回测至关重要! 请联系我获取我的 .ini 文件 和详细说明。 注意: 这款 EA 目前的价格是 580。一旦购买 30 个许可证,价格将提高到 629。目前,已有 29 份已售出。在价格变动之前不要错过。 博客 链接 =  https://www.mql5.com/en/blogs/post/763583 频道 链接 =  https://www.mql5.com/en/channels/mqltradingfajar 给我发消息,我会给您发送一份 试用 包,供您在模拟账户中使用。 主要优点 免费赠品:买一送二!
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(电子交易系统)。 它是一款专业级工具,旨在帮助交易者在任何市场和时间框架内创建无限数量的突破策略。 无论您是专注于波段交易、超短线交易还是构建多元化投资组合,该系统都能提供无与伦比的灵活性和定制化功能。 可能性无穷无尽! 对于自营交易公司的交易员来说:   有了这个系统,您终于可以创建自己独
Aikon MT5
William Brandon Autry
5 (3)
Aikon 改变了您操作 Expert Advisor 的方式。 当前价格 — 10 个名额中还剩 7 个 24 小时首发期现已结束。按当前 Market 价格计算的 10 个购买名额中,现在还剩 8 个。完成这 10 次购买后,价格将再次上调,并逐步接近最终价格 $4,997 。 快速开始。用自然语言与系统交流。选择交易如何承担风险。控制允许投入运作的资本规模。在整个运行过程中使用 AI,同时避免不必要的调用成本。 快速开始 — 第一次使用 AI?没问题。 Aikon 的设计目标是在保持强大深度的同时,不让首次设置变得复杂。 统一 AI 设置可以从一个提供商、一个模型和一个 API 密钥开始。第一次连接会自动为 Aikon 的主要智能角色完成基础配置。以后如有需要,您可以再使用高级模型路由。 Quick Start 随后提供三种方式: 使用一键优化的起始配置。 通过与 Ask Aikon 对话来建立设置。 直接自定义 Trading Constitution。 优化起始方案包括 Forex Single Entry with Stop Loss 、 Gold / XAUUSD Sin
Smart Gold Hunter
Barbaros Bulent Kortarla
4.02 (63)
No Grid / No Martingale / No Recovery / No Hedging / Single Entry with SL / One Shot Smart Gold Hunter 是一款用于 MetaTrader 5 上 XAUUSD / 黄金交易的专家顾问(Expert Advisor)。它专为那些喜欢无网格、无马丁格尔、具有真实止损和止盈逻辑以及可控风险管理的黄金 EA 的交易者而设计。 您可以在做决定之前查看实时信号: Live Main Signal : https://www.mql5.com/en/signals/2365400?source=Site Smart Gold Hunter 不是网格 EA,也不是马丁格尔 EA。它不依赖无限恢复仓位、对冲系统或亏损后加仓。其核心理念是以可控逻辑、保护设置和真实交易管理来交易黄金,而不是危险的加仓平均。 该 EA 主要针对 XAUUSD / 黄金设计。您可以在 XAUUSD 或您经纪商的黄金品种上使用,例如 XAUUSDm、GOLD 或类似名称。 经纪商条件对黄金交易很重要,因此建议使用低点差、低滑点、
Ghost Scalper MT5
Thomas Christoph Lipka
4.7 (10)
Ghost Scalper MT5 Ghost Scalper MT5 是一款适用于 MetaTrader 5 上 XAUUSD / 黄金 的全自动智能交易系统(EA)。 Ghost 专为黄金市场中具有选择性的 突破和动量行情 而开发。EA 会等待其内部市场条件满足,不会持续不断地开仓。 价格模式: 每完成 10 次销售,价格上涨 100 USD ,直至最终价格达到 1,499 USD 。 实盘信号 Ghost 在多个真实实盘账户和不同经纪商上公开跟踪,同时还提供一个组合投资信号。实盘结果会随时变化,并不保证未来表现。 Ghost Scalper MT5 TMGM – 查看实盘信号 Ghost Scalper MT5 VT Market – 查看实盘信号 Ghost Scalper MT5 Vantage – 查看实盘信号 Ghost Scalper MT5 Future Lab Ultima – 查看实盘信号 Colosseum Ghost Scalper Tycoon Breakout – 查看实盘信号 4 个独立策略 Ghost 集成了四个彼此独立的交易策略: Ghost A G
Scalping Robot Pro MT5
MQL TOOLS SL
4.35 (158)
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
GoldenShot
Adam Hrncir
5 (11)
Less than 24hours for 169 USD ->   199 USD   next /   399 USD final price. The earlier you decide, the less you pay. Check the live signal   /   Read the manual  / Why are the back-test numbers that good - is it real or over-fitted? 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
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.59 (17)
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
Cepheus
Thierry Ouellet
5 (2)
LIMITED LAUNCH SPECIAL: 149 USD (Next Tier: 199 USD / Final Price: 399 USD) Price automatically increases by +50 USD every 10 licenses sold .  User manual Live signals Cepheus Loyalty Cepheus Ultimate (both breakout engines Cepheus Discipline Two Synergistic Engines. Zero Grid. Zero Martingale. Defined Risk. Cepheus is a dual-engine algorithmic trading system developed specifically for XAUUSD (Gold) . Instead of relying on a single trading model, Cepheus combines two independent strategies de
Neo Delta
Marco Scherer
5 (4)
Neo Delta 是一款用于 MetaTrader 5 的自动化智能交易系统(EA),仅交易黄金(XAUUSD)。其决策基于成交量 delta 动量——即每根K线内买卖压力的平衡。机器学习过滤器会在开仓前审核每一个潜在入场点。 支持 我们团队分工明确:一部分负责开发,一部分负责客户服务。有关安装、设置及其他任何问题,请在购买后联系我们的版主 Zolia: https://www.mql5.com/zh/users/zolia 该 EA 运行四个独立模块,每个模块均可单独开启或关闭: 实时信号 在我们经过验证的 MQL5 信号中查看该 EA 的实时表现: 查看实时信号 → 5m Long — 5分钟图上的短线多头交易 20m Long — 20分钟图上的波段多头交易 5m Short — 5分钟图上的短线空头交易 20m Short — 20分钟图上的波段空头交易 每个仓位均由 EA 完整管理:动态或固定止损、止盈以及移动止损。内置新闻过滤器会在重要美元新闻前后暂停交易。图表上的面板随时显示当前状态、浮动与已实现盈亏,以及即将公布的新闻。 功能 四个可独立开关的交易模块(多头/空头,5
Quantum King EA
Bogdan Ion Puscasu
4.96 (220)
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 对开发的全自动交易系统。 它将网格策略的结构与马丁格尔的自适应恢复逻辑相结合,形成了一个在所有市场阶段智能管理交易的系
Silent Exit MT5
Fajar Dicky Firmansyah
4.5 (8)
没有噱头。没有空洞的承诺。 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 文件以及详细的配置说明。 注意: 目前该 EA 的价格为
Zerqon EA
Vladimir Lekhovitser
3.4 (35)
实时交易信号 交易活动的公开实时监控: https://www.mql5.com/zh/signals/2372719 官方信息 卖家资料 官方频道 用户手册 安装说明和使用指南: 查看用户手册 Zerqon EA 是专为 XAUUSD 交易开发的自适应专家顾问。 该策略基于通过 ONNX 集成的 Deep LSTM 神经网络模型,使系统能够处理连续性的市场行为并以结构化方式分析价格动态。 该模型专注于识别黄金价格走势、波动性以及时间条件中的特定模式。 与传统固定信号不同,EA 通过训练后的神经网络框架分析市场,仅在内部模型识别到合适条件时才执行交易。 Zerqon EA 不会持续不断地进行交易。 某些时期可能完全没有任何交易,而在适合的 XAUUSD 市场阶段,系统可能会在较短时间内执行多笔交易。 每笔交易均带有预定义的 Stop Loss 和 Take Profit 参数。 同时还使用追踪止损机制来动态管理持仓。 该 EA 适用于偏好基于神经网络的黄金交易方式、重视执行控制以及接受可变交易频率的用户。 主要特点 不使用高风险交易技术,如马丁格尔 (M
Lizard
Marco Scherer
4.22 (50)
什么是 Lizard? Lizard 是一款用于 MetaTrader 5 平台 XAUUSD(黄金)的全自动智能交易系统。它采用多策略摆动突破系统:识别图表上的关键结构位,并在计算得出的入场点位挂出停止订单。 不使用马丁格尔,不使用网格,不在亏损时加仓。 每笔交易都带有明确的止损和止盈,随后由多层退出系统全天候管理,无需人工干预。 支持 我们团队分工明确:一部分成员负责开发,一部分成员负责客户支持。购买后,安装、设置及其他任何问题请联系我们的版主 Zolia: https://www.mql5.com/zh/users/zolia 实盘信号 Normal Standard: https://www.mql5.com/zh/signals/2372821 工作原理 Lizard 在一小时周期上持续扫描 XAUUSD 图表,寻找有意义的摆动高点和摆动低点。一旦确认有效结构,便在距该位置经过校准的距离处挂出 Buy Stop 或 Sell Stop 订单。订单只有在真正突破时才会触发,价格触碰并不足够。这样可以过滤掉弱势波动,仅在动能得到确认时入场。 六套独立策略在一小时周期上同时运行,各
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.4 (139)
更少交易。更好交易。稳定性高于一切。 • 实时信号 模式 1 实时信号 模式 2 Twister Pro EA 是一款专为 XAUUSD(黄金)M15 时间框架开发的高精度剥头皮智能交易系统。交易次数少——但每次交易都有目的。 每笔入场在开仓前须通过 5 个独立验证层,默认配置下胜率极高。 两种模式: • 模式 1(推荐)— 极高胜率,每周交易次数少。专为资金保护和纪律性交易而设计。 • 模式 2(短止损)— 止损幅度显著缩短,交易次数多于模式1。每笔亏损极小。适合希望在受控风险下增加市场曝光的交易者。 规格参数: 交易品种:XAUUSD | 时间框架:M15 最低入金:$100 | 推荐:$250 RAW SPREAD 账户必须使用 强烈推荐 VPS 无网格!每笔交易均设有止盈和止损! 推荐券商: Exness Raw | Vantage | Fusion Markets 购买后发送消息即可获得: 完整用户指南 专属奖励 过往业绩不代表未来结果。请理性交易。
Cortex IDX
Vladimir Mametov
4 (8)
这是一款专为 MetaTrader 5 平台打造的全自动智能交易系统(Expert Advisor,EA),专门针对 US30(道琼斯工业平均指数) 交易进行了深度优化。交易逻辑结合了美国股指的典型市场特征,包括趋势行情、盘中回调以及高波动阶段,能够自动完成信号识别、开仓、持仓管理和离场操作。 EA 的核心理念是让盈利单尽可能持续运行,同时严格控制亏损风险。盈利仓位可通过智能移动止损(Trailing Stop)持续跟随趋势;当持仓出现亏损且 M1(1 分钟)周期检测到反向信号时,系统可自动提前离场,以减少不必要的回撤。 https://www.mql5.com/en/signals/2376781 产品理念 本 EA 专为希望实现 US30 全自动交易的投资者设计,采用趋势跟随结合回调入场的交易策略,在市场已有明确方向时寻找更优的进场位置,而不是盲目追涨杀跌。 盈利订单可采用 移动止损 持续跟随行情,在锁定利润的同时尽可能捕捉更大的趋势;如果交易者更喜欢固定目标,也可切换至 固定止盈(Take Profit) 模式。 对于亏损订单,EA 会持续监测 M1 周期的价格变化。当市场出现明
Gold Bomb
Aleksandr Makarov
5 (2)
该智能交易系统基于我的  原创指标 ,没有任何  人工智能  或其他废话。 仅仅是指标组合、水平位和价格行为的结合。 不使用危险的交易方法, 适用于   XAUUSD M1  而且還有貨幣對! 始终设置   止损   和   止盈 。 实盘信号: https://www.mql5.com/en/signals/2388322 購買後請務必聯繫我,並將您的交易帳號發送給我以啟動該智慧交易系統!未經我許可,請勿自行使用! -------------------------------- Installation instructions:   Click 特别首发价格:当前价格仅对前 10 份有效。售出 10 份后,价格将上涨至  999$ 技术规格: 交易品种:   XAUUSD   时间周期:   M1 最低建议入金   200 $( 最好 500$) 杠杆:   1:500 账户类型:   任意 经纪商 :   任意经纪商,但最好点差较低 强烈建议使用 VPS 优势: 无马丁格尔 不使用危险的交易方法 每笔订单均设止损和止盈 在真实市场上回测结果稳定 对经纪商条件不敏感
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
Scalping Index Pro MT5
MQL TOOLS SL
5 (3)
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
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.58 (24)
更新:下一价格:599 美元,最终价格:999 美元 如果您重视诚实和为真实交易而构建的真正交易系统,而不是一个看起来完美无瑕但最终可能导致账户爆仓的直线回测,那么这可能适合您。 无马丁格尔/无网格 22个月实时信号 +300% 实时增长 【实时信号】    |  【FTMO 结果】    |  【主投资组合】  |  【回测指南】 为什么 Range Breakout EA 如此稳定? Range Breakout EA 基于一种众所周知的市场行为:交易时段之间的波动性变化。 亚洲交易时段的波动性通常较低,形成一个狭窄的价格区间。伦敦交易时段开盘后,波动性增加,价格往往会突破该区间 并继续朝突破方向移动。 该系统会交易这种突破,并在当天晚些时候波动性开始减弱时平仓。 它不使用指标或固定时间框架,这有助于减少过拟合。系统内部使用突破过滤器来避免低质量的突破交易。 该策略在 XAUUSD、USDJPY、BTCUSD、US30 和 DE40 等货币对上表现尤为出色。 同时交易多个市场可以实现强大的分散风险能力。 加入社区! 公众社区:  点击这里! 请私信我并附上购
Gold Snap
Chen Jia Qi
4.57 (23)
Gold Snap — 黄金快速利润捕捉系统 Gold Snap v2.1上线优惠:前10份(只剩7)无限许可证仅售599美元,并免费赠送一款内部EA供个人使用。售完即结束。原价999美元。 为降低首次使用成本,我们现已开放月度租用,无需一次性购买永久授权。建议以3个月或更长时间作为观察周期,结合交易次数、回撤和实际执行情况进行评估。短期盈利或亏损均不足以判断长期表现。 实盘信号: https://www.mql5.com/en/signals/2362714 实盘信号2: https://www.mql5.com/en/signals/2372603 实盘信号 3: https://www.mql5.com/en/signals/2379945 重要: 购买后,请通过MQL5私信联系我们,以获取用户指南、推荐设置、安装与使用说明、赠品EA领取信息及后续更新支持。您也可以在产品评论区留言,我们会主动与您联系。 https://www.mql5.com/en/users/walter2008 欢迎加入我们的 MQL5 频道,获取产品更新与交易见解。 https://www.mql5.c
Swing Forge Gold
Hanzla Khalil
3.6 (5)
SwingForge Gold MT5 — Multi-Zone Breakout Engine 4 Copies left then the price will be increased to: $299 — Current Price: $249 If you’ve traded Gold (XAUUSD), you already know the problem: most automated EAs rely on dangerous grids, martingale, or cost-averaging that look great until one big trend wipes out the account. SwingForge Gold was built on the opposite philosophy: strict risk management and pure price action. It trades confirmed swing breakouts using pending stop orders. Every sin
The Gold Space
Ayush V Jain
5 (7)
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,
Janus Zone
Guilherme Jose Mattes
5 (2)
首发促销价:未来24小时仅需 149.00 USD Janus Zone — 多引擎区域交易系统 Live Signal1   /   Live Signal2  /   Live Signal 3 没有套路、没有虚假回测、没有过度拟合、没有网格、没有马丁格尔!   Janus Zone 在上架前经过了数月的实盘测试和完善——目前在3个独立的实盘信号上运行了2个多月,测试、衡量并淘汰了数十个内部版本,最终才确定了当前版本。 在单一图表上运行:将其应用于 XAUUSD, H1。这就是您所需要的一切——一个图表,一个EA。 主要优势 10个独立切换的策略 — 从输入菜单中开启/关闭(ON/OFF)每一个策略,无需编辑代码。 自动风险计算 — 根据账户余额、风险百分比、最大回撤(max DD)或自动复利计算手数;由您选择。 每日目标保护 — 以每日设定的百分比阈值锁定收益并限制亏损(包含浮动盈亏)。 关注回撤的资金管理 — 可选的手数计算方式,与回撤预算挂钩,而不仅仅是一个固定数值。 保证金安全的订单引擎 — 在每次下单前检查可用保证金,绝不会向您的账户(或经纪商)发送被拒绝的垃圾交易请求
Angels Eye
Lukas Haufe
5 (4)
Live Signal Angels Eye Manual   Best Broker to use with Angels Eye  After purchasing send me a message for community link. Angels Eye is a fully automated Expert Advisor developed for Gold (XAUUSD) trading. It combines multiple price-action and breakout-based strategies across several timeframes to identify trading opportunities in different market conditions. The EA includes automatic lot management, basket-based trailing stop logic, news protection, configurable trading windows and advanced
作者的更多信息
MTF MADashboard Pro
Wojciech Jerzy Magda
5 (1)
MTF MA Dashboard Pro v1.04 - 中文 MTF MA Dashboard Pro v1.04 - 专业多时间框架移动平均线分析器 面向MT5的高级技术指标,提供全面的多时间框架移动平均线分析,具有智能金叉/死叉检测功能和完全可定制的可视化仪表板。 停止在时间框架之间切换!同时分析多达4个时间框架,即时发现趋势一致性。 核心功能 多时间框架分析 同时监控多达4个时间框架(M1-MN1 + 自定义周期) 每个时间框架可独立配置 所有时间框架实时同步 适用于任何交易品种(外汇、黄金、指数、加密货币) 双均线系统 每个时间框架两条移动平均线(快线和慢线) 周期:1-500(完全可自定义) 方法:SMA、EMA、SMMA、LWMA 应用价格:收盘价、开盘价、最高价、最低价、中间价、典型价、加权价 金叉/死叉检测 自动识别看涨金叉(快线上穿慢线) 自动识别看跌死叉(快线下穿慢线) 仪表板上清晰的可视信号 无重绘 - 信号确认后保持固定 实时趋势分析 即时趋势分类:看涨/看跌/混合 基于价格相对于移动平均线的位置 市场摘要显示所有时间框架的整体
FREE
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)- 信号一旦确认即固定 ​ 实时趋势分析 ​即时趋势分类:看涨/看跌/震荡 ​基于价格相对于移动平均线
FREE
​ ️️️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
FREE
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个点,
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
LAUNCH OFFER — only $30 until October 1st! 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 sw
Gold Asian Breakout
Wojciech Jerzy Magda
LAUNCH OFFER — only $30 until October 1st! 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 ra
Volume Pressure Pro
Wojciech Jerzy Magda
LAUNCH OFFER — only $30 until October 1st! Volume Pressure Pro See who really controls the market — before the move becomes obvious. Most indicators show you where price has been . Volume Pressure Pro shows you who is winning the battle right now — buyers or sellers. This is not another repainted RSI or MACD clone. It is a proprietary algorithm built from scratch, and its formula remains a trade secret — which is exactly why its signals look like nothing else on your chart. What you g
筛选:
无评论
回复评论