SwingVWAP Thermal Pro

5

SwingVWAP Thermal Pro

A swing-anchored VWAP indicator for MetaTrader 5 that combines adaptive volume-weighted price analysis with a liquidity thermal heatmap to identify key price levels and market structure.

SwingVWAP Thermal Pro is a chart indicator for MetaTrader 5 built around two complementary analytical systems working together on the same chart. The first system detects swing highs and swing lows using a configurable lookback period, classifies each pivot as HH, HL, LH, or LL, and draws a volume-weighted average price line anchored to each identified swing point. The second system overlays a real-time liquidity heatmap that maps volume distribution across 31 price bins within a sliding window of recent bars, revealing where the market has transacted most heavily.

 

Overview

The swing detection engine scans each bar for local extremes using a monotonic deque algorithm, which computes sliding maximum and minimum values across the full history in a single linear pass. When the market structure shifts direction, the indicator labels the new pivot and begins a fresh VWAP calculation anchored to that swing point. The VWAP is computed using an exponentially weighted moving average of the HLC3 price multiplied by tick volume, with an adjustable smoothing period. When adaptive mode is enabled, the smoothing period shortens automatically during high-volatility conditions and lengthens during quiet periods, based on the ratio between current ATR and its 50-period running average.

The heatmap component divides the high-low range of a configurable lookback window into 31 equal-width price bins. For each visible bar, the indicator accumulates tick volume for all bars within the window whose closing price falls inside each bin, then renders the result as a semi-transparent rectangle. Bins with higher accumulated volume appear more opaque; bins below the configured sensitivity threshold are hidden entirely. The Point of Control, the bin with the highest volume, is highlighted separately. A right-side volume profile sidebar shows the split between buying-side and selling-side liquidity in absolute and percentage terms, together with the current imbalance figure.

Buy and sell signals are generated when a new pivot is classified as LL (potential demand zone) or HH (potential supply zone), respectively. Arrows are plotted at a distance proportional to the current ATR value. Optional pop-up alerts fire on the current bar when a new signal is detected.

 

Key Features

  • Swing-anchored VWAP with pivot classification: Each new swing segment starts a fresh volume-weighted average price calculation anchored to the detected pivot. Pivots are labeled HH, HL, LH, or LL based on comparison with the previous pivot of the same direction.
  • Adaptive smoothing period: When adaptive mode is active, the EWMA period adjusts dynamically using the ATR ratio, reducing lag in volatile conditions and smoothing output during low-volatility periods. The volatility bias parameter controls the strength of this adjustment.
  • Liquidity thermal heatmap: Volume distribution across 31 price bins is rendered as a color-coded overlay for each bar in the visible window. Three profile depth settings (Shallow, Balanced, Deep) control the lookback window, and three sensitivity settings control the minimum volume threshold for display.
  • Right-side volume profile sidebar: The most recent bar projects a lateral profile to the right of the chart showing buy-side and sell-side liquidity volumes, their percentage split, and the current order flow imbalance.
  • HH/HL/LH/LL pivot labels: Each confirmed swing pivot receives a colored label directly on the chart. High-side pivots use one configurable color and low-side pivots use another, making market structure immediately readable.
  • Signal arrows with alert support: Optional buy and sell arrows can be displayed for a configurable number of historical bars. Pop-up alerts can be enabled to notify when a new signal is detected on the current bar.
  • Incremental rendering engine: On new bar open, the heatmap performs an incremental update rather than a full redraw. Only the oldest bar leaving the visible window is removed, the penultimate bar's right edge is extended, and the new bar is computed and drawn. This keeps the indicator responsive on large chart histories.
  • Configurable draw history limit: A maximum bar count setting controls how far back VWAP segments and pivot labels are drawn, preventing performance issues on very long chart histories.

 

How It Works

On the first load, the indicator performs a full calculation pass over the available history. The sliding maximum and minimum arrays are populated in a single O(n) pass using a monotonic deque, shared between the swing detection and heatmap modules. The swing engine then walks the history bar by bar, tracking the current dominant direction and updating VWAP values. Whenever direction changes, the previous segment is drawn on the chart and a new segment begins. On each subsequent tick, only new or modified bars are processed. When a new bar opens, the swing module rebuilds from scratch because swing structure depends on the full price history, while the heatmap module updates incrementally to avoid unnecessary redraws.

 

Recommended Use

The indicator works on any symbol and timeframe supported by MetaTrader 5. Swing period values between 20 and 100 are suitable for most timeframes; shorter values detect minor swings and produce more frequent pivots, while longer values focus on major structural turning points. The heatmap is most readable on timeframes from M15 upward, where there is sufficient bar history to accumulate meaningful volume distributions. The right-side profile requires the chart shift setting, which the indicator enables automatically on load and restores on removal.

 

Parameters

Swing Points:

  • Swing Period — Number of bars used to identify local highs and lows — Default: 50
  • Adaptive Price Tracking — Base smoothing period for the EWMA VWAP calculation — Default: 20
  • Adapt by ATR Ratio — When enabled, the smoothing period adjusts dynamically based on current volatility relative to its average — Default: false
  • Volatility Bias — Controls how strongly volatility changes compress or expand the smoothing period (higher values produce stronger adjustment) — Default: 10.0

Style:

  • Pivot Label Color — High — Color applied to HH and HL pivot labels — Default: Lime
  • Pivot Label Color — Low — Color applied to LH and LL pivot labels — Default: Red
  • VWAP Color — Uptrend — Line color for VWAP segments in upward swing phases — Default: Lime
  • VWAP Color — Downtrend — Line color for VWAP segments in downward swing phases — Default: Red
  • VWAP Line Width — Line thickness from 1 to 5 — Default: 2

Signals:

  • Show Buy/Sell Signals — Enable or disable signal arrow display — Default: true
  • Buy Arrow Color — Color of the upward arrow placed at LL pivots — Default: DodgerBlue
  • Sell Arrow Color — Color of the downward arrow placed at HH pivots — Default: OrangeRed
  • Arrow Size — Arrow object size from 1 to 5 — Default: 3
  • Signal History — Number of historical bars over which signals are drawn — Default: 150
  • Enable Alerts — Trigger a pop-up alert when a new signal appears on the current bar — Default: false

Performance:

  • Max History Bars to Draw — Limits how many bars back VWAP segments and pivot labels are rendered; set to 0 to draw all available history — Default: 3000

Heatmap:

  • Profile Depth — Selects the lookback window for volume accumulation: Shallow Profile (100 bars), Balanced Profile (300 bars), or Deep Profile (600 bars) — Default: Balanced Profile
  • Sensitivity — Controls the minimum volume threshold for bin display: High Contrast hides low-volume bins, Smooth shows all bins, Balanced is the middle setting — Default: Balanced
  • Upper Liquidity Color — Color applied to price bins above the current close — Default: dark red
  • Lower Liquidity Color — Color applied to price bins below the current close — Default: dark green
  • Hide Active Candle Color — Suppresses heatmap coloring for price levels overlapping the current open, close, midpoint, and HLC3 of the active bar — Default: true
  • Heatmap Visible Bars — Number of bars for which the heatmap overlay is rendered — Default: 300

 

Past performance in backtesting or visual inspection of historical chart data does not guarantee future results. Use this indicator as one component of a complete trading approach that includes your own risk management rules.

Reviews 8
Kasper Hytonen
692
Kasper Hytonen 2026.05.15 00:48 
 

Good indicator but it shifts the whole chart too much to the left. Edit. The previous update fixed the issue by adding adjustable shift. Perfect

MPARTHE
111
MPARTHE 2026.05.09 16:30 
 

Thank you ;) Very good Indicator.

Tadeu Augusto Santos De Santana
119
Tadeu Augusto Santos De Santana 2026.05.05 11:58 
 

es perfecto bueno indicador

Recommended products
How it works –   Base-departure detection — algorithmically finds consolidation bases (overlapping range with compressed volatility) followed by displacement departures. Patterns: Drop-Base-Rally, Rally-Base-Drop, Rally-Base-Rally, Drop-Base-Drop — detected structurally, not by candle names. –   Strength score (0–100) — from departure velocity, time-at-base, freshness (each revisit decays the score), higher-timeframe confluence and origin volume. –   Lifecycle — Fresh, Tested (decaying), Broken
FREE
Donchian Pro
Paulo Henrique Faquineli Garcia
5 (3)
The Donchian Channel Channels are among the most popular tools of technical analysis, as they visually convey to the analyst the limits within which most price movement tends to occur. Channel users know that valuable information can be obtained at any time, whether prices are in the central region of a band or close to one of the border lines. One of the best known techniques to explore these concepts is Bollinger Bands. However, John Bollinger was not the only one to research the application
FREE
(Special New Year promotion - free price!) The indicator displays the actual 'Scale in points per bar' (identical to the manual setting in the Terminal, see screenshot) in the upper right corner of the chart. The displayed value changes INSTANTLY whenever the chart scale is changed! (This is very convenient when planning screenshots). In Settings: Change language (Russian/English), font size of the displayed text, text label offset coefficient from the graph corner, equally in X and Y directi
FREE
Volume Profile Density V2.40 Displays the distribution of traded volume by price level, showing where institutional activity occurs. Unlike standard volume (over time), it reveals where volume actually concentrated. Key points: Horizontal bars = volume at each price Longer bar → higher volume Red zones = major support/resistance Main uses: Identify true support/resistance zones Locate POC (Point of Control) Define Value Area (70% of total volume) Use low-volume zones for stops and targets Color
FREE
Donchian Breakout And Rsi
Mattia Impicciatore
4.5 (2)
General Description This indicator is an enhanced version of the classic Donchian Channel , upgraded with practical trading functions. In addition to the standard three lines (high, low, and middle), the system detects breakouts and displays them visually with arrows on the chart, showing only the line opposite to the current trend direction for a cleaner view. The indicator includes: Visual signals : colored arrows on breakout Automatic notifications : popup, push, and email RSI filter : to val
FREE
RSI abcd
Francisco Gomes Da Silva
4.33 (3)
RSI ABCD Pattern Finder: Technical Strategy 1. How the Indicator Works Combines the classic RSI with automatic detection of ABCD harmonic patterns . Key Components Standard RSI (adjustable period) Peak and Trough Markers (arrows) ABCD Patterns (green/red lines) Overbought (70) and Oversold (30) Filters 2. MT5 Setup period = 14 ; // RSI period size = 4 ; // Maximum pattern size OverBought = 70 ; // Overbought level OverSold = 30 ; // Oversold level Filter = USE_FILTER_ YES ; // Confirmation filte
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.6 (35)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
Smart Money Concepts (SMC) - Native MT5 Edition Important Note Regarding Source Code (.MQ5)   The version provided here on the Market is the compiled executable (.EX5) for immediate terminal use. If you are a developer or trader looking for the full, customizable   .MQ5 source code   of this indicator, please visit my   MQL5 Profile   and access the official link provided in my bio. Overview This indicator is a 100% exact mathematical and logical port of the most widely used open-source "Lux" S
FREE
VFI Quantum
Nikita Berdnikov
5 (1)
Introducing VFI (Volume Flow Indicator) – a trading indicator that analyzes the relationship between volume and price movement to identify key trading opportunities. The indicator displays the strength and direction of volume flow, providing clear signals about potential entry and exit points. Signals are formed based on zero line crossovers, crossovers between the VFI line and its exponential moving average (EMA), and when the indicator exits overbought and oversold zones. Attention! This stra
FREE
Fimathe PCM Indicador
Cristiano Rodrigo Olegini
Velas Forex FIMATHE PCM Indicator (FREE) The Velas Forex FIMATHE PCM Indicator is a free indicator designed to help traders analyze the market visually in a simple, fast, and effective way. Its purpose is to make it easier to identify market conditions through clear visual signals, allowing traders to make more confident trading decisions. Best result: 5M timeframe MT5 server time: 2:00 Management: 1 Take Profit: stop trading, wait for the next day 2 Losses: stop trading, wait for the next day
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
QuantMatrix Probability AI Free QuantMatrix Probability AI Free is a technical indicator for MetaTrader 5 that combines several measurements of current market conditions into three numerical estimates. The indicator uses exponential moving averages, Relative Strength Index (RSI), Average True Range (ATR) and the current price position in its calculation. These measurements are combined into a normalized market score. The resulting information is displayed on the chart as: BUY percentage SELL p
FREE
Zaxti Trend Levels [SORSAWO]: Where Algorithmic Precision Meets Visual Elegance Step into a new era of technical analysis. Zaxti Trend Levels is not just another charting tool; it is a comprehensive trend-visualization engine crafted for the discerning trader. By seamlessly blending the mathematical rigor of advanced adaptive filtering with intuitive visual mapping, this indicator transforms chaotic price action into a clear, actionable roadmap. Designed to eliminate noise and highlight what tru
FREE
Moving line
Jun Chao Jiang
The one minute chart has a bug, but the one-day chart can still be used after deleting the bug and reloading the indicators, This indicator can be used to determine how far the indicator goes up to place an order to buy, how far it goes down to place an order to sell, and not placing an order until it reaches this distance, which is considered oscillation, open an account gift index
FREE
Coral Indi
Dinh Duong Luong
Coral trend is   a trend-following indicator that is widely popular among FOREX traders . It is usually used as a confluence with other indicators. It uses combinations of moving averages with complex smoothing formulas! It has two configurable parameters: Coefficient   - smoothing ratio (*) Applied price Calculation: Coral = (-0.064) * B6 + 0.672 * B5 - 2.352 * B4 + 2.744 * B3
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
The indicator highlights the points that a professional trader sees in ordinary indicators. VisualVol visually displays different volatility indicators on a single scale and a common align. Highlights the excess of volume indicators in color. At the same time, Tick and Real Volume, Actual range, ATR, candle size and return (open-close difference) can be displayed. Thanks to VisualVol, you will see the market periods and the right time for different trading operations. This version is intended f
FREE
Spike Catch Pro
Amani Fungo
4.14 (7)
Spike Catch Pro 22:03 release updates Advanced engine for searching trade entries in all Boom and Crash pairs (300,500 and 1000) Programmed strategies improvements Mx_Spikes (to combine Mxd,Mxc and Mxe), Tx_Spikes,   RegularSpikes,   Litho_System,   Dx_System,   Md_System,   MaCross,   Omx_Entry(OP),  Atx1_Spikes(OP),   Oxc_Retracement (AT),M_PullBack(AT) we have added an arrow on strategy identification, this will help also in the visual manual backtesting of the included strategies and see ho
FREE
Best SAR MT5
Ashkan Hazegh Nikrou
4.33 (3)
Description :  we are happy to introduce our new free indicator based on one of professional and popular indicators in forex market (Parabolic SAR) this indicator is new modification on original Parabolic SAR indicator, in pro SAR indicator you can see cross over between dots and price chart, this crossover is not signal but talk about end of movement potential, you can start buy by new blue dot, and place stop loss one atr before first blue dot, and finally you can exit as soon as dots cross p
FREE
Value Chart Candlesticks
Flavio Javier Jarabeck
4.57 (14)
The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach. It
FREE
PROMETHEUS TECHNICAN VERSION Free | By THE SONS A gift from The Sons — no strings, no trial, no expiry. Every trader deserves access to professional-grade market intelligence. That belief is why Prometheus Technical Version exists, and why it costs nothing. Consider it our handshake to the trading community. What You're Getting This is not a simplified tool dressed up as a gift. Prometheus Technican Version is a fully built, institutional-quality technical analysis indicator running a dual-model
FREE
MACD Sniper Pro
Noppawat Tumjai
MACD Sniper Pro is an advanced automated trading system designed for traders seeking high-precision entries and robust risk management. By combining the classic momentum of MACD Crossover with a strict ADX Volatility Filter and Dynamic ATR Management , this EA completely eliminates emotional trading and filters out dangerous flat/sideways markets. Unlike standard MACD indicators that suffer during consolidation, MACD Sniper Pro verifies trend strength before entering and protects your capital us
VM Auto SLTP Basic
Van Minh Nguyen
5 (1)
VM Auto SLTP Basic - Intelligent Trade Management for Scalpers Enhance your scalping strategy to a higher level. VM Auto SLTP Basic automatically manages Stop Loss and Take Profit for orders that are opened manually or by other Expert Advisors. This tool does not open trades on its own, allowing you to maintain full control while enjoying precise risk management. Full documentation available in the product blog:   [User Guide] Key Features SL/TP based on ATR or fixed price Automatic SL move to B
FREE
GDS Renko Pip ST Chart - Pip-Based Renko Chart Indicator for MetaTrader 5 GDS Renko Pip ST Chart is a pip-based Renko chart indicator for MetaTrader 5. It helps traders build and study cleaner Renko price movement using a practical fixed pip or point-based brick structure. This tool is designed as a Renko chart foundation for manual analysis. It does not predict the market, does not generate buy or sell signals and does not decide whether a trade should be opened. What Pip ST Chart Does Renko ch
FREE
Mini Charts MTF EMA Mini Charts MTF EMA is a MetaTrader 5 indicator that displays multiple mini charts from selected timeframes directly on the main chart. It helps traders monitor multi-timeframe price movement and EMA direction in one clean visual layout. Main Features Multiple mini charts on the main chart Custom timeframe selection for each mini chart Up to 4 EMA lines for every mini chart Custom EMA period, shift, method, applied price, color, style, and width Custom mini chart width, heigh
FREE
If you like BTC Speed Alpha Indicator, you can also check BTC Speed Alpha EA on my MQL5 profile. The EA version is designed for automated BTCUSD trading with risk control, Break Even, trailing stop, position assist and dashboard panel. BTC Speed Alpha is a free MetaTrader 5 indicator designed for Bitcoin / BTCUSD traders who want a clean visual tool for reading market direction, impulse movement and potential BUY / SELL opportunities directly on the chart. The indicator combines an adaptive t
Ultimate Retest
Nguyen Thanh Cong
5 (6)
Introduction The "Ultimate Retest" Indicator stands as the pinnacle of technical analysis made specially for support/resistance or supply/demand traders. By utilizing advanced mathematical computations, this indicator can swiftly and accurately identify the most powerful support and resistance levels where the big players are putting their huge orders and give traders a chance to enter the on the level retest with impeccable timing, thereby enhancing their decision-making and trading outcomes.
FREE
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. The indicator OrderBook Cumulative Indicator accumulates market book data online and visualizes them on the chart. In addition, the indicator can show the market
BKT Pro Tooco A multi-method support and resistance toolkit for MetaTrader 5 that detects swing levels in real time using four selectable detection algorithms, without repainting confirmed signals. BKT Pro Tooco is a support and resistance indicator for MetaTrader 5, built to serve traders who require reliable zone detection across multiple market structures. The indicator offers four independent detection methods, allowing traders to match the algorithm to their preferred trading style, whether
FREE
Buyers of this product also purchase
This product was updated for the 2026 market and optimized for the latest MT5 builds . PRICE UPDATE NOTICE:   Smart Trend Trading System is currently available for $99. The price will increase to $199 after the next 30 purchases. SPECIAL OFFER:  After purchasing Smart Trend Trading System, send me a private message to claim the Smart Universal EA for FREE and turn your Smart Trend signals into automated trades.   [User Manual]   ,  [PDF]  ,   [Installation manual]   and  [Online course] Smart T
Trend Sniper X
Sarvarbek Abduvoxobov
5 (10)
Trend Sniper X is a multi-timeframe trend-following indicator for MetaTrader 5 that helps traders identify trend direction and potential reversal points with clarity and precision. Price Information: The current price is promotional and is subject to change as upcoming updates and new features are released. Code2Profit Channel Master the Market with Multi-Timeframe Analysis! How to Maximize Your Win Rate with Trend Sniper X: Key Rules & Session Tips Technical Specifications Platform MetaTrader 5
Welcome to ENTRY IN THE ZONE AND SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading opp
SuperScalp Pro
Van Minh Nguyen
4.61 (31)
SuperScalp Pro –  Professional Multi-Layer Confluence Scalping System SuperScalp Pro is a professional multi-layer confluence scalping system designed to help traders identify higher-probability opportunities with clearer entry confirmation, ATR-based Stop Loss and Take Profit levels, and flexible signal filtering across XAUUSD, BTCUSD, and major Forex pairs. Full documentation available in the product blog:   [User Guide] Auto trading available via SuperScalp Pro Auto Trader EA:   [Auto Trader
Divergence Bomber
Ihor Otkydach
4.89 (94)
From time to time, I trade using this system myself. Check out my manual BOMBER trading on a live account— LIVE SIGNAL Each buyer of this indicator also receives the following for free: The custom utility "Bomber Utility", which automatically manages every trade, sets Stop Loss and Take Profit levels, and closes trades according to the rules of this strategy Set files for configuring the indicator for various assets Set files for configuring Bomber Utility in the following modes: "Minimum Risk"
Neuro Poseidon MT5
Daria Rezueva
4.85 (54)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
The legend is back! Entry Points Pro 10. A relaunch of the legendary indicator that held a Top-3 spot on the MQL5 Market for 3 years. Hundreds of rave reviews (589 across two versions), thousands of traders use it every day, 31,000+ demo downloads  across   MT4   +   MT5 . I have read every one of your reviews from the past five years — and instead of promises, I built the answers into version 10. From an author who has been in the market since 1999 and values honesty, his reputation and his cli
Secure the Lowest Price Today. After purchase, contact via   MQL5 inbox   to receive your buyer kit and bonus. Let's be honest first. No indicator will make you profitable on its own. If someone tells you otherwise, they're selling you a dream. Every indicator that shows perfect buy/sell arrows can be made to look flawless — just zoom into the right window of history and screenshot the winners. We won't do that. SMC Intraday Formula is a tool. It reads the market structure for you, maps the hig
Superhero
Ihor Otkydach
5 (2)
The SUPERHERO indicator is a multi-currency trading system designed on an "all-inclusive" basis. The indicator independently analyzes the market and provides signals on when to open and close trades. It uses Stop Loss and Take Profit orders. The R:R ratio is 1:1. From time to time, I personally trade based on this system's signals, and here are the results I get—   LIVE SIGNAL This system can send push notifications to your smartphone, so you can place trades "on the go" without needing to be ti
M1 Sniper MT5
Oleg Rodin
5 (6)
M1 SNIPER  is an easy to use trading indicator system. It is an arrow indicator which is designed for M1 time frame. The indicator can be used as a standalone system for scalping on M1 time frame and it can be used as a part of your existing trading system. Though this trading system was designed specifically for trading on M1, it still can be used with other time frames too. Originally I designed this method for trading XAUUSD and BTCUSD. But I find this method helpful in trading other markets
GoldenX Entry MT5
Kareem Abbas
5 (15)
Price will increase by $20 every 10 buyers to maintain premium value. After purchase, contact via   MQL5 inbox   to receive your buyer kit and bonus. You have probably tested dozens of indicators before. But we are not here to be “just another signals indicator.” Behind GoldenX Entry is intensive research & development focused on building sophisticated algorithms designed to adapt to the real behavior of every instrument — not generic signals recycled everywhere else. From advanced Auto Optim
Zoryk Gold
Reda El Koutbane
5 (6)
discount ends SOON next price 69 $ ZORYK — Advanced XAUUSD Signal System for MetaTrader 5 You know the feeling. You spend time analyzing gold. You wait for the entry. You finally open the trade, and price immediately moves against you. You close too early, move the Stop Loss or hesitate for a few seconds. Then the market reaches the exact destination you originally expected without you. The direction was not always the problem. The real problem was uncertainty. You did not know exactly where th
Session High Low Lines Indicator that plots key intraday reference levels directly on the chart: the previous day's high/low and the current day's high/low, updated automatically as the new day forms. An optional previous week high/low can also be displayed. These levels are widely used as reference points for potential support and resistance zones, breakout confirmation, and range context during a trading session. Features Previous day High/Low lines Current day High/Low lines (updates in real
Atomic Analyst MT5
Issam Kassas
4.43 (53)
This product was updated for the 2026 market and optimized for the latest MT5 builds. PRICE UPDATE NOTICE: Atomic Analyst is currently available for $99. The price will increase to $199 after the next 30 purchases . SPECIAL OFFER:  After purchasing Atomic Analyst, send me a private message to claim the Smart Universal EA for FREE and turn your Atomic Analyst signals into automated trades. [Online Course] ,  [How to use] , [User Manual] ,  [PDF]  And [DEMO] Atomic Analyst is a non-repainting, n
Gold Entry Sniper
Tahir Mehmood
5 (18)
Gold Entry Sniper – Professional Multi-Timeframe ATR Dashboard for Gold Scalping & Swing Trading Gold Entry Sniper is a cutting-edge MetaTrader 5 indicator designed to give traders precise buy/sell signals for XAUUSD and other symbols, powered by ATR Trailing Stop logic and a multi-timeframe analysis dashboard . Built for both scalpers and swing traders, it combines real-time market direction , dynamic stop levels , and professional visual dashboards to help you identify high-probability gold en
The  UZFX {SSS} Scalping Smart Signals v4.0 MT5  is a Non Repaint high-performance trading indicator designed for Scalpers, Day Traders, and Swing Traders  who demand accurate, real-time signals in fast-moving markets. Developed by  (UZFX-LABS) , this indicator combines price action analysis, trend confirmation, and smart filtering to generate high-probability  buy and sell signals, Warning Signals, and Trend Continuation Opportunities across all currency pairs and timeframes.  Stop second-guess
Gann Made Easy   is a professional and easy to use Forex trading system which is based on the best principles of trading using the theory of W.D. Gann. The indicator provides accurate BUY and SELL signals including Stop Loss and Take Profit levels. You can trade even on the go using PUSH notifications. PLEASE CONTACT ME AFTER PURCHASE TO GET TRADING  INSTRUCTIONS   AND GREAT EXTRA INDICATORS  FOR FREE! Probably you already heard about the Gann trading methods before. Usually the Gann theory is a
Trend Catcher ind mt5
Ramil Minniakhmetov
5 (18)
TREND CATCHER INDICATOR Trend Catcher Indicator analyzes market price movements, using a combination of the author’s proprietary and customized adaptive trend-analysis indicators.  It identifies the true market direction by filtering out short-term noise and focusing on underlying momentum strength, volatility expansion, and price structure behavior.  It also uses a combination of smoothing and trend-filtering customized indicators such as moving averages, RSI, and volatility filters.   Real ope
SkyHammer Signal Pro Professional No-Repaint Trend Signal Indicator with Locked Entry, SL and TP Levels SkyHammer Signal Pro is a structured trend and momentum signal indicator designed for traders who want clear, fixed, and verifiable trading signals. It works best on lower timeframes such as M1 and M5 . The indicator does not try to predict tops or bottoms. Instead, it waits for confirmed market structure, trend direction, momentum strength, volatility quality, and target space before generati
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (3)
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
SR Liquidity   is a trading indicator designed to reveal the hidden zones where market liquidity concentrates and price reacts most strongly. These special liquidity areas act as powerful support and resistance levels, giving you a clear map of where the market is most likely to reverse. Instead of drawing ordinary Support/Resistance lines, SR Liquidity analyzes real price behavior to detect the zones where buying and selling pressure accumulate. These are actually the pools of liquidity that dr
Power Candles MT5
Daniel Stein
5 (9)
Power Candles V3 - Self-Optimizing Strength Indicator Power Candles V3 turns currency and instrument strength into an actionable trade plan on every chart it is attached to. Instead of just coloring candles, it runs a live auto-optimization in the background and hands you the best Stop Loss, Take Profit and signal threshold for the symbol in front of you. One click adopts it for live trading - entry, Stop Loss and Take Profit rays appear on the chart at the exact prices, and alerts fire with dir
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
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
This product was   updated   for the   2026 market   and   optimized   for the   latest MT5 builds . PRICE UPDATEe NOTICE: Smart Price Action Concepts   is currently available for $200. The price will   increase to $299   after the next   30 purchases. SPECIAL OFFER:  After purchasing , send me a private message to claim FREE Bonus + Gift. First of all Its worth emphasizing here that this Trading Tool is Non Repainting , Non Redrawing and Non Lagging Indicator , Which makes it ideal for profe
Market Structure Order Block Dashboard MT5 is an MT5 indicator designed for traders who want to read market structure and the main price reaction zones directly on the chart. It combines BOS, ChoCH, Order Blocks, Fair Value Gaps (FVG), Liquidity, Kill Zones, Volume Profile, and a compact dashboard for quick analysis. This indicator targets traders who use market structure, ICT and Smart Money concepts as a decision framework. It can help spot trend continuations, possible reversals, price imbala
Axiom Matrix
Issam Kassas
5 (5)
LAUNCH PRICE: $99 Axiom Matrix is available at the launch price of $99. The price will increase to $199 after the first 30 purchases. SPECIAL OFFER:  After purchasing Axiom Matrix, send me a private message to claim the Smart Universal EA for FREE and turn your Smart Trend signals into automated trades. [User Manual] , [Online Course] , [PDF]  And [DEMO] Axiom Matrix is a professional multi-symbol, multi-timeframe market scanner and decision dashboard for MetaTrader 5. It scans your Market Watc
M1 Quantum MT5
Hamed Dehgani
4.27 (11)
Live Trading Signals Using M1 Quantum : Signal  (Trade executed automatically by the Quantum Trade Assistant , included free with this product.) Latest News : Version 1.64 has been released, All trades now have a Stop Loss placed behind the relevant Support/Resistance zones. The Smart Close function has also been improved to increase the EA’s performance in this version. Since August 9, the live signal has been running on Version 1.64. Price Plan: Current Price: $169 (Early Adopter Offer) Next
Crystal Quantum Pro
Muhammad Jawad Shabir
5 (2)
CRYSTAL QUANTUM PRO Institutional Signal & Trade Intelligence for MetaTrader 5 Final Price: 199 USD ----> Price goes up 10 USD after every 10 sales. Limited launch slots available, act fast. Most indicators give you an arrow and leave you alone. A naked arrow is a gamble. Winning consistently requires CONFLUENCE , a clear STOP and TARGET , and honest PROOF that the system works. Crystal Quantum Pro delivers all three in one clean, no-repaint package. Crystal Quantum Pro is a complete decision sy
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (6)
A new King in town - Indicator + Order management indications(tp1+tp2+tp3) + Optional Telegram Signal sender   INCLUDED (FREE) ( FULL TRADING  and SIGNAL SYSTEM ) Our best EA for Gold: Gold Slayer  This indicator includes an advanced Strategy, a trading system with customisable order management and a mean reversion system that combines envelope extensions, backed by multiple intelligent confirmation filters like RSI to catch high probability reversal entries with BUY and SELL signals . The indi
More from author
SignalForge One
Khac Thanh Bui
5 (4)
SignalForge One An 11-indicator confluence system for MetaTrader 5 that combines multiple technical filters into clear entry signals, with built-in ATR-based risk management and dual dashboard display. SignalForge One is a multi-indicator confluence tool for MetaTrader 5 designed to help traders identify entry points by requiring agreement across multiple independent indicators before generating a signal. Rather than relying on a single method, the indicator evaluates up to eleven technical cond
FREE
SMC Compass MT5
Khac Thanh Bui
5 (2)
SMC Compass MT5 A multi-module Smart Money Concepts indicator for MetaTrader 5, combining market structure analysis, multi-timeframe order blocks, fair value gaps, liquidity detection, and swing failure patterns into a single unified toolkit. SMC Compass MT5 is a comprehensive price action indicator built around institutional trading methodology. It reads the market through the lens of Smart Money Concepts, identifying the structural footprints that large participants leave behind. Rather than a
FREE
REW Signal A momentum oscillator for MetaTrader 5 that generates entry signals by detecting crossovers between a Hull Moving Average and a slow weighted MA applied to RSI, with a multi-layer quality filter and a higher-timeframe trend guard. REW Signal is a sub-window indicator for MetaTrader 5. It plots RSI alongside two smoothing layers — a fast Hull Moving Average and a configurable slow MA — and marks buy and sell signals at the moment their crossover conditions are confirmed. The indicator
FREE
PivoTrack VP A pivot-anchored volume profile indicator for MetaTrader 5 that maps volume distribution between consecutive Pivot High and Pivot Low points, revealing where price acceptance and rejection occurred. PivoTrack VP is a volume analysis indicator for MetaTrader 5. It automatically detects Pivot High and Pivot Low points on any chart and renders a full volume profile for each segment between them. The indicator displays the Point of Control, Value Area High, Value Area Low, and a backgro
FREE
BKT Monday SMC
Khac Thanh Bui
5 (2)
BKT Monday A multi-layer technical indicator for MetaTrader 5 that combines Supply and Demand zones, Support and Resistance levels, an adaptive MA trend signal, and an integrated risk management panel in a single chart overlay. BKT Monday is a chart indicator for MetaTrader 5 designed to assist traders in identifying high-probability trade setups using three complementary analytical layers. The indicator automatically plots Supply and Demand zones from swing pivots, draws Support and Resistance
FREE
BKT SmoothBand EA
Khac Thanh Bui
5 (1)
BKT SmoothBand EA A smoothed Bollinger Band breakout system for MetaTrader 5 that arms virtual pending orders ahead of price and manages exits at the portfolio level. BKT SmoothBand EA is an automated trading system for MetaTrader 5 built around a single, heavily smoothed Bollinger Band with an inner band that ends unconfirmed breakouts early. Instead of sending pending orders to the broker, it tracks a breakout level on the chart and only opens a market position once price reaches it. Take prof
FREE
VaultEdge FVG
Khac Thanh Bui
5 (2)
VaultEdge FVG A structure-driven Fair Value Gap indicator for MetaTrader 5 that scores every retest opportunity with a multi-factor engine and confirms entries on closed bars — so you know exactly what to trade and why. Most FVG traders face this moment: price returns to the gap, and the decision is still not clear. VaultEdge FVG was built for exactly that. It confirms the structural break, finds the gap most likely to hold, grades it across seven criteria, and fires only when a qualifying candl
FREE
BKT Adaptive RSI EA A multi-strategy RSI trading system for MetaTrader 5 that combines a classic mean-reversion entry with optional divergence and failure-swing confirmation, managed through an averaging position model with a profit-lock exit. BKT Adaptive RSI EA is an automated trading system built around the Relative Strength Index. It offers five selectable internal smoothing methods plus an optional second smoothing layer on top of the RSI output, allowing the same core logic to behave more
FREE
Maxfutures Supertrend A SuperTrend indicator for MetaTrader 5 that uses K-Means volatility clustering to select adaptive ATR inputs, with a dual-logic signal confirmation system and a Bloomberg-style information panel. Maxfutures Supertrend is a trend-following indicator for MetaTrader 5. It replaces the fixed ATR multiplier used in standard SuperTrend implementations with a dynamic value derived from K-Means clustering of recent ATR readings. The indicator is designed for traders who want a cle
FREE
BKT Pro Tooco A multi-method support and resistance toolkit for MetaTrader 5 that detects swing levels in real time using four selectable detection algorithms, without repainting confirmed signals. BKT Pro Tooco is a support and resistance indicator for MetaTrader 5, built to serve traders who require reliable zone detection across multiple market structures. The indicator offers four independent detection methods, allowing traders to match the algorithm to their preferred trading style, whether
FREE
GoldStorm Pro EA MT5
Khac Thanh Bui
5 (2)
GoldStorm Pro is a professional-grade automated trading solution engineered specifically for the unique volatility of the Gold market (XAUUSD). Unlike standard grid or martingale systems that expose accounts to unlimited risk, GoldStorm Pro utilizes a sophisticated "Fractal Breakout" engine combined with a Trend Following architecture to identify high-probability entry points on the H1 timeframe. The core philosophy of version 1.30 is "Safety through Precision." By integrating a 50-period Movin
NOVA LINE An adaptive moving average for MetaTrader 5 that automatically adjusts its responsiveness to market conditions, with non-repainting BUY and SELL signals and built-in stop loss and take profit zones. NOVA LINE replaces the fixed period of a conventional moving average with a nonlinear weighting engine. It evaluates each historical bar by the size of its price move relative to current volatility: bars that represent genuine momentum receive high weight; bars that represent noise receive
FREE
BKT ZeroFlow
Khac Thanh Bui
BKT ZeroFlow A multi-timeframe trend indicator for MetaTrader 5 that combines a Zero Lag EMA with ATR volatility bands to identify trend direction across five timeframes simultaneously. BKT ZeroFlow is a trend-following indicator for MetaTrader 5. It applies a Zero Lag EMA smoothed by ATR-based volatility bands to determine whether the market is in a bullish or bearish phase. Trend-flip arrows mark the moment price crosses the band boundary, while entry arrows appear on pullbacks within the conf
FREE
Professional Trading Dashboard A professional account monitoring panel for MetaTrader 5 that consolidates real-time account data, daily trade history, and monthly statistics into a single on-chart display. Professional Trading Dashboard is a utility indicator for MetaTrader 5 designed to give traders a clear, structured view of their account at all times. Instead of navigating between multiple terminal windows, all essential information is presented in one organized canvas panel directly on the
FREE
EA Performance Monitor A utility for MetaTrader 5 that automatically detects all active Expert Advisors across open charts, maps each EA to its trading data, and displays real-time drawdown, profit, win rate, and open position metrics in a single panel. EA Performance Monitor is an automated tracking utility for MetaTrader 5. It scans all open charts at a configurable interval, identifies each running Expert Advisor by magic number and symbol, and displays their performance data in a structured
FREE
Trader Command Center A full-chart real-time trading dashboard for MetaTrader 5, combining account monitoring, prop firm rule tracking, risk gate management, and direct trade execution in a single Canvas-rendered interface. Trader Command Center is a utility for MetaTrader 5 that replaces the standard chart view with a comprehensive, responsive dashboard built for traders who need a unified workspace — one screen to track account health, monitor prop firm compliance, manage open positions, and e
FREE
PrecisionGold PRO An automated trading system for MetaTrader 5 that combines fractal breakout entries with a dual EMA trend filter and ADX momentum confirmation, designed for XAUUSD on the H1 timeframe. PrecisionGold PRO is an Expert Advisor built around a fractal breakout strategy applied to Gold (XAUUSD). It identifies confirmed price fractals on H1, validates the breakout direction against a dual EMA trend computed on H4, and requires minimum ADX momentum and 24-hour volatility before placing
MaxFutures EA A dual-timeframe Heikin Ashi grid EA for XAUUSD on MetaTrader 5, with ATR trend filtering and portfolio-level profit management. MaxFutures EA is an automated trading system built for XAUUSD scalping on MetaTrader 5. It builds a directional position grid guided by Heikin Ashi signals read across two independent timeframes, filtered by a Zero Lag EMA trend direction computed on a higher timeframe. Rather than opening market orders immediately on a signal, the EA places virtual pendi
Filter:
Kasper Hytonen
692
Kasper Hytonen 2026.05.15 00:48 
 

Good indicator but it shifts the whole chart too much to the left. Edit. The previous update fixed the issue by adding adjustable shift. Perfect

Khac Thanh Bui
21720
Reply from developer Khac Thanh Bui 2026.05.20 02:35
Oh, What do you want ? I can correct it if it's a reasonable suggestion.
MPARTHE
111
MPARTHE 2026.05.09 16:30 
 

Thank you ;) Very good Indicator.

Tadeu Augusto Santos De Santana
119
Tadeu Augusto Santos De Santana 2026.05.05 11:58 
 

es perfecto bueno indicador

Jose Antonio Cantonero Velasco
846
Jose Antonio Cantonero Velasco 2026.04.18 08:14 
 

User didn't leave any comment to the rating

Kabuye.Peter
14
Kabuye.Peter 2026.04.11 20:32 
 

to be honest, this is a well thought out tool which can really help anyone level up their game especially if they already understand the market. ALOT of thanks to the creator, this is a job well done.

Khac Thanh Bui
21720
Reply from developer Khac Thanh Bui 2026.04.29 16:03
Thanks
Truta Petru Lucian
443
Truta Petru Lucian 2026.04.06 08:25 
 

User didn't leave any comment to the rating

Lifegoodqwe
212
Lifegoodqwe 2026.04.05 09:51 
 

User didn't leave any comment to the rating

Findolin
2670
Findolin 2026.04.01 15:47 
 

Perfect! Thank you very much!

Khac Thanh Bui
21720
Reply from developer Khac Thanh Bui 2026.04.02 03:52
Good Job !
Reply to review