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.



Önerilen ürünler
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
Master Edition, piyasa yapısını hacim ve para akışı merceğinden görselleştirmek için tasarlanmış profesyonel kalitede bir analiz aracıdır. Standart hacim göstergelerinin aksine, bu araç doğrudan grafiğinizde bir Günlük Hacim Profili görüntüleyerek, fiyat keşfinin tam olarak nerede gerçekleştiğini ve "akıllı paranın" nerede konumlandığını görmenizi sağlar. Bu Master Edition, netlik ve hız için tasarlanmıştır ve yüklendiğinde grafik düzeninizi anında güzelleştiren benzersiz bir Otomatik Tema Senkr
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
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
Gösterge, tarihsel olanlarla karşılaştırılabilecek güncel teklifler oluşturur ve bu temelde bir fiyat hareketi tahmini yapar. Gösterge, istenen tarihe hızlı navigasyon için bir metin alanına sahiptir. Seçenekler: Sembol - göstergenin göstereceği sembolün seçimi; SymbolPeriod - göstergenin veri alacağı dönemin seçimi; GöstergeRenk - gösterge rengi; Ters - doğru tırnakları tersine çevirir, yanlış - orijinal görünüm; Sonraki, tarihi girebileceğiniz ve 'enter' tuşuna basarak hemen atlayab
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 MT5 için Profesyonel Market Profile Analizi (Grid tarzı yatırımcılar için rüya indikatör) VOLUME PROFILE (HACİM PROFİLİ) NEDİR? Volume Profile, hacmi zamana göre gösteren geleneksel hacim indikatörlerinin aksine, belirli fiyat seviyelerindeki işlem faaliyetlerini görüntüleyen profesyonel bir kurumsal araçtır. Seçtiğiniz pencere içinde işlemlerin NEREDE gerçekleştiğini ortaya çıkararak şunları belirlemenize yardımcı olur: ADİL DEĞER ALANLARI (VAH/VAL) – İşlemlerin çoğunun
MT4 Sürümü: https://www.mql5.com/en/market/product/166784 MT5 Sürümü: https://www.mql5.com/en/market/product/166785 LİKİDİTE PROFİLİ LİKİDİTE PROFİLİ, dinamik bir ısı haritası tarzı profil kullanarak grafikte potansiyel likidite bölgelerini haritalayan görsel bir piyasa yapısı aracıdır. Bu gösterge, geçmiş fiyat hareketlerini ve işlem hacmini analiz eder ve ardından likiditenin muhtemelen yoğunlaştığı fiyat alanlarını vurgular. Şunları çizer: Likidite çizgileri (potansiyel tepki/süpürme sevi
Forex Volume MT5
KEENBASE SOFTWARE SOLUTIONS
KT Forex Volume, bir döviz çiftinin alım ve satım hacmini renkli histogram şeklinde gösterir. Hacim, bir varlık üzerindeki alım ve satım işlemlerinden oluşur. Forex piyasasında: Eğer alım hacmi, satım hacminden büyükse döviz çiftinin fiyatı yükselir. Eğer satım hacmi, alım hacminden büyükse döviz çiftinin fiyatı düşer. Özellikler İşlemleri, tick hacim verilerini kullanarak doğrulayarak kötü işlemlerden kaçının. Piyasadaki büyük oyuncuların yönünde işlem yapmanıza yardımcı olur. Tüm Metatrader u
FREE
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
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
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
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
Advanced POC Fixed Range Volume Profile , MetaTrader 5 için tasarlanmış etkileşimli bir Hacim Profili göstergesidir. Tüm algoritma ve kullanım akıcılığı, ünlü TradingView "Fixed Range Volume Profile" aracına dayanmaktadır. Hacim dağılımını analiz etmek için grafiğin herhangi bir bölgesini manuel olarak seçmenize olanak tanır. Bu, yüksek likidite bölgelerini, ret (rejection) alanlarını ve belirli bir dönemde bir varlığın adil fiyatını anında belirlemenize yardımcı olur. Temel Özellikler POC (Poin
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 – Profesyonel Hacim Profili ve Geçmiş Analizi Nedir LevelsHunter Pro, yalnızca güncel POC, VAH ve VAL seviyelerini göstermekle kalmayıp aynı zamanda   zamanda geriye gitmenize   ve bu seviyelerin herhangi bir geçmiş işlem anında nerede olduğunu görmenize olanak tanıyan bir hacim profili göstergesidir. Bu, grafik üzerinde tahmin yapmak için bir araç değildir. Zaten olmuş olanın   soğuk analizi   içindir. Bir trader neden buna ihtiyaç duyar Sorun:   Çoğu gösterge yalnızca «şimdi v
Bu ürünün alıcıları ayrıca şunları da satın alıyor
M1 Quantum MT5
Hamed Dehgani
4.6 (10)
M1 Quantum ile Canlı İşlem Sinyalleri : Sinyal   (İşlem otomatik olarak Quantum Trade Assistant tarafından gerçekleştirilmiştir ve bu ürüne ücretsiz olarak dahildir.) Fiyat Planı: Güncel Fiyat: $169 (Erken kullanıcı teklifi) Bir sonraki planlanan fiyat: $189 Planlanan perakende fiyatı: $299 Geliştirici Notu: Satın alma işleminden sonra benimle iletişime geçerek en güncel önerilen ayar dosyasını (Set File) , kullanım tavsiyelerini ve diğer M1 Quantum kullanıcılarıyla iletişim kurabileceğiniz VIP
Neuro Poseidon MT5
Daria Rezueva
4.73 (55)
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
UZFX {SSS} Scalping Smart Signals v4.0 MT5, hızlı hareket eden piyasalarda doğru ve gerçek zamanlı sinyaller bekleyen scalperlar, günlük işlemciler ve swing işlemciler için tasarlanmış, yeniden çizilmeyen yüksek performanslı bir işlem göstergesidir. (UZFX-LABS) tarafından geliştirilen bu gösterge, fiyat hareketi analizi, trend teyidi ve akıllı filtrelemeyi bir araya getirerek tüm döviz çiftleri ve zaman dilimlerinde yüksek olasılıklı alım ve satım sinyalleri, Uyarı Sinyalleri ve Trend Devam Fırs
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
Gem SIGNAL
Shengzu Zhong
5 (1)
GEM Signal Pro GEM Signal Pro, MetaTrader 5 için geliştirilmiş bir trend takip göstergesidir ve daha net sinyaller, daha düzenli işlem kurulumları ve daha pratik risk yönetimini doğrudan grafik üzerinde görmek isteyen yatırımcılar için tasarlanmıştır. Sadece basit bir ok göstermek yerine, GEM Signal Pro işlem fikrinin tamamını daha temiz ve daha okunabilir bir şekilde sunmaya yardımcı olur. Koşullar onaylandığında, gösterge giriş fiyatını, stop loss seviyesini ve take profit hedeflerini grafik ü
The Oracle Pro
Ottaviano De Cicco
5 (1)
The Oracle Pro: Synthetic Multi-Timeframe Bias Engine for MT5 ️ Summer Launch Offer — Get The Oracle Pro for USD 199 (early buyers). Price rises with traction; final price USD 399. The Oracle Pro is a premium multi-timeframe bias engine for MetaTrader 5, built for demanding and professional traders. It answers one question with discipline: what is the directional bias on each timeframe right now, how strong is it, and how much do the timeframes agree? Everything is computed on closed bars only
Btmm state engine pro
Garry James Goodchild
5 (4)
BTMM State Engine Pro is a MetaTrader 5 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Synthetic Fractal Structure and Confirmed Entries for MT5 Overview Azimuth Pro is a multi-level swing structure indicator by Merkava Labs . Four nested swing layers, swing-anchored VWAP, ABC pattern detection, three-timeframe structural filtering, and closed-bar confirmed entries — one chart, one workflow from micro-swings to macro-cycles. This is not a blind signal product. It is a structure-first workflow for traders who care about location, context, and timing. ️ Summer Sale
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"
Piyasanın Gerçekte Ne Yaptığını Görün.   3 piyasa evresini gözünüzün önünde canlı izleyin (Sıkışma, Genişleme, Trend) ve Trend evresinin erken aşamasında daha iyi   girişler yapın.      Tahmin etmeyi bırakın. Piyasayı kurumların ve akıllı paranın okuduğu gibi okumaya başlayın.   MT5 için Apex Market Structure Pro, gürültüyü ayıklayan ve her mumun altındaki gerçek yapıyı gösteren hassas bir akıllı para   analiz aracıdır: likidite, yapı değişimleri, birikim bölgeleri ve trend eğilimi — hepsi tek
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
KURAMA GOLD SIGNAL PRO (MT5) — 7 Katmanlı Filtre, Otomatik TP/SL, Kalite Puanı ve Sinyal Geçmişi Kaydı | Eksiksiz XAUUSD Ticaret Sistemi Gerçek zamanlı olarak yeniden çizmez. Bir sinyal belirdiği anda ok, giriş, TP ve SL anında sabitlenir ve sonradan hareket etmez. Sizin işlem yaptığınız şey bu gerçek zamanlı sinyaldir. Ve v7.20'de, gerçekten gönderilen her sinyal otomatik olarak kaydedilir ve yeniden başlatmanın ardından olduğu gibi geri yüklenir. ALICILARA ÖZEL HEDİYE
Ziva LSE Pro
Hassan Abdullah Hassan Al Balushi
ZIVA LSE Pro: Trade the Flow, Not the Noise ZIVA LSE Pro was developed around a simple belief: professional traders do not need more random signals; they need better context. This workflow reflects the ZIVA approach to filtering market noise and focusing on the liquidity and structural mechanics that influence price behavior. Most indicators treat the market like a static picture. ZIVA LSE Pro is built to read it as a dynamic environment where liquidity, structure, volatility, and execution con
Quant Direction MT5
Georgios Kalomoiropoulos
Quant Direction, 3 boyutlu bir piyasa analiz aracıdır. Çeşitli parametrelerdeki yüzdesel sapmaları hassas bir şekilde hesaplayan, tamamen objektif, algoritma tabanlı piyasa analizi sunar. Gelişmiş yapay zeka tabanlı modelleme araçları kullanılarak geliştirilen ve titizlikle test edilen bu algoritma, piyasayı benzersiz bir hassasiyetle analiz eder. Platformda herhangi bir döviz çiftini veya finansal enstrümanı analiz edebilirsiniz. İster kısa vadeli, ister günlük, isterse swing trading yapın, Qua
Beast Super Signal MT5
Florian Zuercher
2.71 (7)
Kârlı ticaret fırsatlarını kolaylıkla belirlemenize yardımcı olabilecek güçlü bir forex ticaret göstergesi mi arıyorsunuz? Beast Super Signal'den başka bir yere bakmayın. Bu kullanımı kolay trend tabanlı gösterge, sürekli olarak piyasa koşullarını izleyerek yeni gelişen trendleri araştırır veya mevcut trendlere atlar. Canavar Süper Sinyali, tüm dahili stratejiler birbiriyle uyumlu ve %100 örtüştüğünde bir al ya da sat sinyali vererek ek onay ihtiyacını ortadan kaldırır. Sinyal oku uyarısını aldı
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
KT Alpha Hunter Arrows MT5
KEENBASE SOFTWARE SOLUTIONS
Çoğu ok göstergesi size yalnızca bir sinyal verir ve geri kalan her şeyi sizin çözmenizi bekler. KT Alpha Hunter Arrows ise size tam bir işlem planı sunar. Her sinyal oku, hazır çizilmiş tam bir planla birlikte görünür: giriş çizgisi, stop loss, dört take profit seviyesi ve bu sembol ile zaman diliminin o anda işlem yapmaya değer olup olmadığını gösteren canlı edge değerlendirmesi. Dahil edilen Trade Manager EA, siz işleme girdikten sonra yönetimi üstlenir. Böylece piyasa gürültülü ve stresli ha
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: Kantitatif Piyasa İşletim Sistemi ÖMÜR BOYU ERİŞİMDE %70 İNDİRİM (SINIRLI SÜRE) - 2.000+ TRADER'A KATILIN Neden çoğu trader "mükemmel" indikatörlere rağmen başarısız olur? Çünkü tekil kavramları boşlukta trade ederler. Bağlamı olmayan bir sinyal kumardır. Sürekli kazanmak için KONFLÜANS (UYUM) gerekir. RelicusRoad Pro basit bir ok indikatörü değildir. Tam bir Kantitatif Piyasa Ekosistemi dir. Tescilli volatilite modellemesini kullanarak fiyatın ilerlediği "Adil Değer Yolu"nu har
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
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
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
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
Gerçek zamanlı kurumsal akış ve piyasa agresifliğini analiz etmek için nihai araç olan Smart Bubble Dominance Pro ile tanışın. Cerrahi hassasiyet arayan yatırımcılar için geliştirilen bu gösterge, karmaşık hacim verilerini net görsel sinyallere dönüştürerek "Akıllı Para"nın (Smart Money) tam olarak nerede konumlandığını belirlemenize olanak tanır. BTCUSD İçin Optimize Edildi Bu gösterge, BTCUSD 'nin volatilitesine ve özel davranışlarına göre titizlikle kalibre edilmiştir. Piyasa gürültüsünü
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
MetaTrader 5 için Chimera Volume Gelişmiş Hacim Analizi ve Piyasa Aktivitesi Görselleştirme Chimera Volume, normalleştirilmiş hacim aktivitesini analiz etmek ve dinamik bir görsel çerçeve aracılığıyla piyasa katılımındaki değişiklikleri göstermek için tasarlanmış, MetaTrader 5'e özel bir göstergedir. Gösterge, tick hacim verilerini adaptif normalleştirme algoritmaları kullanarak işler ve hacim yoğunluğu, birikim evreleri ve farklı piyasa koşullarındaki aktivite değişimlerinin yapılandırılmış bir
Göstergemiz, piyasada ilgi gösterilen bölgeleri vurgular ve ardından emir birikim bölgelerini gösterir. Büyük ölçekli bir emir defteri (order book) gibi çalışır. Bu, büyük sermaye için geliştirilmiş bir göstergedir. Performansı olağanüstüdür. Piyasada ne tür bir ilgi olursa olsun, onu görürsünüz . (Bu, tamamen yeniden yazılmış ve otomatikleştirilmiş bir versiyondur – artık manuel analiz gerekmez.) İşlem Hızı (Transaction Speed) , piyasada büyük emirlerin nerede ve ne zaman biriktiğini gösteren v
Meravith MT5
Ivan Stefanov
5 (3)
Göstergе, herhangi bir noktadan hacmi analiz eder ve bu hacim için piyasanın tükeniş seviyelerini hesaplar. Meravith’in ana çizgileri: Boğa hacim tükeniş çizgisi – hedef olarak kullanılır. Ayı hacim tükeniş çizgisi – hedef olarak kullanılır. Trend çizgisi – piyasa trendini gösterir. Piyasanın boğa mı ayı mı olduğuna bağlı olarak rengi değişir ve trend desteği görevi görür. Nasıl kullanılır: Mor dikey çizgiye çift tıklayın ve istediğiniz konuma taşıyın. Her şeyi analiz edebilirsiniz – trendleri v
Yazarın diğer ürünleri
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
Filtrele:
Değerlendirme yok
Değerlendirmeye yanıt