SUM Market Profile Heat

Market Profile Heat indicator — 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.

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.



Prodotti consigliati
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
BoxChart MT5
Evgeny Shevtsov
5 (7)
The market is unfair if only because 10% of participants manage 90% of funds. An ordinary trader has slim changes to stand against these "vultures". This problem can be solved. You just need to be among these 10%, learn to predict their intentions and move with them. Volume is the only preemptive factor that faultlessly works on any timeframe and symbol. First, the volume appears and is accumulated, and only then the price moves. The price moves from one volume to another. Areas of volume accumu
Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
Blahtech Supply Demand MT5
Blahtech Limited
4.54 (13)
Was: $299  Now: $99  Supply Demand uses previous price action to identify potential imbalances between buyers and sellers. The key is to identify the better odds zones, not just the untouched ones. Blahtech Supply Demand indicator delivers functionality previously unavailable on any trading platform. This 4-in-1 indicator not only highlights the higher probability zones using a multi-criteria strength engine, but also combines it with multi-timeframe trend analysis, previously confirmed swings a
A "Volume Profile" is an advanced charting indicator that displays total volume traded at every price level over a user specified time period. The main components of the volume profile are POC ( Point Of Control - the price level, at which the maximum number of contracts were executed during a selected period), VAH ( Value Area High - the highest price in the Value Area) and VAL ( Value Area Low - the lowest price in the Value Area). When we settled on the original indicator, we spent a lot of
VPO Profile MT5
Kyra Nickaline Watson-gordon
5 (2)
Definition : VPO is a Volume Price Opportunity. Instead of using bars or candles with an Open, High, Low, and Close price, each "bar" in a Market Profile is represented by horizontal bars against the price It is called Market Profile terminology. In other words volume-price-opportunity (VPO) profiles are histograms of how many volumes were traded at each price within the span of the profile. By using a VPO chart, you are able to analyze the amount of trading activity, based on volume, for each
VolumeProfile MT5
Robert Hess
4.14 (7)
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
Price Volume Distribution Indicatore Volume Profile che analizza la distribuzione del volume di trading per livello di prezzo. Visualizza POC, Value Area, picchi di volume e filtraggio segnali basato su zone per MT5. Panoramica Price Volume Distribution e un indicatore di analisi del volume per MetaTrader 5. Calcola e visualizza la distribuzione del volume sui livelli di prezzo utilizzando dati del timeframe M1, fornendo rappresentazione visiva tramite barre istogramma e linee di riferimento.
Delta Profile Volume
Teresinha Moraes Correia
Technical Description of the Indicator – Delta Profile for MetaTrader 5 The Delta Profile is an indicator developed for MetaTrader 5 focused on detailed analysis of volume flow within a defined range of candles. It organizes and displays information about the imbalance of positive volumes (associated with upward movements) and negative volumes (associated with downward movements) at different price levels. The result is a clear view of the chart points where the highest concentration of trades o
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
This indicator allows you to enjoy the two most popular products for analyzing request volumes and market deals at a favorable price: Actual Depth of Market Chart Actual Tick Footprint Volume Chart This product combines the power of both indicators and is provided as a single file. The functionality of Actual COMBO Depth of Market AND Tick Volume Chart is fully identical to the original indicators. You will enjoy the power of these two products combined into the single super-indicator! Below is
Strumento Avanzato di Analisi del Profilo dei Volumi per MetaTrader 5 Il Kecia Volume Profile Order Finder offre ai trader funzionalità di analisi del profilo dei volumi. Questo indicatore per MT5 combina la visualizzazione del profilo dei volumi con calcoli statistici per aiutare a identificare potenziali opportunità di trading e suggerisce livelli di entrata, stop loss e take profit basati sulla struttura del mercato. Visualizzazione del Profilo di Mercato Trasforma il tuo grafico con visualiz
Forex Volume MT5
KEENBASE SOFTWARE SOLUTIONS
KT Forex Volume mostra il volume di acquisto e vendita di una coppia di valute sotto forma di istogramma colorato. Il volume è composto dalle transazioni di acquisto e vendita su un asset. Nel mercato Forex: Se il volume di acquisto supera quello di vendita, il prezzo della coppia di valute tende a salire. Se il volume di vendita supera quello di acquisto, il prezzo della coppia di valute tende a scendere. Caratteristiche Evita operazioni sbagliate confermandole con i dati di volume per tick. T
VP hidden
Emr Aljnaby
4.33 (12)
The indicator works to convert normal volume into levels and determine financial liquidity control points. It is very similar in function to Fixed Volume Profile. But it is considered more accurate and easier to use than the one found on Trading View because it calculates the full trading volumes in each candle and in all the brokers present in MetaTrade, unlike what is found in Trading View, as it only measures the broker’s displayed prices. To follow us on social media platforms: telegram
FREE
Haven Volume Profile
Maksim Tarutin
4.63 (8)
Haven Volume Profile è un indicatore multifunzionale per l'analisi del profilo di volume che aiuta a identificare i livelli di prezzo chiave basati sulla distribuzione del volume di scambi. È stato progettato per i trader professionisti che desiderano comprendere meglio il mercato e identificare i punti di ingresso e di uscita cruciali per le loro operazioni. Altri prodotti ->  QUI Caratteristiche principali: Calcolo del Point of Control (POC) - il livello con la massima attività commerciale, ut
FREE
CVD SmoothFlow Pro
Thalles Nascimento De Carvalho
CVD SmoothFlow Pro - Analisi del Volume Illimitata per Qualsiasi Attivo! CVD SmoothFlow Pro è la soluzione definitiva per i trader che cercano un'analisi del volume precisa e illimitata. Utilizzando il calcolo del Cumulative Volume Delta (CVD) con filtraggio avanzato del rumore, la versione Pro offre la flessibilità e la precisione necessarie per operare su qualsiasi strumento finanziario. Cosa offre CVD SmoothFlow Pro? Analisi Chiara : Filtra il rumore di mercato e mette in risalto i movi
Volume Profile Trading System is NOT just another volume indicator. It's a   complete trading ecosystem   that combines professional volume profile visualization with an intelligent automated trading strategy.  While other indicators show you   WHERE   volume is concentrated, Volume Profile Trading System  shows you   WHERE ,   WHEN , and   HOW   to trade it! displaying real volume distribution by price instead of time. It helps traders identify fair value zones, institutional activity, and high
Z Score Plus MT5
Eduardo Da Costa Custodio Santos
In finanza, i punteggi Z sono misure della variabilità di un'osservazione e possono essere utilizzati dai trader per determinare la volatilità del mercato. I punteggi Z indicano ai trader se un punteggio è tipico per un set di dati specificato o è atipico. I punteggi Z consentono inoltre agli analisti di adattare i punteggi di più set di dati per creare punteggi che possono essere confrontati in modo più accurato tra loro. # In pratica abbiamo lo ZScore con punto zero e oscillazioni tra 2 e 3 pe
Volume Profile V6
Andrey Kolesnik
4.67 (3)
Indicatore del profilo di volume del mercato + oscillatore intelligente. Funziona su quasi tutti gli strumenti: coppie di valute, azioni, futures, criptovalute, sia su volumi reali che su tick. È possibile impostare la definizione automatica dell'intervallo di costruzione del profilo (ad esempio, per una settimana o un mese, ecc.), oppure impostare l'intervallo manualmente spostando i confini (due linee verticali: rossa e blu). Viene visualizzato sotto forma di istogramma. La larghezza dell'isto
This is a   Market Depth (DOM - Depth of Market) Indicator   for MetaTrader 5 that displays real-time order book data in a visual ladder format. The DOM provides a comprehensive view of market depth with clear visual cues for volume imbalances, making it useful for both scalping and swing trading decisions This indicator provides traders with a professional-grade market depth visualization that can be customized to match individual trading preferences and strategies.  You can easily switch betwe
Mirror Chart MT5
Andrej Hermann
5 (1)
The Mirror Chart MT5 is a overlay indicator specifically designed to project a second financial instrument directly onto the main chart window. This tool is invaluable for traders who rely on correlation analysis, as it visualizes the price movements of two different instruments in real time. Unlike traditional overlays, this indicator utilizes intelligent, dynamic centering and scaling logic. It continuously analyzes the visible price range in the current window for both symbols and calculates
FREE
The MarketProfileTPO indicator for MetaTrader 5 is a powerful tool designed to bring the Market Profile concept, based on Time Price Opportunity (TPO) analysis , directly onto your main chart window. This indicator calculates and displays the price distribution over a specified period, highlighting key areas of market activity and concentration. It is particularly optimized for high-volatility instruments like NAS100, US30, and XAUUSD when used on the M1 (1-minute) timeframe, offering a detailed
The indicator calculates ZigZag using the classic algorithm with three parameters: Depth, Deviation, and Backstep. Its main function is detecting and visualizing repaints — moments when the last ZigZag point shifts to a new bar. Upon loading, the indicator performs a simulation over the specified history depth. The algorithm sequentially recalculates ZigZag for each bar, comparing the current position of the last point with the previous one. If a shift is detected, a repaint line appears on the
FREE
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
Daily & Composite Volume Profile   This is a professional-grade market profile tool designed for MetaTrader 5. It utilizes a   Dual-Profile System   to visualize supply, demand, and liquidity concentrations. Key Features Left Side: Daily Session Profiles Automatically identifies the start and end of every trading day. Generates a unique Volume Profile for each individual day. Allows you to see how value migrated from yesterday to today (e.g., Is today's volume higher or lower than yesterday?).
UPD1 Profile Levels MT5
Vitaliy Kuznetsov
5 (4)
L'indicatore trova i livelli del volume di prezzo massimo e minimo (profilo di mercato) nell'istogramma di lavoro per il numero specificato di barre.   Profilo composito. L'altezza dell'istogramma è completamente automatica e si adatta a qualsiasi strumento e periodo di tempo. Viene utilizzato l'algoritmo dell'autore e non ripete analoghi noti. L'altezza dei due istogrammi è approssimativamente uguale all'altezza media della candela. Smart alert (smart alert) ti aiuta a comunicare il prezzo rela
Market profile was developed by Peter Steidlmayer in the second half of last century. This is a very effective tool if you understand the nature and usage. It's not like common tools like EMA, RSI, MACD or Bollinger Bands. It operates independently of price, not based on price but its core is volume. The volume is normal, as the instrument is sung everywhere. But the special thing here is that the Market Profile represents the volume at each price level. 1. Price Histogram The Price Histogram i
Bookmap pro
Ahmed Mohammed Bakr Bakr
FREE Bookmap Volume Heatmap Indicator Overview The   Bookmap Volume Heatmap   is a custom MetaTrader 5 (MQL5) indicator that creates a visual heatmap of trading volume distribution across price levels, similar to professional trading platforms like Bookmap. It provides traders with a clear visualization of where significant trading activity has occurred within a specified price range. Key Features 1.   Volume Distribution Visualization Creates color-coded rectangles on the chart representing vol
FREE
Includes almost all the concepts related to Volume Profile: POC , Value Area , Developing POC , Anchored VWAP , Volume Delta ; since the “Total” in its name. It is fast in its calculations and simple to work with. Features: 1.    Selectable calculation timeframe to find most traded levels. 2.    Capable of calculating Volume Profile based on tick data 3.    Adjustable histogram bars by their count. 4.    Adjustable histogram bars by their height (price range). 5.    Showing Value Area (VA
Heatmap Volume Profile
Olexandr Savchuk
3.5 (2)
A Heatmap with a Volume Profile is like a thermal imager or x-ray machine. It will help you to estimate the relative distribution of volume during the price movement and to understand  the relationship between volume and price. Indicator Volume Profile "Volumos Maxima" is a powerful tool for analyzing this relationship. After simple experimentation with heatmap, you can find that each trading instrument has its own “ characteristic ” way of distributing volume. And this will help you to make a b
Gli utenti di questo prodotto hanno anche acquistato
ARIPoint
Temirlan Kdyrkhan
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
Azimuth Pro
Ottaviano De Cicco
5 (4)
LAUNCH PROMO Azimuth Pro price is initially set at 299$ for the first 100 buyers. Final price will be 499$ . THE DIFFERENCE BETWEEN RETAIL AND INSTITUTIONAL ENTRIES ISN'T THE INDICATOR — IT'S THE LOCATION. Most traders enter at arbitrary price levels, chasing momentum or reacting to lagging signals. Institutions wait for price to reach structured levels where supply and demand actually shift. Azimuth Pro maps these levels automatically: swing-anchored VWAP, multi-timeframe structure lines, an
Innanzitutto, vale la pena sottolineare che questo Strumento di Trading è un Indicatore Non-Ridipingente, Non-Ridisegnante e Non-Laggante, il che lo rende ideale per il trading professionale. Corso online, manuale utente e demo. L'Indicatore Smart Price Action Concepts è uno strumento molto potente sia per i nuovi che per i trader esperti. Racchiude più di 20 utili indicatori in uno solo, combinando idee di trading avanzate come l'Analisi del Trader del Circolo Interno e le Strategie di Tradin
Ogni giorno, molti trader affrontano una sfida comune: il prezzo sembra rompere un livello chiave, entrano in un'operazione, e poi il mercato si inverte, attivando il loro stop loss. Questo è noto come falsa rottura (false breakout) — un movimento di prezzo che supera brevemente un livello di supporto o resistenza prima di invertire la direzione. Questi movimenti possono causare l'attivazione degli stop loss prima che la direzione effettiva del prezzo diventi chiara. Nell'analisi tecnica, questo
Pointer Trend Switch — precision trend reversal indicator Pointer Trend Switch is a high-precision arrow indicator designed to detect key moments of trend reversal based on asymmetric price behavior within a selected range of bars. It identifies localized price impulses by analyzing how far price deviates from the opening level, helping traders find accurate entry points before a trend visibly shifts. This indicator is ideal for scalping, intraday strategies, and swing trading, and performs equa
L’indicatore evidenzia le zone in cui viene dichiarato interesse sul mercato , per poi mostrare la zona di accumulo degli ordini . Funziona come un book degli ordini su larga scala . Questo è l’indicatore per i grandi capitali . Le sue prestazioni sono eccezionali. Qualsiasi interesse ci sia nel mercato, lo vedrai chiaramente . (Questa è una versione completamente riscritta e automatizzata – non è più necessaria un’analisi manuale.) La velocità di transazione è un indicatore concettualmente nuo
TrendMaestro5
Stefano Frisetti
Attenzione alle truffe, questo indicatore e' distribuito esclusivamente su MQL5.com nota: questo indicatore e' per METATRADER5, se vuoi la versione per  METATRADER4 questo e' il link:   https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO   riconosce un nuovo TREND sul nascere, non sbaglia mai. La sicurezza di identificare un nuovo TREND non ha prezzo. DESCRIZIONE TRENDMAESTRO identifica un nuovo TREND sul nascere, questo indicatore prende in esame la volatilita' i
RelicusRoad Pro: Sistema Operativo Quantitativo di Mercato 70% DI SCONTO ACCESSO A VITA (TEMPO LIMITATO) - UNISCITI A 2.000+ TRADER Perché la maggior parte dei trader fallisce anche con indicatori "perfetti"? Perché operano su Singoli Concetti isolati. Un segnale senza contesto è una scommessa. Per vincere serve CONFLUENZA . RelicusRoad Pro non è un semplice indicatore. È un Ecosistema Quantitativo completo . Mappa la "Fair Value Road", distinguendo tra rumore e rotture strutturali. Smetti di in
Native Channels
BeeXXI Corporation
5 (1)
This indicator recognizes all support and resistance levels. A number of unique high-performance techniques have been applied, which made the existence of this indicator possible. All formed channels are naturally visible: horizontal linear linear parabolic cubic (Polynomial 3 degrees - Wave) This is due to a bundle of approximating channels. The formed channels form "standing waves" in a hierarchical sequence. Thus, all support and resistance levels are visible. All parameter management is i
L'indicatore " Dynamic Scalper System MT5 " è progettato per il metodo di scalping, ovvero per il trading all'interno di onde di trend. Testato sulle principali coppie di valute e sull'oro, è compatibile con altri strumenti di trading. Fornisce segnali per l'apertura di posizioni a breve termine lungo il trend, con ulteriore supporto al movimento dei prezzi. Il principio dell'indicatore. Le frecce grandi determinano la direzione del trend. Un algoritmo per generare segnali per lo scalping sott
UZFX {SSS} Scalping Smart Signals MT5 è un indicatore di trading ad alte prestazioni non ridipinto progettato per scalper, day trader e swing trader che richiedono segnali accurati e in tempo reale in mercati in rapida evoluzione. Sviluppato da (UZFX-LABS), questo indicatore combina l'analisi dell'andamento dei prezzi, la conferma del trend e il filtraggio intelligente per generare segnali di acquisto e vendita ad alta probabilità su tutte le coppie di valute e tutti i timeframe. Caratteristich
Scalping Winning Signals Pro SWS
Muhammad Usman Siddique
5 (1)
UZFX SWS {Scalping Winning Signals} Pro v1.0 è un potente indicatore non ridipingente sviluppato da Usman Zabir (UZFX LABS) appositamente per scalper, day trader e swing trader alla ricerca di segnali di ingresso precisi in mercati in rapido movimento. Ideale per i trader che richiedono segnali affidabili e in tempo reale senza ritardi o false ridipinture. I MIEI INTERVALLI DI TEMPO CONSIGLIATI*: 30 M E OLTRE. {1H} È IL MIO PREFERITO. E I RISULTATI SONO SORPRENDENTI...! Le caratteristiche prin
ARICoins
Temirlan Kdyrkhan
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
ARIScalping
Temirlan Kdyrkhan
ARIScalp 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
Introduction to X3 Chart Pattern Scanner X3 Cherart Pattern Scanner is the non-repainting and non-lagging indicator detecting X3 chart patterns including Harmonic pattern, Elliott Wave pattern, X3 patterns, and Japanese Candlestick patterns. Historical patterns match with signal patterns. Hence, you can readily develop the solid trading strategy in your chart. More importantly, this superb pattern scanner can detect the optimal pattern of its kind. In addition, you can switch on and off individu
AriX
Temirlan Kdyrkhan
AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX 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 with real-time stat
Weis Wave with Alert MT5
Trade The Volume Waves Single Member P.C.
4.94 (17)
Rental/Lifetime Package Options and Privileges  Rent Monthly Six Months   Yearly/Lifetime Weis Wave with Speed with Alert+Speed Index x x x Manual  x x x Quick Set up Video x x x Blog x x x Lifetime Updates x x x Setup and Training Material x x Discord Access Channel "The SI traders"          x Rectangle Break Alert Tool      x How to trade with it:    http://www.tradethevolumewaves.com   ** If you purchase please contact me to setup your  : Training Room and  complete manual access.  Wei
The AX Forex Indicator MT5 is a sophisticated trading tool designed to provide traders with a comprehensive analysis of multiple currency pairs. This   powerful indicator   simplifies the complex nature of the forex market, making it accessible for both novice and experienced traders. AX Forex Indicator uses   advanced algorithms   to detect trends, patterns and is an essential tool for traders aiming to enhance their forex trading performance. With its robust features, ease of use, and reliabl
TPA True Price Action indicator reveals the true price action of the market makers through 100% non-repainting signals strictly at the close of a candle! TPA shows entries and re-entries, every time the bulls are definitely stronger than the bears and vice versa. Not to confuse with red/green candles. The shift of power gets confirmed at the earliest stage and is ONE exit strategy of several. There are available now two free parts of the TPA User Guide for our customers. The first "The Basics"
Trend deviation scalper
Ekaterina Saltykova
1 (1)
Trend deviation scalper - is the manual system to scalp choppy market places. Indicator defines bull/bear trend and it's force. Inside exact trend system also defines "weak" places, when trend is ready to reverse. So as a rule, system plots a sell arrow when bull trend becomes weak and possibly reverses to bear trend. For buy arrow is opposite : arrow is plotted on bear weak trend. Such arrangement allows you to get a favorable price and stand up market noise. Loss arrows are closing by common p
Presenting one-of-a-kind Gann Indicator for XAUUSD IQ Gold Gann Levels is a non-repainting, precision tool designed exclusively for XAUUSD/Gold intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient calcul
Piranha version 2
Maria Strudov
5 (1)
"Piranha" - an autonomous trading system that determines overbought and oversold levels on the chart. Red and blue zones represent overbought and oversold levels respectively. Entry points are marked with arrows: a downward arrow in the red zone for "sell" and an upward arrow in the blue zone for "buy". The Take profit level is indicated by the green moving average. Key features: Adjusting the Take profit level as the green moving average changes position. Averaging ability when a new market e
AlgoEAs Trend Dashboard V1 Indicator for MT5 Introduction: This is a Dashboard Indicator based on 7 built in Multi Timeframe indicators. This strategy gives Buy/Sell Ideas based on 9 trend states. Easy to view gas guage to view current trend. Has as optional Alerts to enable with 9 messages. Run on M15 chart, with M15, H1, and H4 indicator time frames. Great tool! Features: Non-Repainting Dashboard For Desktop MT5 Only, Works On Any Mt5 Pair Great for Intraday and Swing Trading Easy view gas
Big Player Range
Thalles Nascimento De Carvalho
5 (3)
BigPlayerRange – Il miglior indicatore per MT5 BigPlayerRange è considerato il miglior indicatore per Mini Indice e Mini Dollaro su MetaTrader 5. Questo strumento essenziale evidenzia le zone strategiche di azione dei grandi player, offrendo un’analisi tecnica istituzionale di altissima precisione. Come usare BigPlayerRange: Questo indicatore mostra zone di acquisto (linea verde) e di vendita (linea rossa). Quando il prezzo chiude fuori da queste aree, è probabile un movimento di tendenz
MetaForecast M5
Vahidreza Heidar Gholami
5 (3)
MetaForecast predice e visualizza il futuro di qualsiasi mercato basandosi sull'armonia dei dati dei prezzi. Sebbene il mercato non sia sempre prevedibile, se esiste un modello nei prezzi, MetaForecast può prevedere il futuro con la massima precisione possibile. Rispetto ad altri prodotti simili, MetaForecast può generare risultati più accurati analizzando le tendenze di mercato. Parametri di input Past size (Dimensione passata) Specifica il numero di barre che MetaForecast utilizza per creare
IVISTscalp5
Vadym Zhukovskyi
5 (6)
What's new about iVISTscalp5 forecast indicator (Version 10)? iVISTscalp5 is a unique nonlinear forecasting for a week ahead system for any financial instrument which executes fast scalping using time levels. iVISTscalp5 is a tool for easy study and understanding of financial market. 1) iVISTscalp5 forecast indicator has been completely rewritten into another programming language (C++), which has accelerated data loading and processing. As a result, a different graphical display of forecasts
Step into the world of Forex trading with confidence, clarity, and precision using Gold Indicator a next-generation tool engineered to take your trading performance to the next level. Whether you’re a seasoned professional or just beginning your journey in the currency markets, Gold Indicator equips you with powerful insights and help you trade smarter, not harder. Built on the proven synergy of three advanced indicators, Gold Indicator focuses exclusively on medium and long-term trends elimina
Silver Trade
Metin Erkamoglu
MATADOR SILVER – XAGUSD MT5 M5 Timeframe Scalp Signals MATADOR SILVER is a professional signal and decision-support indicator developed specifically for XAGUSD (Silver) scalping on the M5 timeframe , designed for real market conditions and disciplined execution. This indicator does NOT open, manage, or close trades automatically . It provides structured BUY & SELL signals , intelligent filtering, and alerts, allowing traders to execute trades using their own strategy and risk management rules .
Orderflow Scalp Pro v2.4   delivers institutional-grade trading intelligence through advanced volume analysis, dynamic VWAP calculations, real-time aggressive score monitoring, and precision arrow signals. This complete trading system transforms complex market data into clear, actionable signals for consistent profitability on 3-4 minute timeframes. Full Documentation: [Download PDF] Four Powerful Components in One System Volume Profile HeatMap with POC/VAH/VAL Transform your charts into inst
TriParity AfterShock PRO Scanner (NOWCAST built-in) TriParity AfterShock PRO Scanner is a discretionary MT5 market-filtering tool built on triangular parity (AB×BC≈AC). It helps you compress your watchlist and quickly identify high-quality “aftershock” regimes —short-lived distortion setups that can appear on lower timeframes after interbank correction flows. Important: This is NOT triangular arbitrage execution . Triangular arbitrage requires near-simultaneous 3-leg execution, ultra-low laten
Altri dall’autore
Indicator for fast navigation through financial instruments. When you click on the button, you go to the chart of the financial instrument, the name of which was written on the button. In other words, the indicator opens or unfolds an existing chart window. For each chart, you can customize the name of the financial instrument, text color and background color; in total, you can customize symbols buttons that you trade often. The indicator can be installed on any charts for which you need to swit
FREE
Indicator for fast navigation through financial instruments. When you click on the button, you go to the chart of the financial instrument, the name of which was written on the button. In other words, the indicator opens or unfolds an existing chart window. For each chart, you can customize the name of the financial instrument, text color and background color; in total, you can customize symbols buttons that you trade often. The indicator can be installed on any charts for which you need to swit
FREE
This indicator labels swing highs and swing lows as well as the candle pattern that occurred at that precise point. The indicator can detect the following 6 candle patterns:   hammer ,  inverse   hammer ,   bullish engulfing ,   hanging man ,   shooting star   and   bearish engulfing . The notations HH, HL, LH, and LL you can see on the labels are defined as follows: HH : Higher high HL : Higher low LH : Lower high LL : Lower low Setting Length: Sensitivity of the swing high/low detection,
Lets dabble a bit into Elliot Waves. This is a simple indicator which tries to identify Wave 1 and 2 of Elliot Impulese Wave and then projects for Wave 3. Ratios are taken from below link: https://elliottwave-forecast.com/elliott-wave-theory/ - Section 3.1 Impulse Wave 2 is 50%, 61.8%, 76.4%, or 85.4% of wave 1 - used for identifying the pattern. Wave 3 is 161.8%, 200%, 261.8%, or 323.6% of wave 1-2 - used for setting the targets Important input parameters MaximumNumBars : To calculate back
Market Profile Heat indicator  — 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 fr
This indicator labels swing highs and swing lows as well as the candle pattern that occurred at that precise point. The indicator can detect the following 6 candle patterns:   hammer ,  inverse   hammer ,   bullish engulfing ,   hanging man ,   shooting star   and   bearish engulfing . The notations HH, HL, LH, and LL you can see on the labels are defined as follows: HH : Higher high HL : Higher low LH : Lower high LL : Lower low Setting Length: Sensitivity of the swing high/low detection,
Lets dabble a bit into Elliot Waves. This is a simple indicator which tries to identify Wave 1 and 2 of Elliot Impulese Wave and then projects for Wave 3. Ratios are taken from below link:   https://elliottwave-forecast.com/elliott-wave-theory/   - Section 3.1 Impulse Wave 2 is 50%, 61.8%, 76.4%, or 85.4% of wave 1 - used for identifying the pattern. Wave 3 is 161.8%, 200%, 261.8%, or 323.6% of wave 1-2 - used for setting the targets Important input parameters MaximumNumBars : To calculate
Filtro:
Nessuna recensione
Rispondi alla recensione