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
This Volume Delta Profile is an advanced MetaTrader 5 indicator that visualizes   volume delta (order flow imbalance)   using a volume profile-style histogram. It shows the difference between buying and selling pressure at specific price levels, helping traders identify supply and demand zones. This indicator provides a unique perspective on market dynamics by visualizing the imbalance between buying and selling pressure, offering insights beyond traditional volume analysis. Core Concept Positiv
BoxChart MT5
Evgeny Shevtsov
5 (7)
The market is unfair if only because 10% of participants manage 90% of funds. An ordinary trader has slim changes to stand against these "vultures". This problem can be solved. You just need to be among these 10%, learn to predict their intentions and move with them. Volume is the only preemptive factor that faultlessly works on any timeframe and symbol. First, the volume appears and is accumulated, and only then the price moves. The price moves from one volume to another. Areas of volume accumu
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
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
Dynamic Trend Sniper MT5
Vincent Georges David Ferrier
Trade Like an Institution. Protect Like a Professional. Early Sniper Access: Limited Launch Offer! Get ready to elevate your trading precision. We are offering an exclusive, highly limited launch price for the first Dynamic Trend Sniper users. Our Unbeatable Launch Offer: First 10 Snipers Only: $69 (Full lifetime access + all v1.x updates) Standard Retail Price (After 10 Purchases): $129 Why Act Now? This is not just a discount; it's a strategic entry point. We are committed to rewarding
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
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
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
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 Volume Profile Analysis Tool for MetaTrader 5 The Kecia Volume Profile Order Finder provides traders with volume profile analysis capabilities. This MT5 indicator combines volume profile visualization with statistical calculations to help identify potential trading opportunities and suggests entry, stop loss, and take profit levels based on market structure. Market Profile Visualization Transform your chart with customizable volume profile visualizations: Multiple visualization options
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
This is a simple Volume Weighted Average Price (VWAP) indicator. Simply add it to the chart and adjust the vertical line that is used as start anchor point and it is done. Volume Weighted Average Price (VWAP) is a trading benchmark that represents the average price a security has traded at throughout the day, based on both volume and price. It is calculated as the sum of price times volume for each trade, divided by total volume.
FREE
Volume Bubble Pro MetaTrader 5 için işlem hacmini doğrudan fiyat grafiği üzerinde gösteren gelişmiş bir görselleştirme aracıdır. Ekranın altındaki ayrı histogramlara güvenmek yerine, bu gösterge hacim yoğunluğunu ilgili mumun üzerindeki dinamik daireler (baloncuklar) aracılığıyla gösterir. Neden Volume Bubble Pro? Standart hacim göstergeleri yalnızca mutlak rakamları gösterir ancak genellikle bağlamdan yoksundur. Volume Bubble Pro, mevcut hacmi istatistiksel olarak önceki dönemin ortalamasıyla k
VP hidden
Emr Aljnaby
4.33 (12)
The indicator works to convert normal volume into levels and determine financial liquidity control points. It is very similar in function to Fixed Volume Profile. But it is considered more accurate and easier to use than the one found on Trading View because it calculates the full trading volumes in each candle and in all the brokers present in MetaTrade, unlike what is found in Trading View, as it only measures the broker’s displayed prices. To follow us on social media platforms: telegram
FREE
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
Haven Volume Profile
Maksim Tarutin
4.55 (11)
Haven Volume Profile, ticaret hacminin dağılımına dayalı olarak önemli fiyat seviyelerini belirlemeye yardımcı olan çok fonksiyonlu bir hacim profili analiz göstergesidir. Piyasayı daha iyi anlamak ve önemli giriş ve çıkış noktalarını belirlemek isteyen profesyonel yatırımcılar için tasarlanmıştır. Diğer Ürünler ->  BURADAN Temel Özellikler: Point of Control (POC) Hesaplama - en yüksek ticaret aktivitesinin gerçekleştiği seviye, en likit seviyeleri belirlemeye yardımcı olur Value Area (yüksek ak
FREE
Advanced Volume Profile Liquidity Analysis via Custom Area Selection The Advanced Manual Volume Profile is a precision tool for MetaTrader 5 designed to deconstruct market structure through price-level volume analysis. Unlike static profiles, this indicator exclusively processes the price and time range defined by the user via a rectangle object, offering a surgical view of the market auction. Elite Technical Specifications Dynamic Algorithm: Real-time calculation (400ms refresh rate) based on t
CVD SmoothFlow Pro
Thalles Nascimento De Carvalho
CVD SmoothFlow Pro - Her Varlık İçin Sınırsız Hacim Analizi! CVD SmoothFlow Pro , hassas ve sınırsız bir hacim analizi arayan trader'lar için nihai çözümüdür. Cumulative Volume Delta (CVD) hesaplamasını ve gelişmiş gürültü filtrelemesini kullanarak, Pro sürümü herhangi bir finansal varlık için gereken esneklik ve doğruluğu sağlar. CVD SmoothFlow Pro Neler Sunar? Açık Analiz : Pazar gürültüsünü filtreler ve her finansal varlıkta önemli hacim hareketlerini vurgular. ️ Kesin Hesaplama : Alım
Z Score Plus MT5
Eduardo Da Costa Custodio Santos
Finansta Z Puanları, bir gözlemin değişkenliğinin ölçüleridir ve tüccarlar tarafından piyasa oynaklığının belirlenmesine yardımcı olmak için kullanılabilir. Z puanları, Traders'a bir puanın belirli bir veri kümesi için tipik mi yoksa atipik mi olduğunu söyler. Z puanları aynı zamanda analistlerin birden fazla veri kümesinden alınan puanları uyarlayarak birbirleriyle daha doğru bir şekilde karşılaştırılabilecek puanlar oluşturmasını sağlar. # Pratikte, sıfır noktalı ZScore'umuz ve ultra yüksek no
This is a   Market Depth (DOM - Depth of Market) Indicator   for MetaTrader 5 that displays real-time order book data in a visual ladder format. The DOM provides a comprehensive view of market depth with clear visual cues for volume imbalances, making it useful for both scalping and swing trading decisions This indicator provides traders with a professional-grade market depth visualization that can be customized to match individual trading preferences and strategies.  You can easily switch betwe
Market Profile TPO Indicator
Thiago Pereira Pinho
5 (1)
The MarketProfileTPO indicator for MetaTrader 5 is a powerful tool designed to bring the Market Profile concept, based on Time Price Opportunity (TPO) analysis , directly onto your main chart window. This indicator calculates and displays the price distribution over a specified period, highlighting key areas of market activity and concentration. It is particularly optimized for high-volatility instruments like NAS100, US30, and XAUUSD when used on the M1 (1-minute) timeframe, offering a detailed
FREE
Mirror Chart MT5
Andrej Hermann
5 (1)
The Mirror Chart MT5 is a overlay indicator specifically designed to project a second financial instrument directly onto the main chart window. This tool is invaluable for traders who rely on correlation analysis, as it visualizes the price movements of two different instruments in real time. Unlike traditional overlays, this indicator utilizes intelligent, dynamic centering and scaling logic. It continuously analyzes the visible price range in the current window for both symbols and calculates
FREE
The indicator calculates ZigZag using the classic algorithm with three parameters: Depth, Deviation, and Backstep. Its main function is detecting and visualizing repaints — moments when the last ZigZag point shifts to a new bar. Upon loading, the indicator performs a simulation over the specified history depth. The algorithm sequentially recalculates ZigZag for each bar, comparing the current position of the last point with the previous one. If a shift is detected, a repaint line appears on the
FREE
MT4 Sürümü: https://www.mql5.com/en/market/product/157433 MT5 Sürümü: https://www.mql5.com/en/market/product/167286 Hacim Dengesizliği, yapılandırılabilir bir geri bakış aralığı içinde yüksek aktiviteli fiyat bölgelerini, yönsel baskıyı ve "boş" fiyat alanlarını belirlemenize yardımcı olmak için tasarlanmış hafif bir Hacim Profili + Delta Dengesizliği görselleştirme aracıdır. Sadece toplam hacmi gösteren klasik hacim profilinin aksine, bu gösterge her fiyat seviyesini şu şekilde ayırır: Boğa
Before installing the HeatMap indicator make sure you are using a broker that gives you access to the Depth of market (DOM) !! This indicator creates a heatmap on your chart allowing you to see the buy or sell limit orders easily and in real time. You have the possibility to change the setting and the colors of the HeatMap in order to adapt to all markets and all charts. Here is an example of a setting you can use with the NASDAQ100 on the AMPGlobal broker :  https://www.youtube.com/watch?v=x0Y
Bu ürünün alıcıları ayrıca şunları da satın alıyor
ARIPoint
Temirlan Kdyrkhan
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
SignalTech MT5 is a fully rule based trading system for EURUSD, USDCHF, USDJPY, AUDUSD, NZDUSD, EURJPY, AUDJPY, NZDJPY, CADJPY.  All the winning trades with chart setups are published on the comments page. 2025-12 1174 Pips 2026-01 2624 Pips 2026-02 2937 Pips 2026-03 2165 Pips 2026-04 2243 Pips It can generate signals with Buy/Sell Arrows and Pop-Up/Sound Alerts. Each signal has clear Entry and Stop Loss levels, which should be automatically flagged on the chart, as well as potential Targets 1,
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. V2 Launch Offe
Öncelikle, bu Ticaret Aracının Non-Repainting, Non-Redrawing ve Non-Lagging Gösterge olduğunu vurgulamakta fayda var, bu da onu profesyonel ticaret için ideal hale getiriyor. Çevrimiçi kurs, kullanıcı kılavuzu ve demo. Akıllı Fiyat Hareketi Kavramları Göstergesi, hem yeni hem de deneyimli tüccarlar için çok güçlü bir araçtır. İleri ticaret fikirlerini, Inner Circle Trader Analizi ve Smart Money Concepts Ticaret Stratejileri gibi 20'den fazla kullanışlı göstergeyi bir araya getirerek bir araya
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
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
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
MetaTrader 5 için Akıllı Çok Katmanlı Kırılım ve Geri Çekilme Dedektörü "Akıllı, Basit, Hızlı!" Yüksek olasılıklı kırılım girişlerini kaçırmaktan bıktınız mı? Kırılımları trend yönü ve para birimi momentumuyla hizalamaya çalışarak birden fazla grafiği saatlerce tarayıp — yine de hareketi kaçırıyor musunuz? Break Pullback, tüm bunları tek bir göstergede çözüyor. Break Pullback Nedir? Break Pullback, piyasa yapısı, kırılım ve trend devamı kurulumlarında işlem yapan yatırımcılar için özel olarak
ARICoins
Temirlan Kdyrkhan
ARICoin is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cust
MightyPips Sentiment Pro is a market sentiment indicator for MetaTrader 5 designed to help traders analyze buying and selling pressure in the market. The indicator evaluates market behavior to provide a clearer view of trend direction, momentum strength, and overall sentiment conditions. It helps traders understand whether buyers or sellers are currently dominating the market. Features Buyer vs Seller Analysis Displays the balance between buying and selling pressure using real-time market data.
==================================================================== SMC Pro v6.1 APEX AI — XAUUSD Gold Empire MetaTrader 5 Indicator · Smart Money Concepts · Predictive Intelligence Engine ==================================================================== SMC Pro v6.1 APEX AI is a professional Smart Money Concepts indicator system built exclusively for XAUUSD (Gold) on MetaTrader 5. It combines the complete SMC framework — Order Blocks, Liquidity sweeps, Fair Value Gaps, Break of Structure,
Meravith MT5
Ivan Stefanov
5 (1)
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
" Dynamic Scalper System MT5 " göstergesi, trend dalgaları içinde işlem yapmak için scalping yöntemi için tasarlanmıştır. Başlıca döviz çiftleri ve altın üzerinde test edilmiştir, diğer işlem araçlarıyla uyumluluğu mümkündür. Ek fiyat hareketi desteğiyle trend boyunca pozisyonların kısa vadeli açılması için sinyaller sağlar. Göstergenin prensibi. Büyük oklar trend yönünü belirler. Küçük oklar şeklinde scalping için sinyaller üreten bir algoritma trend dalgaları içinde çalışır. Kırmızı oklar yü
UZFX {SSS} Scalping Smart Signals MT5, hızlı hareket eden piyasalarda doğru ve gerçek zamanlı sinyaller bekleyen scalperlar, günlük yatırımcılar ve swing yatırımcıları 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 üretir. ÖNERİLEN* EN İYİ ZAMAN ÇERÇE
Premium seviye, %80'den fazla doğru tahmin doğruluğuna sahip benzersiz bir göstergedir! Bu gösterge en iyi Ticaret Uzmanları tarafından iki aydan uzun süredir test edilmiştir! Yazarın göstergesini başka hiçbir yerde bulamazsınız! Ekran görüntülerinden bu aracın doğruluğunu kendiniz görebilirsiniz! 1, sona erme süresi 1 mum olan ikili opsiyon ticareti için harikadır. 2 tüm döviz çiftleri, hisse senetleri, emtialar, kripto para birimleri üzerinde çalışır Talimatlar: Kırmızı ok göründüğü an
Gold Xausd Hunter
Metin Erkamoglu
5 (1)
MATADOR GOLD — XAUUSD M5 ( TimeFrame M5 ) Scalp Signals for MT5 Strategy Tester Visualization Video https://youtu.be/_cWbbyg2RSs Not every move deserves a signal. MATADOR GOLD was built for traders who prefer selective, structured, high-quality decision support over noisy, hyperactive signal tools. Designed specifically for Gold (XAUUSD / GOLD) on M5 , MATADOR helps you read short-term momentum with more discipline by combining trend logic, market-condition filters, momentum timing, spread pro
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
AriX
Temirlan Kdyrkhan
1 (4)
AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking with real-time stat
Assembler
Darko Licardo
5 (1)
Introducing Assembler:  The best value for money,  Designed for advanced traders and professionals, yet accessible for ambitious beginners ready to elevate their trading game. Great for ICT, SMC, TREND and breakout traders . Combining advanced analytics, a sleek graphical interface, and highly customizable features, Assembler empowers you to trade with precision, clarity, and confidence. Key Features of Assembler 1. Dynamic Graphical User Interface (GUI): A fully draggable, customizable interf
Scalping Winning Signals Pro SWS
Muhammad Usman Siddique
5 (1)
UZFX SWS {Scalping Winning Signals} Pro v1.0, Usman Zabir (UZFX LABS) tarafından hızlı hareket eden piyasalarda kesin giriş sinyalleri arayan scalperlar, günlük tüccarlar ve swing tüccarlar için özel olarak geliştirilmiş, güçlü, yeniden boyama yapmayan bir göstergedir. Gecikme veya yanlış yeniden boyama olmadan güvenilir, gerçek zamanlı sinyaller isteyen tüccarlar için idealdir. ÖNERDİĞİM* EN İYİ ZAMAN ARALIKLARI: 30 DAKİKA VE ÜZERİ. {1 SAAT} BENİM FAVORİM. VE SONUÇLAR AKIL ALMAZ...! Not: Kazan
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++ Link to EURUSD Only Free Version -->  https://www.mql5.com/en/market/product/156904?source=Unknown +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Hallo Trader, This is a traditional GANN & FIBONACCI strategy based on detection of an impulsive move in the opposite direction. This is called a Breakout. At the moment of Breakout, the indicator draw
The Zone Trading Indicator is a technical analysis tool for MetaTrader 5 that automatically identifies and displays tradable price zones across multiple timeframes to assist with structured market analysis. The indicator plots Monthly, Weekly, Daily, and H4 tradable zones , allowing traders to view higher- and lower-timeframe price areas simultaneously. These zones are designed to support one-candle–based entry approaches by highlighting predefined areas where price interaction may be monitored.
Bu göstergeye benzersiz ve keskin bir avantaj kazandıran kavramlar, en iyi mentorlardan biri olan Arjo tarafından tasarlanıp derlenen "Adil Değer Boşlukları Teorisi"ne dayanmaktadır ve ben de açıklanan kavramlara geliştirme yönünü ekledim. Video serisi, kapsamlı açıklamalar için orijinal YouTube bağlantılarını ve derlenmiş MT4/5 sisteminin çalışır durumdaki ekran görüntülerini içerecektir. Yayınlanan tüm sistemler, tüm platformlara ve kullanıcı isteklerine uyum sağlamak için MT4 ve MT5'te ayrı a
Presenting one-of-a-kind Gann Indicator for XAUUSD IQ Gold Gann Levels is a non-repainting, precision tool designed exclusively for XAUUSD/Gold intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient calcul
The Propfolio Master Suite is the ultimate all-in-one analytical workstation for professional traders. Combining the power of the Beat The Market Maker (BTMM) methodology, Smart Money Concepts (SND/Liquidity), and Advanced Volume Profile, this suite replaces multiple different indicators with one optimized engine. Monitor up to 14 pairs simultaneously from a single chart, instantly identify market cycles, and seamlessly map institutional footprints with the click of a button. The Command Center
Pantera Indicator
Temirlan Kdyrkhan
5 (1)
A tool for on-chart strategy backtesting and performance analysis. A utility for developing, debugging, and testing custom trading ideas and indicator functions. An indicator designed to quickly test trading concepts and visualize the effectiveness of different input parameters. An all-in-one sandbox for testing everything from simple crossovers to complex, multi-condition trading systems.
SHOGUN Trade Pro – 16 Years of Unadjusted Precision. https://www.mql5.com/en/market/product/176984 Strategic Market Structure & the Mastery of "Small Losses, Big Profits." March Special Sale – Special Price:  (Regular Price: $299)! This special offer is for a limited time only. We are currently focusing on further product development and optimization. To incorporate valuable feedback from our users into the product, we are offering this discounted price on the condition of your cooperation wi
Niveaux mensuels + PinBar + Marubozu + ALERTES (MQL5) Version : 2.0 FINAL Auteur : KOUAME N'DA LEMISSA See More Description du produit Cet indicateur avancé pour MetaTrader 5 combine l'analyse des niveaux mensuels, la reconnaissance des modèles de chandeliers japonais (PinBar et Marubozu) et un système d'alerte en temps réel. Il aide les traders à identifier rapidement les zones clés du marché et les opportunités de trading à forte probabilité. Caractéristiques principales Affichage automatiqu
Owl Smart Levels MT5
Sergey Ermolov
4.03 (32)
Trend yönünde işlem yaparken asıl zorluk bir seviye bulmak değil, girişin gerçekten nerede geçerli olduğunu anlamaktır. Fiyat genellikle seviyelere tepki verir ancak hareket devam etmez — bu da yanlış girişlere veya kaçırılan fırsatlara yol açar. Owl Smart Levels sadece seviyeleri göstermez , aynı zamanda piyasa yapısı ve geri çekilmelere dayalı bölgeler oluşturur. Bu, giriş noktalarını farklı şekilde değerlendirmenizi sağlar ve bazı hatalı sinyallerden kaçınmanıza yardımcı olur. Owl Smart Leve
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
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