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


おすすめのプロダクト
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/
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 .
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
Custom Range Breakout EA (CRB) is a highly configurable breakout trading system that lets you define any price range and automate trades based on your strategy. Whether you're targeting the London open, New York session, or a custom intraday level, CRB gives you complete control over how and when to enter trades, with advanced risk tools and precise timing filters. The EA includes trailing stop, break-even logic, news filtering, day-of-week control, and more. All dynamic trade management inputs
Main: Not martingale, not a grid; Working on all symbols; Signals: There is a good rational algorithm. Work of two indicators:  Bollinger Bands  and  OsMA  (you can set a separate Timeframe for each indicator) Stop Loss/Take Profit: There is a good money management system (there are several type for trailing stop loss); There is virtual levels of Stop Loss / Take Profit; There is smart lot (percent by risk) or fix lot Important: EA can work on closed candles, and on current candles; Quickly
NEXA Swing Zone Trader 公式ユーザーマニュアル(日本語) 1. 概要 NEXA Swing Zone Trader は、 **低頻度・高精度のスイングトレード専用エキスパートアドバイザー(EA)**です。 このEAは、 トレンド・モメンタム・市場構造 がすべて一致した場合にのみ取引を行い、 無駄なエントリーや過剰取引を避ける設計となっています。 2. 戦略の基本ロジック トレンドゾーン判定 EMA(期間150)/H1タイムフレーム 価格がEMAより上 → 上昇ゾーン(Bull Zone) 価格がEMAより下 → 下降ゾーン(Bear Zone) 取引は必ず メイントレンド方向のみ 行われます。 エントリー条件 買い(BUY) 価格がEMAの上に位置(上昇ゾーン) RSI(10) が 49.5 を上抜け 直近の フラクタル高値をブレイク 売り(SELL) 価格がEMAの下に位置(下降ゾーン) RSI(10) が 49.5 を下抜け 直近の フラクタル安値をブレイク トレンド+モメンタム+構造ブレイク すべてが揃った場合のみエントリーします
Key Features Strategy Core EMA Crossover System : Fast EMA (default: 20) and Slow EMA (default: 50) Generates buy signals when Fast EMA crosses above Slow EMA. Generates sell signals when Fast EMA crosses below Slow EMA. Fibonacci Filter : Calculates Fibonacci retrenchment levels (23.6%, 38.2%, 50%, 61.8%, 78.6%) based on recent price swings. Requires price to be near a Fibonacci level (configurable threshold) to validate trades. Risk Management Position Sizing : Dynamically calculates lot size
TugOfWar MT5
Erwin Rustandi
2.5 (2)
Expert Advisor Description EA TugOfWar will open both buy and sell positions at different times according to the triggered signal, the most positions and in accordance with the market direction that will win and profit.  Profit target per war is 1% to 5%. Warmode normal = Longterm strategy Warmode extreme = Shortterm strategy Parameter Description StartTrade =  Time to start trading / open position EndTrade =  Time to end trading / open position WarMode =  1 -> Normal, 2 -> Extreme (lots of tr
FREE
Apex Legend EA is a sophisticated automated trading system engineered for high-frequency scalping on M30 and H1 timeframes. Designed for the discerning trader who demands agility without sacrificing security, this EA utilizes advanced algorithms to identify short-term market inefficiencies and execute trades with lightning-fast precision. Live Signal Apex Legend Ea Coming Soon >>>>>>> Unlike risky strategies that expose your account to indefinite drawdown, Apex Legend EA operates on a strict, pr
## Quantum Breakout Auto EA MT5 **Quantum Breakout Auto EA MT5** is a powerful and intelligent trading system designed to capitalize on high-probability **breakout opportunities** in the market. Built for precision and consistency, this EA focuses on the **15-minute timeframe (M15)** to detect strong price movements and execute trades automatically. --- ### Strategy Overview This Expert Advisor is based on a **Breakout Trading Strategy**, one of the most reliable methods used by pro
Reversal Gold EA
Daniel Naranjo Morales
Reversal Gold EA Reversal Gold EAは、**XAUUSD(ゴールド)**ペア専用に設計された自動売買システムです。逆張り戦略に基づいて動作し、市場の潜在的な反転を特定して利益を得ることを目指します。このEAは、ゴールド特有のボラティリティと値動きの特性に対応するように構築されています。 戦略 Reversal Gold EAの中核は、複数のテクニカル指標による確認システムです。アルゴリズムは、以下のテクニカル指標を組み合わせて市場の状況を分析します。 パラボリックSARとオーサムオシレーター(AO):   市場のモメンタムとトレンド方向の潜在的な変化を特定します。 相対力指数(RSI):   価格の反転に先行することが多い、買われすぎ・売られすぎの状態を測定します。 アベレージ・トゥルー・レンジ(ATR):   市場の活動が乏しい期間を除外し、適切なボラティリティ環境でのみ取引が行われるようにします。 これらのツールを組み合わせることで、EAの主な機能は、トレンドの消耗の兆候を検知し、反対方向への新たな値動きの初期段階でポジションをエントリーすることです。
GoldWeeklyPro GoldWeeklyPro is an automated Expert Advisor developed for trading XAUUSD (Gold) using a rule-based technical strategy. The Expert Advisor operates on higher timeframes and opens trades only when predefined technical conditions are met. Strategy Overview The Expert Advisor evaluates market conditions using a combination of trend filters, momentum indicators, and price pattern detection. Trade entries are generated only when the internal strategy criteria are satisfied. Primary Log
FREE
Crypto Price Action EA is a trading robot specially designed for forex trading as well as trading crypto-currencies (as soon as the latter ones can be traded for reasonable spreads again). The EA uses the ATR indicator. A trade is opened when the price within a candle moves away from the opening price by an adjustable ATR factor ("Open trade factor"). Many currency pairs have the tendency of continuing a trend once it has started so that exactly the direction the price has exceeded the factored
Infinity PacMan Premium: Advanced SNR Dominant Hedging EA Infinity PacMan Premium is a highly advanced, mathematically driven Expert Advisor designed to conquer the markets using a unique blend of Pure SNR Dominant Cycling , Dynamic Hedge Locking , and Smart Volume Balancing . Unlike traditional grid bots that blindly open trades based on fixed distances, Infinity PacMan intelligently snipes the market using Support and Resistance (SNR) zones while heavily protecting your equity through state-of
Finanix Gold EA   is the result of two years of extensive research and backtesting, ensuring that it is built on a solid foundation of   data-driven insights   and   proven trading strategies. This expert advisor is fine-tuned for trading   XAUUSD/Gold . It is also capable of trading any instrument. Introducing the cutting-edge   Finanix Gold EA , powered by advanced mathematical functions and unparalleled computation capabilities. This revolutionary tool is designed to provide traders with a c
Welcome to Precision Structure EA Introducing Precision Structure EA, a professional Expert Advisor built upon the core principles of market structureand price action. This system is designed to identify high-probability breakout opportunities through pivot-based market structure analysis, enabling traders to enter the market with precision, discipline, and consistency. How The Strategy Works The core strategy of Precision Structure EA is based on market structure breakouts: The EA identifies pi
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
Institutional Liquidity Trading – Structure, Patience, Risk Control Liquidity Sentinel is a professional, rule-based Expert Advisor designed to trade institutional liquidity events on H1, using a disciplined sequence of liquidity sweep -> reclaim -> confirmation -> controlled execution. This EA is built for traders who understand that markets move because of liquidity , not because of random indicators. Liquidity Sentinel does not chase price. It waits, observes, and executes only when liquidit
Meta1
Christian Ighohor Okonta
1 (1)
Trading is a skill where you can have your own skill and your own process. So, he advice that you try do what work for you. Trading is not a get rich quick scheme. when you stick to it long enough, it could change your live. Psychology and emotion is very important. Taking basic long and short trades automatically based on MACD and bear power. The robot is a test project by chrisdgenius aim to increasing profitablility.
FREE
SwiftCap Breakout EA は、実績のある日足レンジブレイクアウト戦略を用いて、勢いのある価格変動を捉えるように設計された、プロ仕様の MT5ブレイクアウトEA です。 外国為替トレーダー、金トレーダー、プロップファームトレーダー 向けに特別に構築されたこの自動取引システムは、価格が重要な日足高値と安値を強い勢いで突破したときに取引を実行します。 これは、正確な約定、固定リスク管理、およびインテリジェントなトレーリングストップロジックを備えた 、完全自動化されたMT5エキスパートアドバイザー です。 マーチンゲール法もグリッド法も、リスクの高いリカバリーシステムも一切なし。ルールに基づいた、クリーンなブレイクアウトトレードのみ。 ライブシグナルとセットファイル ブレイクアウトEAスキャルピングセットシグナル -- 金、USDJPY、USTEC、BTCUSD 小道具会社との互換性あり。専用の小道具セットファイルが付属しています。 セットファイルはすべてこちらからダウンロードできます。 取引仕様 対応機器:     金、USDJPY、USTEC、US30、AUDJPY、BT
Grid MA: Institutional Risk Edition by Hello Quant is an advanced, fully-automated mean-reversion grid framework engineered for stringent capital preservation and extreme volatility management. Unlike traditional grid systems that hold stranded losing positions while scraping small individual profits, Grid MA V1.71 utilizes a proprietary Directional Basket Profit Realization engine. It calculates the net equity of your entire directional exposure (including swaps and commissions) and executes a
PROB V2 - Advanced Pattern Range Opening Breakout PROB V2 is a sophisticated trading system designed to capture high-probability breakouts during the New York market open. Unlike simple breakout strategies, this EA validates every move using advanced price action patterns, including volume surges, momentum shifts, and candle structure analysis, to filter out false signals. Key Features Smart Breakout Logic:   Validates breakouts using compression ratios, gap analysis, and wick rejection filters
Eye of Ra
Jose Ramon Rosaenz Carmona
5 (1)
Expert advisor based on a widely tested   price action strategy The EA already incorporates all the variables in its programming, it is enough to let it run on the graph with the values ​​it incorporates by default. ACCOUNT: - This AE has been optimized to work on a STANDARD account - This AE is suitable for accounts of 3,000 USD - Default settings suitable for EUR/USD (any Timeframe) DESCRIPTION OF THE STRATEGY Price action trading analyzes the performance of a currency to predict what it mi
Gold Zone EA
Simon Reger
4.09 (35)
Gold Zone EA は、供給ゾーンと需要ゾーン(Supply & Demand)を用いて市場構造を分析し、あらかじめ定義された価格反応に基づいて自動的に取引を行う Expert Advisor です。 本EAは、ゾーン検出、モメンタム分析、EMA フィルター、複数のテイクプロフィット、ブレークイーブン、トレーリングストップ、さらにチャート上で操作可能な手動トレードパネルを統合しています。 対応銘柄の例: XAUUSD、EURUSD、GBPUSD、USDJPY、BTCUSD およびその他の多くの通貨ペア、指数、CFD に対応しています。 外部 DLL は不要です。 取引ロジック 供給・需要ゾーンの検出 EA は以下を用いて構造的な価格領域を識別します: ベースキャンドル(Base High / Base Low) キャンドルパターンフィルター オプションの EMA トレンド強度 ゾーンサイズと重複チェック 無効化されたゾーンの自動除去 価格が複数回ゾーンを突破する、または無効化カウンターに達するとゾーンは非アクティブになります。 ゾーンのアクティベーション 価格が以下を満たすとゾー
FREE
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 /
Buy and sell settings fixed M15 (M1-M5-M15). expert advisor does not work in the upper time frames. Important: You can set TP and SL to zero (0). In this case, transactions are automatically closed at maximum level during trend conversion times and continue to trade according to the trend. If you choose to use each TP and SL, each trend opens a process for change. However, the trend continues to trade in the direction of trend in the transformation. You can use it on all parities. No restriction
RF Price Action Breakout EA RF Price Action Breakout EA is an automated trading system designed to trade based on price action and breakout of key market levels , with a strong focus on risk control and consistency . This Expert Advisor does not use martingale, grid, or averaging techniques . Trades are executed only when predefined market conditions are met, aiming to avoid overtrading and unnecessary exposure. Trading Concept Identification of key support and resistance levels Market structure
Gold Pulse Sniper AI ゴールド(XAUUSD)の超高速スキャルピング用に設計された MetaTrader 5 エキスパートアドバイザー(EA)です。 ティックベースのパルス検出エンジンを使用して、微細な価格変動を捉えます。 ATRベースの適応ロジックを使用して、SL、TP、およびエントリーの感度を動的に調整します。 定義された時間枠内で本物のモメンタムが検出された場合にのみトレードを行います。 スプレッド条件に基づいてトレードをフィルタリングし、約定の質を確保します。 XAUUSDおよびそのバリアントを含むゴールド銘柄専用に構築されています。 推奨設定 ブローカー: ECNまたはRAWスプレッド(ゴールドのスプレッド ≤ 0.45 USD)。 口座設定: 推奨初回残高 $500以上、レバレッジ 1:100以上。 時間足: M1(ただし、EAはティックロジックのため時間足に依存しません)。 プラットフォーム: 低レイテンシのMT5用VPSでの実行を推奨。 このEAが優れている理由 ローソク足ベースの信号ではなく、ティックレベルのマイクロパルス検出を使用。 マーチンゲー
Bolli Plus 5
Prafull Manohar Nikam
T his EA trades with trend so it has high win percentage. Uses trend indicators like Bollinger Bands and Moving Averages. This is NO Martingale system but it uses lots multiplier to increase the gains. You can easily disable the lots multiplier by changing it to 1. Features: 1. NO Martingale 2. NO Grid 3. High Win Rate Strategy. 4. Low Drawdown. 5. Uses STOP OUT Percent instead of usual Stop Loss. 6. But uses the usual Take Profit in pips.   Account Requirements: 1. Minimum Balance - 1000 USD 2
TITAN ADAPTIVE GOLD GRID A premium automated grid expert advisor crafted exclusively for XAUUSD (Gold) on MetaTrader 5. Built on advanced multi-timeframe market dynamics, Titan adapts in real time to changing volatility — tightening up to capture quick reversals and widening at deeper levels to defend against trends. VERIFIED LIVE TRACK RECORD MyFxBook public verification: Live trading results updated automatically. Every trade public and verifiable. WHY TRADERS CHOOSE TITAN Adaptive Beha
このプロダクトを購入した人は以下も購入しています
Quantum Queen MT5
Bogdan Ion Puscasu
4.98 (587)
トレーダーの皆さん、こんにちは!私は Quantum Queen です。Quantumエコシステム全体の至宝であり、MQL5史上最高評価とベストセラーを誇るエキスパートアドバイザーです。20ヶ月以上のライブトレード実績により、XAUUSDの揺るぎない女王としての地位を確立しました。 私の専門は?ゴールドです。 私の使命は?一貫性があり、正確で、インテリジェントな取引結果を繰り返し提供することです。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 割引 価格。10 点購入ごとに50ドルずつ値上がりします。最終価格1999ドル ライブシグナルICマーケット:   こちらをクリック ライブシグナルVTマーケット:   こちらをクリック Quantum Queen mql5 パブリックチャンネル:   こちらをクリック クォンタムクイーンの軽量版で、より手頃な価格の クォンタム
Quantum Athena
Bogdan Ion Puscasu
5 (22)
クォンタム・アテナ ― 経験から生まれた精密さ トレーダーの皆さん、こんにちは!私は クォンタム・アテナ です。伝説のクォンタム・クイーンの軽量版で、今日の市場環境に合わせて改良・再設計されました。 私は何でもできる人間になろうとはしない。 私は今、うまくいっていることに集中します。 私の専門分野は?金です。私の使命は?正確さを核とした、鋭く効率的で、インテリジェントに最適化された取引パフォーマンスを提供することです。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 割引価格   価格 。       10個購入するごとに価格が50ドルずつ上がります。最終価格は1999ドルです。 ライブシグナルIC市場:       ここをクリック ライブシグナルVTマーケット:       ここをクリック Quantum Athenaのmql5公開チャンネル:       ここ
Pulse Engine
Jimmy Peter Eriksson
4.94 (17)
発売記念価格 – 残りわずか! このシステムの主な目的は、リスクの高いマルチンゲールやグリッドを使用せずに、長期的なライブパフォーマンスを実現することです。 現在の価格での販売部数は非常に限られています。 最終価格: 1499ドル 【ライブシグナル】    |    【バックテスト結果】    |    【設定ガイド】    |    【FTMO結果】 取引への新たなアプローチ Pulse Engineは、インジケーターや特定の時間枠を一切使用しません。MQL5上の他のどのトレーディングシステムも採用していない、非常にユニークなアプローチを採用しています。 この手法は、日中の方向性パターンに基づいて取引を行います。これらのパターンは、私が長年開発・改良を重ねてきた独自のパターン認識ソフトウェアを用いて発見したものです。 このソフトウェアにより、市場が過去に特定の方向に強い動きを示した時間帯を特定することができます。 市場ごと、そして曜日ごとに、それぞれ独自の動きがあります。 この手法が非常に強力な理由は、市場がトレンドにあるのか、反転しているのか、あるいは特定の市場局面にあるのか
BB Return mt5
Leonid Arkhipov
4.99 (93)
BB Return — ゴールド(XAUUSD)取引のためのエキスパートアドバイザー(EA)です。このトレードアイデアは、以前に 裁量トレード で使用していたものを基にしています。戦略の中核は Bollinger Bands(ボリンジャーバンド) のレンジへの価格回帰ですが、機械的でも毎回のタッチでもありません。ゴールド市場ではバンドだけでは不十分なため、EA には弱い・機能しない相場状況を排除する追加フィルターが組み込まれています。回帰のロジックが本当に妥当な場合にのみ取引が行われます。   取引原則 — 本戦略ではグリッド、マーチンゲール、ナンピン(平均化)を使用しません。EA は 固定ロット または AutoRisk モードで動作します。BB Return はスプレッド、スリッページ、ブローカーの価格配信の違いに影響されにくく、 Standard、ECN、Pro、Raw、Razor など、あらゆるブローカー・口座タイプで使用できます。取引セッションに依存せず、 24時間稼働 します。   $ 359   は最終価格ではありません。 現在の価格で残りは5~7ライセンスのみです。
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.39 (71)
取引は少なく。質は高く。一貫性がすべて。 • ライブシグナル モード1 Twister Pro EA は、XAUUSD(ゴールド)のM15タイムフレーム専用に開発された高精度スキャルピングEAです。取引回数は少なめ——しかし、取引する時は必ず目的を持って行います。 すべてのエントリーは注文が出される前に5つの独立した検証レイヤーを通過し、デフォルト設定では極めて高い勝率を実現します。 3つのモード: モード1(推奨)— 非常に高い精度、週あたりの取引数が少ない。資本保全と規律ある取引のために設計。 モード2 — 取引頻度が高く、精度はやや低い。より多くの市場参加を好むトレーダー向け。 モード3(ワイドトレール)— モード1と同じエントリー品質ですが、より広いトレーリングストップでポジションを長く保持し、大きな値動きを捉えます。モード1より取引頻度がやや高め。 仕様: シンボル:XAUUSD | タイムフレーム:M15 最低入金:$100 | 推奨:$250 RAW SPREADアカウントは必須 VPS強く推奨 グリッドなし!すべての取引にTPとSLあり! 推奨ブローカー: Exne
Quantum Valkyrie
Bogdan Ion Puscasu
4.73 (140)
クォンタムヴァルキリー - 精密、規律、実行 割引   価格。10 回購入するごとに価格が 50 ドルずつ上がります。 ライブシグナル:   こちらをクリック Quantum Valkyrie MQL5 パブリックチャンネル:   こちらをクリック ***Quantum Valkyrie MT5 を購入すると、Quantum Emperor または Quantum Baron を無料で入手できます!*** 詳細については、プライベートでお問い合わせください! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.      こんにちは、トレーダーの皆さん。 私は Quantum Valkyrie です。正確さ、規律、そして制御された実行で XAUUSD にアプローチできるように構築されています。 数ヶ月間、私のアーキテクチャは舞台裏で洗練され続けました。変動の激しいセッシ
Goldwave EA MT5
Shengzu Zhong
4.58 (40)
リアルトレード口座   LIVE SIGNAL(IC MARKETS): https://www.mql5.com/en/signals/2339082 本 EA は、MQL5 上で検証済みのリアルトレードシグナルと、完全に同一の取引ロジックおよび執行ルールを使用しています。推奨された最適化済み設定を使用し、信頼性の高い ECN / RAW スプレッドのブローカー (例:IC Markets または TMGM) で運用した場合、本 EA のリアルトレード挙動は、当該ライブシグナルの取引構造および執行特性に極めて近い形で設計されています。ただし、ブローカーごとの取引条件、スプレッド、約定品質、ならびに VPS 環境の違いにより、個々の結果が異なる可能性がある点にご注意ください。 本 EA は数量限定で販売されています。現在、残りのライセンスは 2 件のみで、価格は USD 999 です。購入後は、プライベートメッセージにてご連絡ください。ユーザーマニュアルおよび推奨設定をお渡しします。 過度なグリッド手法は使用せず、危険なマーチンゲールも行わず、ナンピン(平均取得単価の引き下げ)も使用
Quantum King EA
Bogdan Ion Puscasu
4.98 (179)
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 は、 構造化グリッドの強さと適応型マーチンゲールのインテリジェンスを 1 つのシームレスなシステムに統合します。M5 の AUDCAD 用に設計されており、安定した制御された成長を望む初心者とプロの両方のために構築されています。
Chiroptera
Rob Josephus Maria Janssen
4.76 (25)
Prop Firm Ready! Chiroptera is a multi-currency, single trade Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades 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 caused by Tweets and other ad-ho
The Gold Reaper MT5
Profalgo Limited
4.5 (94)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) WARNING : 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal YouTube Reviews ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 こ
ライブシグナル:   https://www.mql5.com/en/signals/2360479 時間枠:   M1 通貨ペア:   XAUUSD Varko Technologiesは 企業ではなく、自由という哲学そのものです。 私は長期的な協力関係を築き、評判を高めることに興味があります。 私の目標は、変化する市場状況に対応するために、製品を継続的に改善・最適化することです。 Gold Safe EA   - このアルゴリズムは複数の戦略を同時に使用し、損失トレードとリスクのコントロールを重視することを基本理念としています。 取引の決済および管理には、複数の段階が用いられている。 Expertのインストール方法 EAからXAUUSD M1通貨ペアチャートにファイルを転送する必要があります。SETファイルは不要です。時間シフト値を設定するだけで済みます。 IC MarketsやRoboForexのようなブローカーを利用するなど、時間軸を活用することをお勧めします。 時刻設定でお困りの場合は、遠慮なくプライベートメッセージを送ってください。 実際の口座で使用する前に、必ずブ
Scalper speed with sniper entries. Built for Gold. 33% OFF only  this weekend for 299 USD (ends Sunday midnight)   |  regular price 499 USD  |   final   price  599  USD Check the Live signal  or Manual Hybrid scalper combining scalping speed with single position or intelligent recovery for XAUUSD. 4 trading strategies | Triple timeframe confirmation | 3 layers of account protection. Most trades close in under 30 minutes — minimal market exposure, maximum control. Wave Rider uses triple timefram
Gold House MT5
Chen Jia Qi
4.44 (50)
Gold House — ゴールド・スイングブレイクアウト取引システム まもなく価格が上がります。現在の価格で購入できるライセンスは残りわずかです (3/100) 。次の目標価格:$999。 ライブシグナル: Profit Priority モード: https://www.mql5.com/en/signals/2359124 BE Priority モード: https://www.mql5.com/en/signals/2372604 重要:購入後、推奨パラメータ、使用説明、注意事項、使用のヒントを受け取るために、必ずプライベートメッセージをお送りください。 (MQL5 メッセージ): https://www.mql5.com/en/users/walter2008 最新情報をお届け — MQL5チャンネルに参加して、製品アップデートやトレードのヒントを受け取りましょう。 リンクを開き、ページ上部の「購読」ボタンをクリックしてください: Click to Join このEAは、私たちのチームの内部リアル取引口座から生まれました。7年間のヒストリカルデータで開発・検証し、実際の
Akali
Yahia Mohamed Hassan Mohamed
3.24 (82)
LIVE SIGNAL: ライブパフォーマンスを見るにはここをクリック 重要:最初にガイドをお読みください このEAを使用する前に、ブローカーの要件、戦略モード、およびスマートアプローチを理解するために、設定ガイドを読むことが重要です。 ここをクリックして公式Akali EAガイドを読む 概要 Akali EAは、ゴールド(XAUUSD)専用に設計された高精度スキャルピングエキスパートアドバイザー(EA)です。非常にタイトなトレーリングストップアルゴリズムを利用して、ボラティリティの高い期間に瞬時に利益を確保します。 このシステムは精度を重視して構築されており、市場の急速な動きを利用し、市場が反転する前に利益を確定することで、高い勝率を目指しています。 設定要件 通貨ペア: XAUUSD(ゴールド) 時間足: M1(1分足) 口座タイプ: Raw ECN / 低スプレッドが必須です。 推奨ブローカー: ガイドを参照してください 注意: このEAはタイトなトレーリングストップに依存しています。スプレッドの広い口座ではパフォーマンスに悪影響を及ぼします。サーバー時間とブローカーの選択の詳細
Wall Street Robot is a professional trading system developed exclusively for US stock indices, focused on S&P500 and Dow Jones. These markets are known for their high liquidity, structured movements and strong reaction to global economic flows, making them ideal for algorithmic trading strategies based on precision and discipline. By concentrating only on these indices, the system is able to adapt closely to their behavior, volatility patterns and intraday dynamics, instead of trying to operate
Full Throttle DMX
Stanislav Tomilov
5 (9)
フルスロットルDMX - リアルな戦略 , とリアルな結果   Full Throttle DMXは、EURUSD、AUDUSD、NZDUSD、EURGBP、AUDNZDの通貨ペアで動作するように設計された、マルチ通貨取引エキスパートアドバイザーです。このシステムは、よく知られたテクニカル指標と実績のある市場ロジックを用いた、古典的な取引アプローチに基づいて構築されています。EAには10種類の独立した戦略が含まれており、それぞれが異なる市場状況と機会を特定するように設計されています。多くの現代の自動システムとは異なり、Full Throttle DMXは、グリッド、平均化、マーチンゲール、その他の積極的な回復手法といったリスクの高い資金管理手法は使用しません。このシステムは、長年にわたりテストされてきた、規律正しく保守的な取引哲学に従っています。EAは、H1時間枠で動作するデイトレードシステムを使用し、影響力の大きい経済イベント時の取引を回避するためのニュースフィルターを内蔵しています。取引は5つの通貨ペアに分散されているため、単一市場への依存を軽減できます。この戦略は透明性の高い取引
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Bonnitta EA は、保留ポジション戦略 (PPS) と非常に高度な秘密取引アルゴリズムに基づいています。 Bonnitta EA の戦略は、秘密のカスタム指標、トレンドライン、サポートおよびレジスタンス レベル (価格アクション)、および上記の最も重要な秘密の取引アルゴリズムを組み合わせたものです。 3 か月以上のリアルマネーテストなしで EA を購入しないでください。ボニッタ EA をリアルマネーでテストするのに 100 週間以上 (2 年以上) かかりました。結果は以下のリンクで確認してください。 BONNITTA EA は愛とエンパワーメントから作られています。 少数の購入者のみを対象とした価格設定と著作権侵害アルゴリズムの実装です。 Bonnitta EA は、22 年間で 99.9% の品質を持つ本物のティックを使用してテストされ、実際の市場状況に近いスリッページとコミッションでストレス テストに合格しました。 Expert Advisor には、完全な統計制御による統計収集およびスリッページ制御のアルゴリズムが含まれています。 この情報はブローカーのトリックか
AnE
Thi Ngoc Tram Le
5 (3)
ANE — Gold Grid Expert Advisor ANEは、M15時間枠で XAUUSD(金) を取引するために設計された完全自動化されたExpert Advisorで、 グリッド平均化戦略 を採用しています。 重要: ライブ口座で使用する前に、まずデモ口座でEAをテストし、平均化システムの動作を十分に理解してください。 ライブシグナル ANE Official Channel 取引戦略 ANEはポジションをグループとして管理します。条件が許す場合、平均入場価格を最適化するために追加の取引を開き、合計利益目標に達した時点でバスケット全体をクローズします。 グリッドが稼働中は、浮動ドローダウンの期間が発生する可能性があります。この動作は正常かつ予想されるものです。一時的なドローダウンに対処するためには、適切なロットサイズと十分な口座資金が不可欠です。 口座保護機能 最大ドローダウン回路遮断器 — 設定されたドローダウン閾値(デフォルト80%)に達した場合、全取引を停止します。 スプレッドフィルター — スプレッドが許容最大値(デフォルト70ポイント)を超えた場合、新規エン
重要 : このパッケージは、現在の価格で、非常に限られた数のみ販売されます。    価格はすぐに1499ドルになるだろう    100 以上の戦略が含まれており 、今後もさらに追加される予定です。 ボーナス : 999 ドル以上の価格の場合 --> 私の他の EA を  5 つ無料で選択できます! すべてのセットファイル 完全なセットアップと最適化ガイド ビデオガイド ライブシグナル レビュー(第三者) NEW - VERSION 5.0 - ONECHARTSETUP 究極のブレイクアウトシステムへようこそ! 8 年をかけて丹念に開発された、洗練された独自のエキスパート アドバイザー (EA) である Ultimate Breakout System をご紹介します。 このシステムは、高く評価されているGold Reaper EAを含む、MQL5市場で最高のパフォーマンスを誇るいくつかのEAの基盤となっています。 7か月以上にわたって1位を維持したこのほか、Goldtrade Pro、Goldbot One、Indicement、Daytrade Proもランクインしました。
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (504)
ご紹介     Quantum Empire EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 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は、1つの取引を5つの小さな取引に継続的に分割する独自の戦略を採用しています
Aurum AI mt5
Leonid Arkhipov
4.86 (44)
アップデート — 2025年12月 2024年11月末、Aurumは正式に販売開始されました。 それ以来、ニュースフィルターや追加の防御条件、複雑な制限なしで、実際の相場環境にて継続的に稼働してきましたが、安定して利益を維持してきました。 Live Signal (launch April 14, 2026) この1年間のリアル運用により、トレーディングシステムとしての信頼性が明確に証明されました。 そしてその実績と統計データを基に、2025年12月に大規模アップデートを実施しました: プレミアムパネルを全面刷新、すべての画面解像度に最適化 取引保護システムを大幅に強化 Forex Factoryを基にした高性能ニュースフィルターを追加 シグナル精度を向上させる2つの追加フィルター 最適化の強化、動作速度と安定性の向上 損失後に安全に回復するRecovery機能を搭載 プレミアムスタイルの新しいチャートテーマを採用 AURUMについて Aurum — ゴールド(XAU/USD)専用プレミアム自動売買EA Aurumはゴールド市場において、安定性と安全性を重視して開発されたプロ
The Gold Phantom
Profalgo Limited
4.57 (30)
プロップファーム準備完了! --> すべてのセットファイルをダウンロード 警告: 現在の価格では残りわずかです! 最終価格: 990ドル 新着(399ドルから) :EAを1つ無料でお選びください!(取引口座番号は2つまで、UBSを除く私のEAのいずれか) 究極のコンボディール   ->   こちらをクリック 公開グループに参加する: ここをクリック   ライブシグナル ライブシグナル2 !! ゴールドファントム登場!! The Gold Reaper の大成功に続き、その強力な兄弟機、 The Gold Phantom を ご紹介できることを大変誇りに思います。これは、同じ実戦テスト済みのエンジンをベースに構築された、純粋で無駄のないブレイクアウト システムですが、まったく新しい一連の戦略が盛り込まれています。 The Gold Reaper の非常に成功した基盤の上に構築された The Gold Phantom は 、 自動化された金取引をスムーズに実行します。 このEAは複数の時間枠で同時に動作するように設計されており、取引頻度を完全に制御できます。 非常に保守的な設定
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.83 (120)
Quantum Bitcoin EA   : 不可能なことは何もありません。やり方を見つけ出すだけの問題です。 トップ MQL5 販売業者の 1 つによる最新の傑作、   Quantum Bitcoin EA で ビットコイン 取引の未来に足を踏み入れましょう。パフォーマンス、精度、安定性を求めるトレーダー向けに設計された Quantum Bitcoin は、不安定な暗号通貨の世界で何が可能かを再定義します。 重要! 購入後、インストールマニュアルとセットアップ手順を受け取るために私にプライベートメッセージを送信してください。 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル Quantum Bitcoin/Queen チャンネル:       ここをクリック ***Quantum Bitcoin EA を購入すると、Quantum StarMan を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! Quantum Bitcoin EA は H1 時間枠で成功し、市場の勢いの本質を捉える トレンドフォロー戦略 を
XIRO Robot MT5
MQL TOOLS SL
4.85 (26)
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
EA Legendary Multi Strategy ― プロフェッショナルなマルチストラテジーアドバイザー。 1つのアドバイザーで数十種類のストラテジーを活用。確実なシグナルと厳格なリスク管理を実現。 エントリー精度、柔軟な設定、そしてドローダウンコントロールを重視するトレーダーのために設計されています。 これは単なるアドバイザーではありません。ストラテジーの集合知と人工知能の精度が融合した、アルゴリズム取引における飛躍的な進化です。 集合知:12種類以上の独立したトレーディングストラテジーが連携して動作します。それぞれのストラテジーは、複数の時間軸にわたる市場状況を分析することで、専門家ならではの視点を提供します。互いに矛盾することなく、補完し合い、多次元的な確率像を形成します。 ライブシグナル - https://www.mql5.com/en/signals/2341254?source=Site +Profile+Seller トレーダーの皆様へ:アドバイザーをテストするには、正しい設定をご使用ください。設定は無料でこちらから入手できます。 割引価格。10ユニット購入
Grabber Bot
Ihor Otkydach
5 (3)
残り5 部、価格は399ドルです。次の価格は499ドルとなります。 Grabber Bot — は、MQL5 Market プラットフォームにおいて既にトレーダーから高い評価と認知を得ている Grabber System の実績あるロジックに基づいて構築された、完全自動のエキスパートアドバイザーです。このEAは、実際のトレード経験とユーザーからのフィードバックをもとに開発されました。 Grabber System の手動バージョンを使用していた多くのトレーダーは、同じ問題に直面していました: シグナルがトレーダーが寝ている時や忙しい時に発生する(優れたトレードシグナルの約50%を逃す) トレーダーが戦略ルールを守らない:過剰なナンピン、ルール外のエントリー、早すぎる決済(これにより収益性が低下、または損失につながる) その結果、これらの問題を完全に排除し、より快適にトレードできるように、GRABBER を完全自動化することを決定しました。 LIVE SIGNAL (3 deals trading) LIVE SIGNAL (1 deal trading) USER MANUAL G
Gold Oni
Lo Thi Mai Loan
4.67 (3)
> 価格は24時間ごとに上昇します - 今すぐ行動しなければ明日はもっと高くなります 現在の価格:$229.99 -> 最終価格:$1999.99 待つ日が増えるほど価格は上がります。価格履歴を確認してください。 [ ライブシグナル ] | [ バックテスト結果 ] | [ セットアップガイド ] ボーナス:購入後にプライベートメッセージを送ってください。無料のボーナスEAをすぐにお届けします。 >> 重要なお知らせ:購入後、プライベートメッセージでご連絡いただくと、お客様の口座残高に合わせた設定ファイルをお送りします。デフォルトのSL・TP・トレーリングストップの値は、$3,000以上の口座向けに最適化されています。口座残高がそれ以下の場合は、カスタム設定ファイルのご使用を強くお勧めします。 AI Aurum Pivot と AI Gold Prime の作者から AI Aurum Pivot や AI Gold Prime をご存知の方なら、すでに水準はご存知のはずです。一貫したロジック。すべての取引に対するハードなストップロス。マーチンゲールなし。隠されたトリックなし。
私のライブシグナルと同じ結果を求めていますか?   私と同じブローカーを使用してください:   IC MARKETS  および  I C TRADING .  中央集権的な株式市場とは異なり、FXには単一の統一された価格フィードは存在しません。 各ブローカーは異なるプロバイダーから流動性を調達しているため、独自のデータストリームが生成されます。他のブローカーでは、私の取引パフォーマンスの60〜80%程度しか再現できない可能性があります。     MQL5 Forex EA Trading チャンネル:  MQL5チャンネルに参加して最新ニュースを受け取ってください。  MQL5にて15,000人以上のメンバーが参加するコミュニティ . 499ドルでの販売は残り10本中3本のみです! それ以降、価格は599ドルに引き上げられます。 本EAは、購入されたすべてのお客様の権利を保護するため、限定数のみ販売されます。     AI Gold Tradingは、高度な GPT-4oモデルを活用し、XAU/USD(ゴールド)市場で洗練されたトレンドフォロー戦略を実行します。システムはマルチタ
NEXORION: Initium Novum — 決定論的ロジックとアルゴリズムの統合 NEXORION は、厳密な流動性処理数学アルゴリズムに基づいた機関投資家レベルの分析コンプレックスです。本プロジェクトの中核概念は「計算の透明性」にあります。このエキスパートアドバイザー(EA)は、混沌とした価格フィードを構造化された幾何学的ゾーンへと変換し、意思決定プロセスを取引チャート上に直接可視化します。 リアルタイム・モニタリング https://www.mql5.com/es/signals/2372338 システム技術仕様 取引銘柄: XAUUSD (Gold) 運用タイムフレーム: H1 手法: 機関投資家流動性分析および決定論的ロジック (Institutional Liquidity Analysis & Deterministic Logic) 意思決定基盤: 流動性プールと均衡レベルの数学的算出 数学的アーキテクチャと可視化 システムの主要な革新は、Dynamic Computation Mapping(動的計算マッピング)にあります。アルゴリズムは単に価格を分析するので
Gold Zilla AI MT5
Christophe Pa Trouillas
4.77 (13)
Grok AI支援 、リスク分散、 ゴールド最適化EA で制御されたリターンを生成。 GoldZILLA AIは、市場体制を検出して5つの異なる戦略から動的に選択するマルチストラテジーアルゴリズムであり、XAUUSDでのドローダウンを最小限に抑えながらリターンを最適化します。 [   Live Signal   ] - [  Dedicated group   | Version   MT5   -   MT4   ] 購入後、ユーザーマニュアルとAIセットアップ手順を受け取るために、私にプライベートメッセージを送信してください。 このEAを選ぶ理由 動的マルチストラテジーアプローチ 最適なストラテジー選択のための高度な市場体制検出 5つの異なる、相関のない取引ストラテジー 買いシグナルと売りシグナルの対称的なアルゴリズムルール リスク分散 複数時間足分析(M5からH1) 5つの非相関ストラテジーが全体のポートフォリオリスクを低減 市場状況に基づく動的リスク調整 すべてのポジションにストップロス保護 高度なAIリスク管理 ライブWeb検索機能を備えたGrok大規模言語モデル搭載 リア
作者のその他のプロダクト
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 when
Engulfing Pattern EA v7 - 日本語 Engulfing Pattern EA v7は、MetaTrader 4向けの完全自動売買システムで、クラシックな包み足パターン認識と高度なテクニカル分析、マルチレイヤーフィルターシステムを組み合わせています。このロボットは最大限の柔軟性を持って設計されており、43の設定可能なパラメータにより、取引スタイル、取引商品、市場条件に合わせて戦略のあらゆる側面をカスタマイズできます。 推奨通貨ペア:USD/JPY — EAはUSD/JPY向けに特別に最適化およびテストされており、このペアで優れた結果を示しています。 ️ 重要:通貨ペア間のpip表示の違い 異なる商品でEAを使用する前に注意深くお読みください: ブローカーと通貨ペア間の価格表示システムの違いにより、同じpip値が異なる形で表示される場合があります: USD/JPY、EUR/JPY — 小数点以下2桁または3桁(例:150.00または150.000)— 10 pipsは10または100と表示 EUR/USD、GBP/USD、AUD/USD — 小数点以下4桁または5
MTF MA Dashboard Pro v1.04 - 日本語 MTF MA Dashboard Pro v1.04 - プロフェッショナル・マルチタイムフレーム移動平均線アナライザー MT5向けの高度なテクニカルインジケーターで、インテリジェントなゴールデンクロス/デッドクロス検出と完全にカスタマイズ可能なビジュアルダッシュボードを備えた包括的なマルチタイムフレーム移動平均線分析を提供します。 タイムフレームの切り替えをやめましょう!最大4つのタイムフレームを同時に分析し、トレンドの一致を瞬時に発見できます。 主要機能 マルチタイムフレーム分析 最大4つのタイムフレームを同時に監視(M1-MN1 + カスタム期間) 各タイムフレームを独立して設定可能 すべてのタイムフレームでリアルタイム同期 あらゆるシンボルで動作(FX、ゴールド、指数、暗号通貨) デュアルMAシステム タイムフレームごとに2本の移動平均線(ファストとスロー) 期間: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
MTF MA Dashboard Pro v1.04 - プロフェッショナル・マルチタイムフレーム移動平均線アナライザー ​MT5用の高度なテクニカル指標。インテリジェントなゴールデンクロス/デッドクロス検出機能と、完全にカスタマイズ可能なビジュアルダッシュボードを備えた、包括的なマルチタイムフレーム移動平均線分析を提供します。 ​時間足の切り替えはもう必要ありません!最大4つの時間足を同時に分析し、トレンドの一致を瞬時に発見します。 ​ 主な機能 ​ マルチタイムフレーム分析 ​最大4つの時間足を同時に監視(M1-MN1 + カスタム期間) ​各時間足を個別に設定可能 ​全時間足でリアルタイム同期 ​あらゆる銘柄に対応(FX、ゴールド、指数、仮想通貨) ​ デュアルMAシステム ​各時間足に2本の移動平均線(短期&長期) ​期間:1-500(完全にカスタマイズ可能) ​種類:SMA, EMA, SMMA, LWMA ​適用価格:Close, Open, High, Low, Median, Typical, Weighted ​ ゴールデンクロス/デッドクロス検出
​              ️️️  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
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 En
フィルタ:
レビューなし
レビューに返信