• Обзор
  • Отзывы (20)
  • Обсуждение (90)
  • Что нового

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

Отзывы 20
Molefi Mokhethi
358
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.

Рекомендуем также
The indicator allows you to trade binary options. The recommended time frame is М1 and the expiration time is 1,2,3 minutes. The indicator suitable for auto and manual trading. A possible signal is specified as a arrows above/under a candle. You should wait until the candle closes! Arrows are not re-painted Trade sessions: TOKYO section (Half-end) Currency pairs: USD/JPY Working time frame: M1 Expiration time: 1,2,3 minutes. The indicator also shows good results when using the martingale strateg
FREE
Market Profile 3
Hussien Abdeltwab Hussien Ryad
3 (2)
Market Profile 3 MetaTrader 4 indicator  — is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is also possible t
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
Если вам нравится этот проект, оставьте 5-звездочный обзор. Данный показатель рисует открытые, высокие, низкие и закрывающие цены на указанные период и его можно отрегулировать для специфического часового пояса. Это важные уровни, которые выглядят многие институциональные и профессиональные трейдеры и могут быть полезны для вас, чтобы знать места, где они могут быть больше активный. Доступные периоды: Предыдущий день. Предыдущая неделя. Предыдущий месяц. Предыдущий квартал. Предыдущий год. Или
FREE
Trend arrow Indicator is an arrow Indicator used as an assistant tool for your trading strategy. The indicator analyzes the standard deviation of bar close for a given period and generates a buy or sell signals if the deviation increases. It good to combo with Martingale EA to follow Trend and Sellect Buy Only/Sell Only for EA work Semi-Automatic. You can use this  Indicator with any EAs in my Products.
FREE
Индикатор Crypto_Forex "Auto FIBO Pro" - отличный вспомогательный инструмент в торговле! - Индикатор автоматически рассчитывает и размещает на графике уровни Фибоначчи и локальные линии тренда (красного цвета). - Уровни Фибоначчи указывают ключевые области, где цена может развернуться. - Наиболее важными уровнями являются 23,6%, 38,2%, 50% и 61,8%. - Вы можете использовать его для скальпинга на разворот или для торговли по зональной сетке. - Существует множество возможностей улучшить вашу теку
Rainbow MT4 is a technical indicator based on Moving average with period 34 and very easy to use. When price crosses above MA and MA changes color to green, it’s a signal to buy. When price crosses below MA and MA changes color to red, it’s a signal to sell. The Expert advisor ( Rainbow EA MT4) based on Rainbow MT4 indicator, as you can see in the short video below is now available here .
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 Specifications Category ICT - Liquidity - Price Action Platform Me
FREE
Pivot Point Fibo RSJ - это индикатор, который отслеживает линии поддержки и сопротивления дня с использованием ставок Фибоначчи. Этот впечатляющий индикатор создает до 7 уровней поддержки и сопротивления через точку разворота с использованием ставок Фибоначчи. Замечательно, как цены уважают каждый уровень этой поддержки и сопротивления, где можно определить возможные точки входа / выхода из операции. Функции До 7 уровней поддержки и 7 уровней сопротивления Устанавливайте цвета уровней индивид
FREE
MegaTrends
Sivakumar Subbaiya
1 (1)
Megatrends  Indicator   Time Frame: Suitable for any time frame.  Purpose: Trend Prediction. Blue and red color indicate the buy and sell call respectively. Buy: When the blue line is originating it is opened buy call. Sell: When the Red line is origination it is opened sell call Happy trade!! this indicator is suitable for all time frame, but our recommended time frame to use 1hour and 4 hours, suitable for any chart.
FREE
Данный индикатор создан для поиска предполагаемых разворотных точек цены символа. В его работе используется небольшой разворотный свечной паттерн в совокупности с фильтром экстремумов. Индикатор не перерисовывается! В случае отключения фильтра экстремумов, индикатор показывает все точки, в которых есть паттерн. В случае включения фильтра экстремумов, работает условие – если в истории на Previous bars 1 свечей назад, были более высокие свечки и они дальше чем свеча Previous bars 2 – то тогда тако
FREE
Spread and Close MT4
Alexander Denisovich Jegorov
Spread & Candle Close Timer Indicator for MT4  Optimize your trading with this lightweight and efficient indicator, designed to display the real-time spread and candle close countdown directly on your MT4 chart. Features: Live Spread Monitoring – Instantly see market conditions. Candle Close Timer – Stay prepared for the next price movement. Simple & Non-Intrusive Design – No unnecessary settings, just clear and accurate data. Ideal for scalpers, day traders, and those who need real-time exec
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
Индикатор показывает потенциальный направление тренда по циклично-волновой зависимости. Таким образом, все лучи пересечения будут оптимальными лучами, в направлении которых ожидается движение цены с учетом периода индикатора. Лучи можно использовать как направление потенциального движения рынка. Но не надо забывать, что подход должен быть комплексным, сигналы индикатора требуют дополнительной информации для входа в рынок.
Индикатор строит текущие котировки, которые можно сравнить с историческими и на этом основании сделать прогноз ценового движения. Индикатор имеет текстовое поле для быстрой навигации к нужной дате. Параметры : Symbol - выбор символа, который будет отображать индикатор; SymbolPeriod - выбор периода, с которого индикатор будет брать данные; IndicatorColor - цвет индикатора; Inverse - true переворачивает котировки, false - исходный вид; Далее идут настройки текстового поля, в которое можно ввес
Trade History Drawer is an indicator for MetaTrader 4. It shows trades on the chart and draws them in customized colors. Furthermore, the indicator shows a trade summary and saves a CSV history file for either one selected pair or all pairs. Inputs General Settings Number Trades : Number of trades to be drawn on the chart, if -1 then all trades Magic Number : Only trades with this magic number, if -1 then ignore Line Style : Line Style Line Thickness : Line Thickness Arrow Size : Arrow Size
MASi Three Screens основан на торговой стратегии Доктора Александра Элдера. Данный индикатор является сборником алгоритмов. Алгоритмы основаны на анализе графиков нескольких таймфреймов. Вы можете применить любой из предоставленных. Список версий алгоритмов ThreeScreens v1.0 - Простая реализация, с анализом MACD линии; ThreeScreens v1.1 - Простая реализация, с анализом MACD гистограммы; ThreeScreens v1.2 - Совмещение двух первых алгоритмов в одной версии; ThreeScreens v1.2.1 - В алгоритм внедре
FREE
Бесплатная версия индикатора   Hi Low Last Day MT4 . Индикатор    Hi Low Levels Last Day MT4   показывает максимум и минимум прошлого торгового дня. Доступна возможность изменения цвета линий. Попробуйте полную версию индикатора    Hi Low Last Day MT4 , в которой доступны дополнительные возможности индикатора: Отображение минимума и максимума второго прошлого дня Отображение минимума и максимума прошлой недели Звуковое оповещение при пересечении макс. и мин. уровней Выбор произвольного звук
FREE
Free automatic fibonacci - это индикатор, который автоматически строит коррекции Фибоначчи, основываясь на количестве баров, выбранных в параметре BarsToScan. Линии Фибоначчи автоматически обновляются в реальном времени при появлении новых максимальных и минимальных значений среди выбранных баров. В настройках индикатора можно выбрать уровни, значения которых будут отображены. Также можно выбрать цвет уровней, что позволяет трейдеру прикреплять индикатор несколько раз с разными настройками и цве
FREE
Follow The Line
Oliver Gideon Amofa Appiah
3.94 (16)
FOLLOW THE LINE GET THE FULL VERSION HERE: https://www.mql5.com/en/market/product/36024 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.  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
FREE
Индикатор MACD в MetaTrader 4/5 отличается от аналогичных индикаторов в других программах. Это связано с тем, что в версии MetaTrader 4/5 линия MACD отображается в виде гистограммы, тогда как традиционно она отображается в виде линии. Также, в версии MetaTrader 4/5 сигнальная линия строится с использованием SMA, тогда как по определению она должна быть построена по EMA. В версии MetaTrader 4/5 также отличается гистограмма (разница между линией MACD и сигнальной линией). Это может быть непривычно
FREE
LordChannel is an indicator for META TRADER 4 for all forex pairs and financial market metals. The indicator is used to make detections of high/low channels, implementing a technical analysis on possible breakouts and making correct order entries. LordChannel sends signals such as buy and sell in the graphical analysis, it is important to emphasize that the importance of these signals are safe in TIME FRAMES M30, H1, H4. The indicator was created for using bullish/downtrend channels to compl
Двойной RSI по временным рамкам - это новый технический индикатор, предназначенный для трейдеров, которые хотят сравнивать показатели Индекса Относительной Силы (RSI) из двух различных временных рамок на одном графике. Эта двойная перспектива позволяет трейдерам более эффективно идентифицировать подтверждения трендов и дивергенции. Например, трейдер может использовать RSI с одночасового графика наряду с дневным RSI, чтобы убедиться, что краткосрочные сделки соответствуют более широкому рыночному
FREE
Выделяет торговые сессии на графике Демо-версия работает только на графике AUDNZD !!! Полная версия продукта доступна по адресу: (*** будет добавлено ***) Trading Sessions Indicator (Индикатор торговых сессий) отображает начала и окончания четырех торговых сессий: тихоокеанской, азиатской, европейской и американской. возможностью пользовательской настройки начала/окончания сессий; возможность отображения только выбранных сессий; работает на M1-H2 таймфреймах; В индикаторе можно настроить следую
FREE
Reversal Prices - индикатор, имеющий достаточно мощный и эффективный механизм адаптации к изменяющимся рыночным условиям. Reversal Prices - новое слово в обнаружении тренда! С развитием информационных технологий и большого количества участников финансовые рынки всё менее поддаются анализу устаревшими индикаторами. Обычные технические средства анализа, такие как Скользящая средняя или Стохастик, в чистом виде не способны определять направления тренда или его разворот. Новый опережающий индикатор
Alpha Trend sign - это мой давний и очень популярный торговый инструмент, который проверяет нашу торговую систему и четко сигнализирует о транзакциях, которые не дрейфуют.   Основные функции:   • В зависимости от того, показывает ли рынок активную область, показатели могут быть очень интуитивными, чтобы определить, является ли текущая конъюнктура трендовой или шоковой.   И в соответствии с индикатором стрелка врезается на рынок, зеленая стрела подсказывает купить, красная стрела подсказывает
UPD1 X00 Levels
Vitaliy Kuznetsov
5 (8)
Индикатор показывает на графике   круглые уровни . Их еще называют   психологическими , банковскими или уровнями основных игроков. На этих уровнях происходит настоящая борьба быков и медведей, накопление множества ордеров, что приводит к повышенной волатильности. Индикатор   автоматически   подстраивается под любой инструмент и таймфрейм. При пробитии и последующем тесте уровня   80 - покупаем . При пробитии и последующем тесте уровня   20 - продаём . Цель - 00. Внимание. Из-за сильных уровней
FREE
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO The homeopathic indicator is also called the CCI indicator. The CCI indicator was proposed
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
In MetaTrader, plotting multiple   horizontal lines   and then tracking their respective price levels can be a hassle. This indicator automatically plots multiple horizontal lines at equal intervals for setting price alerts, plotting support and resistance levels, and other manual purposes. This indicator is suitable for Forex traders who are new and looking for chances to make quick profits from buying and selling. Horizontal lines can help traders find possible areas to start trading when the
С этим продуктом покупают
Gann Made Easy - это профессиональная, но при этом очень простая в применении Форекс система, основанная на лучших принципах торговли по методам господина У.Д. Ганна. Индикатор дает точные BUY/SELL сигналы, включающие в себя уровни Stop Loss и Take Profit. Пожалуйста, напишите мне после покупки! Я поделюсь своими рекомендациями по использованию индикатора. Также вас ждет отличный бонусный индикатор в подарок! Вероятно вы уже не раз слышали о торговли по методам Ганна. Как правило теория Ганна от
В настоящее время скидка 20%! Лучшее решение для новичка или трейдера-эксперта! Эта приборная панель работает на 28 валютных парах. Он основан на 2 наших основных индикаторах (Advanced Currency Strength 28 и Advanced Currency Impulse). Он дает отличный обзор всего рынка Forex. Он показывает значения Advanced Currency Strength, скорость движения валюты и сигналы для 28 пар Forex на всех (9) таймфреймах. Представьте, как улучшится ваша торговля, когда вы сможете наблюдать за всем рынком с помощ
Gold Stuff
Vasiliy Strukov
4.86 (254)
Gold Stuff - трендовый индикатор, разработанный специально для золота, также может использоваться на любых финансовых инструментах. Индикатор не перерисовывается и не запаздывает. Рекомендуемый тайм-фрейм H1.  По данному индикатору написан советник EA Gold Stuff, Вы можете найти его в моем профиле. Свяжитесь со мной сразу после покупки для получения   персонального бонуса!  Вы можете получить бесплатную копию нашего индикатора Strong Support and Trend Scanner, пожалуйста, в личку. мне! Настройки
Инновационный индикатор, использующий эксклюзивный алгоритм для быстрого и точного определения тренда. Индикатор автоматически рассчитывает время открытия и закрытия позиций, а также подробную статистику работы индикатора на заданном отрезке истории, что позволяет выбрать наилучший торговый инструмент для торговли. Вы также можете подключить свои пользовательские стрелочные индикаторы к Scalper Inside Pro для проверки и расчета их статистики и прибыльности. Инструкция и настройки: Читать... Осно
Внутридневная стратегия, основанная на двух фундаментальных принципах рынка. В основе алгоритма лежит анализ объемов и ценовых волн с применением дополнительных фильтров. Интеллектуальный алгоритм индикатора дает сигнал только тогда, когда два рыночных фактора объединяются в одно целое. Индикатор рассчитывает волны определенного диапазона, а уже для подтверждения волны индикатор использует анализ по объемам. Данный индикатор - это готовая торговая система. Все что нужно от трейдера - следовать с
Dynamic Forex28 Navigator — инструмент для торговли на рынке Форекс нового поколения. В НАСТОЯЩЕЕ ВРЕМЯ СКИДКА 49%. Dynamic Forex28 Navigator — это эволюция наших популярных индикаторов, объединяющая мощь трех в одном: Advanced Currency Strength28 Indicator (695 отзывов) + Advanced Currency IMPULSE with ALERT (520 отзывов) + CS28 Combo Signals (бонус). Подробности об индикаторе https://www.mql5.com/en/blogs/post/758844 Что предлагает индикатор Strength нового поколения?  Все, что вам нравило
Scalper Vault — это профессиональная торговая система, которая дает вам все необходимое для успешного скальпинга. Этот индикатор представляет собой полную торговую систему, которую могут использовать трейдеры форекс и бинарных опционов. Рекомендуемый тайм фрейм М5. Система дает точные стрелочные сигналы в направлении тренда. Она также предоставляет вам сигналы выхода и рассчитывает рыночные уровни Ганна. Индикатор дает все типы оповещений, включая PUSH-уведомления. Пожалуйста, напишите мне после
Представляю Вам отличный технический индикатор GRABBER, который работает, как готовая торговая стратегия "Все включено"! В одном программном коде интегрированы мощные инструменты для технического анализа рынка, торговые сигналы (стрелки), функции алертов и Push уведомлений.  Каждый покупатель этого индикатора получает дополнительно БЕСПЛАТНО:  Grabber Утилиту для автоматического управления открытыми ордерами, Пошаговый видео-мануал : как установить, настроить и торговать, Авторские сет-файлы для
PUMPING STATION – Ваша персональная стратегия "всё включено" Представляем PUMPING STATION — революционный индикатор Forex, который превратит вашу торговлю в увлекательный и эффективный процесс! Это не просто помощник, а полноценная торговая система с мощными алгоритмами, которые помогут вам начать торговать более стабильно! При покупке этого продукта вы БЕСПЛАТНО получаете: Эксклюзивные Set-файлы: Для автоматической настройки и максимальной эффективности. Пошаговое видео-руководство: Научитесь т
Trend Screener
STE S.S.COMPANY
4.78 (93)
Индикатор тренда, революционное уникальное решение для торговли и фильтрации тренда со всеми важными функциями тренда, встроенными в один инструмент! Это 100% неперерисовывающийся мультитаймфреймный и мультивалютный индикатор, который можно использовать на всех инструментах/инструментах: форекс, товары, криптовалюты, индексы, акции. ПРЕДЛОЖЕНИЕ ОГРАНИЧЕННОГО ВРЕМЕНИ: Индикатор скринера поддержки и сопротивления доступен всего за 50$ и бессрочно. (Изначальная цена 250$) (предложение продлено) Tre
After your purchase, feel free to contact me for more details on how to receive a bonus indicator called VFI, which pairs perfectly with Easy Breakout for enhanced confluence!   Easy Breakout is a powerful price action trading system built on one of the most popular and widely trusted strategies among traders: the Breakout strategy ! This indicator delivers crystal-clear Buy and Sell signals based on breakouts from key support and resistance zones. Unlike typical breakout indicators, it levera
Enigmera
Ivan Stefanov
5 (7)
ENIGMERA: Основы рынка Важно: демо-версия на MQL5.com работает в Strategy Tester и может не полностью отображать функциональность Enigmera. Ознакомьтесь с описанием, скриншотами и видео для подробной информации. Не стесняйтесь обращаться с вопросами! Код индикатора был полностью переписан. Версия 3.0 добавляет новые функции и устраняет ошибки, накопившиеся с момента появления индикатора. Введение Этот индикатор и торговая система представляет собой уникальный подход к финансовым рынкам. ENIGMER
Golden Trend Indicator
Noha Mohamed Fathy Younes Badr
4.9 (10)
Golden Trend indicator  is The best indicator for predicting trend movement this indicator never lags and never repaints and never back paints    and give  arrow buy and sell    before the candle appear  and it will help you and  will make your trading decisions clearer its work on all currencies and  gold and crypto and all time frame This unique  indicator uses very secret algorithms to catch the  trends, so you can trade using this indicator and see the trend clear on charts  manual guide and
Apollo Secret Trend — это профессиональный индикатор тренда, который можно использовать для поиска трендов на любой паре и тайм фрейме. Индикатор может легко стать вашим основным торговым индикатором, который вы можете использовать для определения рыночных тенденций, независимо от того, какую пару или временной интервал вы предпочитаете торговать. Используя специальный параметр в индикаторе, вы можете адаптировать сигналы к своему личному стилю торговли. Индикатор предоставляет все типы оповещен
TPSproTREND PrO
Roman Podpora
4.68 (25)
VERSION MT5        —        ИНСТРУКЦИЯ RUS           —        INSTRUCTIONS  ENG Основные функции: Точные сигналы на вход БЕЗ ПЕРЕРИСОВКИ! Если сигнал появился, он остается актуальным! Это важное отличие от индикаторов с перерисовкой, которые могут предоставить сигнал, а затем изменить его, что может привести к потере средств на депозите. Теперь вы сможете входить в рынок с большей вероятностью и точностью. Также есть функция окрашивания свечей после появления стрелки до достижения цели (take
Lux Trend
Mohamed Hassan
5 (3)
After purchase, please contact me to get your trading tips + more information for a great bonus!   Lux Trend is a professional strategy based on using Higher Highs and Lower Highs to identify and draw Trendline Breakouts! Lux Trend  utilizes two Moving Averages to confirm the overall trend direction before scanning the market for high-quality breakout opportunities, ensuring more accurate and reliable trade signals. This is a proven trading system used by real traders worldwide, demonstrating
- Real price is 80$ - 40% Discount (It is 49$ now) - Lifetime update free Contact me for instruction, add group and any questions! Related Products:  Bitcoin Expert , Gold Expert - Non-repaint - I just sell my products in Elif Kaya profile, any other websites are stolen old versions, So no any new updates or support. Introduction The breakout and retest strategy is traded support and resistance levels. it involves price breaking through a previous level.  The break and retest strategy is design
Volume Break Oscillator — это индикатор, который сопоставляет движение цены с тенденциями объема в форме осциллятора. Я хотел интегрировать анализ объема в свои стратегии, но меня всегда разочаровывали большинство индикаторов объема, таких как OBV, Money Flow Index, A/D, а также Volume Weighted Macd и многие другие. Поэтому я написал этот индикатор для себя, я доволен его полезностью, и поэтому я решил опубликовать его на рынке. Основные характеристики: Он выделяет фазы, в которых цена движе
Volatility Trend System - торговая система дающая сигналы для входов.  Система волатильности дает линейные и точечные сигналы в направлении тренда, а также сигналы выхода из него, без перерисовки и запаздываний. Трендовый индикатор следит за направлением среднесрочной тенденции, показывает направление и ее изменение. Сигнальный индикатор основан на изменении волатильности, показывает входы в рынок. Индикатор снабжен несколькими типами оповещений. Может применяться к различным торговым инструмен
Gold Venamax – это лучший биржевой технический индикатор. Алгоритм индикатора анализирует движение цены актива и отражает волатильность и потенциальные зоны для входа. Особенности индикатора: Это супер индикатор с Magic и двумя Блоками трендовых стрелочников для комфортной и профитной торговли. Красная Кнопка переключения по блокам выведена на график. Magic задается в настройках индикатора, так чтобы можно было установить индикатор на два графика с отображением разных Блоков. Gold Venamax можно
FX Power: Анализируйте силу валют для более эффективной торговли Обзор FX Power — это ваш незаменимый инструмент для понимания реальной силы валют и золота в любых рыночных условиях. Определяя сильные валюты для покупки и слабые для продажи, FX Power упрощает принятие торговых решений и выявляет высоковероятные возможности. Независимо от того, хотите ли вы следовать за трендами или предсказывать развороты с использованием экстремальных значений дельты, этот инструмент идеально адаптируется под
GOLD Impulse with Alert
Bernhard Schweigert
4.6 (10)
Этот индикатор является супер комбинацией двух наших продуктов Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics . Он работает на всех временных рамках и графически показывает импульс силы или слабости для 8 основных валют плюс один символ! Этот индикатор специализирован для отображения ускорения силы валюты для любых символов, таких как золото, экзотические пары, товары, индексы или фьючерсы. Первый в своем роде, любой символ может быть добавлен в 9-ю строку, чтобы показат
FX Volume
Daniel Stein
4.6 (35)
FX Volume: Оцените подлинную динамику рынка глазами брокера Краткий обзор Хотите вывести свою торговлю на новый уровень? FX Volume дает вам информацию в реальном времени о том, как розничные трейдеры и брокеры распределяют свои позиции — задолго до появления запаздывающих отчетов типа COT. Независимо от того, стремитесь ли вы к стабильной прибыли или ищете дополнительное преимущество на рынке, FX Volume поможет выявлять крупные дисбалансы, подтверждать пробои и совершенствовать управление риск
Попробуйте "Chart Patterns All in One" в режиме демо и получите бонус. Отправьте мне сообщение после тестирования в режиме демо, чтобы получить бонус. Оставьте комментарий после покупки, чтобы получить 8 высококачественных индикатора в качестве бонуса. Индикатор Chart Patterns All-in-One помогает трейдерам визуализировать различные графические модели, которые широко используются в техническом анализе. Он помогает определить возможное поведение рынка, но не гарантирует прибыльность. Рекомендуетс
[ MT5 Version ]  [ Kill Zones ]  [ SMT Divergences ] How to trade using Order Blocks:  Click here User Interface Performance:  During testing in the strategy tester, the UI may experience lag. Rest assured, this issue is specific to the testing environment and does not affect the indicator's performance in live trading. Elevate your trading strategy with the  Order Blocks ICT Multi TF  indicator, a cutting-edge tool designed to enhance your trading decisions through advanced order block analys
Gold Trend – хороший биржевой технический индикатор. Алгоритм индикатора анализирует движение цены актива и отражает волатильность и потенциальные зоны для входа. Самые лучшие сигналы индикатора: Для SELL = красная гистограмма + красный указатель SHORT + желтая сигнальная стрелка в этом же направлении. Для BUY = синяя гистограмма + синий указатель LONG + аква сигнальная стрелка в этом же направлении. Преимущества индикатора: И ндикатора выдает сигналы с высокой точностью. Подтвержденный сигнал
Wave Synchronizer - визуальный индикатор волнового анализа. Объединяет последовательности движения свечей и производит построение направленных волн, производя синхронные движения вместе с рынком. Начало каждой волны начинается с сигнальной стрелки, также есть оповещения. Индикатор никогда не перерисует и не передвинет стрелки на прошлой истории. Сигнальные стрелки появляются на закрытии свечи. Подстраивается под работу с любыми торговыми инструментами и тайм-фреймами. Прост в использовании и на
Персональная реализация Order Blocks, простой, но эффективной стратегии позиционной торговли. Трейдер должен войти в рынок или искать сделки в направлении последнего блока ордеров, если ценовой диапазон не был нарушен в направлении, противоположном прорыву. Открытые блоки для наглядности не прорисовываются. [ Руководство по установке | Руководство по обновлению | Устранение неполадок | FAQ | Все продукты ] Бычий открытый блок - это первый бычий бар после нового рыночного минимума. Медвежий откр
IX Power MT4
Daniel Stein
4.75 (8)
IX Power: Получите рыночные инсайты для индексов, сырьевых товаров, криптовалют и форекс Обзор IX Power — это универсальный инструмент для анализа силы индексов, сырьевых товаров, криптовалют и форекс. В то время как FX Power предлагает наивысшую точность для валютных пар, используя данные всех доступных пар, IX Power фокусируется исключительно на данных рынка базового символа. Это делает IX Power отличным выбором для некорреляционных рынков и надежным инструментом для форекса, если вам не нуж
Stratos Pali Indicator   is a revolutionary tool designed to enhance your trading strategy by accurately identifying market trends. This sophisticated indicator uses a unique algorithm to generate a complete histogram, which records when the trend is Long or Short. When a trend reversal occurs, an arrow appears, indicating the new direction of the trend. Important Information Revealed Leave a review and contact me via mql5 message to receive My Top 5 set files for Stratos Pali at no cost! Dow
Другие продукты этого автора
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
Visual Book on Chart
Samuel Manoel De Souza
4.38 (8)
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
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
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
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
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
Фильтр:
Molefi Mokhethi
358
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
579
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
1058
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
33893
Ответ разработчика 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
33893
Ответ разработчика Samuel Manoel De Souza 2023.08.23 20:53
Thank you. I'll fix in the next update.
Greg Nicolas
109
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
33893
Ответ разработчика 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
354
Blocked Gutters 2023.06.15 23:45 
 

Пользователь не оставил комментарий к оценке

378686
40
378686 2023.06.09 10:11 
 

how do i purchase i more of this product

Samuel Manoel De Souza
33893
Ответ разработчика Samuel Manoel De Souza 2023.06.15 23:48
You cannot purchase the same product twice.
Junaid Munawar
1032
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
665
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
72
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
1800
danmar 2023.05.03 13:02 
 

Пользователь не оставил комментарий к оценке

Ответ на отзыв
Версия 3.33 2025.04.03
Bug Fixes.
Версия 3.32 2025.03.29
Fixed error due to division by zero.
Версия 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.
Версия 3.30 2024.11.10
- Fixed errors
* conflict of objects across multiple charts
Версия 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)
Версия 3.28 2024.10.19
Error when change timeframe/symbol with Implied FVG enabled has been fixed.
Версия 3.27 2024.10.18
- Bugs in the new bar event have been fixed.
- Other preventive updates.
Версия 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
Версия 3.25 2024.09.14
Buffers lines visibility bug fixed.
Версия 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.
Версия 3.23 2024.07.29
Fibonacci levels alert updates.
Версия 3.22 2024.07.26
EQH/EQL errors fixed.
Версия 3.21 2024.06.18
Fixed errors:
- Array out of range in some symbols and/or timeframes.
Версия 3.20 2024.06.17
- Correction for higher timeframe inverse fvg.
- Added Premium/Discount to global variables.
Версия 3.19 2024.06.06
Added MTF FVGs and his corresponding alerts.
Версия 3.18 2024.05.30
Rolling back to previous stable version. MTF FVG update will be added back further.
Версия 3.17 2024.05.29
Added MTF FVGs and his corresponding alerts.
Версия 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
Версия 3.15 2024.04.21
Fixed errors:
- Invalid pointer error when show inverse fvg is disabled.
Версия 3.14 2024.04.19
New features:
- Inverse Fair Value Gaps
Версия 3.13 2024.04.17
Fixed errors:
- Rectangle of sessions when displaying at price
Версия 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
Версия 3.11 2023.12.18
- Added Implied Fair Value Gap (IFVG)
- Quick fix for breaker block displayed with order block
Версия 3.1 2023.12.15
Prior quotes bug fixed.
Версия 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
Версия 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.
Версия 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.
Версия 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.
Версия 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;
Версия 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.
Версия 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.
Версия 1.8 2023.05.14
Order blocks colors bug fixed.
Версия 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.
Версия 1.4 2023.05.02
Correction of the indicator not working in tester due to division by zero issue.