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.



Produtos recomendados
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis The Trading Guide MT5 Indicator is a powerful psychological trading assistant designed to keep traders disciplined, focused, and emotionally balanced. This innovative indicator displays real-time motivational messages, trading rules, and analysis
FREE
Boom Crash SMC
Israr Hussain Shah
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis Deriv boom and crash index spike killer system you can use it only on m5 timeframe  follow the structure and get signal with alert on phone open trade set sl tp and enjoy easy analysis and trading made simple 
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis 2. Key Features Dynamic Filtering : The core feature. As soon as the current price crosses a historical liquidity level, that level disappears. This reduces chart clutter and prevents you from trading off "dead" support/resistance. Liquidity Heatma
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis Boom: Take SELL signals only (price spikes up then crashes) Crash: Take BUY signals only (price drops then spikes up) SL goes beyond the line as labeled Interactive Market Watch Panel : A left-side sidebar showing real-time strength indicators (po
FREE
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
A Master Edition é uma ferramenta analítica de nível profissional projetada para visualizar a estrutura do mercado através da lente do volume e do fluxo de dinheiro. Ao contrário dos indicadores de volume padrão, esta ferramenta exibe um Perfil de Volume Diário diretamente no seu gráfico, permitindo ver exatamente onde a descoberta de preços ocorreu e onde o "dinheiro inteligente" está posicionado. Esta Master Edition é projetada para clareza e velocidade, apresentando um sistema único de Auto-T
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis Transform Your Trading with Intelligent Market Insights! The 2025 Spike Killer Dashboard is a powerful MQL5 indicator that combines cutting-edge signal generation with an intuitive crystal dashboard for real-time market analysis. Designed for tra
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis The    Liquidity Heatmap   is a sophisticated institutional trading tool designed to reveal where over-leveraged traders are trapped. By calculating estimated liquidation levels based on volume spikes and leverage, this indicator draws a dynamic "h
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
The "MR Volume Profile 5" indicator is a charting tool that displays trading volume at different price levels rather than time intervals. A key concept in volume profile is the point of control (POC)—the price level with the highest volume traded during the session or time range. While tools like VWAP or OBV provide volume trends, the "MR Volume Profile 5" indicator offers granular detail about where the most market activity occurs at specific price levels. This makes it a more precise tool for
Risk Control Tool
Israr Hussain Shah
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis Overview (Short Description) A professional risk management indicator that helps traders calculate lot size, risk percentage, and reward ratio in real time. Perfect for Forex, Indices, Gold, and Synthetic Indices traders who want precise control ov
Spike Blast Pro
Israr Hussain Shah
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis Spike Blaster Pro is a next-generation MT5 indicator designed specifically for synthetic markets. It works seamlessly on Boom Index and Weltrade Index , providing traders with sharp, reliable spike detection signals. What makes Spike Blaster Pro po
O indicador cria cotações atuais, que podem ser comparadas com as históricas e, com base nisso, fazer uma previsão do movimento dos preços. O indicador possui um campo de texto para navegação rápida até a data desejada. Opções: Símbolo - seleção do símbolo que o indicador exibirá; SymbolPeriod - seleção do período do qual o indicador coletará dados; IndicatorColor - cor do indicador; HorisontalShift - deslocamento das cotações desenhadas pelo indicador pelo número especificado de barras; I
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
VOLUME PROFILE SAF-XII Análise de Perfil de Mercado Profissional para MT5 (O indicador dos sonhos para traders de Grade/Grid) O QUE É O PERFIL DE VOLUME (VOLUME PROFILE)? O Perfil de Volume é uma ferramenta institucional profissional que exibe a atividade de negociação em níveis de preços específicos, ao contrário dos indicadores de volume tradicionais que mostram o volume ao longo do tempo. Ele revela ONDE a negociação ocorreu dentro da janela de sua escolha, ajudando a identificar: ÁREAS DE V
Versão MT4: https://www.mql5.com/en/market/product/166784 Versão MT5: https://www.mql5.com/en/market/product/166785 PERFIL DE LIQUIDEZ O PERFIL DE LIQUIDEZ é uma ferramenta visual de estrutura de mercado que mapeia as zonas de liquidez potenciais no gráfico utilizando um perfil dinâmico em formato de mapa de calor. Este indicador analisa a ação histórica do preço e o volume de ticks, destacando as áreas de preço onde a liquidez está provavelmente concentrada. Ele desenha: Linhas de liquidez
Forex Volume MT5
KEENBASE SOFTWARE SOLUTIONS
KT Forex Volume exibe o volume de compra e venda de um par de moedas na forma de um histograma colorido. O volume é composto por transações de compra e venda de um ativo. No mercado Forex: Se o volume de compra for maior que o de venda, o preço do par de moedas tende a subir. Se o volume de venda for maior que o de compra, o preço do par de moedas tende a cair. Recursos Evite operações ruins confirmando-as com dados de volume por tick. Ajuda você a operar na direção dos grandes players do merca
FREE
Volume Profile Delta
Juan Eduardo Verdala
Volume Profile Delta — Indicator for MetaTrader 5 Volume Profile Delta is an indicator that displays the difference between buying volume and selling volume recorded on each bar, represented as a histogram at the bottom of the chart. What this indicator does On each bar it calculates the difference between the volume associated with upward movements and the volume associated with downward movements. The result is shown as a bar in the lower histogram, making it possible to observe whether buying
FREE
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
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
English Version Unlock the Power of Volume with Next-Generation Volume Profile This advanced Volume Profile indicator transforms your MetaTrader 5 chart into a powerful volume analysis tool. Unlike standard volume indicators that only show volume over time, this tool displays volume distribution across   price levels , allowing you to pinpoint exactly where the "big money" is trading. Why choose this indicator? Dynamic Price Bins:   Set your own precision (number of rows) to view volume clust
Delta Profile Volume
Teresinha Moraes Correia
Descrição Técnica do Indicador – Delta Profile para MetaTrader 5 O Delta Profile é um indicador desenvolvido para o MetaTrader 5 com foco em análise detalhada do fluxo de volume dentro de um intervalo definido de candles. Ele organiza e exibe informações sobre o desequilíbrio de volumes positivos (associados a movimentos de alta) e negativos (associados a movimentos de baixa) em diferentes níveis de preço. O resultado é uma visão clara dos pontos do gráfico onde há maior concentração de negócios
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis Short Description: Stop overloading your charts with dozens of indicators.   Bollinger Fibo  Pro   is a sophisticated, all-in-one trading system for MetaTrader 5 that merges two legendary concepts into a single, powerful tool. It enhances standard
Este indicador permite-lhe desfrutar os dois produtos mais populares para analisar volumes de ofertas e das negociações no mercado a um preço favorável: Actual Depth of Market Chart Actual Tick Footprint Volume Chart Este produto combina o poder de ambos os indicadores e é fornecido como um único arquivo. Venda Anti-crise. Hoje com menor preço. Anda logo! A funcionalidade do COMBO Actual Depth of Market e Tick Volume Chart é totalmente idêntica aos indicadores originais. Você vai aproveitar o po
O Advanced POC Fixed Range Volume Profile é um indicador interativo de Perfil de Volume projetado para o MetaTrader 5. Todo o algoritmo e a fluidez de uso foram baseados na consagrada ferramenta de "Fixed Range Volume Profile" do TradingView. Ele permite que você selecione manualmente qualquer região do gráfico para analisar a distribuição de volume. Isso ajuda a identificar instantaneamente como zonas de maior líquidez, áreas de rejeição e o preço justo de um ativo em um período específico.    
Binary Rise Fall
Israr Hussain Shah
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis The Fractals_Price indicator is a technical analysis tool that identifies fractal patterns on price charts. Fractals are recurring patterns that signal potential trend reversals or continuation points. This indicator marks both upward and downward
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis 1. Institutional Supply & Demand Zones Auto-Detection:   Automatically draws zones at valid pivot points. Smart Extension:   Zones extend into the future for easy visibility but automatically cut off when price breaks them. Mitigation Logic:   When
LevelsHunter Pro
Dmitrii Kovalevskii
LevelsHunter Pro – Perfil de Volume Profissional com Análise Histórica O que é LevelsHunter Pro é um indicador de perfil de volume que não só mostra os níveis atuais POC, VAH e VAL, mas também permite   voltar no tempo   e ver onde esses níveis estavam no momento de qualquer negociação passada. Esta não é uma ferramenta para adivinhar no gráfico. É para a   análise fria   do que já aconteceu. Por que um trader precisa disso O problema:   A maioria dos indicadores mostra apenas «aqui e agora». Vo
Os compradores deste produto também adquirem
Neuro Poseidon MT5
Daria Rezueva
4.8 (54)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
M1 Quantum MT5
Hamed Dehgani
4.6 (10)
Sinais de Trading ao Vivo usando o M1 Quantum: Sinal   (Operação executada automaticamente pelo Quantum Trade Assistant , incluído gratuitamente neste produto.) Plano de Preços: Preço Atual: $169 (Oferta para primeiros usuários) Próximo preço planejado: $189 Preço de varejo planejado: $299 Nota do Desenvolvedor: Após a compra, entre em contato comigo para receber o arquivo de configuração (Set File) mais recente , recomendações de uso e um convite para o Grupo VIP de Suporte , onde você poderá
O UZFX {SSS} Scalping Smart Signals v4.0 MT5 é um indicador de negociação de alto desempenho, sem repintura, concebido para scalpers, day traders e swing traders que exigem sinais precisos e em tempo real em mercados em rápida evolução. Desenvolvido pela (UZFX-LABS), este indicador combina a análise da ação do preço, a confirmação de tendências e a filtragem inteligente para gerar sinais de compra e venda de alta probabilidade, sinais de alerta e oportunidades de continuação de tendências em tod
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
The Oracle Pro
Ottaviano De Cicco
5 (1)
The Oracle Pro: Motor de Viés Multi-Timeframe Sintético para MT5 ️ Oferta de Lançamento de Verão — Adquira o The Oracle Pro por USD 199 (primeiros compradores). O preço sobe com a tração; preço final USD 399. The Oracle Pro é um motor de viés multi-timeframe premium para MetaTrader 5, criado para traders exigentes e profissionais. Responde com disciplina a uma pergunta: qual é o viés direcional em cada timeframe agora, qual a sua força e quanto os timeframes concordam? Tudo é calculado apenas e
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"
PrimeScalping
Temirlan Kdyrkhan
PrimeScalping 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
O indicador destaca as zonas onde há declaração de interesse no mercado e, em seguida, mostra a zona de acumulação de ordens . Ele funciona como um livro de ofertas em escala ampliada . Este é o indicador para o dinheiro grande . Seu desempenho é excepcional. Qualquer interesse que existir no mercado, você verá com clareza . (Esta é uma versão totalmente reescrita e automatizada — não é mais necessário fazer análise manual .) A Velocidade de Transação é um indicador de conceito novo que mostra o
Gem SIGNAL
Shengzu Zhong
5 (1)
GEM Signal Pro GEM Signal Pro é um indicador seguidor de tendência para MetaTrader 5, desenvolvido para traders que desejam sinais mais claros, setups mais estruturados e uma gestão de risco mais prática diretamente no gráfico. Em vez de mostrar apenas uma seta simples, o GEM Signal Pro ajuda a apresentar a ideia completa da operação de forma mais clara e fácil de entender. Quando as condições são confirmadas, o indicador pode mostrar o preço de entrada, o stop loss e os alvos de take profit no
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Estrutura Fractal Sintética e Entradas Confirmadas para MT5 Visão geral Azimuth Pro é um indicador de estrutura swing multinível da Merkava Labs . Quatro camadas de swing aninhadas, VWAP ancorado em swings, detecção de padrões ABC, filtragem estrutural de três timeframes e entradas confirmadas em barra fechada — um gráfico, um fluxo de trabalho dos micro-swings aos macro-ciclos. Este não é um produto de sinais cegos. É um fluxo de trabalho baseado em estrutura para traders que v
KURAMA GOLD SIGNAL PRO (MT5) — Filtro de 7 camadas · TP/SL automático · Pontuação de qualidade · Salvamento do histórico de sinais | Sistema completo de trading para XAUUSD Sem repintura em tempo real. No instante em que um sinal aparece, a seta, a entrada, o TP e o SL ficam travados no lugar e nunca mais se movem. O que você opera é esse sinal em tempo real. E na v7.20, cada sinal realmente enviado é salvo automaticamente e restaurado com exatidão após reiniciar. BÔNUS PARA
MT5 Indicator   See What the Market Is Really Doing. See the 3 Market Phases live in front of you (Contraction, Expansion, Trend) and take better   entries at the early stage of the Trend Phase.   Stop guessing. Start reading the market like the institutions and smart money do.   Apex Market Structure Pro for MT5 is a precision smart-money analysis tool that strips away the noise and shows you the true   structure beneath every candle: liquidity, structure shifts, accumulation zones, and t
Quant Direction MT5
Georgios Kalomoiropoulos
Quant Direction é uma ferramenta de análise de mercado tridimensional. Ela oferece uma análise de mercado totalmente objetiva, baseada em algoritmos, que calcula simultaneamente desvios percentuais precisos em diversos parâmetros. Desenvolvido com ferramentas avançadas de modelagem com inteligência artificial e rigorosamente testado, o algoritmo foi projetado para interpretar o mercado com precisão sem precedentes. Você pode analisar qualquer par de moedas ou instrumento financeiro em sua plataf
KT Alpha Hunter Arrows MT5
KEENBASE SOFTWARE SOLUTIONS
A maioria dos indicadores de setas mostra um sinal e deixa você descobrir todo o resto sozinho. O KT Alpha Hunter Arrows entrega um plano de trade completo. Cada seta de sinal aparece com um plano completo já desenhado: linha de entrada, stop loss, quatro níveis de take profit e um veredito de edge em tempo real, indicando se aquele ativo e timeframe valem a pena ser operados naquele momento. O Trade Manager EA incluído cuida da execução depois que você entra na operação, ajudando a manter a dis
Spike DETECTOR Green V2 Spike Detection System - Version 2 Non-repainting indicator optimized for high-volatility markets such as Boom, Crash, and Volatility Indices. Detects strong momentum moves (spikes) with low latency. What Changed in V2: Algorithm 47% more accurate than the previous version Improved anti-false signal filtering system Faster detection (0.7 candles on average) Control panel with real-time metrics Key Features: Non-repainting signals with clear visual arrows Confidence-based
Beast Super Signal MT5
Florian Zuercher
2.71 (7)
Procurando por um poderoso indicador de negociação forex que possa ajudá-lo a identificar oportunidades de negociação lucrativas com facilidade? Não procure mais do que o Beast Super Signal. Este indicador baseado em tendências fácil de usar monitora continuamente as condições do mercado, procurando por novas tendências em desenvolvimento ou aproveitando as já existentes. O Beast Super Signal dá um sinal de compra ou venda quando todas as estratégias internas se alinham e estão em 100% de conflu
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
WaveSniper
Alessandro Farinella
Wave Sniper One indicator. Adaptive baseline, multi-layer signal engine, and closed-bar confirmed entries — designed for traders who want precision without complexity. I tried to build the perfect indicator. I ended up deleting most of them. I used, studied and coded hundreds of indicators. I analyzed and converted entire libraries from PineScript, ProRealCode, EasyLanguage, MQL. Oscillators, moving averages, bands, candlestick pattern: you name it! I spent weeks, even months optimizing param
RelicusRoad Pro MT5
Relicus LLC
4.96 (24)
RelicusRoad Pro: Sistema Operacional Quantitativo de Mercado 70% DE DESCONTO ACESSO VITALÍCIO (TEMPO LIMITADO) - JUNTE-SE A 2.000+ TRADERS Por que a maioria dos traders falha mesmo com indicadores "perfeitos"? Porque eles operam Conceitos Únicos no vácuo. Um sinal sem contexto é uma aposta. Você precisa de CONFLUÊNCIA . RelicusRoad Pro não é um simples indicador de seta. É um Ecossistema Quantitativo de Mercado completo. Ele mapeia a "Estrada do Valor Justo", distinguindo ruído de rupturas estru
Manipolatio regis
Simone Degl Innocenti
Manipulatio Regis — Scanner di Simmetria Istituzionale Manipulatio Regis rileva le manipolazioni dei Market Maker leggendo i Trading Ranges e i progetti obiettivi simmetrici da Price Action istituzionale. Non prevede il Future: legge una manipolazione già avvenuta e progetti in cui Il prezzo tende a tornare a ribilanciarsi. Come funziona: • Evento significativo (SI): rileva un impulso anomalo ad alta efficienza (rapporto ATR). • Gamba e Candela #1: isola la gamba di ritracciamento controdirezion
CGE Trading Suite
Carl Gustav Johan Ekstrom
5 (2)
Institutional-Grade Analytics for MT5 The full analytical edge of a professional trading desk, built into your MT5 chart. CGE Trading Suite is an indicator system of 17 integrated modules covering market structure, timing, momentum, and capital flow — combined into a single chart-based workspace. Why CGE Trading Suite? The suite empowers traders with structure, confidence, and consistent performance across all markets and time frames. Hover over any signal or tool on the chart to instantly see
SmartScalping
Temirlan Kdyrkhan
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
ScalpPoint
Temirlan Kdyrkhan
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
CISD Levels Pro automatically draws CISD Buy and Sell levels directly on your chart. It highlights pending levels while they are forming, then marks confirmed levels after the confirmation candle closes. Optional confirmation arrows help you spot the signal quickly. This tool is designed for traders who want clean, simple CISD level visualization without extra indicators or clutter. Key Features Draws Bullish (BUY) CISD levels and Bearish (SELL) CISD levels Shows Pending levels (dashed) and
TrendProMaster
Temirlan Kdyrkhan
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
Smart Bubble Dominance Pro
Dioney De Jesus Batista Alves
Apresentamos o Smart Bubble Dominance Pro , a ferramenta definitiva para leitura de fluxo institucional e agressão de mercado em tempo real. Desenvolvido para traders que buscam precisão cirúrgica, este indicador transforma o volume complexo em sinais visuais claros, permitindo que você identifique onde o "Smart Money" está posicionado. Especialista em BTCUSD O indicador foi meticulosamente calibrado para a volatilidade e o comportamento do BTCUSD . Ele filtra o ruído do mercado e destaca ape
Meravith Scanner
Ivan Stefanov
5 (3)
O MERAVITH SCANNER é um indicador profissional de mercados financeiros para MetaTrader 5 que consolida várias ferramentas analíticas em um único sistema integrado. Ele realiza todos os cálculos automaticamente usando uma metodologia proprietária de preço médio ponderado por volume (VWAP), eliminando completamente a interpretação subjetiva. O indicador funciona em todas as classes de ativos (Forex, Ações, Índices, Commodities, Criptomoedas) e em todos os prazos, de M1 a Mensal. O princípio fundam
MasterTrend
Temirlan Kdyrkhan
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
Presenting one-of-a-kind Gann Indicator for XAUUSD IQ Gold Gann Levels is a non-repainting, precision tool designed exclusively for XAUUSD 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 calculation
Ziva LSE System
Hassan Abdullah Hassan Al Balushi
ZIVA LSE System A Professional Liquidity & Structure Execution Framework Executive Overview ZIVA LSE System is a professionally engineered analytical framework designed to interpret market behavior through structural logic and liquidity dynamics. It is not positioned as a conventional indicator. Rather, it functions as a structured execution environment that organizes price action into a clear, disciplined decision-making model. The system is built to deliver consistency, clarity, and controlled
Mais do autor
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:
Sem comentários
Responder ao comentário