Pattern Detector

CandlePatternDetector v2.0

MT5 Custom Indicator — Full Description & User Guide

What This Indicator Does

CandlePatternDetector is a MetaTrader 5 chart indicator that automatically scans every closed bar on your chart and identifies 8 key candlestick reversal patterns in real time. When a pattern is found, it places a coloured arrow directly above or below the signal candle — green for bullish signals, red for bearish signals.

Every signal is context-aware: the indicator reads the current market trend at each bar and uses that to decide whether a pattern is a bullish reversal or a bearish reversal. The same candle shape can mean different things in different conditions, and the indicator handles this automatically.

All visual settings, pattern toggles, and style controls are accessible directly from an interactive on-chart panel — no need to open the settings dialog to change anything during live trading.

Detected Patterns

All 8 patterns fire in both directions. The trend context at the signal bar determines whether the arrow is green (bullish) or red (bearish).

Pattern Shape Description Bullish Meaning Bearish Meaning
Dragonfly Doji Long lower shadow, tiny body at the top, almost no upper shadow Buyers rejected a push lower; reversal up likely Indecision at resistance; potential stall or reversal down
Gravestone Doji Long upper shadow, tiny body at the bottom, almost no lower shadow Indecision at support; potential bounce Sellers rejected a push higher; reversal down likely
Hammer Small body in upper portion, lower wick at least 2× the body, minimal upper wick Classic bullish reversal at lows (Hammer) Bearish warning at highs — same shape is called a Hanging Man
Inverted Hammer Small body in lower portion, long upper wick at least 2× the body, minimal lower wick Buyers tested higher and almost held; reversal up likely Bearish signal at highs — same shape is called a Shooting Star
Shooting Star Identical shape to Inverted Hammer (separate toggle for independent control) Bullish in downtrend context Classic bearish reversal at highs
Morning Star 3 candles: large bearish → small-body star → bullish close past the midpoint of candle 1 Strong bullish reversal — exhaustion of sellers In uptrend: three-bar exhaustion warning
Evening Star 3 candles: large bullish → small-body star → bearish close below the midpoint of candle 1 In downtrend: three-bar capitulation/reversal signal Strong bearish reversal — exhaustion of buyers
Engulfing Current candle body completely contains the prior candle body (both bull and bear variants) Bullish Engulfing: bull bar swallows prior bear bar Bearish Engulfing: bear bar swallows prior bull bar

Note on Inverted Hammer vs Shooting Star: These are the same candle shape. The indicator keeps them as separate panel toggles so you can enable one context and disable the other. For example: enable Shooting Star (bearish) but disable Inverted Hammer (bullish) if you only want to trade that shape in uptrends.

Signal Logic

For every fully closed bar (bar index ≥ 1): 1. Detect trend → Uptrend or Downtrend 2. Check all enabled patterns against that bar's OHLC 3. If pattern found: Downtrend → Green arrow below the candle (bullish reversal) Uptrend → Red arrow above the candle (bearish reversal)

Signals are placed only on fully closed bars. The current (forming) bar is never marked. This means the indicator does not repaint — once an arrow appears it stays exactly where it was placed.

Trend Detection

You choose the trend method in the input settings. Two methods are available:

Moving Average (default) The bar's closing price is compared to the MA value at that bar.

  • Close > MA → Uptrend → bearish signal context
  • Close < MA → Downtrend → bullish signal context

Configure with: MA Period, MA Type (SMA/EMA/SMMA/LWMA), MA Applied Price.

Market Structure Looks back N bars and finds the highest high and lowest low of that range. The midpoint of that range is used as the trend divider.

  • Close > midpoint → Uptrend
  • Close < midpoint → Downtrend

Configure with: Structure Lookback (bars).

The On-Chart Panel

The panel is displayed directly on the chart and gives you full real-time control without opening any dialog.

┌────────────────────────────────┬────┐
│  PATTERN DETECTOR              │ ^  │  ← Click ^ to minimise
├────────────────────────────────┴────┤
│  SIGNAL STYLE                       │
│  Bull [████]  Bear [████]  <click   │  ← Click swatches to cycle colour
│  Size:  [ - ] [ 2 ] [ + ]           │
│  Type:  [ Arrow >        ]          │  ← Click to cycle arrow type
├─────────────────────────────────────┤
│  [ SHOW ALL  [ ON ]               ] │  ← Master signal toggle
├─────────────────────────────────────┤
│  PATTERNS                           │
│  [B] Dragonfly Doji          ON  ]  │
│  [S] Gravestone Doji         ON  ]  │
│  [B] Hammer                  ON  ]  │
│  [B] Inv. Hammer             ON  ]  │
│  [S] Shooting Star           ON  ]  │
│  [B] Morning Star            ON  ]  │
│  [S] Evening Star            ON  ]  │
│  [+] Engulfing               ON  ]  │
└─────────────────────────────────────┘

Signal Style Controls (inside the panel)

Control How to use Effect
Bull colour swatch Click to cycle through 5 colours: Lime → Green → Aqua → Yellow → White Changes colour of all bullish arrows instantly
Bear colour swatch Click to cycle through 5 colours: Red → OrangeRed → Magenta → Orange → HotPink Changes colour of all bearish arrows instantly
Size − / + Click − or + to decrease or increase Arrow size 1 (smallest) to 5 (largest); updates all markers instantly
Type Click to cycle: Arrow → Triangle → Dot → Star Changes arrow wingdings code on all markers instantly

Pattern Controls

Control Action
SHOW ALL [ ON / OFF ] Master switch — hides or reveals every signal arrow on the chart at once. Individual pattern states are remembered and restored when you turn it back ON.
Individual pattern row Click anywhere on the row to toggle that pattern ON (coloured) or OFF (grey). Signals for that pattern are immediately hidden or shown.
^ / v (header) Minimises the panel to just the header bar to save chart space. Click again to restore.

Pattern Row Colours

Row colour Meaning
Green Pattern is ON and primarily bullish
Red Pattern is ON and primarily bearish
Blue Pattern is ON and covers both directions (Engulfing)
Grey Pattern is OFF — no signals will appear

Input Parameters

Trend Detection

Parameter Default Description
Method Moving Average Switch between MA-based or Market Structure trend detection
MA Period 50 Number of bars used to calculate the moving average
MA Type EMA Smoothing method: SMA, EMA, SMMA, or LWMA
MA Price Close Which price the MA is applied to
Structure Lookback 10 How many bars back to look for HH/LL when using Market Structure mode

Pattern Sensitivity

Parameter Default Description
Doji Body % 5.0 A candle qualifies as a Doji only if its body is ≤ this % of total range. Lower = stricter.
Hammer Body % 33.0 Max body size as % of range for Hammer, Inverted Hammer, Shooting Star.
Hammer Wick Ratio 2.0 Minimum ratio of the dominant wick to the body. Higher = longer wick required.
Star Body % 30.0 Max body size % for the middle candle of Morning/Evening Star.

Alerts

Parameter Default Description
Popup alert Off Shows a dialog box when a new signal appears on the last closed bar
Sound alert Off Plays a sound file when a new signal appears
Push notification Off Sends a push notification to your mobile MT5 app (requires MT5 mobile linked)
Sound file alert.wav Filename of the sound — must exist in your MT5 installation's Sounds folder

Alerts only fire on bar index 1 (the most recently closed bar) and only once per bar, so a full chart recalculation never triggers a flood of alerts.

Panel Position

Parameter Default Description
X offset 15 Horizontal distance from the top-left corner of the chart in pixels
Y offset 30 Vertical distance from the top-left corner of the chart in pixels

Installation

  1. Open MetaTrader 5
  2. Go to File → Open Data Folder
  3. Navigate to MQL5 → Indicators
  4. Copy CandlePatternDetector.mq5 into that folder
  5. In MT5, open the Navigator panel (Ctrl+N)
  6. Right-click IndicatorsRefresh
  7. Double-click CandlePatternDetector or drag it onto any chart
  8. Set your preferred inputs in the dialog, then click OK

The indicator compiles automatically the first time it loads. If there are compilation errors, open MetaEditor (F4), open the file, and press F7 to see the error list.

Tuning Guide

Goal What to change
See more signals Increase Doji Body %, increase Hammer Body %, decrease Hammer Wick Ratio
Reduce noise / false signals Decrease Doji Body %, increase Hammer Wick Ratio, use a longer MA Period
Longer-term trend bias Increase MA Period (e.g. 100, 200)
Faster trend response Switch to Market Structure with a smaller Lookback
Trade only one candle shape in one direction Disable the pattern on the opposite context (e.g. keep Shooting Star ON, turn Inverted Hammer OFF)
Clean up chart temporarily Click SHOW ALL [ OFF ] — all arrows hide instantly, nothing is deleted

Technical Notes

  • No repainting — signals are placed only on bars with index ≥ 1 (fully closed). Bar 0 is never touched.
  • Object naming — every chart object is prefixed CPD_ . This guarantees clean removal when the indicator is detached and prevents conflicts with other tools.
  • Marker naming convention — CPD_MRK_<PATTERNCODE><B|S>_<BARNUMBER> . The B/S suffix records which direction the signal fired in, allowing the panel to independently toggle visibility per pattern.
  • Performance — on a full scan (chart load), the indicator scans all bars in a single pass with no nested indicator calls inside the loop. The MA buffer is copied once before the loop begins. Panel objects use partial updates (only the changed object is redrawn) rather than rebuilding the entire panel on every click.

CandlePatternDetector v2.0 — MQL5 Custom Indicator


おすすめのプロダクト
VolumeBasedColorsBars — Free Powerful Volume Analysis for All Traders Unlock the hidden story behind every price bar! VolumeBasedColorsBars is a professional-grade, 100% FREE indicator that colorizes your chart candles based on real, adaptive volume analysis. Instantly spot surges in market activity, identify exhaustion, and catch the moves that matter. This indicator gives you:    • Dynamic color-coded bars for instant volume context    • Adaptive thresholds based on historical, session-awar
FREE
Pivot Points Indicator – a fast, reliable, and fully customizable pivot detection for MetaTrader 5. This indicator uses MetaTrader’s native iHighest and iLowest functions to identify pivot highs and lows by scanning for the highest and lowest prices within a user-defined window of bars. A pivot is confirmed only when the current bar is the absolute maximum or minimum within the selected range, ensuring accurate and timely signals based on robust built-in logic. Key Features No Repainting : Onc
FREE
==============================================================================                     DIVERGENCE HUNTER PRO v2.01          Advanced Multi-Oscillator Divergence Detection System ============================================================================== OVERVIEW Divergence Hunter Pro is a professional-grade divergence detection indicator  that automatically identifies high-probability trading oppor
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Contact me for any queries or custom orders, if you want to use this in an EA. Key Features: Pattern Recognition : Identifies Fair Value Gaps (FVGs) Spots Break of Structure (BOS) points Detects Change of Character (CHoCH) patterns Versatile Application : Optimized for candlestick charts Compatible with any chart type and financial instrument Real-Time and Historical Analysis : Works seamlessly with both real-time and historical data Allows for backtesting strategies and live market analysis Vis
FREE
Divergence Force
Alessandro Riggi
4.5 (2)
Divergence Force ダイバージェンスインジケーター 1.0 説明 Divergence Force  は、資産の価格とMACD(移動平均収束拡散)との間のダイバージェンスを識別するために設計されたインジケーターです。このインジケーターは、価格とMACDの高値と安値に自動的にトレンドラインを描き、潜在的な取引機会を強調します。 主な機能 ダイバージェンスの自動識別 : インジケーターは、価格とMACDの間の強気と弱気のダイバージェンスを自動的に検出します。 トレンドラインの追跡 : 価格の連続する高値と安値に自動的にトレンドラインを描き、MACDの高値と安値と比較します。 買いと売りのシグナル : ダイバージェンスが識別されると、グラフに明確に買い("Buy")と売り("Sell")のシグナルを表示します。ダイバージェンスが検出されない場合は"Neutral"を表示します。 標準MACDパラメータ : 標準のMACDパラメータ(12, 26, 9)を使用して計算し、信頼性のある認知された結果を保証します。 異なるタイムフレームとの互換性 : 1時間のタイムフレームで動作する
FREE
FlatBreakout MT5 (Free Version) Flat Range Detector and Breakout Panel for MT5 — GBPUSD Only FlatBreakout MT5   is the free version of the professional FlatBreakoutPro MT5 indicator, specially designed for flat (range) detection and breakout signals on the   GBPUSD   pair only. Perfect for traders who want to experience the unique fractal logic of FlatBreakout MT5 and test breakout signals on a live market without limitations. Who Is This Product For? For traders who prefer to trade breakout of
FREE
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
FX Clock
Abderrahmane Benali
FXClock – Professional Clock Indicator for Traders Please leave a 5 star rating if you like this free tool! Thank you so much :) The FXClock indicator is a practical and simple tool that displays time directly on your trading platform, allowing you to track multiple key pieces of information at the same time. It is specially designed to help traders synchronize their trading with market hours and global sessions. Key Features: Displays the broker server time with precision. Displays your local c
FREE
マルチタイムフレーム対応、カスタマイズ可能なビジュアル信号、設定可能なアラートシステムを備えた相対力指数(RSI)インジケーター。 フリーランスプログラミングサービス、アップデート、その他のTrueTL製品は私の MQL5プロフィール からご利用いただけます。 フィードバックとレビューを心よりお待ちしております! RSIとは? 相対力指数(RSI)は、価格変化の速度と大きさを測定するモメンタムオシレーターです。このインジケーターは0から100の間で振動し、指定された期間にわたって最近の上昇幅と最近の下落幅の大きさを比較します。 RSIは主に買われすぎと売られすぎの状態を識別するために使用されます。高い値は買われすぎ状態を示し、低い値は売られすぎ状態を示します。トレーダーはまた、RSIと価格動作の間のダイバージェンスにも注目しており、これは潜在的なトレンド転換を示す可能性があります。 機能: 矢印と垂直線を使用したビジュアルシグナルマーカー 設定可能なトリガー付きの3つの独立したシグナルバッファ(方向変化、レベル交差、ピーク/谷、極端ゾーン) 時間帯フィルタリング付きの設定可能なア
FREE
BarX — 特定のローソク足の高値・安値を示すインジケーター BarX は、 ユーザーが指定した日足の特定のローソク足の高値と安値を自動的に強調表示 するテクニカルインジケーターです(例: ローソク足 0 は 市場オープン後の最初のローソク足 を表します)。 このツールは、 サポート、レジスタンス、ブレイクアウト、または反転 といった固定価格レベルを利用するトレーダーにとって特に有用です。これらのポイントをチャート上に視覚的にマークすることで、 BarX はテクニカル分析を容易にし 、市場の読みを高め、 迅速かつ客観的な判断 を支援します。 複数の時間足に対応 軽量、高速、使いやすい 日次オープン時の挙動や特定時間のパターンに基づく戦略に最適 日々のトレードに精度と明瞭さをもたらすために、 BarX をご活用ください。
FREE
QuantumAlert Stoch Navigator is a free indicator available for MT4/MT5 platforms, its work is to provide "alerts" when the market is inside "overbought and oversold" regions in the form of "buy or sell" signals. This indicator comes with many customization options mentioned in the parameter section below, user can customise these parameters as needful. Join our   MQL5 group , where we share important news and updates. You are also welcome to join our private channel as well, contact me for the p
FREE
This indicator finds Three Drives patterns. The Three Drives pattern is a 6-point reversal pattern characterised by a series of higher highs or lower lows that complete at a 127% or 161.8% Fibonacci extension. It signals that the market is exhausted and a reversal can happen. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  |  Get Help ] Customizable pattern sizes Customizable colors and sizes Customizable breakout periods Customizable 1-2-3 and 0-A-B ratios It impl
FREE
The Swing High Low and Fibonacci Retracement Indicator is a powerful technical analysis tool designed to identify key price levels and potential reversal zones in the market. It automatically detects recent swing highs and swing lows on the chart and overlays Fibonacci retracement levels based on these points. This indicator helps traders: Visualize market structure by highlighting recent swing points. Identify support and resistance zones using Fibonacci ratios (e.g., 38.2%, 50%, 61.8%). Adapt
FREE
PROMETHEUS TECHNICAN VERSION Free | By THE SONS A gift from The Sons — no strings, no trial, no expiry. Every trader deserves access to professional-grade market intelligence. That belief is why Prometheus Technical Version exists, and why it costs nothing. Consider it our handshake to the trading community. What You're Getting This is not a simplified tool dressed up as a gift. Prometheus Technican Version is a fully built, institutional-quality technical analysis indicator running a dual-model
FREE
Coral trend is   a trend-following indicator that is widely popular among FOREX traders . It is usually used as a confluence with other indicators. It uses combinations of moving averages with complex smoothing formulas! It has two configurable parameters: Coefficient   - smoothing ratio (*) Applied price Calculation: Coral = (-0.064) * B6 + 0.672 * B5 - 2.352 * B4 + 2.744 * B3
FREE
VFI Quantum
Nikita Berdnikov
5 (1)
Introducing VFI (Volume Flow Indicator) – a trading indicator that analyzes the relationship between volume and price movement to identify key trading opportunities. The indicator displays the strength and direction of volume flow, providing clear signals about potential entry and exit points. Signals are formed based on zero line crossovers, crossovers between the VFI line and its exponential moving average (EMA), and when the indicator exits overbought and oversold zones. Attention! This stra
FREE
MACD Enhanced
Nikita Berdnikov
4 (4)
Introducing the MACD  Enhanced – an advanced MACD (Moving Average Convergence Divergence) indicator that provides traders with extended capabilities for trend and momentum analysis in financial markets. The indicator uses the difference between the fast and slow exponential moving averages to determine momentum, direction, and strength of the trend, creating clear visual signals for potential entry and exit points. Attention! To achieve the best results, it is recommended to adapt the indicator
FREE
RSI abcd
Francisco Gomes Da Silva
4.33 (3)
RSI ABCDパターンファインダー:テクニカル戦略 1. インジケーターの仕組み 古典的RSI と ABCD調和パターン の自動検出を組み合わせたものです。 主要コンポーネント 標準RSI (調整可能な期間) 高値・安値マーカー (矢印) ABCDパターン (緑/赤の線) 過買(70)・過売(30)フィルター 2. MT5設定 period = 14 ; // RSI期間 size = 4 ; // 最大パターンサイズ OverBought = 70 ; // 過買水準 OverSold = 30 ; // 過売水準 Filter = USE_FILTER_ YES ; // 確認フィルター 3. 取引戦略 3.1. 買いエントリー(強気ABCD) 条件: RSIが以下を形成: 谷( A )→ 山( B )→ より高い谷( C ) D が過売域(30)より上だが C より下 確認:A-B-C-Dを結ぶ緑色の線 目標: TP1: B-Cの61.8% TP2: B-Cの100% ストップロス: D より下 3.2. 売りエントリー(弱気ABCD) 条件: RSIが以下を形成: 山( A
FREE
価格波形パターン MT5へようこそ --(ABCD パターン)-- ABCD パターンは、テクニカル分析の世界で強力で広く使用されている取引パターンです。 これは、トレーダーが市場での潜在的な売買機会を特定するために使用する調和的な価格パターンです。 ABCD パターンを使用すると、トレーダーは潜在的な価格変動を予測し、いつ取引を開始および終了するかについて十分な情報に基づいた決定を下すことができます。 EA バージョン:     Price Wave   EA MT5 MT4バージョン:   Price Wave Pattern MT4 特徴 :  ABCDパターンの自動検出。 強気パターンと弱気パターン。  任意のシンボルと任意の時間枠で機能します。 主要なレベルと価格目標。 カスタマイズ可能な設定と繊維レベルの調整。 アラートと通知。 今後  さらに多くの 機能が追加される  予定です 。
FREE
CV Support & Resistance is a professional support and resistance indicator for MetaTrader 5, designed to accurately identify key market and price zones. The indicator helps traders detect potential entry, exit, and reaction areas within the market at an early stage. Features: Automatic support and resistance zone detection Dynamic market structure analysis Professional visualization of key price areas Suitable for scalping, day trading, and swing trading Optimized for multiple symbols and timefr
Swing BOS Structure is a market structure indicator for MetaTrader 5. The indicator automatically detects: • Swing High (SH) • Swing Low (SL) • Break of Structure (BOS) • Change of Character (CHoCH) Swings are confirmed only after a defined number of candles, ensuring no repainting. BOS signals indicate trend continuation. CHoCH signals indicate a potential change in market structure and may appear less frequently depending on market conditions and timeframe. The indicator is lightweight, fa
FREE
This indicator scans for you up to 15 trading instruments and up to 21 time frames for occurrences of the high probability reversal patterns: Double Tops/Bottoms with fake breakouts . What this indicator detects: This indicator detects a special form of Double Tops and Bottoms, so called Double Tops/Bottoms with fake breakouts . For double tops with fake breakouts the highest price of the right shoulder must be higher than the left shoulder. For double bottoms with fake breakouts the lowest pric
FREE
This Mt5 Indicator Signals when there is two opposite direction bars engulfed by current bar.  has a recent Exponential Moving Average Cross and past bar was oversold/bought Expert Advisor Available in Comments  Free Version Here : https://www.mql5.com/en/market/product/110114?source=Site&nbsp ; Full Alerts for mt5 terminal , phone , email, print to file, print to journal  Buy Signal ( blue line ) Past ema cross ( set at 30 bars back ) Past bar rsi is oversold ( level 40  ) Engulfing bar closes
FREE
Rule Plotter Scanner
Francisco Gomes Da Silva
5 (1)
すべてのストラテジーをスキャンし、選択したアクティブのすべてのタイムフレームでの買いポイントと売りポイントを表示するスキャナーをお持ちになったことはありますか? それがまさにこのスキャナーが行うことです。このスキャナーは、 Rule Plotter: プログラミング不要のストラテジー作成ツール で作成した買いシグナルと売りシグナルを表示し、さまざまなアクティブとタイムフレームで実行するために設計されています。 Rule Plotterのデフォルトストラテジーは陽線と陰線だけです。つまり、Rule Plotter内に何のストラテジーも描かない場合、このスキャナーは選択したアクティブのすべてのタイムフレームでのキャンドルの色を表示します。キャンドルが陰線の場合は赤で、陽線の場合は緑です。 好きなだけストラテジーを作成 標準のストラテジーに制限されることはありません。Metatraderで利用可能なすべての指標を使用して従来のストラテジーを構築するか、お好きな指標を使用してカスタムストラテジーを構築できます。 このスキャナーはRule Plotterが提供するもののほんの一部であり、Rule
FREE
Indicator and Expert Adviser  EA Available in the comments section of this product. Download with Indicator must have indicator installed for EA to work. Mt5 indicator alerts for bollinger band and envelope extremes occurring at the same time. Buy signal alerts occur when A bullish candle has formed below both the lower bollinger band and the lower envelope  Bar must open and close below both these indicators. Sell signal occur when A bear bar is formed above the upper bollinger band and upper
FREE
概要 このインジケーターは、クラシックな ドンチャンチャネル を強化したバージョンで、実践的なトレード機能を追加しています。 標準の3本線(上限、下限、中央線)に加え、 ブレイクアウト を検出し、チャート上に矢印で視覚的に表示します。また、チャートを見やすくするために、 現在のトレンド方向と逆側のラインのみを表示 します。 インジケーターの機能: 視覚的シグナル :ブレイクアウト時にカラフルな矢印を表示 自動通知 :ポップアップ、プッシュ通知、Eメール RSIフィルター :市場の相対的な強弱に基づいてシグナルを検証 カスタマイズ可能 :色、ラインの太さ、矢印コード、RSI閾値など 動作原理 ドンチャンチャネルは次のように計算します: 上限線 :直近N本のクローズ済みローソク足の最高値 下限線 :直近N本のクローズ済みローソク足の最安値 中央線 :最高値と最安値の平均値 上方ブレイクアウト は終値が上限線を超えたときに発生し、 下方ブレイクアウト は終値が下限線を下回ったときに発生します。 インジケーターは以下を行います: 3本のドンチャンラインを描画 方向転換後の最初のブレイクアウト
FREE
The idea of the system is to indentify the reversal patterns using the calculation of the composite candle. The reversal patterns is similar to the "Hammer" and "Hanging Man" patterns in Japanese candlestick analysis. But it uses the composite candle instead the single candle and doesn't need the small body of the composite candle to confirm the reversal. Input parameters: Range - maximal number of bars, used in the calculation of the composite candle. Minimum - minimal size of the composite can
FREE
Donchian Pro
Paulo Henrique Faquineli Garcia
4.75 (4)
The Donchian Channel Channels are among the most popular tools of technical analysis, as they visually convey to the analyst the limits within which most price movement tends to occur. Channel users know that valuable information can be obtained at any time, whether prices are in the central region of a band or close to one of the border lines. One of the best known techniques to explore these concepts is Bollinger Bands. However, John Bollinger was not the only one to research the application
FREE
A professional tool for trading - the divergence indicator between the RSI and the price, which allows you to receive a signal about a trend reversal in a timely manner or catch price pullback movements (depending on the settings). The indicator settings allow you to adjust the strength of the divergence due to the angle of the RSI peaks and the percentage change in price, which makes it possible to fine-tune the signal strength. The indicator code is optimized and is tested very quickly as par
FREE
このプロダクトを購入した人は以下も購入しています
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
PrimeScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
SuperScalp Pro
Van Minh Nguyen
4.65 (26)
SuperScalp Pro – 高度なマルチフィルタースキャルピングインジケーターシステム SuperScalp Pro は、クラシックな Supertrend と複数のインテリジェント確認フィルターを組み合わせた高度なスキャルピングインジケーターです。M1 から H4 まで複数の時間足で効率的に動作し、XAUUSD、BTCUSD、主要 Forex 通貨ペア向けに最適化されています。 このインジケーターは明確な Buy / Sell シグナルを提供し、ATR に基づいてエントリー価格、Stop Loss、Take Profit を自動計算します。Fibonacci Take Profit 機能により、重要な価格帯で早期決済し、到達時に通知を送信します。 初期設定では Fibonacci Take Profit が有効化されており、より安定した取引体験を重視しています。チャートに適用するだけですぐ利用可能です。上級者向けに、すべてのパラメータは自由にカスタマイズできます。 完全なドキュメントは製品ブログにあります: [User Guide] SuperScalp Pro Auto T
Gold Entry Sniper – ゴールドスキャルピング&スイングトレード用プロフェッショナル多時間足ATRダッシュボード Gold Entry Sniper は、XAUUSDや他の銘柄向けに正確な 売買シグナル を提供する、MetaTrader 5用の高度なインジケーターです。 ATRトレーリングストップロジック と 多時間足分析ダッシュボード を搭載し、スキャルピングからスイングトレードまで対応します。 主な特徴と利点 多時間足シグナル分析 – M1、M5、M15 のトレンドを同時表示。 ATRベースのトレーリングストップ – ボラティリティに応じて動的に調整。 プロ仕様のチャートダッシュボード – シグナル状況、ATRレベル、回帰線、売買方向を表示。 明確な売買マーカー – 自動矢印とテキストラベル。 エグジットアラートとトレード管理 – 利益確定のための自動検出。 完全カスタマイズ可能 – パネル位置、色、フォント、ATR/回帰設定を調整可能。 ゴールド(XAUUSD)に最適化 – M1〜M15のスキャルピングに最適、FXや指数、暗号資産にも対応。 Gold Entry
このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示す
まず正直に言いましょう。 どんなインジケーターも、それ単体であなたを利益化させることはできません。もしそう言う人がいるなら、それは夢を売っているだけです。完璧な売買シグナル(矢印)を表示するインジケーターは、いくらでも“完璧に見せる”ことができます。正しい過去の区間を拡大して、勝ちトレードだけを切り取ればいいだけです。私たちはそれをしません。 SMC Intraday Formula はツールです。 市場構造を読み取り、最も高い確率の価格ゾーンを特定し、今この瞬間のスマートマネーの痕跡をシンプルな言葉で正確に示します。最終判断はあなたが行います。トレードを実行するのもあなたです。しかし今は「希望」ではなく「精度」でエントリーできます。 私たちはこのインジケーターを、ゴールド(XAUUSD)および主要FX通貨ペアで約3年間、日々のスキャルピングに使用してきました。M1、M5、M15、M30の主要ツールです。これは未来を予測しようとするのではなく、今まさに形成されている高確率セットアップを示し、その理由を説明します。 他のすべてのインジケーターと何が違うのか? ほとんどのトレーディングイ
Entry In The Zone and SMC Multi Timeframe is a real-time 2-in-1 market analysis tool that combines market structure analysis and a No Repaint BUY / SELL signal system into a single indicator, built on Smart Money Concepts (SMC) — a widely adopted framework used by professional traders to understand market structure. This indicator helps you see the market more clearly, make decisions based on structure rather than guesswork, and focus on high-probability zones where price is more likely to react
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタム ブレイクアウト プロ   は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、またはスプレッドが非常に低い R
この製品は 2026 年の市場向けに更新され、最新の MT5 ビルドに最適化されています。 価格更新のお知らせ: Smart Trend Trading System は現在 $99 で提供されています。 次の 30 件の購入 後、価格は $199 に上がります。 特別オファー: Smart Trend Trading System を購入後、私にプライベートメッセージを送ることで、 Smart Universal EA を無料 で受け取り、Smart Trend のシグナルを自動売買に変えることができます。 Smart Trend Trading System は、リペイントなし、再描画なし、遅延なしの完全なトレーディングシステムです。よりクリーンなシグナル、より明確なトレンド方向、そしてより整理された取引方法を求めるトレーダー向けに作られています。 Online course , manual and download presets . このシステムは、トレンド検出、反転ゾーン、Smart Cloud、トレーリングストップロジック、サポートとレジスタンス、ローソク足の色分け、ア
Power Candles V3 - 自己最適化型強弱インジケーター Power Candles V3は 、通貨や銘柄の強さを、適用されたすべてのチャート上で実行可能なトレードプランに変換します。単にローソク足を色分けするだけでなく、バックグラウンドでリアルタイムの自動最適化を実行し、目の前の銘柄に対して最適なストップロス、テイクプロフィット、およびシグナルの閾値を提示します。ワンクリックで実取引に適用でき、エントリーポイント、ストップロス、テイクプロフィットのラインが正確な価格位置にチャート上に表示され、方向性を示すアラートがリアルタイムで発動します。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨事項を入手し、  https://stein.investments でコミュニティに参加しましょう クローズしたバーごとに3,000回以上のトレードシミュレーション。9つの強さの状態。2つの戦略を並行してテスト。勝率の高い設定をワンクリックで適用。 なぜこれが必要なのか ほとんどの強
SignalTech MT5 is an unique fully rule based trading system for EURUSD, USDCHF, USDJPY, AUDUSD, NZDUSD, EURJPY, AUDJPY, NZDJPY, CADJPY.  All the winning trades with chart setups are published on the comments page. 2026-05 4107 Pips (Until 05-29 NY Closed) 2026-04 2243 Pips 2026-03 2165 Pips 2026-02 2937 Pips 2026-01 2624 Pips 2025-12 1174 Pips It can generate signals with Buy/Sell Arrows and Pop-Up/Sound Alerts. Each signal has clear Entry and Stop Loss levels, which should be automatically flag
FX Trend NG:次世代マルチマーケット・トレンドインテリジェンス 概要 FX Trend NG は、複数の時間足に対応したプロフェッショナル向けトレンド分析およびマーケット監視ツールです。 市場全体の構造を数秒で把握することができます。 複数のチャートを切り替える必要はありません。どの銘柄がトレンド中なのか、どこでモメンタムが弱まっているのか、そしてどの時間足で強い整合性があるのかを瞬時に確認できます。 ローンチ特別オファー – FX Trend NG を $30(6ヶ月) または $80 永久ライセンス でご利用いただけます。 すでに Stein Investments のユーザーですか? -> メッセージを送信 して、プライベートグループへアクセスしてください。 セットアップや詳細情報が必要ですか? -> Stein Investments 公式ページ をご覧ください。 1. FX Trend NG が他と異なる理由 3ステート・トレンドロジック ― Buy と Sell だけではない • 多くのインジケーターは Buy または Sell の2状態のみを表示します。
GoldenX Entryは、MT5向けのインジケーターであり、適応型Smart Entry Trendアルゴリズム、シグナルスコアリングシステム、マーケットレジーム検出機能、およびボラティリティフィルターを備えています。各シグナルには、計算されたエントリーレベル、3つのテイクプロフィット(TP1、TP2、TP3)、およびストップロスレベルが含まれます。本インジケーターは、異なる市場環境に適応するために設計された複数の分析レイヤー上に構築されており、マルチレイヤー分析システムと内蔵オプティマイザーおよび統計トラッキングシステムを組み合わせています。リスク・リワード(RR)指標および過去のトレード履歴に基づく定量分析を提供します。 使い始めは簡単です — 選択した時間足でオプティマイザーを実行し、そのままチャート上でインジケーターを使用します。 コア機能 GoldenX Entryは、シグナルエンジンとトレード管理機能、そして過去統計トラッキングを1つのチャートに統合しています: - 内蔵オプティマイザー: オプティマイザーはチャート上でワンクリックで実行できます。200通りのパラメー
トレンドキャッチャーインジケーター トレンドキャッチャーインジケーターは、開発者独自の適応型トレンド分析指標を組み合わせることで、市場価格の動きを分析します。短期的なノイズを除去し、根底にあるモメンタムの強さ、ボラティリティの拡大、価格構造の挙動に焦点を当てることで、真の市場方向性を特定します。また、移動平均線、RSI、ボラティリティフィルターなどの平滑化およびトレンドフィルタリング機能を備えたカスタマイズ指標も使用します。 実際の運用状況のモニタリングやその他の製品については、こちらをご覧ください: https://www.mql5.com/en/users/mechanic/seller ご注意ください。私はTelegramでEAや設定を販売していません。詐欺です。すべての設定はブログで無料で公開しています。 重要!ご購入後すぐにご連絡ください。手順とボーナスをお送りします!
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2:MT5向けシンセティック・フラクタル構造分析と確認済みエントリー 概要 Azimuth Pro は Merkava Labs によるマルチレベルスイング構造インジケーターです。4つのネストされたスイングレイヤー、スイングアンカーVWAP、ABCパターン検出、3タイムフレーム構造フィルタリング、そして確定バーでの確認済みエントリー — 1つのチャートで、ミクロスイングからマクロサイクルまでを網羅するワークフロー。 これはブラインドシグナル製品ではありません。ロケーション、コンテキスト、タイミングを重視するトレーダーのための構造ファーストワークフローです。 V2発売記念オファー — Azimuth Pro V2をUSD 399で(次の100本)。最終価格:USD 499。 1. V2での変更点 シンセティック・マルチタイムフレームエンジン 上位タイムフレーム分析をMeridian Proと同じ独自のシンセティックアーキテクチャで一から再構築。よりクリーンなHTFコンテキスト、安定したライブ動作、従来のMTF同期問題なし。シンセティックエンジンは 固定比率タ
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
M30/H1/H4スイング版もあります M5/M15では取りきれない大きな波を狙いたい方へ。 Gold Signal Swing Pro(M30/H1/H4対応)を販売中。 1トレードで$20〜$80+の値幅を狙う。 https://www.mql5.com/en/market/product/177643 KURAMA GOLD SIGNAL PRO(MT5版)— 7層フィルター搭載 XAUUSD完全トレードシステム リペイントなし。リドローなし。ラグなし。すべてのサインは確定後に変わりません。 購入者限定特典:買い切りライセンスをご購入いただいた方に、AI Zone Radar($59相当)+PDFマニュアルを無料プレゼント。購入後にMQL5でメッセージをお送りください。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 ゴールドトレーダーのコミュニティで実際に使用され、精度と使いやすさで高評価。 あなたの問題
Gann Made Easy   は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検
RelicusRoad Pro: 定量的市場オペレーティングシステム 【期間限定】無制限アクセス 70% OFF - 2,000人超のトレーダーと共に なぜ多くのトレーダーは「完璧な」インジケーターを使っても失敗するのでしょうか? それは、文脈を無視して 単一の概念 だけでトレードしているからです。文脈のないシグナルは単なるギャンブルです。勝ち続けるには、 根拠の重なり(コンフルエンス) が必要です。 RelicusRoad Proは単なる矢印インジケーターではありません。完全な 定量的市場エコシステム です。独自のボラティリティモデリングを用いて、価格が推移する「適正価値の道(Fair Value Road)」をマッピングし、ノイズと真の構造的ブレイクを判別します。 推測はやめましょう。機関投資家レベルの「ロード・ロジック」でトレードを。 コアエンジン:「Road」アルゴリズム システムの中心となる Road Algo は、市場環境にリアルタイムで適応するダイナミックなボラティリティチャネルです。 安全ライン(平衡点) と、価格が数学的に反転しやすい 拡張レベル を投影します。 Si
この製品は 2026 年の市場向けに更新され、最新の MT5 ビルドに最適化されています。 価格更新のお知らせ: Smart Price Action Concepts は現在 $200 で提供されています。 次の 30 件の購入 後、価格は $299 に上がります。 特別オファー: 購入後、私にプライベートメッセージを送ることで、 無料ボーナス + ギフト を受け取ることができます。 まず、このトレーディングツールはリペイントなし、再描画なし、遅延なしのインジケーターであり、プロフェッショナルな取引に最適であることを強調しておきます。 Online course , and manual Smart Price Action Concepts Indicator は、初心者から経験豊富なトレーダーまで使える非常に強力なツールです。20 種類以上の便利なインジケーターを 1 つにまとめ、Inner Circle Trader Analysis や Smart Money Concepts Trading Strategies などの高度な取引アイデアを組み合わせています。このインジケ
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
メタトレンドプロ   これは、トレードにおける推測を排除し、市場が既に決定を下したポイントを示すトレンドフォローツールです。この指標は、トレンド、動向、構造が変化する重要なポイントを特定し、主要プレーヤーがポジションを取るべき価格の戻り領域を強調表示します。 単に値動きを見るだけでなく、その背後にある論理を理解できます。すべてのシグナルはローソク足が確定した後に記録され、再描画されることなくチャートに保存されるため、自信を持って状況を分析し、意思決定を行うことができます。トレード目標(利益確定)も表示されます。 この指標の有効性について完全に確信を持っていただくために、自動統計機能をご利用いただけます。 方向転換のたびに、インジケーターはストップロスレベルとそのインテリジェントな段階的移動(Move SL)も表示します。これは非常に重要です。     削減   リスク   ポジション別。 損切り/利益確定/リスクリワード 右側の内蔵パネルには、現在の世界的なトレンドの方向における市場参入ポイントが表示され、過去のデータからもこれらのシグナルが確認できます。 任意の時間枠/ツール この指
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (4)
新たな王者が登場 - インジケーター + 注文管理表示(TP1 + TP2 + TP3)+ オプションのTelegramシグナル送信機能付き(無料) (完全なトレード&シグナルシステム) ゴールド向け最高のEA: Gold Slayer このインジケーターには、高度な戦略、カスタマイズ可能な注文管理システム、そしてエンベロープ拡張を組み合わせた平均回帰システムが搭載されています。さらに、RSIなど複数のインテリジェントな確認フィルターによって、高確率の反転エントリーをBUY・SELLシグナルとして検出します。 単にトレードを学ぶだけでなく、複数ポジションを効果的に管理し、過去に利益を出しているオープンポジションで損失トレードをカバーする方法も学べます。 M5向けに構築・最適化されており、流動性が高くシグナルの精度が安定しているBTCUSDとXAUUSDで優れたパフォーマンスを発揮します。 このインジケーターは、ATRを基に自動計算されたエントリー、ストップロス、テイクプロフィットレベルを備えた明確なLong・Shortシグナルを提供するため、リスク管理が最初から組み込まれています。 マ
この製品は 2026 年の市場向けに更新され、最新の MT5 ビルドに最適化されています。 価格更新のお知らせ: Atomic Analyst は現在 $99 で提供されています。 次の 30 件の購入 後、価格は $199 に上がります。 特別オファー: Atomic Analyst を購入後、私にプライベートメッセージを送ることで、 Smart Universal EA を無料 で受け取り、Atomic Analyst のシグナルを自動売買に変えることができます。 Atomic Analyst は、リペイントなし、再描画なし、遅延なしの Price Action トレーディングインジケーターで、手動取引、シグナルの明確化、EA 自動化のために設計されています。 User manual: settings, inputs and strategy. 価格行動、強さ、モメンタム、マルチタイムフレーム方向、高度なフィルターを分析し、トレーダーがノイズを減らし、弱いセットアップを避け、より構造化された取引判断を行えるようにします。 このインジケーターは、複雑な市場計算をシンプルな視覚シ
FX Levels: あらゆる市場における非常に高精度なサポート&レジスタンス 概要 通貨ペア、株式指数、個別銘柄やコモディティなど、どのような市場でも信頼できるサポートとレジスタンスを特定したいですか? FX Levels は伝統的な “Lighthouse” メソッドと先進的な動的アプローチを融合し、ほぼ汎用的な精度を実現します。ブローカーの実務経験を活かし、自動化されたデイリー更新とリアルタイム更新を組み合わせることで、 FX Levels は反転ポイントを見つけ、利益目標を設定し、自信をもってトレードを管理するための手助けをします。今すぐ試してみて、サポート/レジスタンス分析の正確性がどれほどトレードを向上させるかを実感してください! 1. FX Levels がトレーダーにとって非常に有用な理由 非常に正確なサポート&レジスタンスゾーン • FX Levels は異なるブローカー環境でもほぼ同一のゾーンを生成するよう設計されており、データフィードの差異や時刻設定のずれによる不一致を解消します。 • つまり、どのブローカーを利用していても一貫したレベルが得られるため、戦
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
Smart Structure Concepts MT5
Cristhian Alexander Gaibor Cuasquer
5 (1)
これは、ゾーンを描いてあなたに推測させる、もう一つの構造インジケーターではありません。 Smart Structure Concepts はあなたのために市場を読み取ります — XAUUSD(ゴールド)、外国為替、株価指数、暗号通貨、その他あらゆる市場 で Smart Money Concepts (SMC / ICT) 構造をリアルタイムでマーキングします。各ゾーンを設定するためにインプットに入る必要はもうありません: チャート上のインタラクティブなダッシュボードパネル で、ワンクリックで何を表示、非表示、調整するかを決定できます — プロパティを開く必要も、インジケーターを再起動する必要もありません。 このツールは MetaTrader 5 用の成長中のインジケーターとパネルのセットの一部です — すべて 11 言語の教育的なツールチップと、すべてのチャートに組み込まれたビジュアルメンターを備えています。 各ツールはあなたがトレードする間に教えます:任意のゾーン、シグナル、レベルにマウスを置くと、説明がチャートに直接表示されます。ブラックボックスなし、盲目的な注文なし。あなたはトレ
Meridian Pro
Ottaviano De Cicco
5 (2)
Meridian Pro 2.00:MT5向けプロ仕様マルチタイムフレーム・トレンドマトリクス Meridian Pro 2.00 は、MetaTrader 5 向けのプロ仕様の適応型トレンドマトリクスです。オリジナルの Meridian トレンドエンジン、クリーンなチャート ribbon、確定足ベースのシグナル矢印、8時間足 dashboard、Fuel momentum、weighted consensus、synthetic HTF processing、そしてチャート上に直接表示される上位足コンテキストラインを統合します。 目的はシンプルです。現在のトレンド、マルチタイムフレーム構造、強度、momentum、EA-ready 状態を、複数チャートに無関係なインジケータを重ねるのではなく、1つの整理された workflow で読むことです。 Meridian Pro の違い 1つの適応型エンジン - 同じ volatility-aware Meridian ロジックを M1 から W1 まで適用します。 Synthetic HTF architecture - 上位足行は下位足デ
Market Structure Order Block Dashboard MT5 は、市場構造と主要な価格反応ゾーンをチャート上で直接読み取りたいトレーダー向けに設計された MT5 インジケーターです。BOS、ChoCH、オーダーブロック、Fair Value Gap (FVG)、流動性、Kill Zones、Volume Profile、そして素早い分析のためのコンパクトなダッシュボードを組み合わせています。 本インジケーターは、市場構造、ICT、Smart Money の概念を意思決定の枠組みとして使用するトレーダーを対象としています。トレンド継続、反転の可能性、価格の不均衡、流動性ターゲット、注目ゾーンをより構造的に特定する助けとなります。 購入者向けの付属リソース 購入後、MQL5 のプライベートメッセージにてご依頼いただくと、完全な PDF ユーザーガイドとパラメータ設定のヒントを提供いたします。MQL5 のプライベートメッセージによる直接的な技術サポート。 バージョン 1.20 では 2 つの重要な追加機能があります: Pending BOS / Pending Cho
Gold Stuff mt5
Vasiliy Strukov
4.9 (192)
Gold Stuff mt5 は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください!  トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   設定 矢印を描く - オンオフ。 チャートに矢印を描く。 アラート - 可聴アラートのオンオフ。 メール通知 - オンオフ。 電子メール通知。 プチ通知 - オンオフ。 プッシュ通知。 次に、色域を調整します。 Gold Stuff mt5 は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください!   設定 矢印を描く - オンオフ。 チャートに矢印を描く。 アラート - 可聴アラートのオンオフ。 メール通知 - オンオフ。 電子メール通知。 プチ通知 - オンオ
作者のその他のプロダクト
RSI+EMA Grid & Dragonfly+EMA Grid System The RSI+EMA Grid & Dragonfly+EMA Grid System is a sophisticated Expert Advisor (EA) developed for traders who seek both consistency and adaptability in dynamic market conditions. Combining two proven strategies, this EA is built for precision entries, controlled risk, and intelligent position management. Strategy 1: RSI + EMA Grid System This strategy uses a combination of the Relative Strength Index (RSI) and Exponential Moving Averages (EMAs) to identi
RSI + Grid Distance Strategy with 200 EMA Filter Overview The RSI + Grid Distance Strategy integrates momentum and mean-reversion principles within a structured grid trading framework. By combining the Relative Strength Index (RSI) with dynamic grid levels and a 200-period Exponential Moving Average (EMA) filter, the system seeks to optimize trade timing, trend alignment, and overall position efficiency. Core Logic 1. RSI Signal Generation The algorithm utilizes a 17-period RSI , identifying b
Smart Money EQ H/L Scanner v2.0 – Advanced Institutional Market Structure Indicator for MT5 Overview The Smart Money EQ H/L Scanner v2.0 is a professional MT5 indicator built to identify Smart Money Concepts (SMC) in real time. It detects Equal Highs (EQH) and Equal Lows (EQL) patterns — zones that often indicate institutional liquidity targets — helping traders anticipate potential reversals and market manipulation areas. This tool combines price structure, volume profile, and economic event d
Professional-Grade VWAP + Market Profile Technology for Precision Trading VWAP Scalping Pro is an advanced analytical tool that integrates Volume-Weighted Average Price (VWAP) analysis with professional Market Profile visualization. It provides traders with institutional-style insights into price structure, volume distribution, and session dynamics — ideal for scalping, intraday, and swing trading strategies. Key Features Triple VWAP Strategy Framework Trend VWAP (50) – Defines long-term dire
Skyliner
Domantas Juodenis
Skyliner EA - The Professional Smart Money Trading System Hello, traders! I am Skyliner , the ultimate multi-market Expert Advisor built on institutional Smart Money Concepts and designed to trade like the professionals do. Unlike other EAs that focus on a single instrument, I am a versatile, all-market powerhouse capable of delivering precision trades across Forex majors, precious metals, and stock indices. My specialty? Smart Money trading using BOS (Break of Structure), FVG (Fair Value Gaps),
Revolution Scalper X v2.0 - Expert Advisor Description Revolution Scalper X is a sophisticated multi-asset scalping Expert Advisor (EA) for MetaTrader 5 that combines advanced risk management, flexible trading strategies, and comprehensive monitoring capabilities through dual on-chart dashboards. Key Features: Multi-Asset Trading Capabilities: Dual Mode Operation : Can operate in single-pair mode (current chart symbol) or multi-asset mode Asset Categories : Supports Forex, Cryptocurrency, and Me
Alliance EA – Smart Money & Swing Trading Expert Advisor for MT5 Alliance EA is a professional MetaTrader 5 Expert Advisor built around Swing Trading and Smart Money Concept (SMC) strategies. It is designed for traders who want a structured, rule-based, and disciplined automated trading system rather than risky scalping or martingale approaches. Alliance EA focuses on high-probability setups , institutional price behavior, and capital protection—making it suitable for both new and experienced t
Induciment Pinbar Signal – Professional Supply & Demand Trading System IT-Pinbar SD is a professional Expert Advisor built on institutional supply & demand concepts , inducement detection, and pinbar confirmation. It is designed to trade where smart money operates , not where retail traders chase price. The EA automatically identifies high-quality supply and demand zones , filters them by strength, and waits for liquidity grabs (false breakouts) before entering. Optional pinbar confirmation ensu
ORB Strategy X (For people who can contact me directly 75% with updates if i do them, discount will be for a month) This Strategy Was Banned. Now It's Back. The Opening Range Breakout is not new. Institutional desks have traded it for decades. When it started appearing in automated form on retail platforms, something interesting happened — brokers began quietly restricting accounts that ran it consistently. Requote storms. Artificial slippage on breakout candles. Platform-level execution delays
PHANTOM SNAP EA  v3.0          Advanced CRT + TBS Automated Trading System               MetaTrader 5 | Multi-Symbol | Netting  OVERVIEW Phantom Snap EA is a professional algorithmic trading system built on two of the most pow
OPEN RANGE BREAKOUT  PRO WHAT IS OPEN RANGE BREAKOUT PRO? Open Range Breakout Pro is a fully-featured, all-in-one trading indicator built exclusively for MetaTrader 5. It automatically identifies the Opening Range — the high and low formed during the first configurable minutes of a trading session — and then detects, visualises, and alerts you to high-probability breakout opportunities the moment price escapes that range. Beyond the core strategy, the indicator ships with a professional dual-
BOWLER SCALPER X VWAP Point of Control Scalping System for MetaTrader 5 Version 1.03  |  Expert Advisor  |  MetaTrader 5                                                                                                                                                                                                                                                                                                                                                           --------------------------------
NNSSP-AI — Neural Network Swing Scalp Price Action Intelligence The first MT5 Expert Advisor built on a genuine feedforward neural network — not a scoring system, not a rule engine, not a marketing label. Real neuron math. Real probability output. Real trading intelligence. What Makes NNSSP-AI Different? Every "AI" EA on the market hides the same thing under impressive branding — a hand-coded checklist that adds up indicator scores and calls it artificial intelligence. NNSSP-AI is different at t
QuantumCryptoX — Quantum Wave Swing Trader v3.10 QuantumCryptoX is a swing trading Expert Advisor for MetaTrader 5 that models the market as a quantum system. Nine independent indicator waves interfere constructively or destructively to generate a probability score for each bar. A trade is only opened when the score exceeds a configurable threshold, a minimum number of waves agree, and three hard gates — market structure, institutional bias, and higher timeframe trend — all confirm the direction
Quantum BattleQuad X — Precision Forged from the Battlefield Hello, traders. I am Quantum BattleQuad X — not a revision. Not an upgrade. A complete rethinking of what a multi-strategy Expert Advisor should be. Built from the ground up with one principle: every trade must have a reason. No noise. No randomness. No overtrading. My specialty? WTI. My mission? Deliver sharp, disciplined, and intelligently structured trading performance — with four elite strategies working as one unified engine.
QHyper 9
Domantas Juodenis
QUANTUM HYPER 9 — Professional 9-Strategy SMC Expert Advisor for MT5 Overview Quantum Hyper 9 is a professional Expert Advisor built on nine independently configurable Smart Money Concept and technical analysis strategies. Each strategy can be switched ON or OFF directly from the settings panel — no code editing required. The EA is designed for serious traders running funded accounts, prop firm challenges, and live portfolios across Forex, metals, and indices. Every component is built with one p
Caterpillar Pro EA A professional multi-timeframe trend-following system that enters the market in three controlled layers — mimicking how a caterpillar moves: slow, deliberate, and segment by segment. Built for traders who demand institutional-grade risk control with full visual transparency on the chart. 3 Entry layers 9 Protection checks H1+M15+M5 Timeframe stack v1.00 Current version Overview Caterpillar Pro is not a scalper or a martingale system. It is a structured trend-following EA that
ST MATRIX — Institutional Symmetrical Triangle EA MetaTrader 5 | Netting & Hedging | All Brokers | Version 1.01 WHAT IS ST MATRIX? ST Matrix is a professional Expert Advisor built around the Symmetrical Triangle — one of the most reliable compression breakout patterns in technical analysis. The EA enforces a strict 5-point structure (H1 → L2 → H3 → L4 → breakout), applies institutional-grade filters before every entry, and manages trades
EW Hybrid EA v1.0 Elliott Wave Hybrid is a precision trading Expert Advisor for MetaTrader 5 built around a multi-confluence reversal strategy. It identifies completed Elliott Wave 5-wave impulse patterns followed by ABC corrections, entering trades only when the C wave reaches a key structural level confirmed by three independent signals simultaneously. Entry Logic Trades trigger exclusively when all conditions align on the same bar — the Elliott Wave C wave reaches a Support or Resistance zone
Black Elephant FX Momentum "Elephant Candle" Breakout System for MetaTrader 5 Black Elephant FX is a rules-based breakout expert advisor that trades the moment momentum enters the market. It hunts for "elephant" candles — large, decisive bars backed by a volume surge that break market structure — and enters in the direction of that momentum, with a built-in risk-progression engine and a full on-chart dashboard. No grid. No martingale averaging into losses. No hidden recovery logic. Every trade c
Break Fast Breakout EA Automated Multi-Session Breakout Trading for Forex and Metals Break Fast Breakout EA is an intelligent trading system designed to capture high-probability breakout opportunities during the world's most active market sessions. The EA automatically identifies and trades breakouts from the opening range of major financial centers, including: Frankfurt Session London Session New York Session Tokyo Session Sydney Session Metals Market Sessions How It Works The EA automatically
フィルタ:
レビューなし
レビューに返信