• Overview
  • Reviews (20)
  • Comments (103)
  • What's new

Market Structure Patterns MT4

5

Market Structure Patterns is an indicator based on smart money concepts that displays SMC/ICT elements that can take your trading decisions to the next level. Take advantage of the alerts, push notifications and email messages to keep informed from when an element is formed on the chart, the price crosses a level and/or enters in a box/zone. Developers can access the values of the elements of the indicator using the global variables what allows the automation of trading decisions based on SMC/ICT strategies.

Thinking on high level of customization, the indicator allows to customaze the color and transparency of the element, display the labels using bubble style, display the sessions/trading windows in the bottom of the chart or over the price chart, has an exclusive algorithm to avoid labels/text overlappingpaints the candlesticks depending on the trend and/or internal and swing trend alignment. This feature can be enabled in the parameter "Color Candles". By default the trend is show as green for bullish trend and red for bearish trend. Among with the trend the candlesticks can be filled or not giving the hability to recognize bullish and bearish candlesticks.

Elements and/or Abreviations:

The elements present in the indicator are listed down with their abreviations when applied:

  • Premium, Equilibrium and Discount zones
  • Strong/Weak High/Low
  • Automatic Fibonacci
  • OTE - Optimal Trade Entry
  • HH, HL, LH, LL- Higher highs, higher lows, lower highs and lower lows
  • EQH, EQL - Equal highs and Equal lows
  • BSL, SSL - Buy Stops Liquidity and Sell Stops Liquidity
  • EQH-BSL, EQL-SSL - Buy Stops Liquidity on Equal Highs and Sell Stops Liquidity on Equal Lows
  • BoS, iBoS - Break of structures and Internal Break of Structure
  • CHoCH, iCHoCH - Change of character and Internal Change of Character
  • OB, iOB - Order Blocks and  Internal Order Blocks
  • BB, iBB - Breaker Blocks and Internal Breaker Blocks
  • Liquidity voids
  • FVG - Fair Value Gap
  • InvFVG - Inverse  Fair Value Gap
  • ImpFVG - Implied Fair Value Gap
  • OG - New Day Opening Gap
  • HoD, LoD, OoD - High of the day, Low of the day and Open of the day
  • PDH, PDL, PDO, PDC - Prior day high, low, open and close
  • PWH, PWL , PWO, PWC - Prior week high , low, open and close
  • PMH, PML , PMO, PMC - Prior month high , low, open and close
  • Sessions, Kill Zones and Silver Bullet  Trading Window

Global Variables:

The access to order blocks and structure breaks values through global variables can be made using the names conventions as follow:

// The timeframe to get the data
string timeframe = StringSubstr(EnumToString(_Period), StringLen("PERIOD_"));
string prefix = "SMP-"+_Symbol+"("+timeframe+")", for example "SMP-EURUSD(H4)";

// For bullish order blocks (for bearish just replace 'Bullish' by 'Bearish')
// Add "Bullish-IOB" for internal nullish order blocks or "Bullish-OB" for swing bullish order blocks;
// Add "-Total to get the amount of order blocks on the charts;"
int bullish_iob_total = GlobalVariableGet(prefix+"Bullish-IOB-Total")

// use for loop to get all the values
for(int i=0;i<bullish_iob_total;i++)
{
        // Add "[index]-Top" and/or "[index]-Bot" to get the order blocks values.
        double iob_top = GlobalVariableGet(prefix+"Bullish-IOB["+(string)i+"]-Top");
        double iob_top = GlobalVariableGet(prefix+"Bullish-IOB["+(string)i+"]-Bot");
}

// For structure breaks:
// Add the pattern name as displayed on the chart. For example, +iCHoCH can be accessed by "SMP-EURUSD(H4)-+iCHoCH"

// For Premium/Equilibrium/Discount:
// Add the pattern name followed by the desired level. For example, Premium-Top and Premium-Bot can be accessed respectively by "SMP-EURUSD(H4)-Premium-Top" and "SMP-EURUSD(H4)-Premium-Bot"


The access to the indicator data by buffers indexes was introduced in the version 3.24. The data available is mapped as follow:

Buffer index Data stored in the buffer
0 Internal Top Price
1 Internal Bottom Price
2 Internal Bull Bos
3 Internal Bear Bos
4 Internal Bull Choch
5 Internal Bear Choch
6 Internal Bull Order Block Top
7 Internal Bull Order Block Bottom
8 Internal Bear Order Block Top
9 Internal Bear Order Block Bottom
10 Internal Bull Breaker Block Top
11 Internal Bull Breaker Block Bottom
12 Internal Bear Breaker Block Top
13 Internal Bear Breaker Block Bottom
14 Swing Top Price
15 Swing Bottom Price
16 Swing Bull Bos
17 Swing Bear Bos
18 Swing Bull Choch
19 Swing Bear Choch
20 Swing Bull Order Block Top
21 Swing Bull Order Block Bottom
22 Swing Bear Order Block Top
23 Swing Bear Order Block Bottom
24 Swing Bull Breaker Block Top
25 Swing Bull Breaker Block Bottom
26 Swing Bear Breaker Block Top
27 Swing Bear Breaker Block Bottom
28 BSL Taken
29 SSL Taken
30 EQH Price1
31 EQH Price2
32 EQL Price1
33 EQL Price2
34 Premium Top
35 Premium Bottom
36 Equilibrium Top
37 Equilibrium Bottom
38 Discount Top
39 Discount Bottom
40 Strong High
41 Weak High
42 Strong Low
43 Weak Low
44 Bull FVG Top
45 Bull FVG Bottom
46 Bear FVG Top
47 Bear FVG Bottom
48 Bull Inverse FVG Top
49 Bull Inverse FVG Bottom
50 Bear Inverse FVG Top
51 Bear Inverse FVG Bottom
52 Bull Implied FVG Top
53 Bull Implied FVG Bottom
54 Bear Implied FVG Top
55 Bear Implied FVG Bottom
56 Bull Liquidity Void Top
57 Bull Liquidity Void Bottom
58 Bear Liquidity Void Top
59 Bear Liquidity Void Bottom

Reviews 20
Molefi Mokhethi
387
Molefi Mokhethi 2024.07.29 12:04 
 

i am new to ICT/SMC and i have just added this indicator into my trading arsenal. i can already say its clear. Two months later, May you update it with ICT daily bias with options for all time frames bias...THANK YOU FOR ADDING BPR

Max
1369
Max 2024.07.09 11:21 
 

Brilliant tool, clean design and well programmed, love the box shades and clever labels (i never saw this on any mql product) Order blocks and FVGs accurately displayed for trading (not repainted or appearing on secondary move) and numerous other aspect/tools included in one package! This is actually cheaper than many but does more in better quality surprisingly. And beautiful design mostly. Extensive options and alerts on each aspect.+++

Akos Petrekovics
136
Akos Petrekovics 2024.05.27 07:59 
 

Very good, useful tool. Must for SMC! Best, here in this market.

Recommended products
Anti Bat Harmonic Pattern Indicator MT4 The Anti Bat Harmonic Pattern Indicator automatically identifies and draws patterns using price structure analysis algorithms combined with Fibonacci ratios. This harmonic pattern is essentially the inverse of the traditional Bat pattern. While the Bat pattern is designed to pinpoint a strong reversal zone after a significant retracement, the Anti Bat pattern represents a shallower correction, with price reversals occurring at different Fibonacci ratios co
FREE
Description: The indicator measures, through the zigzag indicator, the levels of trend or correction. It shows in the chart the levels of each low or high detected. KEY LINKS:   How to Install  –  Frequent Questions  -  All Products  How is this indicator useful? This indicator determines, depending on Zigzag parameter if a trend is beginning, developing, or ending This indicator determines the direction of the trend Components Levels as positive or negative numbers, depending on the direction
FREE
Leonardo Harmonic Pattern Indicator MetaTrader 4 The Leonardo Harmonic Pattern Indicator is recognized as one of the most accurate tools for identifying price reversal zones using Fibonacci ratios in technical analysis. Designed for MetaTrader 4, this classic chart pattern indicator is similar to the Bat Pattern but differs significantly in its Fibonacci levels. By clearly identifying the XA to CD wave sequences, traders can pinpoint precise entry or exit points. Key Fibonacci levels like 50%,
FREE
Nen Star Harmonic Pattern Indicator for MetaTrader 4 The Nen Star Harmonic Pattern Indicator is an advanced tool in technical analysis that relies on Fibonacci ratios to identify potential price reversal zones. This pattern is used by traders to spot precise turning points in the market. The structure consists of five key points: X, A, B, C, and D, and can appear in both bullish and bearish trends. In bullish formations, it resembles the letter "M", while in bearish setups, the pattern forms a
FREE
Non-Repainting Supertrend Indicator for MT4 The Non-Repainting Supertrend Indicator is a powerful tool for detecting market trends and breakout points. Specifically designed for the MetaTrader 4 (MT4) platform, this support and resistance indicator uses a dynamic trendline and signal arrows to accurately reflect the direction and potential reversal of price movements. «Indicator Installation & User Guide» MT4 Indicator Installation  | Non Repainting Supertrend Indicator for MT5   | ALL Product
FREE
Pivot Point Fibo RSJ is an indicator that traces the support and resistance lines of the day using Fibonacci rates. This spectacular indicator creates up to 7 levels of support and resistance through Pivot Point using Fibonacci rates. It is fantastic how the prices respect each level of this support and resistance, where it is possible to perceive possible entry/exit points of an operation. Features Up to 7 levels of support and 7 levels of resistance Set the colors of the levels individually
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
This indicator scans for you up to 30 trading instruments and up to 8 timeframes for occurrences of the high probability reversal patterns: Double Tops/Bottoms with fake breakouts . Please read also the blog post " Professional Trading With Double Tops/Bottoms And Divergences! " which explains the concepts behind the ULTIMATE Double Top/Bottom indicator and how you can use a professional top-down approach. This FREE Version of the Scanner scans only EURUSD and GBPUSD. The full version of the sca
FREE
Multi Divergence Indicator for MT4 - User Guide Introduction Overview of the Multi Divergence Indicator and its capabilities in identifying divergences across multiple indicators. Importance of divergence detection in enhancing trading strategies and decision-making. List of Indicators RSI CCI MACD STOCHASTIC AWSOME MFI ACCELERATOR OSMA MOMENTUM WPR( Williams %R) RVI Indicator Features Indicator Selection:  How to enable/disable specific indicators (RSI, CCI, MACD, etc.) for divergence detectio
FREE
Classic Bat Harmonic Pattern Indicator for MT4 The Classic Bat Harmonic Pattern Indicator is one of the most well-known harmonic patterns in technical analysis. Formed based on precise Fibonacci ratios, this pattern signals a strong price correction. This MT4 candlestick-based indicator displays bullish Bat patterns in pink and bearish Bat patterns in blue. It helps traders identify optimal entry and exit points. «Indicator Installation & User Guide» MT4 Indicator Installation  | Classic Bat H
FREE
Judas Swing with Confirmation Indices ICT MT4 The Judas Indicator with Confirmation is specifically designed to detect deceptive price movements on the chart. This tool helps traders recognize the true market trend by filtering out fake breakouts, reducing the risk of falling for false signals. By confirming the primary trend within a 1-minute timeframe , it minimizes the chances of traders making incorrect decisions. «Indicator Installation & User Guide» MT4 Indicator Installation  |  Judas Sw
FREE
PZ Fibonacci
PZ TRADING SLU
4.8 (10)
Are you tired of plotting fibonacci retracements or extensions manually? This indicator displays fibonacci retracements or extensions automatically, calculated from two different price points, without human intervention or manual object anchoring.  [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use Manual anchoring is not needed Perfect for price confluence studies The indicator evaluates if retracements or extensions are needed Once drawn, you can manually
FREE
Classic Harmonic Butterfly Pattern Indicator for MT4 The Classic Butterfly Harmonic Pattern Indicator is designed to visually detect and display butterfly patterns on MetaTrader 4 charts, highlighting potential price reversal zones. A distinctive feature of this pattern is that point "D" extends beyond the initial point "X." The appearance of the butterfly pattern typically signals the conclusion of the current trend and the potential beginning of a new directional move. This indicator displays
FREE
QuantumAlert Stoch Navigator is a free indicator available for MT4/MT5 platforms, its work is to provide "alerts" when the market is inside "overbought and oversold" regions in the form of "buy or sell" signals. This indicator comes with many customization options mentioned in the parameter section below, user can customise these parameters as needful. Join our   MQL5 group , where we share important news and updates. You are also welcome to join our private channel as well, contact me for the p
FREE
PZ Penta O MT4
PZ TRADING SLU
2.33 (3)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
TrendPlus
Sivakumar Subbaiya
4.07 (14)
Trend Plus   Trendplus  Indicator   Time Frame: Suitable for any time frame.  Purpose: Trend Prediction. Blue and red candle indicate the buy and sell call respectively. Buy: When the blue candle is formed buy call is initiated. close the buy trades when the next red candle will formed.   Sell: When the Red candle is formed Sell call is initiated. close the Sell trades when the next blue candle will formed.   Happy trade!!
FREE
ZP Day Trading Indicator in MT4 The ZP Day Trading Indicator identifies price range zones and displays them using colored boxes on the chart. Price fluctuations within a defined area, between a support and resistance zone, form the trading range zone. This indicator is developed based on the Price Action trading style and, besides marking the zones, provides entry signals for trades. «Indicator Installation & User Guide» MT4 Indicator Installation  | ZP Day Trading Indicator MT5   | ALL Produ
FREE
ADR Bands
Navdeep Singh
4.5 (2)
Average daily range, Projection levels, Multi time-frame ADR bands shows levels based on the selected time-frame. Levels can be used as projections for potential targets, breakouts or reversals depending on the context in which the tool is used. Features:- Multi time-frame(default = daily) Two coloring modes(trend based or zone based) Color transparency  
FREE
Deep Crab Harmonic Pattern Indicator for MetaTrader 4 The Deep Crab Harmonic Pattern Indicator is a dedicated technical analysis tool that leverages Fibonacci ratios and pivot point analysis to identify harmonic patterns on price charts. Developed for the MetaTrader 4 platform, this indicator helps traders quickly recognize the Deep Crab Harmonic Pattern with visual clarity.Using this tool, traders can detect changes in market structure and make timely decisions based on the completion of the p
FREE
No idea why demo is not working. you can check the GIF to see how it works. Features With this scanner you can detect Candles which are below/above yesterday high/low lines. A pair's rectangle turns RED in dashboard if it is above the yesterday high, and rectangle turns GREEN in dashboard if it is below the yesterday low. It gives alerts in every 15m candle close. Contains a Dashboard which will help you to see all market pair's. It is possible to disable this sorting through to make it easier
Fibonacci calculator is used with Elliot Waves, it can generate remarkable results. A trader could use these levels or ratios to find high probability trades with very small stop loss. You may also use these ratios to find Elliott Waves extensions and to book profit near those levels. For Elliot Wave experts, Fibonacci calculator is a highly useful tool that can assist them in calculating Fibonacci extension and retracement levels for the market price. The indicator proves itself as a useful one
Three Bar Break
Stephen Reynolds
5 (5)
Three Bar Break is based on one of Linda Bradford Raschke's trading methods that I have noticed is good at spotting potential future price volatility. It looks for when the 1st bar's High is less than the 3rd bar's High as well as the 1st bar's Low to be higher than the 3rd bar's Low. This then predicts the market might breakout to new levels within 2-3 of the next coming bars. It should be used mainly on the daily chart to help spot potential moves in the coming days. Features : A simple metho
FREE
SuperTrend Alert
Biswarup Banerjee
Super Trend Alert Indicator for MT4 is a powerful tool designed to help traders identify and follow market trends with precision. This indicator uses a proprietary algorithm to analyze price movements and provide clear trend signals, making it suitable for traders across all experience levels. You can find the MT5 version   here You can find the MT5 version here   SuperTrend Multicurrency Scanner MT5 Download the Expert Advisor    Supertrend Strategy EA MT5 Key features of the Super Trend Indic
FREE
Trend Filter Pro
Aleksandr Makarov
5 (1)
Special offer!   https://www.mql5.com/ru/users/bossik2810 Trend Filter Pro Trend filter indicator. Very good filter for your trading system, I recommend to use it together with - System Trend Pro   or  Quantum Entry PRO The indicator no repaint!!! Settings: Change the Period parameter for better filtering ( default is 90) Any questions? Need help?, I am always happy to help, write me in private messages or In Telegram: https://t.me/Trader35_Admin
FREE
The Auto Fibonacci Indicator is a professional technical analysis tool that automatically draws Fibonacci retracement levels based on the most recent closed Daily (D1) or 4-Hour (H4) candle. These levels are widely used by traders to identify key support , resistance , and trend reversal zones . This version is designed for manual trading and supports a powerful trading strategy using Fibonacci levels combined with a 50-period EMA (Exponential Moving Average) , which you can easily add from MT4
FREE
Judas Swing ICT Forex With Confirmation Indicator MT4 The Judas Swing ICT Forex with Confirmation Indicator is designed based on the ICT trading approach, leveraging market structure and liquidity analysis within the one-minute chart. This tool assists traders in recognizing key liquidity zones and significant trend reversals. This MetaTrader 4 indicator highlights areas where liquidity builds up and potential false breakouts, commonly referred to as Judas Swings . These zones are distinctly mar
FREE
Forex Time Zone Indicator for MetaTrader 4 The Forex Time Zone Indicator for MetaTrader 4 is a fundamental resource for traders working in the global currency markets. No matter the trading methodology—scalping, intraday, or day trading—knowing when specific financial centers are active can significantly enhance trade timing and execution. As liquidity and trading volume flow across regions such as Asia, Europe, and North America, monitoring the timing of market activity becomes vital for capita
FREE
Extremum Reverse Bar
Yurij Izyumov
2.8 (5)
This indicator has been created for finding the probable reversal points of the symbol price. A small candlestick reversal pattern is used it its operation in conjunction with a filter of extremums. The indicator is not redrawn! If the extremum filter is disabled, the indicator shows all points that have a pattern. If the extremum filter is enabled, the condition works – if the history Previous bars 1 candles back contains higher candles and they are farther than the Previous bars 2 candle, such
FREE
The Fibonacci Volatility Bands indicator is a refined tool designed to enhance your market analysis by integrating Fibonacci retracements with the Bollinger Bands concept. This indicator visually highlights potential areas of support and resistance, providing traders with a clearer understanding of price fluctuations and volatility. MT5 Version -  https://www.mql5.com/en/market/product/126422/ The core of the Fibonacci Volatility Bands is built around a Volume Weighted Moving Average (VWMA) that
FREE
Head and Shoulders Pattern Indicator - Your Key to Recognizing Trend Reversals Unlock the power of pattern recognition with the "Head and Shoulders Pattern Indicator." This cutting-edge tool, designed for MetaTrader, is your trusted ally in identifying one of the most powerful chart patterns in technical analysis. Whether you're a novice or an experienced trader, this indicator simplifies the process of spotting the Head and Shoulders pattern, allowing you to make informed trading decisions. Key
FREE
Buyers of this product also purchase
Gann Made Easy
Oleg Rodin
4.81 (132)
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 MY TRADING TIPS PLUS A GREAT BONUS! Probably you already heard about the Gann trading methods before. Usually the Gann theory is a very complex thing not only
Cycle Maestro
Stefano Frisetti
If a new green  NOTE: CYCLEMAESTRO is distributed only on this website, there are no other distributors. Demo version is for reference only and is not supported. Full versione is perfectly functional and it is supported CYCLEMAESTRO , the first and only indicator of Cyclic Analysis, useful for giving signals of TRADING, BUY, SELL, STOP LOSS, ADDING. Created on the logic of  Serghei Istrati  and programmed by  Stefano Frisetti ;  CYCLEMAESTRO  is not an indicator like the others, the challenge wa
Algo Pumping MT4
Ihor Otkydach
4.92 (12)
PUMPING STATION – Your Personal All-inclusive strategy Introducing PUMPING STATION — a revolutionary Forex indicator that will transform your trading into an exciting and effective activity! This indicator is not just an assistant but a full-fledged trading system with powerful algorithms that will help you start trading more stable! When you purchase this product, you also get FOR FREE: Exclusive Set Files: For automatic setup and maximum performance. Step-by-step video manual: Learn how to tra
Scalper Inside PRO
Alexey Minkov
4.74 (66)
An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and profitability. Scalper Inside
Dynamic Forex28 Navigator
Bernhard Schweigert
5 (5)
Specials Discount now. The Next Generation Forex Trading Tool. Dynamic Forex28 Navigator is the evolution of our long-time, popular indicators, combining the power of three into one: Advanced Currency Strength28 Indicator (695 reviews) + Advanced Currency IMPULSE with ALERT (520 reviews) + CS28 Combo Signals (recent Bonus) Details about the indicator  https://www.mql5.com/en/blogs/post/758844 What Does The Next-Generation Strength Indicator Offer? Everything you loved about the originals, now
IQ Gold Gann Levels 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 mathematics which proved to be extremely accurate. Download
Currency Strength Exotics
Bernhard Schweigert
4.88 (32)
CURRENTLY 20% OFF ! Best Solution for any Newbie or Expert Trader! This Indicator is specialized to show currency strength for any symbols like Exotic Pairs Commodities, Indexes or Futures. Is first of its kind, any symbol can be added to the 9th line to show true currency strength of Gold, Silver, Oil, DAX, US30, MXN, TRY, CNH etc. This is a unique, high quality and affordable trading tool because we have incorporated a number of proprietary features and a new formula. Imagine how your trading
Let me introduce you to an excellent technical indicator – Grabber, which works as a ready-to-use "All-Inclusive" trading strategy. Within a single code, it integrates powerful tools for technical market analysis, trading signals (arrows), alert functions, and push notifications. Every buyer of this indicator also receives the following for free: Grabber Utility for automatic management of open orders Step-by-step video guide: how to install, configure, and trade with the indicator Custom set fi
This dashboard shows the latest available harmonic patterns for the selected symbols, so you will save time and be more efficient / MT5 version . Free Indicator:   Basic Harmonic Pattern Comparison of "Basic Harmonic Pattern" vs. "Basic Harmonic Patterns Dashboard" Indicators Feature Basic Harmonic Pattern Basic Harmonic Patterns Dashboard Functionality Detects and displays harmonic patterns on a single chart Searches multiple symbols and timeframes for harmonic patterns, displays results on
CURRENTLY 31% OFF !! Best Solution for any Newbie or Expert Trader! This indicator is a unique, high quality and affordable trading tool because we have incorporated a number of proprietary features and a secret formula. With only ONE chart it gives Alerts for all 28 currency pairs. Imagine how your trading will improve because you are able to pinpoint the exact trigger point of a new trend or scalping opportunity! Built on new underlying algorithms it makes it even easier to identify and confir
IQ FX Gann Levels a precision trading indicator based on W.D. Gann’s square root methods. It plots real-time, non-repainting support and resistance levels to help traders confidently spot intraday and scalping opportunities with high accuracy. 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 mathematics which proved to be extremely accurate. Download the Metatrader 5 Version M
Enigmera
Ivan Stefanov
5 (7)
ENIGMERA: The core of the market The indicator’s code has been completely rewritten. Version 3.0 adds new functionalities and removes bugs that had accumulated since the indicator’s inception. Introduction This indicator and trading system is a remarkable approach to the financial markets . ENIGMERA uses the fractal cycles to accurately calculate support and resistance levels. It shows the authentic accumulation phase and gives direction and targets.  A system that works whether we are in a tre
ACB Breakout Arrows
KEENBASE SOFTWARE SOLUTIONS
4.15 (34)
The ACB Breakout Arrows indicator provides a crucial entry signal in the market by detecting a special breakout pattern. The indicator constantly scans the chart for a settling momentum in one direction and provide the accurate entry signal right before the major move.  Get multi-symbol and multi-timeframe scanner from here - Scanner for ACB Breakout Arrows MT4 Key features Stoploss and Take Profit levels are provided by the indicator. Comes with a MTF Scanner dashboard which tracks the breako
Hydra Trend Rider is a non-repainting, multi-timeframe trend indicator that delivers precise buy/sell signals and real-time alerts for high-probability trade setups. With its color-coded trend line, customizable dashboard, and mobile notifications, it's perfect for traders seeking clarity, confidence, and consistency in trend trading. Download the Metatrader 5 Version Message us here after purchase to get the Indicator Manual. Download Now! Offer valid only for next 10 Buyers. Price will increas
The TPX Dash Needle is everything you need to find the famous Didi Needles on several timeframes and in several pairs at the same time. These are the simultaneous meeting of the 3, 8 and 20 averages that, aligned with the ADX indicator, are synonymous with large and strong movements in the market. With no monthly fees, you get a tool for a fair price that, placed on a VPS, sends the message to your cell phone right away, giving you more free time and not having to be glued to the screen all day
PZ Trend Trading
PZ TRADING SLU
4.8 (5)
Capture every opportunity: your go-to indicator for profitable trend trading Trend Trading is an indicator designed to profit as much as possible from trends taking place in the market, by timing pullbacks and breakouts. It finds trading opportunities by analyzing what the price is doing during established trends. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Trade financial markets with confidence and efficiency Profit from established trends without getting whip
Gold Venamax MT4
Sergei Linskii
2 (1)
Gold Venamax - this is a best stock technical indicator. The indicator algorithm analyzes the price movement of an asset and reflects volatility and potential entry zones. Live Signal of manual trading >>>   [ Click Here ] Indicator features: This is a super indicator with Magic and two Blocks of trend arrows for comfortable and profitable trading. Red Button for switching blocks is displayed on the chart. Magic is set in the indicator settings, so that you can install the indicator on two chart
CURRENTLY 26% OFF Best Solution for any Newbie or Expert Trader! This Indicator is a unique, high quality and affordable trading tool because we have incorporated a number of proprietary features and a new formula. With only ONE chart you can read Currency Strength for 28 Forex pairs! Imagine how your trading will improve because you are able to pinpoint the exact trigger point of a new trend or scalping opportunity? User manual: click here That's the first one, the original! Don't buy a worthle
TPSproTREND PrO
Roman Podpora
4.68 (25)
Entry points at the bar close,  without redrawing .  Trend scanner  across all assets,  MTF - mode  and much more in one tool. We recommend using it together with   RFI LEVELS. ИНСТРУКЦИЯ RUS   /   INSTRUCTIONS  ENG         /        VERSION MT5 Main functions: Accurate entry signals WITHOUT REPAINTING! Once a signal appears, it remains valid! This is a significant distinction from repainting indicators that might provide a signal and then alter it, potentially leading to deposit losses. Now, you
FX Gunslinger
Oleg Rodin
5 (3)
Forex Gunslinger  is a BUY/SELL reversal signals indicator designed around the idea of combining support/resistance, crossovers and oscillators in MTF mode.  When everything is aligned the indicator generates a BUY or SELL signal.   Though the indicator is based around the MTF idea, the algorithm is very stable and generates reliable reversal signals. This is an MTF type indicator where it can use a higher or a lower time frame to calculate the signals for your current chart. Though the original
Volatility Trend System - a trading system that gives signals for entries. The volatility system gives linear and point signals in the direction of the trend, as well as signals to exit it, without redrawing and delays. The trend indicator monitors the direction of the medium-term trend, shows the direction and its change. The signal indicator is based on changes in volatility and shows market entries. The indicator is equipped with several types of alerts. Can be applied to various trading ins
Daily Candle Predictor is an indicator that predicts the closing price of a candle. The indicator is primarily intended for use on D1 charts. This indicator is suitable for both traditional forex trading and binary options trading. The indicator can be used as a standalone trading system, or it can act as an addition to your existing trading system. This indicator analyzes the current candle, calculating certain strength factors inside the body of the candle itself, as well as the parameters of
Quantum Profile System
Stanislav Konin
5 (2)
Quantum Profile System  —   is a comprehensive professional trading system with advanced algorithms. It combines trend direction analysis, volume concentration at key levels, dynamic adaptation to market volatility, and signal generation without delays or repainting. Quantum Profile System integrates the functionality of a volume profile based on linear regression with an adaptive trend channel using ATR. It features volume profiles with construction and display in two directions. Multi-level v
Pairs Trading Dashboard - Spearman Correlation and Stationary Z-Score  is a custom indicator designed for the MetaTrader 4 (MT4) platform, developed to assist traders in analyzing and monitoring currency pairs for pairs trading strategies. It utilizes Spearman’s rank correlation coefficient and Z-Score calculations to identify trading signals across multiple timeframes and currency pairs. The indicator integrates various technical filters and stationarity tests to refine signal generation and di
PRO Renko System
Oleg Rodin
5 (27)
PRO Renko System is a highly accurate trading system specially designed for trading RENKO charts. The ARROWS and Trend Indicators DO NOT REPAINT! The system effectively neutralizes so called market noise giving you access to accurate reversal signals. The indicator is very easy to use and has only one parameter responsible for signal generation. You can easily adapt the tool to any trading instrument of your choice and the size of the renko bar. I am always ready to provide extra support to help
TPSpro RFI Levels
Roman Podpora
4.85 (27)
Reversal zones / Peak volumes / Active zones of a major player =   TS TPSPROSYSTEM INSTRUCTIONS RUS   /   INSTRUCTIONS   ENG            /         Version MT5    Every buyer of this indicator additionally receives FREE: 3 months of access to trading signals from the RFI SIGNALS service - ready-made entry points according to the TPSproSYSTEM algorithm. Training materials with regular updates - immerse yourself in strategy and grow your professional level. 24/5 support on weekdays and access to a
Matrix Arrow Indicator MT4
Juvenille Emperor Limited
5 (3)
Matrix Arrow Indicator MT4  is a unique 10 in 1 trend following 100% non-repainting  multi-timeframe indicator that can be used on all symbols/instruments: forex, commodities, cryptocurrencies, indices, stocks.  Matrix Arrow Indicator MT4 will determine the current trend at its early stages, gathering information and data from up to 10 standard indicators, which are: Average Directional Movement Index (ADX) Commodity Channel Index (CCI) Classic Heiken Ashi candles Moving Average Moving Avera
Advanced Supply Demand
Bernhard Schweigert
4.91 (294)
CURRENTLY 26% OFF !! Best Solution for any Newbie or Expert Trader! This indicator is a unique, high quality and affordable trading tool because we have incorporated a number of proprietary features and a new formula. With this update, you will be able to show double timeframe zones. You will not only be able to show a higher TF but to show both, the chart TF, PLUS the higher TF: SHOWING NESTED ZONES. All Supply Demand traders will love it. :) Important Information Revealed Maximize the potentia
GoldRush Trend Arrow Signal The GoldRush Trend Arrow Signal indicator provides precise, real-time trend analysis tailored for high-speed, short-term scalpers in XAU/USD . Built specifically for the 1-minute time frame, this tool displays directional arrows for clear entry points, allowing scalpers to navigate volatile market conditions with confidence. The indicator consists of PRIMARY and SECONDARY alert arrows. The PRIMARY signals are White and Black directional arrows which signal a change in
All in One Trade
Alexey Minkov
4.48 (27)
The All-in-One Trade Indicator (AOTI) determines daily targets for EURUSD, EURJPY, GBPUSD, USDCHF, EURGBP, EURCAD, EURAUD, AUDJPY, GBPAUD, GBPCAD, GBPCHF, GBPJPY, AUDUSD, and USDJPY. All other modules work with any trading instruments. The indicator includes various features, such as Double Channel trend direction, Price channel, MA Bands, Fibo levels, Climax Bar detection, and others. The AOTI indicator is based on several trading strategies, and created to simplify market analysis. All-in-One
More from author
Visual Book on Chart
Samuel Manoel De Souza
4.44 (9)
Visual Book on Chart is an indicator designed specially for stocks and futures market. To check if you can use the tool with your Broker open the MT5 Depth Of Market on your terminal and check if there are price and volume data available.  Learn more about the MT5 Depth Of Market in the oficial page. The indicator shows the depth of market data on the chart window and use gradient  based on the market data to colorize the histogram bars. The indicator is formed by two components: The panel, whic
FREE
Market Structure Patterns
Samuel Manoel De Souza
4.44 (18)
Available for   MT4   and   MT5 . Join the Market Structure Patterns channel to download materials available for study and/or additional informations. Related posts: Market Structure Patterns - Introduction Market Structure Patterns   is an indicator based on   smart money concepts   that displays   SMC/ICT   elements that can take your trading decisions to the next level. Take advantage of the   alerts ,   push notifications   and   email messages   to keep informed from when an element is fo
Tabajara Rules II The Best for MT5
Samuel Manoel De Souza
4.88 (8)
Tabajara Rules for MT5 , baseado em Setup Tabajara do professor André Machado, indica a direção do mercado com base em médias móveis quando tem velas na mesma direção da média móvel. O indicador contém a regra de coloração aplicada aos candles e a média móvel. O indicador permite a alteração dos parâmetros: período e método de suavização da média móvel. O indicador permite a alteração das cores dos candles ( contornos e preenchimento) e da média móvel. O modelo do professor André Machado conté
FREE
Bollinger Clouds
Samuel Manoel De Souza
The Indicator indicator draws 2 clouds based on Bollinger Bands indicator values. The upper cloud is formed by the upper lines values and the lower cloud by the lowers lines values. The indicator allows to change the Bollinger Bands parameters and the clouds colors the period of the base line and the deviations of each Bollinger Bands instance. The indicator holds 5 buffer index as follow: [0] - Outer values of the upper cloud [1]  - Inner values of the upper cloud [2]  - Base/Center line values
FREE
Donchian Clouds
Samuel Manoel De Souza
The Indicator indicator draws 2 clouds based on Donchian Channels indicator values. The upper cloud is formed by the upper lines values and the lower cloud by the lowers lines values. The indicator allows to change the Channels parameters and the clouds colors the period of the base line and the multiplier of each Donchian Channels instance. The indicator holds 5 buffer index as follow: [0] - Outer values of the upper cloud [1]  - Inner values of the upper cloud [2]  - Base/Center line values [3
FREE
Envelopes Clouds
Samuel Manoel De Souza
5 (1)
The Indicator indicator draws 2 clouds based on Envelopes indicator values. The upper cloud is formed by the upper lines values and the lower cloud by the lowers lines values. The indicator allows to change the Envelopes parameters and the clouds colors the period of the base line and the deviations of each Envelopes instance. The indicator holds 5 buffer index as follow: [0] - Outer values of the upper cloud [1]  - Inner values of the upper cloud [2]  - Base/Center line values [3]  - Inner valu
FREE
Keltner Clouds
Samuel Manoel De Souza
The Indicator indicator draws 2 clouds based on Keltner indicator values. The upper cloud is formed by the upper lines values and the lower cloud by the lowers lines values. The indicator allows to change the Keltner parameters and the clouds colors the period of the base line and the deviations of each Keltner instance. The indicator holds 5 buffer index as follow: [0] - Outer values of the upper cloud [1]  - Inner values of the upper cloud [2]  - Base/Center line values [3]  - Inner values of
FREE
Filter:
Molefi Mokhethi
387
Molefi Mokhethi 2024.07.29 12:04 
 

i am new to ICT/SMC and i have just added this indicator into my trading arsenal. i can already say its clear. Two months later, May you update it with ICT daily bias with options for all time frames bias...THANK YOU FOR ADDING BPR

Max
1369
Max 2024.07.09 11:21 
 

Brilliant tool, clean design and well programmed, love the box shades and clever labels (i never saw this on any mql product) Order blocks and FVGs accurately displayed for trading (not repainted or appearing on secondary move) and numerous other aspect/tools included in one package! This is actually cheaper than many but does more in better quality surprisingly. And beautiful design mostly. Extensive options and alerts on each aspect.+++

Akos Petrekovics
136
Akos Petrekovics 2024.05.27 07:59 
 

Very good, useful tool. Must for SMC! Best, here in this market.

eryuechunshen
600
eryuechunshen 2024.04.29 22:26 
 

First of all, I would like to thank the author for his hard work, this is the best market structure trading tool I have ever purchased, it is undoubtedly the best trading tool in the market right now, every upgrade and update is always an unexpected surprise!

Aussie Trader
1057
Aussie Trader 2024.04.23 08:55 
 

I looked at all the others and found this to be the best. A great tool for Smart Money Concepts and the author is open to suggestions for improvement. He also provides good support

Mike Kleinsteuber
151
Mike Kleinsteuber 2024.04.10 19:56 
 

A great indi for those who follow the ICT methodology. I appreciate it isn't for everyone and much of what ICT is is repackaged stuff that's been around for years. But just with different handles. Who cares if it works for you. And it works for me. Even though I've been trading for years I still have a lot to learn and this methodology has given me a framework I can use. There are other indis for ICT stuff out there but this is the best I've come across and is pretty comprehensive. Bar not including MSS icons which I've asked to be added if possible. Certainly worth the money if you follow ICT

TheStoneMX
135
TheStoneMX 2023.11.02 09:44 
 

A Game-Changer for Technical Traders! Having tried numerous tools and indicators over the years, I can confidently say that the "Market Structure Patterns MT4" stands out as a beacon of excellence. From the moment I integrated it into my MT4 platform, it was evident that this tool was meticulously designed with the trader in mind. The patterns it identifies are not only accurate but also incredibly timely, allowing for precise entry and exit points. What truly sets it apart, however, is its intuitive interface. Even for someone who might be new to the world of trading, the learning curve is minimal, thanks to its user-friendly design. Moreover, the visual representation of market structures provides an unparalleled clarity, making it easier to understand the underlying market dynamics. This has not only improved my trading strategy but has also bolstered my confidence in making trading decisions. In a world where the markets are constantly evolving, having a tool like "Market Structure Patterns MT4" is akin to having a trusted advisor by your side. It's not just an indicator; it's a game-changer. I wholeheartedly recommend it to both novice and seasoned traders. Your trading journey will undoubtedly be enriched by it!

elite luis
3351
elite luis 2023.09.25 10:22 
 

After trying many ICT, SMT, this is the VERY BEST! has bought mt4, going to buy mt5 but 1 issue please check comment, seem that the order block sometime doesn't auto refresh properly? also please add the 3x alert for Premium, Equilabrium and Discount zone, once fix and added will buy your MT5 and give you 5 star review again :)

Samuel Manoel De Souza
35740
Reply from developer Samuel Manoel De Souza 2023.10.10 19:58
Thanks for the comment. Will consider that in the update to be sent this week.
rajivcau
461
rajivcau 2023.09.03 13:21 
 

I'm training to be potentially working in this Industry, this is the sort of stuff they are training us and is used in Banks, A+++ Amazing , very happy, BIG THANKS to the author...

FXGUY
135
FXGUY 2023.08.14 23:32 
 

GREAT INDICATOR !! New version is awesome. Developer fixed the issues I was having. Thank you Samuel

Samuel Manoel De Souza
35740
Reply from developer Samuel Manoel De Souza 2023.08.23 20:53
Thank you. I'll fix in the next update.
Greg Nicolas
136
Greg Nicolas 2023.08.03 21:52 
 

I have purchased this trading system since last Two months now. However, I confidently say it's one of its kind ever but The challenge I have which I don't know if it is general is I don't get any alert till now.

Samuel Manoel De Souza
35740
Reply from developer Samuel Manoel De Souza 2023.08.03 21:58
Hope you are using the latest version.
If so, make sure to select the type of alert [popup, push, email] and the patterns for which you need the alerts. If still doesn't work, send me a private message about the settings that you are using, symbol and timeframe.
Thank you.
Alexandre Henrique Vassoler
969
Alexandre Henrique Vassoler 2023.07.26 16:29 
 

Excelente indicador! Recomendo a todos!

Blocked Gutters
364
Blocked Gutters 2023.06.15 23:45 
 

User didn't leave any comment to the rating

378686
40
378686 2023.06.09 10:11 
 

how do i purchase i more of this product

Samuel Manoel De Souza
35740
Reply from developer Samuel Manoel De Souza 2023.06.15 23:48
You cannot purchase the same product twice.
Junaid Munawar
1047
Junaid Munawar 2023.05.19 06:26 
 

Great indicator Recommended

hassani777
21
hassani777 2023.05.15 11:44 
 

Very useful ... and thanks for keep it up to date ...

AlbertZAR
666
AlbertZAR 2023.05.12 16:04 
 

This is the most perfect SMC indicator I've ever bought. Incredible work, Samuel! I love how fine-tuned the alerts can be, like only alert on BOS bullish. Brilliant! Just perfect, love it, 5/5.

shashi44
114
shashi44 2023.05.10 11:40 
 

Hi Today i have purchased this indicator MT4 Please guide me to use it on M1 chart for scalping Means good setting for M1 chart for scalping

Kazuya fujioka
275
Kazuya fujioka 2023.05.09 06:53 
 

This is amazing. The line drawn by the indicator using the daily chart will show its power at a later date when the next swing is pushed back. The profit/loss ratio is also strong. And it is more accurate than similar products. I like it very much. Also, thanks to the author for offering this product at a price that is too cheap. thank you.

danmar
1855
danmar 2023.05.03 13:02 
 

User didn't leave any comment to the rating

Reply to review
Version 3.36 2025.04.28
- removal of iCustom depences
- update of cumulative mean range calculation
- update of Balanced Price Range (BPR) auto threshold
- update of higher timeframes Fair Value Gaps (FVGs) and inversed FVGs
- update for visualizarion of higher timeframes in the strategy tester
- added higher timeframe Balanced Price Range (BPR)
Version 3.35 2025.04.11
Update regarding issues when loading chart template.
Version 3.34 2025.04.09
Correction of issues reported by users.
Version 3.33 2025.04.03
Bug Fixes.
Version 3.32 2025.03.29
Fixed error due to division by zero.
Version 3.31 2025.03.29
- Update of internal swing points detection
- Order Blocks entirely contained in another order blocks (of same type, internal or swing) has been removed
- General updates for FVG, Inversed FVG and Implied FVG, including update of auto threshold and update of how they are displayed / extended
- Added Balanced Price Range and his alerts
- Add time offset parameter for sessions
- Update of drawings using mode 'Present'. Now BSL/SSL will show only the last ones and mitigated FVGs and his variants will be removed even if this options is not enabled.
Version 3.30 2024.11.10
- Fixed errors
* conflict of objects across multiple charts
Version 3.29 2024.11.09
- Fixed errors
* Fixed an error on Liquidity Voids Positioning
* Fixed an error on the logic of Bearish Liquidity Voids mitigation (it was generating duplicated drawings)
- update of transparency effects for perfectly blend with other chart objects or drawings like bid, ask and last price lines drawn behind of the indicator
- name of the indicator in the emails and push alerts was changed to MSP4 (for MT4) and MSP5 (for MT5)
Version 3.28 2024.10.19
Error when change timeframe/symbol with Implied FVG enabled has been fixed.
Version 3.27 2024.10.18
- Bugs in the new bar event have been fixed.
- Other preventive updates.
Version 3.26 2024.10.10
Fixed bugs:
- invalid pointer error when chart refresh
- invalid pointer error when change symbol
- OHLC values of timeframes D1, WK1 e MN1 disappearing when chart refresh
Version 3.25 2024.09.14
Buffers lines visibility bug fixed.
Version 3.24 2024.09.12
- Addition of buffers. The buffers mapping can be checked in the product description page.
- Number of order/breaker blocks now is applied for bullish an bearish separately, For example in previous version if you enter 5 in the inputs, you would see only 5 order blocks in total, for example 3 bullish and 2 bearish. Now it considers 5 bullish and 5 bearish, so you can see 10 order blocks in total.
- The order blocks in global variables was updated to reflect the above change. Check description to know how it if formated now.
- Correction of alert for bearish order/breaker blocks.
Version 3.23 2024.07.29
Fibonacci levels alert updates.
Version 3.22 2024.07.26
EQH/EQL errors fixed.
Version 3.21 2024.06.18
Fixed errors:
- Array out of range in some symbols and/or timeframes.
Version 3.20 2024.06.17
- Correction for higher timeframe inverse fvg.
- Added Premium/Discount to global variables.
Version 3.19 2024.06.06
Added MTF FVGs and his corresponding alerts.
Version 3.18 2024.05.30
Rolling back to previous stable version. MTF FVG update will be added back further.
Version 3.17 2024.05.29
Added MTF FVGs and his corresponding alerts.
Version 3.16 2024.04.22
New features
- New alerts for FVG, Inverse FVG and Implied FVG
- Alerts now can be triggered once per bar by the amount set in the parameters for Premium, Edquilibrium, Discounts zones
Version 3.15 2024.04.21
Fixed errors:
- Invalid pointer error when show inverse fvg is disabled.
Version 3.14 2024.04.19
New features:
- Inverse Fair Value Gaps
Version 3.13 2024.04.17
Fixed errors:
- Rectangle of sessions when displaying at price
Version 3.12 2024.04.16
Fixed errors:
- Prev. day ohlc line color
- FVG on daily timeframe
Defaults changed:
- Default color or Previous day/week/month ohlc
New features:
- Define a default font size for all labels and custom font size for each label
Version 3.11 2023.12.18
- Added Implied Fair Value Gap (IFVG)
- Quick fix for breaker block displayed with order block
Version 3.1 2023.12.15
Prior quotes bug fixed.
Version 3.0 2023.12.15
- Updates to default settings
- Candles colors bugs fixed
- Labels organization bugs fixed
- FVG bugs fixed
- Higher timeframe OHLC values bugs fixed
- Candle color now updates in real time
- Candle color can be customized for internal trend and internal & swing trend alignment
- Now is possible to select between two label style
- Updates to Higher timeframe OHLC values
- Structure break type selection now applies to both bullish and bearish
- Breaker Blocks is made independently of Order Blocks.
- Breaker Blocks has more display options. To hide Breaker Blocks just select option 'None' in the drop-down list
- Fibonacci & OTE color can be different for bullish and bearish scenarios
- Added sessions preconfigured for Forex sessions, Silver Bullet and Kill Zone time ranges
- Added Buy/Sell Stops Liquidity (BSL/SSL)
- Added Liquidity Voids
- New alerts options
Version 2.23 2023.10.30
Updates to labels design
Added High/Low of day (HoD/LoD)
Added alerts to Premium/Discount
Added Fibonacci/OTE levels
Improvements to Swing algorithm
Improvements to Premium/Discount algorithm
Fix to use of color NONE.
Adjustable internal structure length.
The indicator was reduced to a single chart object.
Maximum compatibility between MT4 and MT5 versions.
Version 2.22 2023.08.25
- Added alerts for order blocks touch.
- Added Breaker Blocks
- Added Breaker Blocks Alerts
- Added symbol and timeframe to the subject of email alerts
- More labels updates.
Version 2.2 2023.07.28
- Prior Highs and Lows anchor points bug fixed.
- Auto-adjustable labels. Now the labels on the right side of the chart will not overlap.
- Added the Opening Gaps (OG) pattern.
- Added the 50% line on the FVGs.
- Added alerts for new FVGs and OGs.
- Remove the filled FVGs now is optional. By default is set to false.
Version 2.1 2023.07.13
Allowance to access BoS and CHoCH values through Global Variables.
The global variable names are given by "SMP-"+_Symbol+"("+TIMEFRAME+")-"+"PatternName", for example "SMP-EURUSD(H4)-+iBoS", "SMP-EURUSD(H4)--iCHoCH", etc;
Version 2.0 2023.05.29
Division by zero error fixed.
Color candles now is false by default.
Added order blocks access through global variables. The global variables names conventions is as follow.
- The names prefixes are given by the "SMP-"+_Symbol+"("+TIMEFRAME+")", for example "SMP-EURUSD-H4";
- Add "-IOB" for internal order blocks or "-OB" for swing order blocks;
- Add "-Total to get the amount of order blocks on the charts;"
- Add "[index]-Top" and/or "[index]-Bot" to get the order blocks values.
Version 1.9 2023.05.20
Update to LL and HL labels.
Update to Premium/Discount labels.
Update to Strong/Weak High/Low labels.
Update to Strong/Weak High/Low line styles.
Version 1.8 2023.05.14
Order blocks colors bug fixed.
Version 1.7 2023.05.08
Addition of alert types and conditions.
It includes a special alert type, that sends a custom event to any program in the same chart, which can be used to build Expert Advisor based on this indicator.
The alert information is sent as a string combination in case of multiple alerts on the same candle. For example, sparam = "+CHoCH|+OB", in this case there are two alerts, separated by the character '|'.

Structures labels updated to match alerts identifiers.
Version 1.4 2023.05.02
Correction of the indicator not working in tester due to division by zero issue.