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
Суть системы заключается в идентификации момента формирования "разворотной" композитной свечи с заданными характеристиками (размер свечи в пунктах, структура теней). В анализе японских свечей аналогами подобных разворотных моделей являются "Молот" (Hammer) и "Повешенный" (Hanging Man), но в данной системе тело свечи не обязательно должно быть маленьким, а результирующая свеча строится из нескольких свечей. Входные параметры системы: Range - задает максимальное количество баров, которые будут уча
FREE
SC MTF Rsi MT5
Krisztian Kenedi
5 (7)
Индикатор Индекса Относительной Силы (RSI) с поддержкой мульти-таймфрейма, настраиваемыми визуальными сигналами и конфигурируемой системой оповещений. Услуги фриланс-программирования, обновления и другие продукты TrueTL доступны в моём профиле MQL5 . Отзывы и оценки очень приветствуются! Что такое RSI? Индекс Относительной Силы (RSI) — это моментум-осциллятор, измеряющий скорость и величину изменений цены. Индикатор осциллирует между 0 и 100, сравнивая величину недавних прибылей с недавними у
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 -  Больше полезных индикаторов Индикатор отображает такие данные, как прибыль в пунктах, процентах и валюте, а также спред по текущей паре и время до закрытия бара на текущем таймфрейме. Существует несколько вариантов расположения информационной строки на графике: Справа от цены (бегает за ценой); Как комментарий (в левом верхнем углу графика); В выбранном углу экрана. Так же
FREE
Индикатор подчёркивает те моменты, которые профессиональный трейдер видит в обычных индикаторах. VisualVol визуально отображает разные показатели волатильности в единой шкале и общем масштабе. Подчёркивает цветом превышение показателей объёма. Одновременно могут быть отображены Тиковый и Реальный Объем, Действительный диапазон, ATR, размер свечи и ретурнс (разница open-close). Благодаря VisualVol вы увидите рыночные периоды и подходящее время для разных торговых операций. Эта версия предназначен
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) - уровня максимальной торговой активности, который позволяет выявить наиболее ликвидные уровни Определени
FREE
Данный индикатор формирует канал на основе показаний индикатора ADX (Average Directional Movement Index), отображает и сообщает трейдеру разворот цены на границах этого канала, а также, может сообщать, когда цена касается границ канала.  Рисует и дополнительные пунктирные линии, которые зависят от показаний +DI и -DI индикатора ADX. Имеет также опцию для фильтрации сигналов в зависимости от показаний стохастика. Канал, рисуемый данным индикатором, получается немного похож на Envelopes или Bollin
FREE
Phoenix Moving Average Meter (MT5) Профессиональный инструмент для анализа и визуализации тренда скользящего среднего для MetaTrader 5. Объединяет интеллектуальный анализ наклона, измерение ширины облака и классификацию режимов в наглядной панели инструментов в режиме реального времени. Обзор Phoenix Moving Average Meter анализирует взаимосвязь между быстрым и медленным скользящим средним для определения направления, силы и зрелости тренда. Индикатор непрерывно отслеживает угол наклона MA, ра
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
Индикатор определяет, когда происходит расхождение между ценой и индикатором или осциллятором. Он выявляет как регулярные, так и скрытые расхождения. В сочетании с вашими собственными правилами и методами этот индикатор позволит вам создать (или улучшить) вашу собственную мощную систему. Функции Может обнаруживать дивергенции для следующих осцилляторов / индикаторов:       MACD, OsMA, Stochastics, RSI, CCI, RVI, Awesome, ADX, ATR, OBV, композитный индекс, MFI и моментум. Можно выбрать только од
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
Если вы торгуете со скользящими средними, этот индикатор станет вашим лучшим помощником. Вот что он умеет: показывает сигналы, когда две скользящие средние пересекаются (например, быстрая скользящая средняя пробивает медленную снизу-вверх — возможен рост). Оповещает всеми способами: пищит в терминале, шлёт уведомление на телефон и письмо на почту — теперь вы точно не пропустите сделку. Гибко настраивается: можно выбрать, как именно рассчитывать скользящую среднюю (в наличии больше 10 вариантов),
FREE
Индикатор показывает разницу между двумя скользящими средними в виде гистограммы. Скользящие средние обладают огромными возможностями для настройки. Оповещает всеми способами при смене цвета гистограммы: пищит в терминале, шлёт уведомление на телефон и письмо на почту — теперь вы точно не пропустите сделку. Полностью бесплатный индикатор пересечения скользящих средних в виде линий на графике: https://www.mql5.com/ru/market/product/148478 Ваши отзывы очень важны для меня. Обратная связь делает ра
FREE
Candle Countdown — Accurate Time to Close for MT5 Candle Countdown — это простой и точный инструмент, который показывает оставшееся время до закрытия текущей свечи прямо на графике. Когда вход зависит от момента закрытия свечи, даже несколько секунд имеют значение. Этот индикатор позволяет видеть точное время и принимать решения без спешки и догадок. Индикатор для точного контроля времени закрытия свечи. Индикатор показывает: время до закрытия текущей свечи текущее серверное время спред Stop Le
FREE
Индикатор IQuantum показывает торговые сигналы по 10 символам на дневном графике: AUDCAD, AUDUSD, EURUSD, GBPCAD, GBPCHF, GBPUSD, NZDUSD, USDCAD, USDCHF и USDJPY. Сигналы индикатора генерируются двумя нейронными моделями, которые были обучены независимо друг от друга. В качестве входов для нейронных моделей используются нормализованные цены символов, а также золота, серебра и указатели текущего дня. Каждая нейронная модель была обучена в двух вариантах. Максимальный режим (Ultimate) представляет
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 Оптимизирована работа с графическими объектами Новое: Горизонтальные уровни на экстремумах Выбор типа уровней: горизонт/лучи/отрезки Фильтр ликвидных уровней (не пробитых ценой) Буфер для пробоев: настройка чувствительности к ложным пробоям На
FREE
Easy GOLD MT5
Franck Martin
3.91 (43)
Easy Gold is the latest addition to the BotGPT family. It is surprising and very powerful. It is ideal for beginners due to its simplicity.  There is absolutely nothing to do, it's 100% automated, simply indicate the percentage of risk you want to take per trade and the EA is ready. Whatever your capital, the EA takes care of everything. Optimized on (XAUUSD).  Unleash all the power with the professional version (AGI Gold) and its connection to the neural network, available in my store. My othe
FREE
С этим продуктом покупают
TO SWITCH TO ENG PLEASE CHOOSE IT IN THE UPPER-RIGHT CORNER OF THE WEBSITE Neuro Poseidon - новый индикатор от Дарьи Резуевой. Он сочетает точные торговые сигналы с адаптивными уровнями TP/SL , в результате создавая максимально выгодные сделки! Напишите мне и получите  Neuro Poseidon Assistant  в подарок для автоматизации вашей торговли! Что отличает его от других индикаторов? 1. Доказанная прибыльность на всех активах и таймфреймах 2. На графике присутствуют только подтвержденные сигналы на п
SuperScalp Pro
Van Minh Nguyen
4.65 (26)
SuperScalp Pro – Продвинутая скальпинговая индикаторная система с множественными фильтрами SuperScalp Pro — это продвинутый скальпинговый индикатор, который сочетает классический Supertrend с несколькими интеллектуальными фильтрами подтверждения для поиска торговых возможностей. Он эффективно работает на различных таймфреймах от M1 до H4, с оптимизированной производительностью на XAUUSD, BTCUSD и основных валютных парах Forex. Индикатор предоставляет четкие сигналы Buy и Sell, а также автоматиче
Gold Entry Sniper – Профессиональная Мульти-Таймфрейм ATR Панель для Скальпинга и Свинг-Трейдинга на Золоте Gold Entry Sniper — это передовой индикатор для MetaTrader 5, разработанный для точных сигналов на покупку/продажу по XAUUSD и другим инструментам. Основан на логике ATR Trailing Stop и мульти-таймфрейм анализе , этот инструмент идеально подходит как для скальперов, так и для среднесрочных трейдеров, обеспечивая чёткие точки входа с высокой вероятностью . Основные возможности и преимуществ
Каждый покупатель этого индикатора получает дополнительно Бесплатно: Авторскую утилиту "Bomber Utility", которая автоматически сопровождает каждю торговую операцию, устанавливает уровни Стоп Лосс и Тейк профит и закрывает сделки согласно правилам этой стратегии, Сет-файлы для настройки этого индикатора на различных активах, Сет-файлы для настройки Bomber Utility в режимы: "Минимум Риска", "Взвешенный Риск" и "Стратегия Выжидания", Пошаговый видео-мануал, который поможет вам быстро установить, на
Давайте сначала будем честны. Ни один индикатор сам по себе не сделает вас прибыльным. Если кто-то говорит вам обратное — он продаёт вам мечту. Любой индикатор, который показывает идеальные стрелки покупки/продажи, можно сделать безупречным — просто увеличьте нужный участок истории и сделайте скриншот успешных сделок. Мы так делать не будем. SMC Intraday Formula — это инструмент. Он считывает структуру рынка за вас, определяет зоны с наивысшей вероятностью движения цены и точно показывает, как
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
ScalpPoint 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 emai
SmartScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
Power Candles V3 — самооптимизирующийся индикатор силы Power Candles V3 преобразует силу валюты и инструмента в готовый к использованию торговый план на каждом графике, к которому он прикреплен. Вместо того, чтобы просто раскрашивать свечи, он выполняет автоматическую оптимизацию в режиме реального времени в фоновом режиме и предоставляет вам оптимальные значения Stop Loss, Take Profit и порог сигнала для выбранного вами символа. Один клик — и все готово для реальной торговли: на графике появляю
SignalTech MT5 is an unique fully rule based trading system for EURUSD, USDCHF, USDJPY, AUDUSD, NZDUSD, EURJPY, AUDJPY, NZDJPY, CADJPY.  All the winning trades with chart setups are published on the comments page. 2026-05 4107 Pips (Until 05-29 NY Closed) 2026-04 2243 Pips 2026-03 2165 Pips 2026-02 2937 Pips 2026-01 2624 Pips 2025-12 1174 Pips It can generate signals with Buy/Sell Arrows and Pop-Up/Sound Alerts. Each signal has clear Entry and Stop Loss levels, which should be automatically flag
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
Представляем       Quantum Breakout PRO   , новаторский индикатор MQL5, который меняет ваш способ торговли в зонах прорыва! Разработан командой опытных трейдеров со стажем торговли более 13 лет,       Квантовый прорыв PRO       разработан, чтобы поднять ваше торговое путешествие к новым высотам с его инновационной и динамичной стратегией зоны прорыва. Quantum Breakout Indicator покажет вам сигнальные стрелки на зонах прорыва с 5 целевыми зонами прибыли и предложением стоп-лосса на основе поля
Этот продукт был обновлен для рынка 2026 года и оптимизирован для последних сборок MT5. УВЕДОМЛЕНИЕ ОБ ИЗМЕНЕНИИ ЦЕНЫ: Smart Trend Trading System сейчас доступен за $99 . Цена увеличится до $199 после следующих 30 покупок . СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ: После покупки Smart Trend Trading System отправьте мне личное сообщение, чтобы получить Smart Universal EA БЕСПЛАТНО и превратить сигналы Smart Trend в автоматические сделки. Smart Trend Trading System — это полноценная торговая система без перерисов
Quantum TrendPulse
Bogdan Ion Puscasu
5 (25)
Представляем   Quantum TrendPulse   , совершенный торговый инструмент, который объединяет мощь   SuperTrend   ,   RSI   и   Stochastic   в один комплексный индикатор, чтобы максимизировать ваш торговый потенциал. Разработанный для трейдеров, которые ищут точность и эффективность, этот индикатор помогает вам уверенно определять рыночные тренды, сдвиги импульса и оптимальные точки входа и выхода. Основные характеристики: Интеграция SuperTrend:   легко следуйте преобладающим рыночным тенденциям и п
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Синтетический фрактальный структурный анализ и подтверждённые входы для MT5 Обзор Azimuth Pro — многоуровневый индикатор свинговой структуры от Merkava Labs . Четыре вложенных уровня свингов, привязанный к свингам VWAP, определение ABC-паттернов, трёхтаймфреймная структурная фильтрация и подтверждённые входы на закрытой свече — один график, один рабочий процесс от микро-свингов до макро-циклов. Это не слепой сигнальный продукт. Это рабочий процесс, основанный на структуре, для т
FX Trend NG: Следующее поколение интеллектуального анализа трендов на разных рынках Обзор FX Trend NG — это профессиональный инструмент анализа трендов и мониторинга рынка с поддержкой нескольких таймфреймов. Он позволяет за секунды получить полное структурное понимание текущего состояния рынка. Вместо переключения между десятками графиков вы мгновенно видите, какие инструменты находятся в тренде, где импульс ослабевает и где наблюдается сильная синхронизация между таймфреймами. Специальное пр
Gann Made Easy   - это профессиональная, но при этом очень простая в применении Форекс система, основанная на лучших принципах торговли по методам господина У.Д. Ганна. Индикатор дает точные BUY/SELL сигналы, включающие в себя уровни Stop Loss и Take Profit. ПОЖАЛУЙСТА, СВЯЖИТЕСЬ СО МНОЙ ПОСЛЕ ПОКУПКИ, ЧТОБЫ ПОЛУЧИТЬ ТОРГОВЫЕ ИНСТРУКЦИИ И ОТЛИЧНЫЕ ДОПОЛНИТЕЛЬНЫЕ ИНДИКАТОРЫ БЕСПЛАТНО! Вероятно вы уже не раз слышали о торговли по методам Ганна. Как правило теория Ганна отпугивает от себя не только
Свинг-версия M30/H1/H4 доступна Хотите ловить большие движения? Gold Signal Swing Pro (M30/H1/H4). Цель: $20-$80+ за сделку. https://www.mql5.com/en/market/product/177643 KURAMA GOLD SIGNAL PRO (MT5) — Полная Торговая Система XAUUSD с 7-Слойным Фильтром Без перерисовки. Без перепрорисовки. Без задержки. Каждый сигнал остаётся зафиксированным после подтверждения. Бонус покупателю: Каждый, кто приобретает полную лицензию, получает AI Zone Radar (стоим
GoldenX Entry — это индикатор для MT5 с адаптивным алгоритмом Smart Entry Trend, системой оценки сигналов, детектором рыночных режимов и фильтром волатильности. Каждый сигнал включает рассчитанный уровень входа, три уровня Take-Profit (TP1, TP2, TP3) и уровень Stop-Loss. Он построен на нескольких аналитических слоях, предназначенных для адаптации к различным рыночным условиям, объединяя многоуровневую аналитическую систему со встроенным оптимизатором и системой статистического отслеживания. Инди
RelicusRoad Pro: Квантовая Рыночная Операционная Система СКИДКА 70% ПОЖИЗНЕННЫЙ ДОСТУП (ОГРАНИЧЕНО) - ПРИСОЕДИНЯЙТЕСЬ К 2000+ ТРЕЙДЕРАМ Почему большинство трейдеров теряют деньги даже с «идеальными» индикаторами? Потому что они торгуют Единичными Концепциями в вакууме. Сигнал без контекста — это лотерея. Чтобы выигрывать стабильно, вам нужна КОНФЛЮЭНЦИЯ . RelicusRoad Pro — это не простой стрелочный индикатор. Это полная Количественная Рыночная Экосистема . Она отображает «Дорогу Справедливой Сто
Trend Catcher   анализирует движения рыночных цен, используя комбинацию собственных и индивидуально разработанных адаптивных индикаторов анализа тренда. Он определяет истинное направление рынка, отфильтровывая краткосрочные шумы и фокусируясь на силе импульса, расширении волатильности и поведении ценовой структуры. Он также использует комбинацию сглаживающих и фильтрующих тренд индикаторов, таких как скользящие средние, RSI и фильтры волатильности. Мониторинг реальных операций, а также другие
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIBot 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 Cus
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
Этот продукт был обновлен для рынка 2026 года и оптимизирован для последних сборок MT5. УВЕДОМЛЕНИЕ ОБ ИЗМЕНЕНИИ ЦЕНЫ: Atomic Analyst сейчас доступен за $99 . Цена увеличится до $199 после следующих 30 покупок . СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ: После покупки Atomic Analyst отправьте мне личное сообщение, чтобы получить Smart Universal EA БЕСПЛАТНО и превратить сигналы Atomic Analyst в автоматические сделки. Atomic Analyst — это индикатор Price Action без перерисовки, без перерисовывания истории и без
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (4)
Новый король в городе — Индикатор + управление ордерами (TP1 + TP2 + TP3) + опциональный Telegram-сигнал-сендер ВКЛЮЧЁН (БЕСПЛАТНО) (ПОЛНОЦЕННАЯ ТОРГОВАЯ И СИГНАЛЬНАЯ СИСТЕМА) Gold Slayer EA Этот индикатор включает в себя продвинутую стратегию, торговую систему с настраиваемым управлением ордерами и систему mean reversion, которая сочетает расширения Envelope и поддерживается несколькими интеллектуальными фильтрами подтверждения, такими как RSI, для поиска высоковероятных точек разворота с сигн
Market Structure Order Block Dashboard MT5 — это индикатор MT5, разработанный для трейдеров, которые хотят читать рыночную структуру и основные зоны реакции цены прямо на графике. Он объединяет BOS, ChoCH, Order Blocks, Fair Value Gaps (FVG), Ликвидность, Kill Zones, Volume Profile и компактную панель для быстрого анализа. Индикатор предназначен для трейдеров, использующих рыночную структуру, концепции ICT и Smart Money как основу для принятия решений. Он помогает выявлять продолжения тренда, во
Smart Structure Concepts MT5
Cristhian Alexander Gaibor Cuasquer
5 (1)
Это не очередной индикатор структуры, который рисует зоны и оставляет вас гадать. Smart Structure Concepts читает рынок за вас — отмечая структуру Smart Money Concepts (SMC / ICT) в реальном времени на XAUUSD (Золото), Форекс, индексах, криптовалютах и любом другом рынке . Забудьте о входе в настройки для конфигурации каждой зоны: с его интерактивной панелью-дашбордом на графике вы решаете, что показать, скрыть или настроить одним кликом — без открытия свойств, без перезапуска индикатора. Этот и
FX Levels: Исключительно точные уровни поддержки и сопротивления для всех рынков Краткий обзор Ищете надежный способ определить уровни поддержки и сопротивления для любых инструментов—валют, индексов, акций или сырьевых товаров? FX Levels сочетает традиционный «Lighthouse» метод с современным динамическим подходом, обеспечивая почти универсальную точность. Благодаря сочетанию опыта реальных брокеров и автоматических ежедневных плюс «в реальном времени» обновлений, FX Levels поможет вам выявлят
Индикатор Trend Forecaster использует уникальный авторский алгоритм для определения точек входа в сделку по пробойной стратегии. Индикатор определяет ценовые скопления и анализирует движение цены возле уровней и показывает сигнал, когда цена пробивает уровень. Индикатор Trend Forecaster подходит для любых финансовых активов: валюты (Форекс), металлы, акции, индексы, криптовалюты. Также индикатор можно настроить для работы на любых тайм-фреймах, однако в качестве рабочего тайм-фрейма все же реком
Другие продукты этого автора
OneClick Trade Panel v1.0 — MT5 Expert Advisor Professional On-Chart Trading Panel with Built-in Risk Calculator What Is It? 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. Built for risk control. No DLLs, no external dependencies. Key Fe
Quantum Scalp Momentum— Trading Guide 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, close Micro-trend direction VWAP Daily reset Fair-value / institu
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.
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. 4 Trailing Modes 1. Fixed Pips
FREE
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
Trading Guide — Heatmap Volume BarColor What Is This Indicator? 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 price chart. How It Works Each candle is colored according to how ma
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. BUFFERS Retailer (Green) — fixed at 20, ceiling reference line Hot Money (Yellow) — short-term institutional flow, based on RSI(40) with base offset 30, sensitivity 0.7 Banker (Red) — smart / la
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
Support Resistance Channels - Trading Guide 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 : Identifies pivot highs and lows automatically Channel Zones : Shows support/resi
FREE
CCI advanded
Minh Vuong Pham
5 (1)
CCI VISUAL ENHANCED - MT5 USER GUIDE   INTRODUCTION 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 .mq5 code Press F7 to compile Add to chart: Insert → Indicators → Custom Method 2: Dire
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. 1.1 Why You Need This EA In modern trading, especially scalping and multi-EA environments, manually tracking the net profit of doze
FREE
EMA Offset Bands Indicator - Description & Trading Guide 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-period, displayed in yellow) Four upper offset bands at 1%, 2%, 3%, and 4%
FREE
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 low of X candles (including current) H1 = Top1 - Bottom1 (Range) Buy Trigger = Top1 - 0.3 × H1 (Exit level f
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. 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) - Strong Bearish: MACD < 0 and MACD < Signal Orange Red (OrangeRed) - Weak Bearish: MAC
FREE
RANGE TRADING METHOD GUIDE Using the MultiTF_TopBottom_Bands Indicator 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 : The distance between Top and Bottom % Lines : Important intermediate l
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. Core Settings Parameter Default What It Does Swing Detection Lookback 14 Bars left & right to confirm a pivot. Lower = more pivots, noisier lines. Higher = fewer p
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. 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 same time, each one must have a unique Magic Number. In practice this o
FREE
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 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 stop losses, leaving footprints (Order Blocks, FVGs), and creating
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) 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 Scanner Lists all open positions with symbol, direction, lot size, open
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
5994
Ответ разработчика 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
5994
Ответ разработчика Minh Vuong Pham 2026.04.15 10:43
Ok, i will!
Nguyen Tho
94
Nguyen Tho 2026.04.01 12:10 
 

Пользователь не оставил комментарий к оценке

Minh Vuong Pham
5994
Ответ разработчика Minh Vuong Pham 2026.04.01 14:28
Thanks for your review
Ответ на отзыв