Market profile system MT5

Market Profile MetaTrader System — is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is also possible to use a free-draw rectangle session to create a custom market profile on any timeframe. Six different color schemes are available to draw the profile's blocks. Drawing profiles as a plain color histogram is also possible. Alternatively, you may choose to color the profile based on bullish/bearish bars. This indicator is based on bare price action and does not use any standard indicators. 

A system of alerts is available for price crossing the levels of Value Area high and low, Median, and Single Print zones.

Input parameters

Main

  • Session (default = Daily) — trading session for market profile: Daily, Weekly, Monthly, Intraday, and Rectangle. For a rectangle session to get calculated, a rectangle chart object with the name starting with MPR should be added to the chart. Pressing 'r' on the keyboard will add a properly named rectangle object automatically.
  • StartFromDate (default = __DATE__) — if StartFromCurrentSession is false, then the indicator will start drawing profiles from this date. It draws to the past. For example, if you set it 2018-01-20 and SessionsToCount is 2, then it will draw the profiles for 2018-01-20 and 2018-01-19.
  • StartFromCurrentSession (default = true) — if true, then the indicator starts drawing from today, else — from the date given in StartFromDate.
  • SessionsToCount (default = 2) — for how many trading sessions to draw the market profiles.
  • SeamlessScrollingMode (default = false) — if true, the StartFromDate and StartFromCurrentSession parameters are ignored; the sessions are calculated and displayed starting from the current chart position's rightmost bar. This allows scrolling back in time indefinitely to view past sessions.
  • EnableDevelopingPOC (default = false) — if true, multiple horizontal lines will be drawn to depict how the Point of Control developed through the session.
  • ValueAreaPercentage (default = 70) — a percentage share of the session's TPOs to include in the Value Area.

Looks and colors

  • ColorScheme (default = Blue to Red) — color scheme for profile's blocks:
    • blue to red
    • red to green
    • green to blue
    • yellow to cyan
    • magenta to yellow
    • cyan to magenta
  • SingleColor (default = clrBlue) — if ColorScheme is set to Single Color, this color will be used to draw market profiles.
  • ColorBullBear (default = false) — if true, the color of the profile blocks depends not on the age of the origin bar but on its direction.
  • MedianColor (default = clrWhite) — the color of the control value (median).
  • ValueAreaSidesColor (default = clrWhite) — the color of the value area side borders.
  • ValueAreaHighLowColor (default = clrWhite) — the color of the value area top and bottom borders.
  • MedianStyle (default = STYLE_SOLID) — the Point of Control (median) line style.
  • MedianRayStyle (default = STYLE_DASH) — the Point of Control (median) ray line style.
  • ValueAreaSidesStyle (default = STYLE_SOLID) — the style of the value area side borders.
  • ValueAreaHighLowStyle (default = STYLE_SOLID) — the style of the value area top and bottom borders.
  • ValueAreaRayHighLowStyle (default = STYLE_DOT) — the style of the value area top and bottom rays.
  • MedianWidth (default = 1) — the Point of Control (median) line width.
  • MedianRayWidth (default = 1) — the Point of Control (median) ray line width.
  • ValueAreaSidesWidth (default = 1) — the width of the value area side borders.
  • ValueAreaHighLowWidth (default = 1) — the width of the value area top and bottom borders.
  • ValueAreaRayHighLowWidth (default = 1) — the width of the value area top and bottom rays.
  • ShowValueAreaRays (default = None) — can be set so that the value area's High and Low price levels are projected to the right side of the chart. Can be set to previous session, current, previous and current, all previous, or all.
  • ShowMedianRays (default = None) — can be set so that the median is projected to the right side of the chart. Can be set to previous session, current, previous and current, all previous, or all.
  • RaysUntilIntersection (default = Stop_No_Rays) — defines the way median and value area rays will be cut off when they meet the next trading session's price range:
    • Stop_No_Rays — no rays are stopped anywhere.
    • Stop_All_Rays — all rays are stopped at an intersection with the price of another session.
    • Stop_All_Rays_Except_Prev_Session — all rays except the previous session's rays are stopped at an intersection with the price of another session.
    • Stop_Only_Previous_Session — only rays of the previous session are stopped at an intersection with the price of another session.
  • HideRaysFromInvisibleSessions (default = false) — if true, rays from sessions starting behind the left edge of the screen won't be displayed until you scroll back to them.
  • TimeShiftMinutes (default = 0) — time shift for the sessions, in minutes. Positive value will move the session start to the left; negative — to the right.
  • ShowKeyValues (default = true) — if true, Value Area High, Value Area Low, and Point of Control are displayed on the left of the market profile.
  • KeyValuesColor (default = clrWhite) — the color for Value Area High, Value Area Low, and Point of Control printout.
  • KeyValuesSize (default = 8) — the font size for Value Area High, Value Area Low, and Point of Control printout.
  • ShowSinglePrint (default = No) — can be set to Leftside or Rightside and will mark the single print profile — a part of the profile, which is only one TPO wide.
  • SinglePrintRays (default = false) — if true, single print edges are marked with rays.
  • SinglePrintColor (default = clrGold) — the color for single print marking if ShowSinglePrint isn't set to No.
  • SinglePrintRayStyle (default = STYLE_SOLID) — the single print ray line style.
  • SinglePrintRayWidth (default = 1) — the single print ray line width.
  • ProminentMedianColor (default = clrYellow) — the color for the prominent median (PPOC) if ProminentMedianPercentage is set to 100 or less.
  • ProminentMedianStyle (default = STYLE_SOLID) — the style for the prominent median (PPOC) if ProminentMedianPercentage is set to 100 or less.
  • ProminentMedianWidth (default = 4) — the width for the prominent median (PPOC) if ProminentMedianPercentage is set to 100 or less.
  • RightToLeft (default = false) — if true, the current session's market profile has its histogram drawn from right to left. In case Session is set to Rectangle, market profiles of all sessions are drawn right-to-left.

Performance

  • PointMultiplier (default = 0) — the higher it is, the wider are the profile's price boxes and the fewer are the chart objects. You can use it to reduce the indicator's load on CPU. When the value is zero, an adaptive multiplier is used — the indicator attempts to calculate the optimal value automatically.
  • ThrottleRedraw (default = 0) — a delay in seconds that will be applied before each redraw of the profiles. You can use it to reduce the indicator's load on CPU.
  • DisableHistogram (default = false) — if true, no market profile histogram is drawn, but Value Area and Median are still marked. This makes indicator work extremely fast, but is less useful for thorough market analysis.

Alerts

  • AlertNative (default = false) — if true, the indicator will issue the platform's native pop-up alert when some alert conditions are met.
  • AlertEmail (default = false) — if true, MetaTrader's email alerts will be sent when some alert conditions are met. Email should be properly configured in MetaTrader via Tools->Options->Email
  • AlertPush (default = false) — if true, MetaTrader's push notification alerts will be sent to your mobile device when some alert conditions are met. Notifications should be properly configured in MetaTrader via Tools->Options->Notifications. This alert type is not available in the cTrader version of the indicator.
  • AlertArrows (default = false) — if true, MetaTrader will draw arrows on the chart when some alert conditions are met.
  • AlertCheckBar (default = Previous) — controls the bar to check the alert conditions on. Current — the indicator will check the current unfinished bar; expect a lot of alerts. Previous — the indicator will check the previous (closed) bar; alerts will be delayed but more concise.
  • AlertForValueArea (default = false) — if true, alerts will be issued whenever a Value Area ray (high or low) is crossed by the price.
  • AlertForMedian (default = false) — if true, alerts will be issued whenever a Median ray is crossed by the price.
  • AlertForSinglePrint (default = false) — if true, alerts will be issued whenever a Single Print ray is crossed by the price.
  • AlertOnPriceBreak (default = false) — if true, alerts will be issued when the price breaks any of the trigger levels but then returns back behind it.
  • AlertOnBarClose (default = false) — if true, alerts will be issued when the bar opens on one side the trigger level and closes on the other side of it.
  • AlertOnGapCross (default = false) — if true, alerts will be issued when the trigger level appears inside a price gap between the last two bars.
  • AlertArrowCodePB (default = 108) — arrow code for price break alert arrows.
  • AlertArrowCodeCC (default = 110) — arrow code for candle close alert arrows.
  • AlertArrowCodeGC (default = 117) — arrow code for gap crossover alert arrows.
  • AlertArrowColorPB (default = clrRed) — arrow color for price break alert arrows.
  • AlertArrowColorCC (default = clrBlue) — arrow color for candle close alert arrows.
  • AlertArrowColorGC (default = clrYellow) — arrow color for gap crossover alert arrows.
  • AlertArrowWidthPB (default = 1) — arrow width for price break alert arrows.
  • AlertArrowWidthCC (default = 1) — arrow width for candle close alert arrows.
  • AlertArrowWidthGC (default = 1) — arrow width for gap crossover alert arrows.

Intraday sessions

  • EnableIntradaySessionN (default = true) — if true and Session is set to Intraday, then the indicator will attempt to drawn the intraday market profile #N on the chart.
  • IntradaySessionNStartTime (default = "HH:MM") — start time in HH:MM format for the intraday session #N.
  • IntradaySessionNEndTime (default = "HH:MM") — end time in HH:MM format for the intraday session #N.
  • IntradaySessionNColorScheme (default = Blue_to_Red) — color scheme for the intraday session #N.

Miscellaneous

  • SaturdaySunday (default = Normal sessions) — how to treat Saturday and Sunday sessions:
    • Normal sessions — Saturday and Sunday will be treated as normal sessions with their own daily and intraday sessions.
    • Ignore Saturday and Sunday — Saturday and Sunday candlesticks will be ignored.
    • Append Saturday and Sunday — Saturday candlesticks will be appended to the Friday session; Sunday candlesticks will be appended to the Monday session.
  • DisableAlertsOnWrongTimeframes (default = false) — if true, no pop-up alerts will appear on using Market Profile with wrong timeframe/session combination.
  • ProminentMedianPercentage (default = 101) — percentage of TPOs out of all possible that should occur inside a median for it to be considered prominent (PPOC). For example, if you set it to 50%, a median will be marked as prominent if it contains at least 24 TPOs in a daily session on M30 timeframe. If it is set to 101, no prominent median is possible.


Рекомендуем также
Индикатор SMC Venom Model BPR — профессиональный инструмент для трейдеров, работающих в рамках концепции Smart Money (SMC). Он автоматически идентифицирует на графике цены два ключевых паттерна:  FVG   (Fair Value Gap) — комбинация их трёх свечей, в которой имеется разрыв между первой и третьей свечой. Формирует зону между уровнями, где отсутствует поддержка объемов, что часто приводит к коррекции цены. BPR   (Balanced Price Range)— комбинация двух FVG-паттернов, образующих «мост»  — зону пробо
Техническое описание индикатора – Delta Profile для MetaTrader 5 Delta Profile – это индикатор, разработанный для MetaTrader 5, предназначенный для детального анализа потока объёмов в пределах заданного диапазона свечей. Он структурирует и отображает информацию о дисбалансе положительных объёмов (связанных с движением вверх) и отрицательных объёмов (связанных с движением вниз) на различных ценовых уровнях. В результате пользователь получает чёткое представление о тех участках графика, где сосред
Профиль Рынка (Market Profile) определяет ряд типов дней, которые помогают трейдеру распознать поведение рынка. Ключевая особенность - это область значений (Value Area), представляющая диапазон ценового действия, в котором произошло 70% торговли. Понимание области значений может помочь трейдерам вникнуть в направление рынка и установить торговлю с более высокими шансами на успех. Это отличное дополнение к любой системе, которую вы возможно используете. Blahtech Limited представляет сообществу Me
This Volume Delta Profile is an advanced MetaTrader 5 indicator that visualizes   volume delta (order flow imbalance)   using a volume profile-style histogram. It shows the difference between buying and selling pressure at specific price levels, helping traders identify supply and demand zones. This indicator provides a unique perspective on market dynamics by visualizing the imbalance between buying and selling pressure, offering insights beyond traditional volume analysis. Core Concept Positiv
VOLUME PROFILE SAF-XII Профессиональный анализ профиля рынка для MT5 (идеальный индикатор для сеточных трейдеров) ЧТО ТАКОЕ ПРОФИЛЬ ОБЪЕМА (VOLUME PROFILE)? Профиль объема — это профессиональный институциональный инструмент, который отображает торговую активность на определенных ценовых уровнях, в отличие от традиционных индикаторов объема, показывающих объем во времени. Он показывает, ГДЕ происходила торговля в выбранном вами окне, помогая определить: ЗОНЫ СПРАВЕДЛИВОЙ СТОИМОСТИ (VAH/VAL) — це
Before installing the HeatMap indicator make sure you are using a broker that gives you access to the Depth of market (DOM) !! This indicator creates a heatmap on your chart allowing you to see the buy or sell limit orders easily and in real time. You have the possibility to change the setting and the colors of the HeatMap in order to adapt to all markets and all charts. Here is an example of a setting you can use with the NASDAQ100 on the AMPGlobal broker :  https://www.youtube.com/watch?v=x0Y
Advanced Volume Profile Analysis Tool for MetaTrader 5 The Kecia Volume Profile Order Finder provides traders with volume profile analysis capabilities. This MT5 indicator combines volume profile visualization with statistical calculations to help identify potential trading opportunities and suggests entry, stop loss, and take profit levels based on market structure. Market Profile Visualization Transform your chart with customizable volume profile visualizations: Multiple visualization options
Premium level - это уникальный индикатор с точностью правильных прогнозов  более 80%!  Данный индикатор тестировался более двух месяцев лучшими Специалистами в области Трейдинга!  Индикатор авторский такого вы больше не где не найдете!  По скриншотах можете сами увидеть точностью данного инструмента!  1 отлично подходит для торговли бинарными опционами со временем экспирации на 1 свечу. 2 работает на всех валютных парах, акциях, сырье, криптовалютах Инструкция: Как только появляется красная стре
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
Наш индикатор   Basic Support and Resistance   - это решение, необходимое для повышения технического анализа.Этот индикатор позволяет вам проектировать уровни поддержки и сопротивления на диаграмме/ версия MT4 Особенности Интеграция уровней Fibonacci: с возможностью отображения уровней Fibonacci наряду с уровнями поддержки и сопротивления, наш показатель дает вам еще более глубокое представление о поведении рынка и возможных областях обращения. Оптимизация производительности: При возможности о
ALIEN DASHBOARD FULL EDITION – Professional ICT & Precision Trading Dashboard for MT5 ( HYBRID ENGINE ) Overview The   Alien Dashboard Full Edition   is a comprehensive, all‑in‑one technical indicator for MetaTrader 5 that merges the most powerful concepts from Inner Circle Trader (ICT) methodology with advanced precision‑entry logic, multi‑timeframe analysis, and an intuitive on‑chart dashboard. Designed for serious traders who want to visualise institutional order flow, identify high‑probabili
Ignition
Dansie Software Limited
Strategy Overview The Ignition EA tries to take advantage of sudden momentum when the Ignition pattern is detected. The final bar in the ignition pattern has a small opening wick, a very little or no closing wick, is large in comparison to recent bars and must start from the lower end of the current range (for a bullish ignition) Quick Testing Use Symbol EURUSD, Timeframe M2, and remove the GBPUSD symbol from the "Symbols" input (stratergy 1 and stratergy 2) Settings The below settings appe
SPECIAL LAUNCH OFFER: $30 (1-Month Rent) Limited time offer to build our community and gather feedback! AmbM GOLD Institutional Scalper A high-precision M5 algorithm for XAUUSD (Gold) , engineered to trade exclusively at Institutional Liquidity Levels ($5/$10 psychological marks). PERFORMANCE DATA (BUY ONLY) • Win Rate: 87.09%. • Safe Growth: +$4,113 profit on $10k (13.75% Max Drawdown). • Extreme Stress Test: Successfully generated +$22,997 in a 5-year stress test (2020-2026), proving
Уникальный индикатор, реализующий профессиональный и количественный подход к торговле на возврате к среднему. Он использует тот факт, что цена отклоняется и возвращается к среднему предсказуемым и измеримым образом, что позволяет использовать четкие правила входа и выхода, которые значительно превосходят неколичественные торговые стратегии. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Четкие торговые сигналы Удивительно легко торговать Настраиваемые цвета и разме
A powerful indicator that highlights key market zones and helps traders identify potential opportunities across multiple timeframes. Designed for clarity and efficiency, it provides real-time alerts to keep you informed of important price levels. Key Features: Works on multiple timeframes: M1, M5, M15, M30, H1, H4, D1, W1, MN1. Customizable zone colors for each timeframe. Real-time alerts and notifications when price reaches significant zones. Automatically manages chart objects to keep your wor
Индикатор строит текущие котировки, которые можно сравнить с историческими и на этом основании сделать прогноз ценового движения. Индикатор имеет текстовое поле для быстрой навигации к нужной дате. Параметры : Symbol - выбор символа, который будет отображать индикатор; SymbolPeriod - выбор периода, с которого индикатор будет брать данные; IndicatorColor - цвет индикатора; Inverse - true переворачивает котировки, false - исходный вид; Далее идут настройки текстового поля, в которое можно ввес
Max Min Delta Indicator - Market Volume Imbalance Analysis Gain Deeper Insights into Market Volume Imbalance with Delta Analysis What is the Max Min Delta Indicator? The Max Min Delta Indicator is a powerful market volume analysis tool that visually represents maximum and minimum delta values using a histogram. It helps traders identify market strength, weakness, absorption, and aggressive buying/selling activity with precision. Key Features Histogram Visualization: Displays Max Delta (Green) an
Профиль Рынка (Market Profile) помогает трейдеру распознать поведение крупных игроков на рынке и обозначить зоны их интересов. Ключевая особенность - это отображение в понятном графическом формате диапазона ценового действия, в котором произошло 70% торговли. Понимание расположения области накопления объема может помочь трейдерам увеличить вероятность на успех. При этом данный инструмент может служить как самостоятельной системой, так и использоваться в сочетании с другими индикаторами и система
Volume Structure turns the Visible Range Volume Profile into a chart-wide support and resistance heatmap, helping traders spot important volume-based structure without manually searching for levels. Instead of showing volume only as a separate profile on the side of the chart, Volume Structure projects volume zones directly across price action. Major volume peaks are highlighted as key price levels, making it easier to see where price may react, reverse, or move toward next. The tool helps trad
BTC Master Pro
Farzad Saadatinia
4.58 (12)
BTC Master Pro — ваш надежный инструмент для дисциплинированной торговли Bitcoin. Новая версия теперь усилена искусственным интеллектом OpenAI , обеспечивая более точное исполнение сделок и улучшенную фильтрацию торговых сигналов в условиях высокой волатильности крипторынка. Этот профессиональный торговый робот разработан специально для торговли Bitcoin (BTCUSD) на платформе MetaTrader 5 , с акцентом на структурированное исполнение, контролируемую нагрузку на депозит и интеллектуальное управлени
Индикатор "MR Volume Profile 5" — это графический инструмент, отображающий объем торгов на разных ценовых уровнях, а не во временных интервалах. Ключевым понятием в профиле объема является контрольная точка (POC) — ценовой уровень с наибольшим объемом торгов за сессию или временной диапазон. В то время как такие инструменты, как VWAP или OBV , показывают тренды объема, индикатор "MR Volume Profile 5" предоставляет подробную информацию о том, где происходит наибольшая рыночная активность на конкр
Gann Time–Price Square Cycles (MT5) Этот индикатор реализует концепцию баланса времени и цены, предложенную У.Д. Ганном. Он выявляет ценовые свинги на графике и проецирует временные интервалы циклов Quarter, Half и Full вперёд, отмечая их вертикальными линиями. Инструмент предназначен для того, чтобы помочь трейдерам изучать взаимосвязь между величиной ценового движения и прошедшим временем непосредственно на графиках MT5. Функции Определяет локальные максимумы и минимумы на основе глубины пиво
Harmonic Pattern Structure Harmonic Pattern Structure is a professional MetaTrader 5 indicator that automatically detects classic harmonic patterns using strict Fibonacci ratio validation and XABCD price structure. Designed for traders who value precision, clean visuals, and structured analysis, the indicator highlights potential reversal zones based on price geometry, supporting consistent and objective decision-making. SUPPORTED HARMONIC PATTERNS Gartley (222) Butterfly Bat Crab Shark Cy
Description: The Volume Profile displays detailed informations of historical trading activities at certain price levels (Market Profile). Locate the areas with the best prices in the market and get an advantage over other market participants. Features: Customizable Market Profile Shows the "fair" Value Area with 70% of all Volume Shows critical low volume zones Shows VPOC, VAL and VAH Points integrated resource management to reduce the load while working with multiple charts Works on all timefr
Crash 1000 Scalping Indicator for the Crash 1000 Deriv Synthetic Index. Introduction The Crash 1000 Scalping Indicator is a specialized tool designed for the Crash 1000 index on the Deriv Synthetic market. This indicator is particularly useful for scalping on the M1 timeframe, helping traders to identify precise entry and exit points for buy positions. It is designed to be non-repainting, providing clear signals with audible alerts and push notifications, and is compatible with mobile devices th
Price Magnet — Индикатор зон плотности цены и уровней притяжения Price Magnet — это профессиональный аналитический инструмент, который определяет ключевые уровни поддержки и сопротивления на основе статистической плотности распределения цены (Price Density). Индикатор анализирует заданный исторический период и находит ценовые значения, на которых рынок находился дольше всего. Эти зоны выступают в роли «магнитов» — они притягивают цену или служат фундаментом для разворота. В отличие от стандартны
Short Description: SMC Smart Flow Pro is an advanced Smart Money Concept indicator that automatically detects Break of Structure (BOS), Change of Character (CHoCH), and projects precise TP/SL target levels on all timeframes — built for serious traders who trade with institutional flow. Full Description: SMC Smart Flow Pro is a premium Smart Money Concept (SMC) indicator for MetaTrader 5, engineered for traders who want to trade alongside institutional order flow. By automatically mapping m
Intraday Session TPO: Precision Volume Profiling for Day Traders Stop trading blind during the most volatile hours of the day. Standard daily volume profiles blend everything together, masking the true areas of liquidity and institutional interest. The Intraday Session TPO is engineered specifically for session-to-session traders. It empowers you to isolate and profile specific time windows—like the London Open, the New York Killzone, or the Asian range—so you can see exactly where the volume is
Awesome Oscillator Билла Уильямса с возможностью тонкой настройки и замены алгоритмов усреднения индикатора, что значительно расширяет возможности применения этого осциллятора в алгоритмическом трейдинге и приближает его по своим свойствам к такому индикатору, как MACD. Для уменьшения ценовых шумов итоговый индикатор обработан дополнительным усреднением Smooth.  Индикатор имеет возможность подавать алерты, отправлять почтовые сообщения и push-сигналы при смене направления движения осциллятора и
Your Trend Friend
Luigi Nunes Labigalini
5 (1)
The trend is your friend! Look at the color of the indicator and trade on that direction. It does not  repaint. After each candle is closed, that's the color of the trend. You can focus on shorter faster trends or major trends, just test what's most suitable for the symbol and timeframe you trade. Simply change the "Length" parameter and the indicator will automatically adapt. You can also change the color, thickness and style of the lines. Download and give it a try! There are big movements w
С этим продуктом покупают
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
Каждый покупатель этого индикатора получает дополнительно Бесплатно: Авторскую утилиту "Bomber Utility", которая автоматически сопровождает каждю торговую операцию, устанавливает уровни Стоп Лосс и Тейк профит и закрывает сделки согласно правилам этой стратегии, Сет-файлы для настройки этого индикатора на различных активах, Сет-файлы для настройки Bomber Utility в режимы: "Минимум Риска", "Взвешенный Риск" и "Стратегия Выжидания", Пошаговый видео-мануал, который поможет вам быстро установить, на
SignalTech MT5 is a 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. 2025-12 1174 Pips 2026-01 2624 Pips 2026-02 2937 Pips 2026-03 2165 Pips 2026-04 2243 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 flagged on the chart, as well as potential Targets 1,
Представляем       Quantum Breakout PRO   , новаторский индикатор MQL5, который меняет ваш способ торговли в зонах прорыва! Разработан командой опытных трейдеров со стажем торговли более 13 лет,       Квантовый прорыв PRO       разработан, чтобы поднять ваше торговое путешествие к новым высотам с его инновационной и динамичной стратегией зоны прорыва. Quantum Breakout Indicator покажет вам сигнальные стрелки на зонах прорыва с 5 целевыми зонами прибыли и предложением стоп-лосса на основе поля
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Синтетический фрактальный структурный анализ и подтверждённые входы для MT5 Обзор Azimuth Pro — многоуровневый индикатор свинговой структуры от Merkava Labs . Четыре вложенных уровня свингов, привязанный к свингам VWAP, определение ABC-паттернов, трёхтаймфреймная структурная фильтрация и подтверждённые входы на закрытой свече — один график, один рабочий процесс от микро-свингов до макро-циклов. Это не слепой сигнальный продукт. Это рабочий процесс, основанный на структуре, для т
Прежде всего стоит подчеркнуть, что этот Торговый Инструмент является Неперерисовывающимся Нерепейнтинговым Индикатором, что делает его идеальным для профессиональной торговли. Онлайн-курс, руководство пользователя и демонстрация. Индикатор Концепций Умного Действия Цены - очень мощный инструмент как для новичков, так и для опытных трейдеров. Он объединяет более 20 полезных индикаторов в одном, комбинируя передовые торговые идеи, такие как анализ Inner Circle Trader и стратегии торговли концеп
RelicusRoad Pro: Квантовая Рыночная Операционная Система СКИДКА 70% ПОЖИЗНЕННЫЙ ДОСТУП (ОГРАНИЧЕНО) - ПРИСОЕДИНЯЙТЕСЬ К 2000+ ТРЕЙДЕРАМ Почему большинство трейдеров теряют деньги даже с «идеальными» индикаторами? Потому что они торгуют Единичными Концепциями в вакууме. Сигнал без контекста — это лотерея. Чтобы выигрывать стабильно, вам нужна КОНФЛЮЭНЦИЯ . RelicusRoad Pro — это не простой стрелочный индикатор. Это полная Количественная Рыночная Экосистема . Она отображает «Дорогу Справедливой Сто
Meridian Pro
Ottaviano De Cicco
5 (2)
Meridian Pro 2.00: профессиональная multi-timeframe матрица тренда для MT5 Meridian Pro 2.00 - профессиональная адаптивная матрица тренда для MetaTrader 5. Она объединяет оригинальный трендовый движок Meridian, чистый chart ribbon, сигнальные стрелки по закрытому бару, dashboard на 8 таймфреймов, Fuel momentum, weighted consensus, synthetic HTF processing и chart-native линии контекста старших таймфреймов. Цель простая: читать текущий тренд, multi-timeframe структуру, силу, momentum и EA-ready с
Quantum TrendPulse
Bogdan Ion Puscasu
5 (25)
Представляем   Quantum TrendPulse   , совершенный торговый инструмент, который объединяет мощь   SuperTrend   ,   RSI   и   Stochastic   в один комплексный индикатор, чтобы максимизировать ваш торговый потенциал. Разработанный для трейдеров, которые ищут точность и эффективность, этот индикатор помогает вам уверенно определять рыночные тренды, сдвиги импульса и оптимальные точки входа и выхода. Основные характеристики: Интеграция SuperTrend:   легко следуйте преобладающим рыночным тенденциям и п
Большинство стрелочных индикаторов дают сигнал и оставляют вас самостоятельно разбираться со всем остальным. KT Alpha Hunter Arrows дает вам полный торговый план. Каждая сигнальная стрелка появляется вместе с уже готовым планом: линия входа, стоп-лосс, четыре уровня тейк-профита и живой вердикт по преимуществу, который показывает, стоит ли сейчас торговать данный символ и таймфрейм. В комплект входит Trade Manager EA, который берет на себя сопровождение сделки после вашего входа, помогая сохраня
Btmm state engine pro
Garry James Goodchild
5 (4)
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
Представляю Вам отличный технический индикатор GRABBER, который работает, как готовая торговая стратегия "Все включено"! В одном программном коде интегрированы мощные инструменты для технического анализа рынка, торговые сигналы (стрелки), функции алертов и Push уведомлений.  Каждый покупатель этого индикатора получает дополнительно БЕСПЛАТНО:  Grabber Утилиту для автоматического управления открытыми ордерами, Пошаговый видео-мануал : как установить, настроить и торговать, Авторские сет-файлы дл
Топовый индикатор МТ5, дающий сигналы для входа в сделки без перерисовки! Идеальные точки входа в сделки для  валют, крипты, металлов, акций, индексов !  Смотрите  видео  (6:22) с примером отработки всего одного сигнала, окупившего индикатор. Версия индикатора для MT4 Преимущества индикатора Сигналы на вход без перерисовки Если сигнал появился, он никуда НЕ исчезает! В отличие от индикаторов с перерисовкой, которые ведут к потере депозита, потому что могут показать сигнал, а потом убрать его. Б
Индикатор Trend Forecaster использует уникальный авторский алгоритм для определения точек входа в сделку по пробойной стратегии. Индикатор определяет ценовые скопления и анализирует движение цены возле уровней и показывает сигнал, когда цена пробивает уровень. Индикатор Trend Forecaster подходит для любых финансовых активов: валюты (Форекс), металлы, акции, индексы, криптовалюты. Также индикатор можно настроить для работы на любых тайм-фреймах, однако в качестве рабочего тайм-фрейма все же реком
OmniSync Projection
Antonio-alin Teculescu
5 (1)
Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
The Zone Trading Indicator is a technical analysis tool for MetaTrader 5 that automatically identifies and displays tradable price zones across multiple timeframes to assist with structured market analysis. The indicator plots Monthly, Weekly, Daily, and H4 tradable zones , allowing traders to view higher- and lower-timeframe price areas simultaneously. These zones are designed to support one-candle–based entry approaches by highlighting predefined areas where price interaction may be monitored.
Лучшее решение для новичка или трейдера-эксперта! Этот индикатор является уникальным, высококачественным и доступным торговым инструментом, поскольку мы включили в него ряд собственных функций и новую формулу. С помощью всего лишь ОДНОГО графика вы можете определить силу валюты для 28 пар Форекс! Представьте, как улучшится ваша торговля, потому что вы сможете точно определить точку запуска нового тренда или возможность скальпирования? Руководство пользователя:   нажмите здесь Это первый, ори
Умный многослойный детектор пробоя и отката для MetaTrader 5 «Умно. Просто. Быстро!» Устали упускать точки входа с высокой вероятностью пробоя? Тратите часы на просмотр нескольких графиков, пытаясь совместить пробои с направлением тренда и динамикой валют — и всё равно упускаете движение? Break Pullback решает всё это с помощью одного индикатора. Что такое Break Pullback? Break Pullback — это профессиональный индикатор MetaTrader 5, созданный специально для трейдеров, торгующих по структуре ры
ARICoin 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 Cust
META TREND PRO   — это трендовый инструмент, который убирает догадки из торговли и показывает, где рынок уже принял решение. Индикатор выявляет ключевые точки, в которых происходит смена тенденции, тренда и структуры, а также подсвечивает зоны, куда возвращается цена для набора позиций крупными игроками. Вы видите не просто движение — вы понимаете логику, стоящую за ним. Все сигналы фиксируются после закрытия свечи, не перерисовываются и сохраняются на графике, позволяя уверенно анализировать си
==================================================================== SMC Pro v6.1 APEX AI — XAUUSD Gold Empire MetaTrader 5 Indicator · Smart Money Concepts · Predictive Intelligence Engine ==================================================================== SMC Pro v6.1 APEX AI is a professional Smart Money Concepts indicator system built exclusively for XAUUSD (Gold) on MetaTrader 5. It combines the complete SMC framework — Order Blocks, Liquidity sweeps, Fair Value Gaps, Break of Structure,
Инструмент маркет-мейкеров. Meravith будет: Анализировать все таймфреймы и отображать текущий действующий тренд. Выделять зоны ликвидности (объёмное равновесие), где бычий и медвежий объём равны. Показывать все уровни ликвидности с разных таймфреймов прямо на вашем графике. Генерировать и отображать текстовый анализ рынка для вашего ориентирования. Рассчитывать цели, уровни поддержки и стоп-лосс в соответствии с текущим трендом. Вычислять соотношение риск/прибыль для ваших сделок. Определять раз
Индикатор " Dynamic Scalper System MT5 " разработан для скальпингового метода торговли внутри трендовых волн. Тестировался на основных валютных парах и золоте, возможна совместимость с другими торговыми инструментами. Дает сигналы для кратковременного открытия позиций по тренду с дополнительным сопровождением движения цены. Принцип действия индикатора. Большие стрелки определяют направление тренда. Внутри трендовых волн действует алгоритм генерации сигналов для скальпинга в виде маленьких ст
Bill Williams Advanced предназначен для автоматического анализа графика по системе " Profitunity " Билла Уильямса. Индикатор анализирует сразу четыре таймфрейма. Инструкция/Мануал ( Обязательно читайте перед приобретением ) Преимущества 1. Анализирует график по системе "Profitunity" Билла Уильямса. Сигналы помещает в таблицу в углу экрана и на график цены. 2. Находит все известные сигналы АО и АС, а также сигналы зон. Оснащён трендовым фильтром по Аллигатору. 3. Находит "Дивергентный бар", а та
UZFX {SSS} Scalping Smart Signals MT5 — это высокоэффективный торговый индикатор без перерисовки, разработанный для скальперов, дейтрейдеров и свинг-трейдеров, которым требуются точные сигналы в режиме реального времени на быстро меняющихся рынках. Разработанный компанией (UZFX-LABS), этот индикатор сочетает в себе анализ ценового действия, подтверждение тренда и интеллектуальную фильтрацию для генерации сигналов на покупку и продажу с высокой вероятностью на всех валютных парах и таймфреймах.
The principle of this indicator is very simple: detecting the trend with Moving Average, then monitoring the return point of graph by using the crossing of Stochastic Oscillator and finally predicting BUY and SELL signal with arrows, alerts and notifications. The parameters are fixed and automatically calculated on each time frame. Example: If you install indicator on EURUSD, timeframe M5: the indicator will detect the main trend with the Moving Average on this timeframe (for example the Moving
Berma Bands
Muhammad Elbermawi
5 (9)
Индикатор Berma Bands (BBs) является ценным инструментом для трейдеров, стремящихся определить и извлечь выгоду из рыночных тенденций. Анализируя взаимосвязь между ценой и BBs, трейдеры могут определить, находится ли рынок в фазе тренда или диапазона. Посетите [ Блог Berma Home ], чтобы узнать больше. Berma Bands состоят из трех отдельных линий: Upper Berma Band, Middle Berma Band и Lower Berma Band. Эти линии наносятся вокруг цены, создавая визуальное представление движения цены относительно об
Panther Trade Scenario — показывает чёткий сценарий сделки прямо на графике. Индикатор убирает главную проблему в трейдинге — неопределённость в момент, когда нужно действовать. Вместо попыток угадать лучший момент ты видишь: где входить, где ограничить риск и где забирать прибыль.   Почему большинство ошибок трейдеров происходит именно во входе Проблема не в том, что ты не понимаешь рынок. Чаще всего ситуация выглядит так: ты видишь движение, понимаешь направление, но в момент входа начинаются
OrderFlux | Футпринт и Orderflow для MetaTrader 5 Версия 2.0 – Визуализация Bid/Ask в реальном времени для активных трейдеров OrderFlux — это индикатор футпринта и потока ордеров (orderflow) для MT5. Он показывает не только, куда пошла цена, но и что происходит внутри движения: объем Bid/Ask на каждом ценовом уровне, дельту, дисбаланс (imbalance) и распределение объема. Многие графики показывают вам только конечный результат свечи. OrderFlux показывает вам путь к нему. Именно это помогает, когда
MATADOR GOLD — XAUUSD M5 ( TimeFrame M5 ) Scalp Signals for MT5 Strategy Tester Visualization Video https://youtu.be/_cWbbyg2RSs Not every move deserves a signal. MATADOR GOLD was built for traders who prefer selective, structured, high-quality decision support over noisy, hyperactive signal tools. Designed specifically for Gold (XAUUSD / GOLD) on M5 , MATADOR helps you read short-term momentum with more discipline by combining trend logic, market-condition filters, momentum timing, spread pro
Фильтр:
Нет отзывов
Ответ на отзыв