Advanced ADX Multi Timeframe

5
ADX Advanced Multi-Timeframe Indicator — User Guide

Version 2.00 | MetaTrader 5

Overview

The ADX Advanced MTF is a professional-grade indicator for MetaTrader 5 that combines the classic Average Directional Index (ADX) with multi-timeframe analysis and an elegant on-chart information panel. It provides traders with a comprehensive view of trend strength and direction across multiple timeframes simultaneously, enabling faster and more confident trading decisions.

Key Highlights

  • Real-time ADX, +DI, and -DI plotted in a separate indicator window
  • On-chart panel displaying data from 3 timeframes at once (current + 2 configurable)
  • Color-coded trend strength badges and progress bars
  • Automatic confluence detection across all timeframes
  • Fully customizable panel position, colors, font, and levels
  • Optional alerts on trend direction changes

Installation

  1. Download the file ADX_Advanced_MTF.mq5 .
  2. Open MetaTrader 5 and navigate to File → Open Data Folder.
  3. Go to MQL5/Indicators/ (or any subfolder you prefer).
  4. Paste the .mq5 file into that directory.
  5. Return to MT5, open the Navigator panel (Ctrl+N), right-click Indicators, and select Refresh.
  6. Find ADX_Advanced_MTF in the list, double-click or drag it onto your chart.
  7. MT5 will auto-compile the indicator. If it does not, open MetaEditor (F4), locate the file, and press Compile (F7).

Indicator Window

The indicator draws three lines in a separate sub-window below the main chart:

Line Color Description
ADX Dodger Blue (thick) Overall trend strength — higher means stronger trend regardless of direction
+DI Lime Green Positive Directional Index — measures bullish pressure
-DI Orange Red Negative Directional Index — measures bearish pressure

How to Read the Lines

  • When +DI is above -DI, buyers are dominant → potential bullish trend.
  • When -DI is above +DI, sellers are dominant → potential bearish trend.
  • The ADX line tells you how strong the trend is, not its direction.
  • A rising ADX means the trend (bullish or bearish) is strengthening.
  • A falling ADX means the trend is weakening or the market is entering a range.

Level Lines

Four horizontal reference levels are drawn in the sub-window by default:

Level Value Meaning
Weak 20 Below this, the market is likely ranging — no clear trend
Strong 25 A confirmed trend is developing
Very Strong 40 The trend has significant momentum
Extreme 50 Exceptionally powerful trend — watch for exhaustion

These levels are fully configurable in the input parameters.

On-Chart Information Panel

The panel is drawn directly on the main chart window (not the indicator sub-window) and provides a consolidated multi-timeframe dashboard.

Panel Layout

┌─────────────────────────────────────────┐

│ ◆ ADX ADVANCED MTF     EURUSD | H4 | P:14 │  ← Header

├─────────────────────────────────────────┤

│ ▎ CURRENT (H4)                              │

│   ADX: 32.45  ████████░░  STRONG            │  ← Current TF

│   +DI: 28.10     -DI: 15.30    [BULLISH]    │

├─────────────────────────────────────────┤

│ ▎ M5                                        │

│   ADX: 18.70  █████░░░░░  NO TREND          │  ← Timeframe 1

│   +DI: 14.20     -DI: 16.80    [RANGING]    │

├─────────────────────────────────────────┤

│ ▎ H1                                        │

│   ADX: 35.60  █████████░  STRONG            │  ← Timeframe 2

│   +DI: 30.40     -DI: 12.10    [BULLISH]    │

├─────────────────────────────────────────┤

│ ★ ▲▲  BULLISH BIAS                         │  ← Confluence Signal

├─────────────────────────────────────────┤

│ DI Spread: +12.80      Avg ADX: 28.92       │  ← Extra Metrics

├─────────────────────────────────────────┤

│ Updated: 14:32:07       ◆ADX ◆+DI ◆-DI     │  ← Footer

└─────────────────────────────────────────┘

Panel Sections Explained

Header — Shows the indicator name, current symbol, chart timeframe, and ADX period.

Timeframe Blocks (×3) — Each block displays:

  • ADX value with a color-coded progress bar showing strength visually.
  • +DI and -DI values in green and red respectively.
  • Trend badge — a colored label showing BULLISH, BEARISH, or RANGING.

Confluence Signal — Analyzes all three timeframes together:

Signal Condition Meaning
▲▲▲ STRONG BULLISH CONFLUENCE All 3 TFs bullish with ADX ≥ 20 High-confidence long setup
▼▼▼ STRONG BEARISH CONFLUENCE All 3 TFs bearish with ADX ≥ 20 High-confidence short setup
▲▲ BULLISH BIAS 2 of 3 TFs bullish Moderate bullish lean
▼▼ BEARISH BIAS 2 of 3 TFs bearish Moderate bearish lean
◆◆ MIXED / NO CLEAR SIGNAL No majority agreement Stay cautious or wait

Extra Metrics:

  • DI Spread — The difference between +DI and -DI on the current timeframe. A large positive spread confirms strong bullish momentum; a large negative spread confirms bearish momentum.
  • Avg ADX — The average ADX across all three timeframes. Useful for gauging overall market trendiness.

Footer — Displays the last update time and a color legend.

Input Parameters

ADX Settings

Parameter Default Description
ADX Period 14 Lookback period for the ADX calculation. Standard is 14. Lower values (e.g., 7–10) react faster but produce more noise. Higher values (e.g., 20–25) are smoother but lag more.
Applied Price Close The price type used for calculations.

Multi-Timeframe

Parameter Default Description
Timeframe 1 M5 First additional timeframe displayed in the panel.
Timeframe 2 H1 Second additional timeframe displayed in the panel.

You can set these to any MT5 timeframe (M1, M5, M15, M30, H1, H4, D1, W1, MN1). The current chart timeframe is always included automatically as the third reference.

Tip: Choose timeframes that complement each other. For example:

  • Scalping: M1 (current) + M5 + M15
  • Intraday: M5 (current) + M15 + H1
  • Swing: H1 (current) + H4 + D1
  • Position: H4 (current) + D1 + W1

Trend Levels

Parameter Default Description
Weak Trend Level 20 ADX below this value indicates no trend (ranging market).
Strong Trend Level 25 ADX above this confirms a trending market.
Very Strong Trend Level 40 Indicates powerful trend momentum.
Extreme Trend Level 50 Extremely rare; often precedes trend exhaustion.

Panel Settings

Parameter Default Description
Panel X Position 20 Horizontal offset in pixels from the chosen corner.
Panel Y Position 30 Vertical offset in pixels from the chosen corner.
Panel Width 320 Width of the panel in pixels.
Panel Corner Upper Left Which chart corner the panel anchors to. Options: Upper Left, Upper Right, Lower Left, Lower Right.
Font Size 9 Base font size for panel text.
Panel Opacity 220 Transparency of the panel background (0 = fully transparent, 255 = fully opaque).

Panel Colors

Parameter Default Description
Panel Background Dark navy (15,15,25) Main background color.
Panel Border Muted blue (40,60,100) Border around the panel.
Header Background Deep blue (20,30,55) Header bar fill.
Title Color Light blue (100,180,255) Title text color.
Text Color Light gray (180,195,220) General label color.
Bullish Color Green (0,230,118) Color for bullish elements.
Bearish Color Red (255,82,82) Color for bearish elements.
Neutral Color Amber (255,193,7) Color for weak/neutral states.

Visual Settings

Parameter Default Description
Show Level Lines true Display horizontal ADX strength levels in the sub-window.
Show DI Histogram true Reserved for future histogram background feature.
Show Alerts false Enable pop-up alerts when trend direction changes on TF1 or TF2.

Trading Strategies

Strategy 1 — Confluence Entry

This is the primary strategy the indicator is designed for.

Setup: Wait for the confluence signal to show STRONG BULLISH CONFLUENCE or STRONG BEARISH CONFLUENCE (all 3 timeframes agree).

Entry Rules (Long):

  1. All three timeframes show +DI > -DI.
  2. ADX is above 20 on all three timeframes (confirmed trending).
  3. ADX is rising (trend is strengthening, not fading).
  4. Enter on a pullback to a support level or moving average.

Exit Rules:

  • When any timeframe flips from BULLISH to BEARISH or RANGING.
  • When ADX starts declining on 2 or more timeframes.
  • When the confluence signal downgrades from STRONG to BIAS or MIXED.

Strategy 2 — DI Crossover with Strength Filter

Entry Rules (Long):

  1. +DI crosses above -DI on the current timeframe.
  2. ADX is above 25 (confirming trend strength, not just a temporary cross).
  3. The higher timeframe (TF2) also shows BULLISH direction.

Exit Rules:

  • -DI crosses back above +DI.
  • ADX drops below 20.

Strategy 3 — Trend Exhaustion

Setup: Look for ADX reaching the Extreme level (50+).

Observation:

  1. ADX above 50 indicates a very mature trend.
  2. When ADX begins to decline from extreme levels while DI lines start converging, the trend may be exhausting.
  3. This is not a reversal signal by itself — combine with price action or other indicators.

Tips and Best Practices

Panel position: If the panel overlaps important price action, adjust Panel X Position , Panel Y Position , or change Panel Corner to move it to a less obstructive area. The Upper Right or Lower Right corners often work well.

Avoid low ADX trades: When the confluence signal shows MIXED and the average ADX is below 20, the market is likely choppy. Range-bound strategies (mean reversion, support/resistance bounces) are more appropriate than trend-following.

Combine with price action: The ADX tells you the strength and direction of a trend, but not when to enter. Use candlestick patterns, support/resistance levels, or other confirmation tools for timing entries.

Higher timeframe priority: When TF1 and TF2 disagree, give more weight to the higher timeframe. A bullish signal on H1 with a bearish signal on M5 suggests the M5 move may be a pullback within a larger H1 uptrend.

Alert feature: Enable Show Alerts if you want to be notified when the trend direction changes on your configured timeframes. This is useful for monitoring multiple charts without staring at each one.

ADX period tuning: The default period of 14 works well for most markets. For highly volatile instruments (e.g., crypto, small-cap stocks), consider increasing to 18–21. For slower markets (e.g., major forex pairs on daily charts), 10–12 can provide earlier signals.

Color Coding Reference

Trend Strength Colors

ADX Range Label Color Interpretation
0 – 19.99 NO TREND Gray Market is ranging; avoid trend strategies
20 – 24.99 WEAK Amber Trend is forming but not yet confirmed
25 – 39.99 STRONG Light Blue Confirmed trend with good momentum
40 – 49.99 V.STRONG Light Red Powerful trend; stay with it but watch for signs of exhaustion
50+ EXTREME Light Red Exceptionally strong trend; rare and often unsustainable

Direction Badge Colors

Badge Color Meaning
BULLISH Green +DI > -DI and ADX ≥ 20
BEARISH Red -DI > +DI and ADX ≥ 20
RANGING Amber ADX < 20 regardless of DI positions

Troubleshooting

Panel not visible: Make sure the indicator is attached to the chart (check the sub-window for the ADX lines). The panel is drawn on the main chart window. If it is hidden behind other objects, try changing the Panel Corner or adjusting X/Y positions.

Data shows 0.00 for a timeframe: The requested timeframe may not have enough historical data loaded. Open a chart of that timeframe briefly to force MT5 to download the history, then return to your original chart.

Compilation errors: Ensure you are using MetaTrader 5 (not MT4). The indicator uses MQL5 syntax and is not compatible with MQL4.

Panel overlaps other indicators: Adjust Panel X Position and Panel Y Position , or switch to a different Panel Corner to avoid collisions.

Changelog

Version Changes
2.00 Initial release with MTF panel, confluence detection, progress bars, alerts, and full customization.

This indicator is provided for educational and informational purposes. Always practice proper risk management and test on a demo account before using in live trading.


レビュー 4
cham
924
cham 2026.05.24 17:42 
 

удобно видеть индикатор с трёх таймфреймов в одном окне

Xuntao Su
894
Xuntao Su 2026.04.15 10:26 
 

its the best ADX that i have ever see ! and could u please make the panel size to be changble , because my computer is a small screen , i want to see the panel clearly ,thanks !

おすすめのプロダクト
Trading Sessions by Mahefa R is an indicator for MetaTrader 5 that visually identifies the four main trading sessions: New York, London, Tokyo, and Sydney . Designed to provide a clean, intuitive, and professional market view, it highlights the most active periods of the Forex market using smart visualization of session ranges , session-specific candle colors , and daily separators . Main Features: Automatic detection of the 4 major sessions New York London Tokyo Sydney Each session is fully c
FREE
EasyTrading Panel Basic by Vexo EasyTrading Panel Basic is a free manual trade execution panel for MetaTrader 5. It provides a streamlined workflow for placing market orders with automatic risk-based lot sizing, stop loss, and take profit calculation. The panel works on any symbol and any timeframe. How It Works The panel displays on-chart with your account balance, current lot size, risk percentage, reward-to-risk ratio, and calculated stop loss. All values update in real time as you adjust par
FREE
AZ session scalper A small but useful session indicator, designed primarily for scalping. Enable the session you plan to trade, watch the reaction of the M5/M15 candlesticks to the level of the previous trading session, and enter. We always look at the reaction of the current session to the previous one. For example, if you trade the Americas, enable the European session, and watch how one session takes away liquidity from another. Important: adjust the time to your broker's time zone in the i
FREE
Crimson FX
Michael Prescott Burney
Crimson EA emerges as a force to be reckoned with on the USDJPY M15 chart, embodying the perfect fusion of 50 meticulously crafted strategies that span across trend analysis, hedging, and scalping disciplines. This powerhouse operates beyond the confines of conventional stop-loss and take-profit mechanisms, relying instead on precise entry and exit signals generated from its strategic arsenal. Coupled with an advanced reversal function, Crimson EA offers a protective shield to safeguard invest
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
マルチタイムフレーム対応、カスタマイズ可能なビジュアル信号、設定可能なアラートシステムを備えた相対力指数(RSI)インジケーター。 フリーランスプログラミングサービス、アップデート、その他のTrueTL製品は私の MQL5プロフィール からご利用いただけます。 フィードバックとレビューを心よりお待ちしております! RSIとは? 相対力指数(RSI)は、価格変化の速度と大きさを測定するモメンタムオシレーターです。このインジケーターは0から100の間で振動し、指定された期間にわたって最近の上昇幅と最近の下落幅の大きさを比較します。 RSIは主に買われすぎと売られすぎの状態を識別するために使用されます。高い値は買われすぎ状態を示し、低い値は売られすぎ状態を示します。トレーダーはまた、RSIと価格動作の間のダイバージェンスにも注目しており、これは潜在的なトレンド転換を示す可能性があります。 機能: 矢印と垂直線を使用したビジュアルシグナルマーカー 設定可能なトリガー付きの3つの独立したシグナルバッファ(方向変化、レベル交差、ピーク/谷、極端ゾーン) 時間帯フィルタリング付きの設定可能なア
FREE
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Obsidian Forest Automaton AI (MT5) [Subtitle: Forest Structure | Obsidian Blade TEMA | Shield Safety] Introduction Obsidian Forest Automaton AI is a structural trend-following construct designed to navigate the market with the cold precision of an automaton. It builds a "Forest Structure" using Ichimoku Cloud , cuts through noise with the Obsidian Blade (TEMA) , and validates density with Standard Deviation . This creates a system that
この情報インジケーターは、アカウントの現在の状況を常に把握したい人にとって役立ちます。 VERSION MT 4 -   More useful indicators このインジケーターには、ポイント、パーセンテージ、通貨での利益、現在のペアのスプレッド、現在の時間枠でバーが閉じるまでの時間などのデータが表示されます。 チャート上に情報線を配置するには、いくつかのオプションがあります。 価格の右側 (価格の後ろにあります)。 コメントとして (グラフの左上隅に); 画面の選択した隅。 情報区切り記号を選択することもできます。 | / \ # このインジケーターは使いやすく、非常に有益です。設定で不要な情報項目を無効にすることも可能です。 設定 外観の種類     - 情報行の表示タイプ。次の 3 つのオプションがあります。 価格に従ってください     - 価格に従う。 コメントとして     - コメントとして; 画面の選択した隅に     - 画面の選択した隅にあります。 添付用グラフコーナー     - 表示タイプを選択した場合 画面の選択されたコーナーでは、この項目を使用して
FREE
The indicator highlights the points that a professional trader sees in ordinary indicators. VisualVol visually displays different volatility indicators on a single scale and a common align. Highlights the excess of volume indicators in color. At the same time, Tick and Real Volume, Actual range, ATR, candle size and return (open-close difference) can be displayed. Thanks to VisualVol, you will see the market periods and the right time for different trading operations. This version is intended f
FREE
> Elevate Your Trading Strategy  This free tool is just the beginning. At  code4trading , we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features?   Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here:   https://www.mql5.com/en/users/pablogx9
FREE
Haven Volume Profileは、取引量の分布に基づいて重要な価格レベルを識別するための多機能なボリュームプロファイル分析インジケーターです。市場をより深く理解し、重要なエントリーポイントとエグジットポイントを特定したいプロのトレーダー向けに設計されています。 その他の製品 ->  こちら 主な機能: Point of Control (POC) 計算 - 最大の取引活動が行われるレベルで、最も流動性の高いレベルを特定するのに役立ちます Value Area(高い活動の領域)の定義とカスタマイズ可能な取引量の割合で、取引範囲をより正確に評価できます ティックボリュームと実際の取引量の両方に対応し、さまざまな市場タイプや取引戦略に対応しています 計算期間(日数)の柔軟な設定により、任意の時間枠にツールを適応させることができます ターミナルのライトテーマとダークテーマに自動的に適応し、ユーザーインターフェースの視覚的な体験を向上させます レベルの視覚化が明確で、スタイルや色をカスタマイズでき、グラフ分析と迅速な意思決定を支援します このインジケーターは、重要な価格レベルや統合ゾー
FREE
This indicator forms a channel based on the readings of the ADX (Average Directional Movement Index) indicator, displays and informs the trader of a price reversal at the boundaries of this channel, and can also report when the price touches the channel boundaries. It also draws additional dotted lines, which depend on the readings of the + DI and -DI of the ADX indicator. It also has an option for filtering signals depending on the readings of the stochastic. The channel drawn by this indicato
FREE
フェニックス移動平均メーター (MT5) MetaTrader 5向けプロフェッショナルな移動平均トレンド分析・可視化ツール。インテリジェントな傾き分析、雲幅測定、相場状態分類を洗練されたリアルタイムダッシュボードに統合。 概要 フェニックス移動平均メーターは、速い移動平均と遅い移動平均の関係を分析し、トレンドの方向性、強さ、成熟度を判定します。本指標は移動平均の傾き角度、雲幅の拡大・縮小、クロスオーバー発生からの経過時間を継続的に監視し、現在の市場レジームをリアルタイムで分類します。 システムは二つの馬蹄形メーター表示を採用。傾き位置メーターは短期移動平均の角度を「下降→横ばい→上昇」まで可視化し、雲幅メーターはトレンドの圧縮・拡大を過去平均値と比較して測定します。両メーターが連動することで、勢いの質とトレンド持続性に関する即時的な洞察を提供します。 トレンド状態は強気・弱気双方において「弱」「中」「強」「延長」に自動分類されます。雲のカラーリングはトレンド状態に直接連動し、チャートとダッシュボード間の視覚的整合性を確保。ノイズを低減し、生指標値ではなく実用的なトレンド状態
FREE
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
Dynamic Supply and Demand indicator automatically identifies and displays Supply and Demand Zones on your chart based on price action patterns and market structure.  These zones represent areas where institutional buying or selling pressure has historically occurred, making them key levels for potential price reactions. This form of indicator takes inspiration from ICT as well as traditional Support & Resistance formation. **For the first 50 candles (number depends on LookBackCandles) when indic
FREE
KAB: A Better Baseline. KAB is an adaptive trend filter designed to track directional movement while actively suppressing abnormal volatility and noise. It behaves like a dynamic moving baseline that automatically adjusts responsiveness to changing market conditions. Unlike fixed moving averages, KAB continuously modifies its internal smoothing rate based on volatility and directional efficiency. The result is a line that tightens during strong trends and stabilizes during unstable or chaotic pr
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
Overview Market Volume Profile Modes is a powerful MT5 volume distribution indicator that integrates multiple Volume Profile variants. Users can switch between different analysis modes through a simple menu selection. This indicator helps traders identify key price levels, support and resistance zones, and market volume distribution. Core Concepts • POC (Point of Control): The price level with the highest volume concentration, representing the market's accepted "fair value" area • VAH (Value A
FREE
Fibomathe
Almaquio Ferreira De Souza Junior
Fibomathe Indicator: Support and Resistance Tool for MT5 The Fibomathe Indicator is a technical analysis tool designed for MetaTrader 5 (MT5) that assists traders in identifying support and resistance levels, take-profit zones, and additional price projection areas. It is suitable for traders who use structured approaches to analyze price action and manage trades. Key Features Support and Resistance Levels: Allows users to define and adjust support and resistance levels directly on the chart.
FREE
Shape Pack MT5
John Louis Fernando Diamante
This indicator provides common shapes as drawing object options. The shapes are rotatable, resizable, draggable, and will keep their proportions (according to their handle trendline) across different chart scales. Multiple drawings are supported. Shapes: Square Rhombus Triangle (quadrilateral & isosceles) Circle (grid, overlapped grid, flexi grid, rotatable grid, concentric circles) Features: rays (all object edges will be rays) show/hide each individual drawing type, or all delete last drawn ob
FREE
The indicator identifies when a divergence occurs between price and an indicator or oscillator. It identifies both regular and hidden divergences. Combined with your own rules and techniques, this indicator will allow you to create (or enhance) your own powerful system. For higher probability setups I can recommend you to use my Supply Demand indicator and trade only if the divergence occurs inside a zone. Supply zone for bearish div and demand zone for bullish div. The optimal scenario is if it
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
あなたが移動平均で取引する場合、この指標はあなたの最高のアシスタントになります。 これは、2つの移動平均が交差するときの信号を示します(たとえば、速い移動平均が下から上への遅い移動平均を突破します-成長が可能です)。 それはすべての方法であなたに通知します:それは端末でビープ音を鳴らし、あなたの電話に通知を送信し、あなたの電子メールに電子メールを送信します—今、あなたは間違いなく取引を見逃すことはありません。 それは柔軟に調整することができます:あなたは(利用可能な10以上のオプションがあります)移動平均を計算する方法を正確に選択し、あなたの戦略 移動平均線が好きな人のためのツール。 画面に座る必要はありません-それは行動する時が来たときにあなたに教えてくれます。 そして、あなたが実験したいのであれば、設定はあなたが長期的な取引のためにさえ、スキャルピングのためにそれを適応させるのを助けるでしょう。 指標は、迅速なコードを持っており、簡単にあなたの取引ロボットに統合することができます。 送信される信号とアラートには2つのタイプがあります。 最初の信号は、条件が満たされる可能性がある場合
FREE
この指標は、2つの移動平均の差をヒストグラムの形で示しています。 移動平均には巨大なカスタマイズオプションがあります。 ヒストグラムの色が変わると、あらゆる方法で通知されます。端末でビープ音が鳴り、電話に通知を送信し、メールに電子メールを送信します。今、あなたは間違いなく取引を見逃すことはありません。 チャート上の線の形で完全に無料の移動平均交差点インジケータ: https://www.mql5.com/ja/market/product/148478 あなたのフィードバックは私にとって非常に重要です。 フィードバックは開発をはるかに良くし、私たちが一緒に前進するのに役立ちます。 ご質問がありますか、あなたの意見を共有したいですか? コメントを書いたり、メッセージを送信します-私はいつも連絡を取り合っています! このツールは、市場を監視するルーチンを引き継ぐあなたの信頼性の高いアシスタントになります。 交差点の瞬間を見越してチャートを常に見る代わりに、このタスクをインジケーターに委ねることができます。 明確なヒストグラム列を使用してトレンド強度のダイナミクスを視覚化するだけでなく、最も
FREE
Candle Countdown — MT5用 正確なローソク足カウントダウン Candle Countdown は、 現在のローソク足が閉じるまでの残り時間 をチャート上に表示するシンプルで正確なツールです。 エントリーがローソク足のクローズに依存する場合、数秒の違いが重要になります。 このインジケーターは正確な時間を表示し、焦らずに判断できるようサポートします。 ローソク足のクローズ時間を正確に把握するためのインジケーターです。 表示内容: ローソク足が閉じるまでの残り時間 サーバー現在時刻 スプレッド ストップレベル(Stop Level) タイマーはティックに依存せず、プラットフォームの内部タイマーによって更新されるため、市場の動きが少ない場合でも安定した表示を維持します。 これにより、低ボラティリティの環境でも滑らかで安定したカウントダウンを実現します。 情報は背景付きのブロック内に表示されるため、どのチャートカラーでも見やすく、分析の妨げになりません。 ローソク足のクローズが近づくと、タイマーの色が変化し、視覚的に状況を把握しやすくなります。 MT4版はこちら: Cand
FREE
The indicator IQuantum shows trading signals for 10 symbols in the daily chart: AUDCAD, AUDUSD, EURUSD, GBPCAD, GBPCHF, GBPUSD, NZDUSD, USDCAD, USDCHF, and USDJPY. Signals of the indicator are produced by 2 neural models which were trained independently from one another. The inputs for the neural models are normalised prices of the symbols, as well as prices of Gold, Silver and markers of the current day. Each neural model was trained in 2 ways. The Ultimate mode is an overfitted neural model
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
Risk5Percent is a custom indicator for MetaTrader 5 designed to help you manage your risk exposure precisely. By entering the desired risk percentage and the number of lots used, it calculates and displays the corresponding price level on the chart that represents your maximum anticipated loss (e.g., 5%), automatically considering contract and tick size for the selected instrument. Key Features: Custom settings for trade direction (long/short), risk percentage, and lot size. Automatic adjus
FREE
前バージョンのインジケーターの発展 ZigZag WaveSize MT4 ZigZag WaveSize - ポイント、レベル、および異なるアラートロジックに関する情報が追加された改良版標準ZigZagインジケーター 一般的な改善点: MetaTrader 5用のコード適応 グラフィックオブジェクトでの作業の最適化 新機能: 極値における水平レベル レベルタイプの選択:水平/光線/セグメント 流動性レベルフィルター(価格によるブレイクなし) ブレイク用バッファ:偽ブレイクに対する感度設定 ラベル設定と機能:数量、外観、古いラベルの削除 構造ブレイクアラート(BoS) 動きの性質変更アラート(ChoCH) 最適化: 極値更新ロジックの修正 新しいオブジェクトの動的更新 バー出現時の負荷低減 ラベルの中央管理システム 修正点: 配列の境界超えの修正 ラベルの正しい配置 重複するパラメーターの削除 ZigZag WaveSizeインジケーターをトレーディングシステムの補助として使用してください   マーケットで私の他の製品もお試しください  https://www.mql5.com/
FREE
このプロダクトを購入した人は以下も購入しています
The price increases every 30 purchases, the next price is $169 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
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 が有効化されており、より安定した取引体験を重視しています。チャートに適用するだけですぐ利用可能です。上級者向けに、すべてのパラメータは自由にカスタマイズできます。 EMA、RSI、ADX、Volume、VWAP、Bollinger Bands、MACD Divergence な
Gold Entry Sniper – ゴールドスキャルピング&スイングトレード用プロフェッショナル多時間足ATRダッシュボード Gold Entry Sniper は、XAUUSDや他の銘柄向けに正確な 売買シグナル を提供する、MetaTrader 5用の高度なインジケーターです。 ATRトレーリングストップロジック と 多時間足分析ダッシュボード を搭載し、スキャルピングからスイングトレードまで対応します。 主な特徴と利点 多時間足シグナル分析 – M1、M5、M15 のトレンドを同時表示。 ATRベースのトレーリングストップ – ボラティリティに応じて動的に調整。 プロ仕様のチャートダッシュボード – シグナル状況、ATRレベル、回帰線、売買方向を表示。 明確な売買マーカー – 自動矢印とテキストラベル。 エグジットアラートとトレード管理 – 利益確定のための自動検出。 完全カスタマイズ可能 – パネル位置、色、フォント、ATR/回帰設定を調整可能。 ゴールド(XAUUSD)に最適化 – M1〜M15のスキャルピングに最適、FXや指数、暗号資産にも対応。 Gold Entry
まず正直に言いましょう。 どんなインジケーターも、それ単体であなたを利益化させることはできません。もしそう言う人がいるなら、それは夢を売っているだけです。完璧な売買シグナル(矢印)を表示するインジケーターは、いくらでも“完璧に見せる”ことができます。正しい過去の区間を拡大して、勝ちトレードだけを切り取ればいいだけです。私たちはそれをしません。 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
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 3690 Pips (Until 05-26 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
このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示す
Power Candles V3 - 自己最適化型強弱インジケーター Power Candles V3は 、通貨や銘柄の強さを、適用されたすべてのチャート上で実行可能なトレードプランに変換します。単にローソク足を色分けするだけでなく、バックグラウンドでリアルタイムの自動最適化を実行し、目の前の銘柄に対して最適なストップロス、テイクプロフィット、およびシグナルの閾値を提示します。ワンクリックで実取引に適用でき、エントリーポイント、ストップロス、テイクプロフィットのラインが正確な価格位置にチャート上に表示され、方向性を示すアラートがリアルタイムで発動します。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨事項を入手し、  https://stein.investments でコミュニティに参加しましょう クローズしたバーごとに3,000回以上のトレードシミュレーション。9つの強さの状態。2つの戦略を並行してテスト。勝率の高い設定をワンクリックで適用。 なぜこれが必要なのか ほとんどの強
このインジケーターを購入すると、プロ仕様のトレードマネージャーを無料で差し上げます。 まず第一に、このトレーディングシステムがノンリペイント、ノンリドロー、ノンラグのインジケーターであることを強調する価値がある。これにより、手動取引とロボット取引の両方に理想的なものになっています。 オンラインコース、マニュアル、プリセットのダウンロード。 「スマートトレンドトレーディングシステム MT5」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的なトレーディングソリューションです。10以上のプレミアムインジケーターを組み合わせ、7つ以上の堅実なトレーディング戦略を備えており、多様な市場状況に対応する多目的な選択肢となっています。 トレンドフォロー戦略:トレンドを効果的に乗り越えるための正確なエントリーとストップロス管理を提供します。 リバーサル戦略:潜在的なトレンドの反転を特定し、トレーダーがレンジ相場を活用できるようにします。 スキャルピング戦略:高速で正確なデイトレードおよび短期取引のために設計されています。 安定性:すべてのインジケーターはノンリペイント、ノンリドロー、ノ
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同期問題なし。シンセティックエンジンは 固定比率タ
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確なデイ
トレンドキャッチャーインジケーター トレンドキャッチャーインジケーターは、開発者独自の適応型トレンド分析指標を組み合わせることで、市場価格の動きを分析します。短期的なノイズを除去し、根底にあるモメンタムの強さ、ボラティリティの拡大、価格構造の挙動に焦点を当てることで、真の市場方向性を特定します。また、移動平均線、RSI、ボラティリティフィルターなどの平滑化およびトレンドフィルタリング機能を備えたカスタマイズ指標も使用します。 実際の運用状況のモニタリングやその他の製品については、こちらをご覧ください: https://www.mql5.com/en/users/mechanic/seller ご注意ください。私はTelegramでEAや設定を販売していません。詐欺です。すべての設定はブログで無料で公開しています。 重要!ご購入後すぐにご連絡ください。手順とボーナスをお送りします!
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタム ブレイクアウト プロ   は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、またはスプレッドが非常に低い R
Gann Made Easy   は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検
GoldenX Entryは、MT5向けのインジケーターであり、適応型Smart Entry Trendアルゴリズム、シグナルスコアリングシステム、マーケットレジーム検出機能、およびボラティリティフィルターを備えています。各シグナルには、計算されたエントリーレベル、3つのテイクプロフィット(TP1、TP2、TP3)、およびストップロスレベルが含まれます。本インジケーターは、異なる市場環境に適応するために設計された複数の分析レイヤー上に構築されており、マルチレイヤー分析システムと内蔵オプティマイザーおよび統計トラッキングシステムを組み合わせています。リスク・リワード(RR)指標および過去のトレード履歴に基づく定量分析を提供します。 使い始めは簡単です — 選択した時間足でオプティマイザーを実行し、そのままチャート上でインジケーターを使用します。 コア機能 GoldenX Entryは、シグナルエンジンとトレード管理機能、そして過去統計トラッキングを1つのチャートに統合しています: - 内蔵オプティマイザー: オプティマイザーはチャート上でワンクリックで実行できます。200通りのパラメー
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状態のみを表示します。
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケーター
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
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
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
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
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (3)
新たな王者が登場 - インジケーター + 注文管理表示(TP1 + TP2 + TP3)+ オプションのTelegramシグナル送信機能付き(無料) (完全なトレード&シグナルシステム) ゴールド向け最高のEA: Gold Slayer このインジケーターには、高度な戦略、カスタマイズ可能な注文管理システム、そしてエンベロープ拡張を組み合わせた平均回帰システムが搭載されています。さらに、RSIなど複数のインテリジェントな確認フィルターによって、高確率の反転エントリーをBUY・SELLシグナルとして検出します。 単にトレードを学ぶだけでなく、複数ポジションを効果的に管理し、過去に利益を出しているオープンポジションで損失トレードをカバーする方法も学べます。 M5向けに構築・最適化されており、流動性が高くシグナルの精度が安定しているBTCUSDとXAUUSDで優れたパフォーマンスを発揮します。 このインジケーターは、ATRを基に自動計算されたエントリー、ストップロス、テイクプロフィットレベルを備えた明確なLong・Shortシグナルを提供するため、リスク管理が最初から組み込まれています。 マ
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 ゴールドトレーダーのコミュニティで実際に使用され、精度と使いやすさで高評価。 あなたの問題
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 - 上位足行は下位足デ
Trend Forecaster – Since 2023. The Trend Forecaster indicator utilizes a unique proprietary algorithm to determine entry points for a breakout trading strategy. The indicator identifies price clusters, analyzes price movement near levels, and provides a signal when the price breaks through a level. The Trend Forecaster indicator is suitable for all financial assets, including currencies (Forex), metals, stocks, indices, and cryptocurrencies. You can also adjust the indicator to work on any time
FX Power: 通貨の強弱を分析して、より賢い取引を実現 概要 FX Power は主要通貨と金の実際の強弱をあらゆる市場状況で理解するための必須ツールです。強い通貨を買い、弱い通貨を売ることで、 FX Power は取引の意思決定を簡素化し、高い確率の取引機会を見出します。トレンドを追従する場合でも、極端なデルタ値を使用して反転を予測する場合でも、このツールはあなたの取引スタイルに完全に適応します。ただ取引するだけではなく、 FX Power で賢く取引をしましょう。 1. なぜ FX Power がトレーダーにとって非常に有益なのか 通貨と金のリアルタイム強弱分析 • FX Power は主要通貨と金の相対的な強弱を計算し、マーケットダイナミクスに関する明確な洞察を提供します。 • どの資産がリードしているか、または後れを取っているかを監視して、取引するペアを賢く選びましょう。 マルチタイムフレームの包括的なビュー • 短期、中期、長期のタイムフレームで通貨と金の強弱を追跡し、マーケットトレンドに基づいて取引戦略を調整できます。 • スキャルピングからスイングトレード
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
Smart Structure Concepts MT5
Cristhian Alexander Gaibor Cuasquer
これは、ゾーンを描いてあなたに推測させる、もう一つの構造インジケーターではありません。 Smart Structure Concepts はあなたのために市場を読み取ります — XAUUSD(ゴールド)、外国為替、株価指数、暗号通貨、その他あらゆる市場 で Smart Money Concepts (SMC / ICT) 構造をリアルタイムでマーキングします。各ゾーンを設定するためにインプットに入る必要はもうありません: チャート上のインタラクティブなダッシュボードパネル で、ワンクリックで何を表示、非表示、調整するかを決定できます — プロパティを開く必要も、インジケーターを再起動する必要もありません。 このツールは MetaTrader 5 用の成長中のインジケーターとパネルのセットの一部です — すべて 11 言語の教育的なツールチップと、すべてのチャートに組み込まれたビジュアルメンターを備えています。 各ツールはあなたがトレードする間に教えます:任意のゾーン、シグナル、レベルにマウスを置くと、説明がチャートに直接表示されます。ブラックボックスなし、盲目的な注文なし。あなたはトレ
FX Levels: あらゆる市場における非常に高精度なサポート&レジスタンス 概要 通貨ペア、株式指数、個別銘柄やコモディティなど、どのような市場でも信頼できるサポートとレジスタンスを特定したいですか? FX Levels は伝統的な “Lighthouse” メソッドと先進的な動的アプローチを融合し、ほぼ汎用的な精度を実現します。ブローカーの実務経験を活かし、自動化されたデイリー更新とリアルタイム更新を組み合わせることで、 FX Levels は反転ポイントを見つけ、利益目標を設定し、自信をもってトレードを管理するための手助けをします。今すぐ試してみて、サポート/レジスタンス分析の正確性がどれほどトレードを向上させるかを実感してください! 1. FX Levels がトレーダーにとって非常に有用な理由 非常に正確なサポート&レジスタンスゾーン • FX Levels は異なるブローカー環境でもほぼ同一のゾーンを生成するよう設計されており、データフィードの差異や時刻設定のずれによる不一致を解消します。 • つまり、どのブローカーを利用していても一貫したレベルが得られるため、戦
トレンドトレーディング は、タイミングのプルバックとブレイクアウトにより、市場で起こっているトレンドから可能な限り利益を得るように設計された指標です。確立されたトレンドの中で価格が何をしているかを分析することにより、取引の機会を見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 自信を持って効率的に金融市場を取引する むち打ちにならずに確立されたトレンドから利益を得る 収益性の高いプルバック、ブレイクアウト、早期の逆転を認識する この指標は、独自の品質とパフォーマンスを分析します 複数時間枠のダッシュボードを実装します インジケーターは再描画されていません 電子メール/音声/視覚アラートを実装します 確立されたトレンドは多くの取引機会を提供しますが、ほとんどのトレンド指標はそれらを完全に無視しています。インジケーターの解釈はかなり簡単です: (1) トレンドの変化 (2) トレンドの方向への後退 (3) トレンドの方向へのブレイクアウト 赤いダッシュ は下降トレンド中の修正です 青いダッシュ は上昇トレンド中
作者のその他のプロダクト
OneClick Trade Panel v1.0 — MT5 Expert Advisor Professional On-Chart Trading Panel with Built-in Risk Calculator What Is It? Group support:  https://www.mql5.com/en/channels/vuongphamtrading OneClick Trade Panel is an all-in-one trading panel that sits directly on your MT5 chart. It replaces the default MT5 one-click window with a full-featured interface combining: order execution, automatic lot calculation, visual SL/TP planning, position monitoring, and batch close operations. Built for speed.
Trailing Stop Manager v1.0 — MT5 Expert Advisor Advanced Multi-Mode Trailing Stop for MetaTrader 5 What Is It? Trailing Stop Manager automatically moves your Stop Loss to protect profits as price moves in your favor. Unlike MT5's built-in trailing stop (which only has one mode), this EA offers 4 professional trailing methods that adapt to different trading styles and market conditions. Works on ALL symbols. Attach to any chart and it manages all matching positions. *** Group support:  https://ww
FREE
Scalp Signal with SL TP Indicator — Trading Guide What It Does Scalp Signal with SL TP detects high-probability reversal entries by combining RSI extremes with candlestick patterns. It prints buy/sell arrows on chart with auto-calculated SL and 3 TP levels based on ATR. Built for scalping and intraday trading on MT5. Signal Types The indicator generates 3 types of signals. Each requires RSI to be at an extreme level before triggering. 1. Engulfing (Default: ON) The primary and strongest signal.
Trading Guide — Heatmap Volume 1. How the Indicator Works Heatmap Volume measures how many standard deviations the current volume is away from its moving average (SMA) . Core formula: stdbar = (Current Volume - SMA of Volume) / Standard Deviation The higher the stdbar value, the more abnormal the volume — and the more attention it deserves. Threshold Levels Level Default Multiplier Meaning Extra High > 4.0 σ Extremely abnormal volume — very rare High > 2.5 σ Unusually high volume — notewor
FREE
MCD Hot Money visualizes three distinct market participant groups as color-coded histograms in a separate sub-window, all normalized to a 0–20 scale. The indicator uses a sensitivity-weighted, offset-adjusted RSI engine to reveal when large institutional capital is entering or exiting the market. *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading BUFFERS Retailer (Green) — fixed at 20, ceiling reference line Hot Money (Yellow) — short-term institutional flow, based on
FREE
Trading Guide — Heatmap Volume BarColor What Is This Indicator? Group support:  https://www.mql5.com/en/channels/vuongphamtrading Heatmap Volume BarColor is a companion indicator that paints your candlesticks directly on the main chart based on volume intensity. It uses the exact same logic as the Heatmap Volume indicator (separate window) but applies the color-coding to the candles themselves. Instead of looking down at the volume window, you can read volume strength at a glance right on the pr
FREE
Support Resistance Channels - Trading Guide *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading Overview The Support Resistance Channels indicator automatically identifies and displays the strongest support and resistance zones based on pivot points. Unlike simple horizontal lines, this indicator creates channels (zones) which better represent real market behavior where support and resistance act as areas rather than precise levels. Key Features Automatic Detection : Identifie
FREE
# Super Trend Indicator - User Guide *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading **Version:** 1.04 | **Platform:** MetaTrader 5 | **Release:** January 2025 ## OVERVIEW The **Grid Trend Indicator** combines Supertrend with Dual EMA filters to identify high-probability trading opportunities. Unlike standard indicators showing only bullish/bearish signals, this adds a crucial third state: **NO TREND**. ### Key Features **Triple-State System**: UPTREND (Green) / DO
FREE
1. Introduction Collective TP Manager v2 is a MetaTrader 5 Expert Advisor designed to automatically manage the collective Take Profit and Stop Loss of multiple open positions on a single symbol. Instead of setting individual TP/SL for each order, this EA monitors the combined profit/loss of all (or filtered) positions and takes action when your targets are reached. *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading 1.1 Why You Need This EA In modern trading, especially scalp
FREE
CCI VISUAL ENHANCED - MT5 USER GUIDE INTRODUCTION *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading CCI Visual Enhanced for MetaTrader 5 features: Intuitive visual interface Automatic buy/sell signals Smart alert system Dynamic histogram Strong signal & divergence detection INSTALLATION Method 1: MetaEditor (Recommended) Open MT5 → Press F4 (MetaEditor) File → New → Custom Indicator Program Name: CCI_Visual_Enhanced → Finish Delete sample code, paste .
FREE
Daily P/L Limiter v1.0 — MT5 Expert Advisor Automated Daily Loss/Profit Limiter & Max Drawdown Protection Essential for Prop Firm Challenges (FTMO, MFF, TFT, etc.) What Is It? Daily P/L Limiter automatically monitors your account's daily Profit & Loss and takes action when your limits are hit. It tracks both realized (closed trades) and unrealized (open positions) P/L, and can close all positions, disable trading, or send alerts. This is a must-have safety net for prop firm traders, where a sing
FREE
Breakout Trend Trading Strategy Guide *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading Core Concepts The Breakout Trend Indicator identifies two key market behaviors: Breakouts : Price breaks through support/resistance levels Rejections : Price fails to break through these levels Indicator Calculations Top = Highest high of X candles (excluding current) Top1 = Highest high of X candles (including current) Bottom = Lowest low of X candles (excluding current) Bottom1 = Lowest
FREE
EMA Offset Bands Indicator - Description & Trading Guide *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading Description The EMA Offset Bands indicator is a custom technical analysis tool designed for MetaTrader 5 that displays a central Exponential Moving Average (EMA) line surrounded by percentage-based offset bands. This indicator creates dynamic support and resistance levels that automatically adjust based on the EMA value. Key Features: Central EMA line (default: 200-peri
FREE
RANGE TRADING METHOD GUIDE Using the MultiTF_TopBottom_Bands Indicator *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading 1. INTRODUCTION 1.1. What is Range Trading? Range Trading is a trading method based on identifying the price oscillation zone (range) of the market and utilizing price movements within this zone to trade. 1.2. Basic Principles Top : Resistance zone - where price typically gets pushed down Bottom : Support zone - where price typically gets pushed up Range :
FREE
1. What It Does OrderByMagic is a display-only Indicator for MT5. It reads all open positions on your account and shows them grouped by Magic Number directly on the chart — updated every 2 seconds. It never opens, closes, or modifies any trade. *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading 2. Why You Need It The Magic Number collision problem Every EA stamps a Magic Number on the orders it opens so it can identify and manage them later. When you run multiple EAs at the
FREE
MACD ADVANCED - BRIEF DESCRIPTION INTRODUCTION MACD Advanced is an enhanced version of the traditional MACD indicator featuring an intelligent 4-color system that helps traders easily identify market trends and momentum. *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading KEY FEATURES 1. Smart 4-Color System Bright Green (Lime) - Strong Bullish: MACD > 0 and MACD > Signal Light Green (DarkSeaGreen) - Weak Bullish: MACD > 0 but MACD < Signal ️ Bright Red (Red)
FREE
Trendlines with Breaks (TWB) — Trading Guide What Is It? Trendlines with Breaks is an auto-drawn trendline indicator that detects swing pivots, draws dynamic upper/lower trendlines, and fires breakout signals when price closes beyond those lines. No more manually drawing and adjusting trendlines — the indicator does it systematically. *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading Core Settings Parameter Default What It Does Swing Detection Lookback 14 Bars left & right t
ICT Concepts Indicator — Trading Guide Overview This MetaTrader 5 indicator implements core Inner Circle Trader (ICT) concepts on a single chart. It identifies institutional price delivery patterns — the footprints that smart money leaves behind — and visualizes them as actionable zones and signals. The indicator includes six modules that work together: Killzones — Session-based time windows where institutional activity peaks Premium / Discount Zones — Whether price is expensive or cheap relativ
SMC Complete Indicator v4 - Trading Guide Introduction Group support:  https://www.mql5.com/en/channels/vuongphamtrading The SMC Complete Indicator v4 is a Smart Money Concepts (SMC) trading tool for MetaTrader 5. It automatically identifies institutional trading patterns to help traders align with "smart money" - banks, hedge funds, and market makers. Core Principle: Large institutions need liquidity to fill massive orders. They create predictable patterns: accumulating at key levels, hunting s
Quantum Scalp Momentum— Trading Guide Group support:  https://www.mql5.com/en/channels/vuongphamtrading What This Indicator Does The Scalping Combo is a 4-in-1 confluence indicator for MetaTrader 5. It overlays EMA9 and VWAP on your chart, monitors volume spikes and Stochastic momentum internally, then prints BUY/SELL arrows only when all four components align. A dashboard in the chart corner shows real-time status of every component. Components at a Glance Component Default Role EMA 9 9-period
Trade Journal & Dashboard v1.0 — MT5 Expert Advisor Real-Time Performance Analytics & Trade Journal on Your Chart What Is It? Trade Journal & Dashboard is an on-chart analytics panel that automatically tracks every closed trade and calculates professional performance metrics in real time. No spreadsheets, no external apps — everything you need to evaluate your trading performance lives directly on your MT5 chart. It reads your trade history, computes win rate, profit factor, expectancy, drawdown
Trade Analyzer Panel — MT5 Expert Advisor Version:   1.20 Platform:   MetaTrader 5 Type:   Panel EA (analysis + quick close) Group support:   https://www.mql5.com/en/channels/vuongphamtrading Overview Trade Analyzer Panel is a real-time dashboard EA for MetaTrader 5. It consolidates position monitoring, risk analysis, P/L simulation, target profit planning, break-even visualization, and quick close controls into a single scrollable on-chart panel. Key Features Feature Description Position Scan
Wyckoff Method Indicator — Trading Guide A complete guide to trading with the Wyckoff Method MT5 Indicator. This document explains how to interpret signals, execute trades, manage risk, and avoid common pitfalls. 1. Understanding the Wyckoff Method The Wyckoff Method, developed by Richard D. Wyckoff in the 1920s-1930s, is built on the premise that price moves through four distinct phases driven by institutional money ("Composite Man"): Phase Description What to do Accumulation Smart money quietl
フィルタ:
cham
924
cham 2026.05.24 17:42 
 

удобно видеть индикатор с трёх таймфреймов в одном окне

Chunkun Yang
142
Chunkun Yang 2026.04.22 20:06 
 

ユーザーは評価に対して何もコメントを残しませんでした

Minh Vuong Pham
5948
開発者からの返信 Minh Vuong Pham 2026.04.22 23:54
Thanks for your review!
Xuntao Su
894
Xuntao Su 2026.04.15 10:26 
 

its the best ADX that i have ever see ! and could u please make the panel size to be changble , because my computer is a small screen , i want to see the panel clearly ,thanks !

Minh Vuong Pham
5948
開発者からの返信 Minh Vuong Pham 2026.04.15 10:43
Ok, i will!
Nguyen Tho
94
Nguyen Tho 2026.04.01 12:10 
 

ユーザーは評価に対して何もコメントを残しませんでした

Minh Vuong Pham
5948
開発者からの返信 Minh Vuong Pham 2026.04.01 14:28
Thanks for your review
レビューに返信