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
SuperTrend MT5
KEENBASE SOFTWARE SOLUTIONS
KT SuperTrend is a modified version of the classic SuperTrend indicator with new useful features. Whether its Equities, Futures, and Forex, the beginners' traders widely use the Supertrend indicator.  Buy Signal: When price close above the supertrend line. Sell Signal: When price close below the supertrend line. Features A multi-featured SuperTrend coded from scratch. Equipped with a multi-timeframe scanner. The last signal direction and entry price showed on the chart. All kinds of MetaTrader
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
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
GDS Renko Pip ST Chart - Pip-Based Renko Chart Indicator for MetaTrader 5 GDS Renko Pip ST Chart is a pip-based Renko chart indicator for MetaTrader 5. It helps traders build and study cleaner Renko price movement using a practical fixed pip or point-based brick structure. This tool is designed as a Renko chart foundation for manual analysis. It does not predict the market, does not generate buy or sell signals and does not decide whether a trade should be opened. What Pip ST Chart Does Renko ch
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
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 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
Velas Forex FIMATHE PCM Indicator(無料) Velas Forex FIMATHE PCM Indicator は、市場をシンプルかつ迅速、そして分かりやすく分析できるように設計された無料のインジケーターです。 明確な視覚シグナルによって市場状況を把握しやすくし、トレーダーがより自信を持って取引判断を行えるようサポートします。 XAUUSD の最良結果: 時間足: 5分足(5M) MT5サーバー時間: 02:00 リスク管理: Take Profitを1回達成したら: 取引を停止し、翌日まで待機します。 Stop Lossを2回達成したら: 取引を停止し、翌日まで待機します。 主な特徴 シンプルで直感的なインターフェース インストールと設定が簡単 MetaTrader 5で利用可能なすべての金融商品に対応 複数の時間足で使用可能 初心者から上級者まで幅広いトレーダーに最適 プラットフォームのリソース消費を最小限に抑えた軽量設計 無料 本インジケーターは、MQL5コミュニティ向けに 100%無料 で提供されています。 お役に立ちましたら、ぜひ評価とレビュ
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
>> Announcements Channel << Live Signal Exclusive Bonus:   Get special access to   FX Monitor   ( product page >> , contact me for more info) — an advanced monitoring and analytics service for your MT4/MT5 trading accounts. Track performance, analyze results, and manage your portfolio with professional-grade tools included with your purchase. What if the doge just handled it? Only Wif is a free, plug-and-play breakout Expert Advisor for Gold (XAUUSD) . No martingale. No grid. No hedging spira
FREE
Donchian Pro
Paulo Henrique Faquineli Garcia
5 (3)
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
このプロダクトを購入した人は以下も購入しています
SuperScalp Pro
Van Minh Nguyen
4.69 (29)
SuperScalp Pro – プロフェッショナル多層コンフルエンス・スキャルピングシステム SuperScalp Pro は、複数のコンフルエンスを組み合わせたプロフェッショナル向けスキャルピングシステムです。より高い確率のトレードチャンスを見つけられるよう設計されており、明確なエントリー確認、ATRに基づくStop LossとTake Profit、さらにXAUUSD、BTCUSD、主要なFX通貨ペアに対応した柔軟なシグナルフィルター機能を提供します。 完全なドキュメントは製品ブログにあります: [User Guide] SuperScalp Pro Auto Trader EA による自動売買が利用可能です: [Auto Trader] SuperScalp Pro は、Supertrend、VWAP、EMA、RSI、ADX、出来高分析、ボリンジャーバンド、MACDダイバージェンスを組み合わせ、低品質なトレードセットアップをフィルタリングし、偽のブレイクアウトシグナルを減らし、エントリー精度の向上を目指します。 XAUUSD、BTCUSD、および主要なForex通貨ペア向け
この製品は 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、トレーリングストップロジック、サポートとレジスタンス、ローソク足の色分け
まず正直に言いましょう。 どんなインジケーターも、それ単体であなたを利益化させることはできません。もしそう言う人がいるなら、それは夢を売っているだけです。完璧な売買シグナル(矢印)を表示するインジケーターは、いくらでも“完璧に見せる”ことができます。正しい過去の区間を拡大して、勝ちトレードだけを切り取ればいいだけです。私たちはそれをしません。 SMC Intraday Formula はツールです。 市場構造を読み取り、最も高い確率の価格ゾーンを特定し、今この瞬間のスマートマネーの痕跡をシンプルな言葉で正確に示します。最終判断はあなたが行います。トレードを実行するのもあなたです。しかし今は「希望」ではなく「精度」でエントリーできます。 私たちはこのインジケーターを、ゴールド(XAUUSD)および主要FX通貨ペアで約3年間、日々のスキャルピングに使用してきました。M1、M5、M15、M30の主要ツールです。これは未来を予測しようとするのではなく、今まさに形成されている高確率セットアップを示し、その理由を説明します。 他のすべてのインジケーターと何が違うのか? ほとんどのトレーディングイ
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
Trend Sniper X
Sarvarbek Abduvoxobov
5 (6)
Trend Sniper X は、MetaTrader 5 用のマルチタイムフレーム・トレンドフォロー・インジケーターです。トレーダーがトレンドの方向性と反転ポイントを明確かつ正確に特定できるよう支援します。 価格情報: 現在の価格はキャンペーン価格であり、今後のアップデートや新機能のリリースに伴い変更される可能性があります。 Code2Profit チャンネル マルチタイムフレーム分析で市場をマスターしよう! 技術仕様 プラットフォーム MetaTrader 5 インジケータータイプ マルチタイムフレーム・トレンドインジケーター 操作タイムフレーム あらゆるチャートタイムフレームに対応。個別に選択可能な上位タイムフレーム (M1–MN1) を搭載 主要銘柄 FX、ゴールド (XAUUSD)、およびその他のCFD 推奨口座 あらゆる口座タイプに対応 視覚化 色分けされたトレンドローソク足 (買い/売り/弱気/変化) + 買い/売り矢印 追加モジュール セッション市場ボックス (シドニー、東京、ロンドン、ニューヨーク) 主な機能 マルチタイムフレーム・トレンド分析: 上位タイムフレームの
Welcome to ENTRY IN THE ZONE AND SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a professional trading indicator built on Smart Money Concepts (SMC) , combining market structure analysis with a No Repaint BUY / SELL signal system in a single indicator. It helps traders understand market structure more clearly, identify key price zones, and focus on higher-quality trading opportunities. By combining Multi-Timeframe Analysis , Points of Interest (POIs) , and real-time signals, th
M1 Quantum を使用したライブトレードシグナル : シグナル (取引は 自動的に Quantum Trade Assistant によって実行され、この製品に 無料 で含まれています。) 価格プラン: 現在価格: $169 (早期購入者向けオファー) 次回予定価格: $189 予定小売価格: $299 開発者からのお知らせ: ご購入後、 最新の推奨設定ファイル(Set File) 、運用アドバイス、および他の M1 Quantum ユーザーと交流できる VIPサポートグループ への招待をご希望の場合は、お気軽にご連絡ください。 よくある質問 - 設定ファイル - インストールガイド M1 Quantum は、M1専用のプロフェッショナルトレーディングシステムであり、ストップロス、テイクプロフィット、スマートな資金管理を内蔵した、迅速かつ正確な取引シグナルを提供します。 M1 Quantum は、 連続勝利 に重点を置いて口座を素早く成長させるために設計されたプロフェッショナルな資金管理を備えています。 M1 Quantum インジケーター の主な特徴 M1時間足 およびすべ
Gold Entry Sniper – ゴールドスキャルピング&スイングトレード用プロフェッショナル多時間足ATRダッシュボード Gold Entry Sniper は、XAUUSDや他の銘柄向けに正確な 売買シグナル を提供する、MetaTrader 5用の高度なインジケーターです。 ATRトレーリングストップロジック と 多時間足分析ダッシュボード を搭載し、スキャルピングからスイングトレードまで対応します。 主な特徴と利点 多時間足シグナル分析 – M1、M5、M15 のトレンドを同時表示。 ATRベースのトレーリングストップ – ボラティリティに応じて動的に調整。 プロ仕様のチャートダッシュボード – シグナル状況、ATRレベル、回帰線、売買方向を表示。 明確な売買マーカー – 自動矢印とテキストラベル。 エグジットアラートとトレード管理 – 利益確定のための自動検出。 完全カスタマイズ可能 – パネル位置、色、フォント、ATR/回帰設定を調整可能。 ゴールド(XAUUSD)に最適化 – M1〜M15のスキャルピングに最適、FXや指数、暗号資産にも対応。 Gold Entry
伝説が帰ってきました:Entry Points Pro 10。 MQL5 Marketのトップ3に3年間入り続けた伝説的インジケーターの再始動です。 2つのバージョンで合計589件の高評価レビュー、毎日数千人のトレーダーが実際のトレードに使用し、デモのダウンロードは31,000件以上   MT4+MT5 。 私はこの5年間に寄せられたレビューをすべて読み、約束を並べる代わりに、その答えをバージョン10に組み込みました。1999年から相場に携わり、 誠実さ、自らの評判、そして顧客を大切にする 作者による製品です。 Entry Points Proのエントリーシグナルは、リペイント(再描画)を一切行いません。 そして今回初めて、これは作者の言葉ではなく検証可能な事実になりました。確定シグナルはローソク足の終値確定後にのみ表示され、自動テストで リペイントはゼロ と確認されています(EURUSD、XAUUSD、BTCUSDで2,486,568回の不変条件チェック、違反0件)。検証方法は公開されており、ストラテジーテスターでご自身で再現できます。 ご購入後は、必ずすぐにダイレクトメッセージでご
Gann Made Easy   は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検
M1 SNIPER は使いやすいトレーディングインジケーターシステムです。M1時間足向けに設計された矢印インジケーターです。M1時間足でのスキャルピングのためのスタンドアロンシステムとして、また既存のトレーディングシステムの一部としても使用できます。このトレーディングシステムはM1時間足での取引に特化して設計されていますが、他の時間足でも使用できます。元々、この手法はXAUUSDとBTCUSDの取引用に設計しましたが、他の市場においても役立つと考えています。 インジケーターのシグナルは、トレンドの方向と逆方向に取引できます。インジケーターのシグナルを利用して両方向に取引するのに役立つ特別な取引テクニックをご紹介します。この手法は、特別な動的なサポートとレジスタンスの価格帯を利用することに基づいています。 ご購入後、M1 SNIPER矢印インジケーターをすぐにダウンロードできます。さらに、M1 SNIPERツールのすべてのユーザーに、以下のスクリーンショットに表示されているApollo Dynamic SRインジケーターを無料で提供しています。この2つのインジケーターを組み合わせることで
Power Candles V3 - 自己最適化型強弱インジケーター Power Candles V3は 、通貨や銘柄の強さを、適用されたすべてのチャート上で実行可能なトレードプランに変換します。単にローソク足を色分けするだけでなく、バックグラウンドでリアルタイムの自動最適化を実行し、目の前の銘柄に対して最適なストップロス、テイクプロフィット、およびシグナルの閾値を提示します。ワンクリックで実取引に適用でき、エントリーポイント、ストップロス、テイクプロフィットのラインが正確な価格位置にチャート上に表示され、方向性を示すアラートがリアルタイムで発動します。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨事項を入手し、  https://stein.investments でコミュニティに参加しましょう クローズしたバーごとに3,000回以上のトレードシミュレーション。9つの強さの状態。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や設定を販売していません。詐欺です。すべての設定はブログで無料で公開しています。 重要!ご購入後すぐにご連絡ください。手順とボーナスをお送りします!
このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示す
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
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
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
この製品は 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.   &   User Manual PDF . 価格行動、強さ、モメンタム、マルチタイムフレーム方向、高度なフィルターを分析し、トレーダーがノイズを減らし、弱いセットアップを避け、より構造化された取引判断を行えるようにします。 このイ
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (5)
新たな王者が登場 - インジケーター + 注文管理表示(TP1 + TP2 + TP3)+ オプションのTelegramシグナル送信機能付き(無料) (完全なトレード&シグナルシステム) ゴールド向け最高のEA: Gold Slayer このインジケーターには、高度な戦略、カスタマイズ可能な注文管理システム、そしてエンベロープ拡張を組み合わせた平均回帰システムが搭載されています。さらに、RSIなど複数のインテリジェントな確認フィルターによって、高確率の反転エントリーをBUY・SELLシグナルとして検出します。 単にトレードを学ぶだけでなく、複数ポジションを効果的に管理し、過去に利益を出しているオープンポジションで損失トレードをカバーする方法も学べます。 M5向けに構築・最適化されており、流動性が高くシグナルの精度が安定しているBTCUSDとXAUUSDで優れたパフォーマンスを発揮します。 このインジケーターは、ATRを基に自動計算されたエントリー、ストップロス、テイクプロフィットレベルを備えた明確なLong・Shortシグナルを提供するため、リスク管理が最初から組み込まれています。 マ
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
IX Power MT5
Daniel Stein
4.92 (13)
IX Power: 指数、商品、暗号資産、外国為替市場の洞察を発見 概要 IX Power は、指数、商品、暗号資産、外国為替市場の強弱を分析するための多用途ツールです。 FX Power が全ての利用可能な通貨ペアデータを活用して外為ペアで最高の精度を提供する一方、 IX Power は基礎資産の市場データにのみ焦点を当てています。この特性により、 IX Power は非外為市場に最適であり、単純な外為分析にも信頼性の高いツールです。どのチャートでもスムーズに機能し、取引判断を向上させるための明確で実行可能な洞察を提供します。 1. IX Power がトレーダーにとって価値がある理由 複数市場での強弱分析 • IX Power は指数、商品、暗号資産、外為シンボルの強弱を計算し、それぞれの市場に合わせた洞察を提供します。 • US30、WTI、ゴールド、ビットコイン、または通貨ペアなどの資産を監視して取引機会を発見できます。 幅広い市場に適応 • 外為取引では、 FX Power が関連する全ての通貨ペアを分析することで比類のない精度を提供します。 • IX Power
Gold Scalper Pro PSAR ADX Dashboard MT5 高度なシグナル検出機能を備えたプロフェッショナル向けマルチタイムフレーム取引インジケーター。 概要 Parabolic SAR V3 + ADX は、トレンド追随型の Parabolic SAR とトレンド強度を測定する Average Directional Index (ADX) を組み合わせた高性能テクニカル分析インジケーターです。この改良版は、ペアごとの最適化、多言語アラートシステム、そしてプロトレーダー向けの多時間足ダッシュボードを搭載しています。 主な特徴 基本機能 - PSAR 統合:ステップ値と最大値を調整可能なトレンド反転検出。 - ADX フィルターシステム:トレンド強度に基づき弱いシグナルを除外。 - +DI / -DI クロス検出:追加のシグナル確認を提供。 - ADX クラウド表示:動的な高さ調整によるトレンド強度の可視化。 ペア別最適化 主要な取引ペアに対する保守的なプリセット設定: - XAUUSD(金):貴金属のボラティリティに最適化。 - EURUSD:主要通貨ペア向けに調
ZORYK — MetaTrader 5専用 XAUUSDシグナル・トレードプランニングシステム このような経験はありませんか。 ゴールドを分析し、エントリーを待ち、ようやくポジションを持った直後に価格が逆方向へ動く。 早すぎる決済をしてしまったり、Stop Lossを動かしたり、数秒迷っている間にチャンスを逃したりする。 その後、相場は自分が最初に予想していた方向へ進み、目標へ到達する。 問題は常に方向判断ではありません。 本当の問題は、明確な計画がなかったことです。 どこでエントリーすべきか。 どこでトレードの前提が無効になるのか。 近い利益を確保すべきか、より大きな値動きを待つべきか。 現在のsetupが本当に強いのか、それとも無理にトレードを探しているだけなのか。 ゴールドは非常に速く動きます。 正しい分析でも、明確なプランがなければ数秒で悪い判断に変わることがあります。 ZORYKは、その問題を解決するために開発されました。 ZORYKとは ZORYKは、MetaTrader 5とXAUUSDのM5チャート専用に開発された、シグナルとトレードプ
KAMA Confluence Engine トレンドに沿って取引し、反転した瞬間にエントリー、ストップ、ターゲットを即座に把握する。 KAMA Confluence Engine は、カウフマン適応型移動平均(KAMA)を中心に構築されたオールインワンのトレンド指標であり、ティック出来高の加重、マルチタイムフレーム確認、自動トレードレベルを組み合わせています。市場環境に応じて適応し、トレンド時は素早く反応し、レンジ時はノイズを抑えて安定した動きを示します。常に「正しい側」に立てるよう設計されています。 特徴 出来高加重型アダプティブエンジン 実際のティック出来高が増えると KAMA ラインが加速し、出来高が減ると減速します。強いトレンドに乗り、偽の動きを避けることができます。 視認性の高いネオンリボン 明るく滑らかなラインで、下に濃い影が描かれています。緑=上昇、赤=下降、灰色=レンジ/ノートレード。遠くからでも一目でトレンドが分かります。 トレンドカラーのローソク足 ローソク足自体がトレンド色に塗られ、チャート全体が一つのストーリーとして視覚的にまとまります。 自動エントリー/SL
Smc Pro ToolKit
Talal N Z Aljarusha
5 (3)
SMC Pro ToolKit  is a professional chart-based Smart Money Concepts indicator for MetaTrader 5. It helps traders read market structure, identify key liquidity areas, organize trade context, and plan setups directly from the chart. This is not a simple buy/sell arrow indicator. It is a complete visual trading toolkit that combines Smart Money Concepts, multi-timeframe analysis, session context, setup planning, risk assistance, and professional dashboard tools in one clean workspace. Watch setup
FX Power: 通貨の強弱を分析して、より賢い取引を実現 概要 FX Power は主要通貨と金の実際の強弱をあらゆる市場状況で理解するための必須ツールです。強い通貨を買い、弱い通貨を売ることで、 FX Power は取引の意思決定を簡素化し、高い確率の取引機会を見出します。トレンドを追従する場合でも、極端なデルタ値を使用して反転を予測する場合でも、このツールはあなたの取引スタイルに完全に適応します。ただ取引するだけではなく、 FX Power で賢く取引をしましょう。 1. なぜ FX Power がトレーダーにとって非常に有益なのか 通貨と金のリアルタイム強弱分析 • FX Power は主要通貨と金の相対的な強弱を計算し、マーケットダイナミクスに関する明確な洞察を提供します。 • どの資産がリードしているか、または後れを取っているかを監視して、取引するペアを賢く選びましょう。 マルチタイムフレームの包括的なビュー • 短期、中期、長期のタイムフレームで通貨と金の強弱を追跡し、マーケットトレンドに基づいて取引戦略を調整できます。 • スキャルピングからスイングトレード
Quant Direction は、3次元の市場分析ツールです。完全に客観的なアルゴリズムベースの市場分析を提供し、様々なパラメータにわたる正確なパーセンテージ偏差を同時に算出します。高度なAI搭載モデリングツールで開発され、厳密なテストを経て開発されたこのアルゴリズムは、かつてない精度で市場を分析するように設計されています。プラットフォーム上では、あらゆる通貨ペアや金融商品を分析できます。 短期取引、デイトレード、スイングトレードなど、どのような取引スタイルに も、Quant Directionは最適な選択肢です。 オペレーターの本当の利点 Quant Directionの真の利点は、感情、眼精疲労、過剰分析を完全に排除できる点にあります。方向性を探るために何十ものチャートを手作業で精査したり、自分の好みを常に疑ったりする必要がなくなります。このシステムは、8つの時間間隔(5ヶ月から月単位まで)をミリ秒単位で処理します。あらゆる瞬間に市場を支配している主体を正確に明らかにし、常に成功確率が最も高い方向で取引できるようにします。 市場分析の3つの側面 このアルゴリズムは市場を3つの
BTMM State Engine Pro is a MetaTrader 5 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
この製品は 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 などの高度な取引アイデアを組み合わせています。このインジケ
作者のその他のプロダクト
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
Sneaky Pivot Pro Matrix Sneaky Pivot Pro Matrix is a pivot-based expert advisor that maps the key intraday levels of the market and trades subtle bounces and rejections around them — wrapped in a clean, professional dark-navy interface. What it plots The EA calculates classic daily pivots from the previous session and draws them as labelled levels: the central Pivot Point (PP), three resistances (R1–R3), three supports (S1–S3), and the previous-day high and low. It also scans recent price action
OB200 Edge X A 200 EMA channel + Order Block expert advisor with a built-in signal-indicator mode, strong/weak block filtering, and a live on-chart dashboard. Overview OB200 Edge X reads market structure through a dual 200 EMA channel — one EMA plotted on the highs and one on the lows — and locates institutional order blocks inside that channel. It then trades or signals from those zones according to the channel's direction, with full control over risk, stops, and execution style. The same produ
Snake Structure Pro EA Trade the trend. Trust the structure. Snake Structure Pro EA is a professional, fully automated Expert Advisor built around one of the most reliable concepts in technical analysis— market structure . Instead of chasing every price movement, Snake identifies the direction of the market using Higher Highs (HH), Higher Lows (HL), Lower Highs (LH), and Lower Lows (LL) while filtering trades with the proprietary 8WVAP Trend Filter to execute only high-probability setups. Des
フィルタ:
レビューなし
レビューに返信