Simple Smart Mney Concepts

4.5
This Simple Smart Money Concepts indicator displays real-time market structure (internal & swing BOS / CHoCH), order blocks, premium & discount zones, equal highs & lows, and much more...allowing traders to automatically mark up their charts with widely used price action methodologies.

"Smart Money Concepts" (SMC) is used term amongst price action traders looking to more accurately navigate liquidity & find more optimal points of interest in the market. Trying to determine where institutional market participants have orders placed can be a very reasonable approach to finding more practical entries & exits based on price action.

Key Features

  1. Internal and Swing market structure in real-time:

    • Internal Structures: These elements refer to the price formations and patterns that occur within a smaller scope or a specific trading session. The suite can detect intricate details like minor support/resistance levels or short-term trend reversals.

    • External Structures: These involve larger, more significant market patterns and trends spanning multiple sessions or time frames. This capability helps traders understand overarching market directions.

  2. HH/LH/LL/LH Areas:
    • Identifying Higher Highs (HH), Lower Highs (LH), Lower Lows (LL), and Lower Highs (LH) helps in understanding the trend and market structure, aiding in predictive analysis.

  3. Break of Structure (BOS):
    • This feature identifies points where the price breaks a significant structure, potentially indicating a new trend or a trend reversal.

  4. Change of Character (CHoCH):
    • Detects subtle shifts in the market's behavior, which could suggest the early stages of a trend change before they become apparent to the broader market.

  5. Order Blocks:
    • These are essentially price levels or zones where significant trading activities previously occurred, likely pointing to the positions of smart money.

  6. Equal Highs and Lows
    • Displays EQH/EQL labels on chart for detecting equal highs & lows.

  7. Fair Value Gaps:
    • Fair Value Gaps: A three candle formation where the candle shadows adjacent to the central candle do not overlap, this highlights a gap area.

  8. Previous Highs & Lows:
    • Allows the user to display previous highs & lows from daily, weekly, & monthly timeframes as significant levels.

  9. Premium & Discount Zones as a range:
    • Allows the user to display Premium, Discount, and Equilibrium zones on the chart
  10. EA Integration:
    • Using Global Variables.
    • Update the global variables on every bar close.
    • Always add the lastest price value of the elements as following struct:
      • Order Block Internal Structures 
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_IS_OB_TOP (Lastest Internal OB Top price. Ex: XAUUSD_16385_CMQ_SMC_IS_BULL_OB_TOP )
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_IS_OB_BOTTOM  (Lastest Internal OB Bottom price. Ex: XAUUSD_16385_CMQ_SMC_IS_BULL_OB_BOTTOM )
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_IS_OB_TIME  (Lastest Internal OB Time Created. Ex: XAUUSD_16385_CMQ_SMC_IS_BULL_OB_TIME )
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_IS_OB_TOUCHED_TIME  (Lastest Internal OB First touched time. Ex: XAUUSD_16385_CMQ_SMC_IS_BULL_OB_TOUCHED_TIME)
      • Order Block Swing Structures 
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_SW_OB_TOP (Lastest Swing OB Top price. Ex: XAUUSD_16385_CMQ_SMC_SW_BULL_OB_TOP )
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_SW_OB_BOTTOM  (Lastest Swing OB Bottom price. Ex: XAUUSD_16385_CMQ_SMC_SW_BULL_OB_BOTTOM )
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_SW_OB_TIME  (Lastest Swing OB Time Created. Ex: XAUUSD_16385_CMQ_SMC_SW_BULL_OB_TIME )
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_SW_OB_TOUCHED_TIME  (Lastest Swing OB First touched time. Ex: XAUUSD_16385_CMQ_SMC_SW_BULL_OB_TOUCHED_TIME)
      • Fair value gaps
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_FVG_TOP   (Lastest  FVG Top price. Ex: XAUUSD_16385_CMQ_SMC_BULL_FVG_TOP )
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_FVG_BOTTOM   (Lastest  FVG  Bottom price. Ex: XAUUSD_16385_CMQ_SMC_BULL_FVG_ BOTTOM  )
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_FVG_MID   (Lastest  FVG  Middle price. Ex: XAUUSD_16385_CMQ_SMC_BULL_FVG_MID )
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_FVG_TIME   (Lastest  FVG Time  Created. Ex: XAUUSD_16385_CMQ_SMC_BULL_FVG_TIME )
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_FVG_TOUCHED_TIME  (Lastest  FVG First touched time. Ex: XAUUSD_16385_CMQ_SMC_BULL_FVG_TOUCHED_TIME)
      • BOS/CHOCH  Internal Structures 
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_CHOCH (Lastest CHOCH price. Ex: XAUUSD_16385_CMQ_SMC_BULL_CHOCH)
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_CHOCH_TIME (Lastest CHOCH Time Created. Ex: XAUUSD_16385_CMQ_SMC_BULL_CHOCH_TIME)
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_BOS  (Lastest BOS price. Ex: XAUUSD_16385_CMQ_SMC_BULL_BOS)
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_BOS_TIME  (Lastest BOS Time Created. Ex: XAUUSD_16385_CMQ_SMC_BULL_BOS_TIME)
      • BOS/CHOCH  Swing Structures 
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_SW_CHOCH (Lastest swing CHOCH price. Ex: XAUUSD_16385_CMQ_SMC_SW_BULL_CHOCH)
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_SW_CHOCH_TIME (Lastest swing CHOCH Time Created. Ex: XAUUSD_16385_CMQ_SMC_SW_BULL_CHOCH_TIME)
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_SW_BOS  (Lastest swing BOS price. Ex: XAUUSD_16385_CMQ_SMC_SW_BULL_BOS)
        • (Symbol)_(Period)_(Prefix Global input)_(BULL or BEAR)_SW_BOS_TIME  (Lastest swing BOS Time Created. Ex: XAUUSD_16385_CMQ_SMC_SW_BULL_BOS_TIME)
      • Swing point
        • (Symbol)_(Period)_(Prefix Global input)_HH (Lastest HH price. Ex: XAUUSD_16385_CMQ_SMC_HH)
        • (Symbol)_(Period)_(Prefix Global input)_LH  (Lastest LH price. Ex: XAUUSD_16385_CMQ_SMC_LH)
        • (Symbol)_(Period)_(Prefix Global input)_HL  (Lastest HL price. Ex: XAUUSD_16385_CMQ_SMC_HL)
        • (Symbol)_(Period)_(Prefix Global input)_LL  (Lastest LL price. Ex: XAUUSD_16385_CMQ_SMC_LL)
      • Swing High/Low
        • (Symbol)_(Period)_(Prefix Global input)_SWING_HIGH  (Swing high price. Ex: XAUUSD_16385_CMQ_SMC_SWING_HIGH )
        • (Symbol)_(Period)_(Prefix Global input)_SWING_HIGH_TIME (Swing  high time. Ex: XAUUSD_16385_CMQ_SMC_SWING_HIGH_TIME )
        • (Symbol)_(Period)_(Prefix Global input)_SWING_LOW (Swing low price. Ex: XAUUSD_16385_CMQ_SMC_SWING_LOW )
        • (Symbol)_(Period)_(Prefix Global input)_SWING_LOW_TIME  (Swing low time. Ex: XAUUSD_16385_CMQ_SMC_SWING_LOW_TIME )
      • Previous Highs and Lows
        • (Symbol)_(Period)_(Prefix Global input)_DAILY_HIGH (Daily high price. Ex: XAUUSD_16385_CMQ_SMC_DAILY_HIGH  )
        • (Symbol)_(Period)_(Prefix Global input)_DAILY_LOW (Daily low price. Ex: XAUUSD_16385_CMQ_SMC_DAILY_LOW  )
        • (Symbol)_(Period)_(Prefix Global input)_WEEKLY_HIGH (Weekly high price. Ex: XAUUSD_16385_CMQ_SMC_WEEKLY_HIGH  )
        • (Symbol)_(Period)_(Prefix Global input)_WEEKLY_LOW  (Weekly low price. Ex: XAUUSD_16385_CMQ_SMC_WEEKLY_LOW )
        • (Symbol)_(Period)_(Prefix Global input)_MONTHLY_HIGH  (Monthly high price. Ex: XAUUSD_16385_CMQ_SMC_MONTHLY_HIGH )
        • (Symbol)_(Period)_(Prefix Global input)_MONTHLY_LOW  ( Monthly low price. Ex: XAUUSD_16385_CMQ_SMC_MONTHLY_LOW )
      • Premium, Discount, and Equilibrium Zones
        • (Symbol)_(Period)_(Prefix Global input)_PREMIUM_HIGH (Premium top price. Ex: XAUUSD_16385_CMQ_SMC_PREMIUM_HIGH   )
        • (Symbol)_(Period)_(Prefix Global input)_PREMIUM_LOW (Premium bottom price. Ex: XAUUSD_16385_CMQ_SMC_PREMIUM_LOW  )
        • (Symbol)_(Period)_(Prefix Global input)_DISCOUNT_HIGH (Discount top price. Ex: XAUUSD_16385_CMQ_SMC_DISCOUNT_HIGH  )
        • (Symbol)_(Period)_(Prefix Global input)_DISCOUNT_LOW  (Discount bottom price. Ex: XAUUSD_16385_CMQ_SMC_DISCOUNT_LOW )
        • (Symbol)_(Period)_(Prefix Global input)_EQUILIBRIUM_HIGH  (Equilibrium top price. Ex: XAUUSD_16385_CMQ_SMC_EQUILIBRIUM_HIGH )
        • (Symbol)_(Period)_(Prefix Global input)_EQUILIBRIUM_LOW  (Equilibrium bottom price. Ex: XAUUSD_16385_CMQ_SMC_EQUILIBRIUM_LOW )
      • Equal Highs and Lows
        • (Symbol)_(Period)_(Prefix Global input)_EQH_FIRST (Equal high first price. Ex: XAUUSD_16385_CMQ_SMC_EQH_FIRST)
        • (Symbol)_(Period)_(Prefix Global input)_EQH_SECOND (Equal high second price. Ex: XAUUSD_16385_CMQ_SMC_EQH_SECOND)
        • (Symbol)_(Period)_(Prefix Global input)_EQH_TIME (Equal high time. Ex: XAUUSD_16385_CMQ_SMC_EQH_TIME)
        • (Symbol)_(Period)_(Prefix Global input)_EQL_FIRST  (Equal low first price. Ex: XAUUSD_16385_CMQ_SMC_EQL_FIRST)
        • (Symbol)_(Period)_(Prefix Global input)_EQL_SECOND ( Equal low second price. Ex: XAUUSD_16385_CMQ_SMC_EQL_SECOND)
        • (Symbol)_(Period)_(Prefix Global input)_EQL_TIME  (Equal low time . Ex: XAUUSD_16385_CMQ_SMC_EQL_TIME )

Customizable Features

  • Users can adjust settings like data length, colors, and display styles to match their trading preferences.

Benefits for Traders

  • Saves time on manual analysis, enhancing trading efficiency.
  • Helps make quick and informed decisions during volatile market conditions.
  • Easy to use for both beginners and experienced traders.

Conclusion


The Simple Smart Money Concepts Indicator is not just a tool but a comprehensive solution for traders looking to effectively implement ICT strategies. It’s a robust choice for enhancing market analysis and executing precise trades.

Отзывы 2
JeanMarc2222
1508
JeanMarc2222 2025.03.15 18:57 
 

I have been using Simple Smart Money Concept for a while now, and I must say it is one of the best SMC-based indicators available on the MQL5 market. The tool is incredibly well-designed and provides traders with a clear and structured way to identify market structure, order blocks, BOS/CHoCH, liquidity zones, and fair value gaps—all crucial elements for Smart Money trading. ✅ Key Features & Strengths: ✔ Accurate Market Structure Detection – The indicator effectively identifies Break of Structure (BOS) and Change of Character (CHoCH), making it easier to follow institutional order flow. ✔ Order Block & Fair Value Gap Mapping – Automatically detects key SMC elements, helping traders focus on high-probability areas. ✔ Liquidity Zones & Institutional Trading Footprints – Highlights where liquidity sweeps, inducements, and stop hunts might occur, allowing for better risk management. ✔ Clear Visuals & Customization Options – The indicator is well-coded, ensuring clean chart visualization without clutter. Traders can customize settings to match their strategy. ✔ Lightweight & Efficient – Unlike many other SMC tools, it runs smoothly without lag, making it perfect for real-time trading. 🔥 Why This Indicator Stands Out: This is not just another order block indicator—it provides a full SMC framework that is essential for understanding how institutional traders operate. The accuracy of its market structure detection makes it an invaluable tool for traders who want to align with smart money movements instead of trading against them. 📌 Suggestions for Future Updates: 🔹 The indicator is already excellent, but adding multi-timeframe confirmations and more advanced liquidity sweep detection (which I believe is in development) would take it to the next level! ⭐ Final Thoughts: If you are serious about Smart Money Concepts trading, this is a must-have tool in your arsenal. Cao has done an amazing job developing this indicator, and I highly recommend it to traders looking to refine their entries and trade like institutions. Highly recommended!

Joseph.mbala
187
Joseph.mbala 2026.01.14 14:27 
 

Fine, but you mentioned about Global Variable, Can you please tell me where the global variables are located or saved to? is there any file? But it is very great App though

Рекомендуем также
RAD CRITICAL LEVES RAD indicator tracks “Relevant Volume” in real time, identifying accumulation and distribution processes, projecting them in the chart as SUPPORT or RESISTANCE zones. Natural   support   and resistance levels are generated by Volume Accumulation and Distribution processes. As these processes evolve, levels at which the relevant volume in the market place is positioned, become difficult areas to cross upwards or downwards. By using this information, traders can identify very s
WAPV Box Effort x Result
Eduardo Da Costa Custodio Santos
WA_PV_BOX_EFFORT X РЕЗУЛЬТАТ для MT5 Индикатор WAPV Box Effort x Result входит в группу индикаторов пакета (Wyckoff Academy Wave Market). Индикатор WAPV Box Effort x Result для MT5 поможет вам определить цену и объем. Его прочтение состоит в том, чтобы помочь идентифицировать усилие x результат. в волнах, созданных графиком. Индикатор WAPV Box Effort x Result для MT5, когда поле зеленого цвета, означает, что объем соответствует спросу, а когда поле красного цвета. объем в пользу предложения. Чем
Daily Volume Profile - See Where Smart Money Trades Stop guessing support and resistance. Start seeing where REAL volume is. The Daily Volume Profile indicator reveals the hidden structure of the market by showing exactly where trading activity concentrates at each price level. While most traders use lagging indicators, you'll see where institutional money positions itself - BEFORE the move happens. What You Get: → POC (Point of Control) - The most powerful S/R level of each day, shown as a cle
Key Candlepatterns
Raphael Lorenz Baumgartner
Ключевые свечные модели Платформа: MetaTrader 5 Тип: Пользовательский индикатор Отображение: Свечной график (с перекраской свечей) Функции: Выделяет и перекрашивает определённые свечные паттерны на основе формы свечи и фильтра ATR. Каждая свеча получает отдельный цвет в зависимости от её типа (внутренняя, внешняя, пин-бар и т.д.). Наблюдая эти свечи в виде последовательностей, можно распознать активность покупателя или продавца . Поворотные точки отображаются стрелками на графике. Дополнительно
Note from Developer: This is the lite version of the Double TMA with Bands Indicator. You can find the paid version that comes with alerts and on screen signal arrows built in here . I will also be selling an EA based on this trading system soon once all backtesting and optimization have been completed. Unlock your trading potential with the Double TMA Indicator with Reversal Detection! Designed for swing and reversal trading, this versatile tool integrates two Triangular Moving Averages (
FREE
Phantom Edge SMC — The Ultimate Smart Money Indicator for MT5 Tired of manually drawing structures while trading SMC or ICT concepts? Let Phantom Edge SMC do the heavy lifting for you. Key Features Internal & Swing Structure: Automatically detects BOS and CHoCH across two structural levels. Order Blocks (OB): Identifies Internal and Swing OBs with automated mitigation tracking. Equal Highs / Lows: Highlights EQH / EQL to pinpoint Liquidity pools. Fair Value Gaps (FVG): Displays FVGs with
OrderFlux | Футпринт и Orderflow для MetaTrader 5 Версия 2.0 – Визуализация Bid/Ask в реальном времени для активных трейдеров OrderFlux — это индикатор футпринта и потока ордеров (orderflow) для MT5. Он показывает не только, куда пошла цена, но и что происходит внутри движения: объем Bid/Ask на каждом ценовом уровне, дельту, дисбаланс (imbalance) и распределение объема. Многие графики показывают вам только конечный результат свечи. OrderFlux показывает вам путь к нему. Именно это помогает, когда
Weis Waves
Flavio Javier Jarabeck
2.83 (18)
The original author is David Weis, an expert in the Wyckoff Method. The Weis Wave is a modern adaptation of the 1930's Wyckoff Method, another expert in Tape Reading techniques and Chart Analysis. Weis Waves takes market volume and stacks it into waves according to price conditions giving the trader valuable insights about the market conditions. If you want to learn more about this subject you can find tons of videos in YouTube. Just look for "The Wickoff Method", "Weis Wave" and "Volume Spread
FREE
It is 1 Minute Strategy. When Indicator Gives Signal Then Put on Buy. It's Best Work on Crash 300 & Crash 500. If you want to know anything details please Contact Me on Telegram In this Link:  https://t.me/+mi_52VwFp3E4MGNl It is very nice for scalping & for who not gives enough time on market. N/B: Please be carefully it's only for scalping & not trade all the day. It's only 10 or maximum 15 trade per day. Thanks everyone.
Indicator Description 4 Hull MA Color + Envelopes is a powerful trend-following indicator for MetaTrader 5 that combines four Hull Moving Averages (HMA) with Moving Average Envelopes to clearly identify market direction, trend strength, and potential reversal or pullback zones. This indicator is designed to reduce noise, react quickly to price movement, and provide a clean visual structure for professional trading.   Key Features   4 Hull Moving Averages (20, 50, 100, 200) Automatic color change
FREE
Общее описание Этот индикатор — усовершенствованная версия классического канала Дончия с добавлением практических функций для реальной торговли. Помимо стандартных трёх линий (верхняя, нижняя и средняя), система определяет пробои и отображает их на графике стрелками, показывая только линию, противоположную текущему направлению тренда для более чистого восприятия. Индикатор включает: Визуальные сигналы : цветные стрелки при пробое Автоматические уведомления : всплывающие окна, push и email Фильтр
FREE
Price Magnet — Индикатор зон плотности цены и уровней притяжения Price Magnet — это профессиональный аналитический инструмент, который определяет ключевые уровни поддержки и сопротивления на основе статистической плотности распределения цены (Price Density). Индикатор анализирует заданный исторический период и находит ценовые значения, на которых рынок находился дольше всего. Эти зоны выступают в роли «магнитов» — они притягивают цену или служат фундаментом для разворота. В отличие от стандартны
The indicator measures the balance of aggression. The formula is as follows:   Aggression  = Purchase Volume - Sales Volume. Note : It is rec ommended to use the default configuration and VPS values. It does not work in Forex. Meet Our Products     Parameters : Numbers of days prior to the current one for calculation; Volume Divider e; Enables calculation of the current candle; Histogram Line style and; Size; Line Line style and; Size;  Follow us on our website to check the next news.
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
Индикатор Mirror Chart для MT5 — это индикатор наложения, специально разработанный для проецирования второго финансового инструмента непосредственно на основное окно графика. Этот инструмент незаменим для трейдеров, которые полагаются на корреляционный анализ, поскольку он визуализирует ценовые движения двух разных инструментов в реальном времени. В отличие от традиционных индикаторов наложения, этот индикатор использует интеллектуальную, динамическую логику центрирования и масштабирования. Он п
FREE
Donchian Channel is an indicator created by Richard Donchian. It is formed by taking the highest high and the lowest low of the last specified period in candles. The area between high and low is the channel for the chosen period. Its configuration is simple. It is possible to have the average between the upper and lower lines, plus you have alerts when price hits one side. If you have any questions or find any bugs, please contact me. Enjoy!
FREE
Value Chart Candlesticks
Flavio Javier Jarabeck
4.57 (14)
The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach. It
FREE
This product is designed for the MT5 platform and offers two key features: VWAP (Volume Weighted Average Price) calculation and Volume Profile analysis. Advantages: VWAP Calculation: The product calculates the VWAP, which is a popular indicator used by traders to determine the average price of a security based on its trading volume. It helps identify potential buying or selling opportunities by comparing the current price to the average price weighted by volume. Volume Profile Analysis: The prod
A Média Móvel é um indicador que faz parte da Análise Técnica. Com ela, é possível identificar o equilíbrio dos preços no mercado, observando tendências de alta, neutra ou baixa. Este indicador customizado traz opções extras pera definir o método de cálculo podendo-se esclolher entre SMA,EMA,SSMA,LWMA,JJMA,JurX,ParMA,T3,Vidya,AMA,HULL MA. Também conta com varias opções para escolher o método de cálculo para o preço base a ser usado no cáculo da média.
Box Weis Wave
Thalles Nascimento De Carvalho
5 (1)
Повышайте свою аналитику с Weis Wave Box ! Если вы ищете точность и ясность в торговле , то Weis Wave Box — идеальный инструмент. Этот продвинутый индикатор волн объема позволяет ясно увидеть динамику усилий и результатов на рынке — незаменим для трейдеров, работающих с анализом объема и потока. Основные функции: Настраиваемые волны объема — регулировка по тикам для соответствия вашей стратегии. Регулируемая история — анализируйте конкретные периоды с большей точностью. Реальный об
Visual Heatmap Book Analyser This indicator monitors the market liquidity and generates colors based on order patterns, quantities, and renewal activities in the book. This allows you to visualize the order flow and identify areas of high and low liquidity and activity. The indicator uses machine learning techniques to analyze the order behavior in the book, enabling it to detect patterns and trends in orders, allowing you to make informed decisions about your trading operations. The color pale
The   Smart Liquidation Clusters    is a custom technical indicator designed for the MetaTrader 5 (MT5) platform. It calculates and visualizes   estimated liquidation zones   based on price action and internal algorithms, displaying them as a dynamic heatmap on the chart. These zones are known by several names, sometimes referred to as liquidity pools, liquidity levels, leverage levels, liquidation heatmap levels, leverage heatmap zones, or leverage heatmap levels. These zones represent   potent
Adjustable Consecutive Fractals  looks for 2 or more fractals in one direction and sends out a on screen alert, sound alert and push notification, for strong reversal points . Adjustable Consecutive Fractals, shows the fractals on chart along with a color changing text for buy and sell signals when one or more fractals appear on one side of price. Adjustable Consecutive Fractals is based Bill Williams Fractals . The standard Bill Williams fractals are set at a non adjustable 5 bars, BUT withe th
Wave Box Market Frenquency
Jean Jacques Huve Ribeiro
4.75 (4)
Totally linked to the result of a movement and the duration he had. Its height records how many ticks the asset walked during a given movement, its width shows us the duration that movement had. Its configuration must be in line with the Weis Wave Indicator configuration to observe the movement force and can indicate a possible accumulation or distribution of the movement;
FREE
Индикатор среднего направленного индекса Gekko — это модифицированная версия знаменитого индикатора ADX. Индикатор сочетает стандартный индикатор ADX с различными расчетами сигналов входа и оповещением о потенциальных точках входа и выхода. Входные параметры Period: период расчета ADX; PlotSignalType: метод расчета сигнала входа (свинг): 1- ShowSwingsOnTrendLevel : показывает сигналы с подтверждением тренда; 2- ShowSwingsOnTrendLevelDirection: показывает сигналы с подтверждением тренда и направ
Версия для MT4: https://www.mql5.com/en/market/product/157433 Версия для MT5: https://www.mql5.com/en/market/product/167286 Volume Imbalance — это легкий инструмент визуализации профиля объема + дельта-дисбаланса, разработанный для того, чтобы помочь вам выявить зоны высокой активности, направленное давление и «пустые» ценовые области в пределах настраиваемого диапазона ретроспективного анализа. В отличие от классического профиля объема, который показывает только общий объем, этот индикатор р
The volume weighted average price (VWAP) is a trading benchmark used by traders that gives the average price a security has traded at throughout the day, based on both volume and price. It is important because it provides traders with insight into both the trend and value of a security. This version is simple to use as we simplify the indicator entries and leave only the most used buffers. You can use it to integrate with your EA          Product Features Daily VWAP ploted at the chart. MOnthly
This is a FREE Trend Direction Indicator for MetaTrader 5. Features: Identifies market trend direction Uses EMA 50 and EMA 200 Non-repainting logic Clear visual display Suitable for manual trading Free version includes: - Single timeframe - Trend direction only - No alerts If you need: Alerts Multi-timeframe version EA automation Custom modifications My Name is Khalaf Hamza , You can contact me for freelance work --> khalaf.hamza.hi@gmail.com
FREE
White Weis Volume Ticks
Ricardo Almeida Branco
5 (4)
White Weis Volume This indicator shows the sum of the volume in each wave, bulish or bearish, as idealized by David Weis , but it brings an important addition , which is the marking of the bar with the highest volume of the wave (White Bar)! In coding the indicator, it was sought to optimize the code to require minimal processing during use and not to overload mt5. The indicator can be used for pre-trading analysis and study, where the trader analyzes possible points of support and resistance
Техническое описание индикатора – Delta Profile для MetaTrader 5 Delta Profile – это индикатор, разработанный для MetaTrader 5, предназначенный для детального анализа потока объёмов в пределах заданного диапазона свечей. Он структурирует и отображает информацию о дисбалансе положительных объёмов (связанных с движением вверх) и отрицательных объёмов (связанных с движением вниз) на различных ценовых уровнях. В результате пользователь получает чёткое представление о тех участках графика, где сосред
С этим продуктом покупают
SuperScalp Pro
Van Minh Nguyen
4.64 (25)
SuperScalp Pro – Продвинутая скальпинговая индикаторная система с множественными фильтрами SuperScalp Pro — это продвинутый скальпинговый индикатор, который сочетает классический Supertrend с несколькими интеллектуальными фильтрами подтверждения для поиска торговых возможностей. Он эффективно работает на различных таймфреймах от M1 до H4, с оптимизированной производительностью на XAUUSD, BTCUSD и основных валютных парах Forex. Индикатор предоставляет четкие сигналы Buy и Sell, а также автоматиче
Каждый покупатель этого индикатора получает дополнительно Бесплатно: Авторскую утилиту "Bomber Utility", которая автоматически сопровождает каждю торговую операцию, устанавливает уровни Стоп Лосс и Тейк профит и закрывает сделки согласно правилам этой стратегии, Сет-файлы для настройки этого индикатора на различных активах, Сет-файлы для настройки Bomber Utility в режимы: "Минимум Риска", "Взвешенный Риск" и "Стратегия Выжидания", Пошаговый видео-мануал, который поможет вам быстро установить, на
SignalTech MT5 is an unique fully rule based trading system for EURUSD, USDCHF, USDJPY, AUDUSD, NZDUSD, EURJPY, AUDJPY, NZDJPY, CADJPY.  All the winning trades with chart setups are published on the comments page. 2026-05 3493 Pips (Until 05-21 NY Closed) 2026-04 2243 Pips 2026-03 2165 Pips 2026-02 2937 Pips 2026-01 2624 Pips 2025-12 1174 Pips It can generate signals with Buy/Sell Arrows and Pop-Up/Sound Alerts. Each signal has clear Entry and Stop Loss levels, which should be automatically flag
Entry In The Zone and SMC Multi Timeframe is a real-time 2-in-1 market analysis tool that combines market structure analysis and a No Repaint BUY / SELL signal system into a single indicator, built on Smart Money Concepts (SMC) — a widely adopted framework used by professional traders to understand market structure. This indicator helps you see the market more clearly, make decisions based on structure rather than guesswork, and focus on high-probability zones where price is more likely to react
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Синтетический фрактальный структурный анализ и подтверждённые входы для MT5 Обзор Azimuth Pro — многоуровневый индикатор свинговой структуры от Merkava Labs . Четыре вложенных уровня свингов, привязанный к свингам VWAP, определение ABC-паттернов, трёхтаймфреймная структурная фильтрация и подтверждённые входы на закрытой свече — один график, один рабочий процесс от микро-свингов до макро-циклов. Это не слепой сигнальный продукт. Это рабочий процесс, основанный на структуре, для т
Power Candles V3 — самооптимизирующийся индикатор силы Power Candles V3 преобразует силу валюты и инструмента в готовый к использованию торговый план на каждом графике, к которому он прикреплен. Вместо того, чтобы просто раскрашивать свечи, он выполняет автоматическую оптимизацию в режиме реального времени в фоновом режиме и предоставляет вам оптимальные значения Stop Loss, Take Profit и порог сигнала для выбранного вами символа. Один клик — и все готово для реальной торговли: на графике появляю
Если вы покупаете этот индикатор, вы получите мой профессиональный Trade Manager + EA БЕСПЛАТНО. Прежде всего стоит подчеркнуть, что эта торговая система является индикатором без перерисовки, без повторной отрисовки и без задержки, что делает ее идеальной как для ручной, так и для роботизированной торговли. Онлайн курс, руководство и загрузка пресетов. «Smart Trend Trading System MT5» - это комплексное торговое решение, созданное для новичков и опытных трейдеров. Он объединяет более 10 премиаль
Trend Catcher   анализирует движения рыночных цен, используя комбинацию собственных и индивидуально разработанных адаптивных индикаторов анализа тренда. Он определяет истинное направление рынка, отфильтровывая краткосрочные шумы и фокусируясь на силе импульса, расширении волатильности и поведении ценовой структуры. Он также использует комбинацию сглаживающих и фильтрующих тренд индикаторов, таких как скользящие средние, RSI и фильтры волатильности. Мониторинг реальных операций, а также другие
Прежде всего стоит подчеркнуть, что этот торговый индикатор не перерисовывается, не перерисовывает и не отставает, что делает его идеальным как для ручной, так и для роботизированной торговли. Руководство пользователя: настройки, вводы и стратегия. Атомный аналитик - это индикатор ценового действия PA, который использует силу и импульс цены, чтобы найти лучший край на рынке. Оборудованный расширенными фильтрами, которые помогают убирать шумы и ложные сигналы, и повышают торговый потенциал. Испо
FX Trend NG: Следующее поколение интеллектуального анализа трендов на разных рынках Обзор FX Trend NG — это профессиональный инструмент анализа трендов и мониторинга рынка с поддержкой нескольких таймфреймов. Он позволяет за секунды получить полное структурное понимание текущего состояния рынка. Вместо переключения между десятками графиков вы мгновенно видите, какие инструменты находятся в тренде, где импульс ослабевает и где наблюдается сильная синхронизация между таймфреймами. Специальное пр
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIBot is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cus
Прежде всего стоит подчеркнуть, что этот Торговый Инструмент является Неперерисовывающимся Нерепейнтинговым Индикатором, что делает его идеальным для профессиональной торговли. Онлайн-курс, руководство пользователя и демонстрация. Индикатор Концепций Умного Действия Цены - очень мощный инструмент как для новичков, так и для опытных трейдеров. Он объединяет более 20 полезных индикаторов в одном, комбинируя передовые торговые идеи, такие как анализ Inner Circle Trader и стратегии торговли концеп
Gann Made Easy   - это профессиональная, но при этом очень простая в применении Форекс система, основанная на лучших принципах торговли по методам господина У.Д. Ганна. Индикатор дает точные BUY/SELL сигналы, включающие в себя уровни Stop Loss и Take Profit. ПОЖАЛУЙСТА, СВЯЖИТЕСЬ СО МНОЙ ПОСЛЕ ПОКУПКИ, ЧТОБЫ ПОЛУЧИТЬ ТОРГОВЫЕ ИНСТРУКЦИИ И ОТЛИЧНЫЕ ДОПОЛНИТЕЛЬНЫЕ ИНДИКАТОРЫ БЕСПЛАТНО! Вероятно вы уже не раз слышали о торговли по методам Ганна. Как правило теория Ганна отпугивает от себя не только
Раскройте силу торговли трендами с помощью индикатора Trend Screener: вашего идеального решения для торговли трендами, основанного на нечеткой логике и мультивалютной системе! Повысьте уровень своей торговли по тренду с помощью Trend Screener, революционного индикатора тренда, основанного на нечеткой логике. Это мощный индикатор отслеживания тренда, который сочетает в себе более 13 инструментов и функций премиум-класса и 3 торговые стратегии, что делает его универсальным выбором для превращения
Большинство стрелочных индикаторов дают сигнал и оставляют вас самостоятельно разбираться со всем остальным. KT Alpha Hunter Arrows дает вам полный торговый план. Каждая сигнальная стрелка появляется вместе с уже готовым планом: линия входа, стоп-лосс, четыре уровня тейк-профита и живой вердикт по преимуществу, который показывает, стоит ли сейчас торговать данный символ и таймфрейм. В комплект входит Trade Manager EA, который берет на себя сопровождение сделки после вашего входа, помогая сохраня
Представляем       Quantum Breakout PRO   , новаторский индикатор MQL5, который меняет ваш способ торговли в зонах прорыва! Разработан командой опытных трейдеров со стажем торговли более 13 лет,       Квантовый прорыв PRO       разработан, чтобы поднять ваше торговое путешествие к новым высотам с его инновационной и динамичной стратегией зоны прорыва. Quantum Breakout Indicator покажет вам сигнальные стрелки на зонах прорыва с 5 целевыми зонами прибыли и предложением стоп-лосса на основе поля
FX Power: Анализируйте силу валют для более эффективной торговли Обзор FX Power — это ваш незаменимый инструмент для понимания реальной силы валют и золота в любых рыночных условиях. Определяя сильные валюты для покупки и слабые для продажи, FX Power упрощает принятие торговых решений и выявляет высоковероятные возможности. Независимо от того, хотите ли вы следовать за трендами или предсказывать развороты с использованием экстремальных значений дельты, этот инструмент идеально адаптируется под
Quantum TrendPulse
Bogdan Ion Puscasu
5 (25)
Представляем   Quantum TrendPulse   , совершенный торговый инструмент, который объединяет мощь   SuperTrend   ,   RSI   и   Stochastic   в один комплексный индикатор, чтобы максимизировать ваш торговый потенциал. Разработанный для трейдеров, которые ищут точность и эффективность, этот индикатор помогает вам уверенно определять рыночные тренды, сдвиги импульса и оптимальные точки входа и выхода. Основные характеристики: Интеграция SuperTrend:   легко следуйте преобладающим рыночным тенденциям и п
RelicusRoad Pro: Квантовая Рыночная Операционная Система СКИДКА 70% ПОЖИЗНЕННЫЙ ДОСТУП (ОГРАНИЧЕНО) - ПРИСОЕДИНЯЙТЕСЬ К 2000+ ТРЕЙДЕРАМ Почему большинство трейдеров теряют деньги даже с «идеальными» индикаторами? Потому что они торгуют Единичными Концепциями в вакууме. Сигнал без контекста — это лотерея. Чтобы выигрывать стабильно, вам нужна КОНФЛЮЭНЦИЯ . RelicusRoad Pro — это не простой стрелочный индикатор. Это полная Количественная Рыночная Экосистема . Она отображает «Дорогу Справедливой Сто
Индикатор Trend Forecaster использует уникальный авторский алгоритм для определения точек входа в сделку по пробойной стратегии. Индикатор определяет ценовые скопления и анализирует движение цены возле уровней и показывает сигнал, когда цена пробивает уровень. Индикатор Trend Forecaster подходит для любых финансовых активов: валюты (Форекс), металлы, акции, индексы, криптовалюты. Также индикатор можно настроить для работы на любых тайм-фреймах, однако в качестве рабочего тайм-фрейма все же реком
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
Meridian Pro
Ottaviano De Cicco
5 (2)
Meridian Pro 2.00: профессиональная multi-timeframe матрица тренда для MT5 Meridian Pro 2.00 - профессиональная адаптивная матрица тренда для MetaTrader 5. Она объединяет оригинальный трендовый движок Meridian, чистый chart ribbon, сигнальные стрелки по закрытому бару, dashboard на 8 таймфреймов, Fuel momentum, weighted consensus, synthetic HTF processing и chart-native линии контекста старших таймфреймов. Цель простая: читать текущий тренд, multi-timeframe структуру, силу, momentum и EA-ready с
Btmm state engine pro
Garry James Goodchild
5 (4)
BTMM State Engine Pro is a MetaTrader 5 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
Reversal Master для MT5 Reversal Master для MT5 — это не перерисовывающийся (non-repaint) индикатор разворотов для MetaTrader 5. Он помогает находить потенциальные точки разворота рынка и показывает максимальное благоприятное движение цены после каждого исторического сигнала, чтобы лучше понимать, как цена вела себя в подобных ситуациях в прошлом. Версия для MT5 сохраняет привычную логику разворотных сигналов оригинального Reversal Master для MT4, но добавляет улучшенную визуализацию, историческ
Эта панель показывает последние доступные   гармонические паттерны   для выбранных символов, так что вы сэкономите время и будете более эффективны /   MT4 версия . Бесплатный индикатор:   Basic Harmonic Pattern Колонки индикатора Symbol:   отображаются выбранные символы Trend   :   бычий или медвежий Pattern   :   тип паттерна (Гартли, бабочка, летучая мышь, краб, акула, шифр или ABCD) Entry   :   цена входа SL:   цена стоп-лосса TP1:   цена первого тейк-профита TP2:   цена второго тейк-профи
Market Structure Patterns
Samuel Manoel De Souza
4.47 (19)
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
The Propfolio Master Suite is the ultimate all-in-one analytical workstation for professional traders. Combining the power of the Beat The Market Maker (BTMM) methodology, Smart Money Concepts (SND/Liquidity), and Advanced Volume Profile, this suite replaces multiple different indicators with one optimized engine. Monitor up to 14 pairs simultaneously from a single chart, instantly identify market cycles, and seamlessly map institutional footprints with the click of a button. The Command Center
Pips Stalker mt5
Abdulkarim Karazon
5 (2)
Pips Stalker — это индикатор с длинной короткой стрелкой, который помогает трейдерам всех уровней принимать более взвешенные решения при торговле на рынке, индикатор никогда не перекрашивается и использует RSI как основную логику сигнала; как только стрелка введена, она никогда не перекрашивается и не задерживается. ВЕРСИЯ MT4 <---- ОСОБЕННОСТИ СТРЕЛКИ STALKER PIPS : ПАНЕЛЬ СТАТИСТИКИ Уникальная информационная панель, показывающая общий процент побед и полезные характеристики, такие как
Smart Structure Concepts MT5
Cristhian Alexander Gaibor Cuasquer
Smart Structure Concepts MT5 — это самый полный институциональный SMC-инструментарий для MetaTrader 5 — с обучающими подсказками на 4 языках и push-уведомлениями в режиме реального времени в момент, когда цена входит в зону. Большинство SMC-индикаторов рисуют боксы и оставляют вас гадать. Этот объясняет каждый сигнал прямо на графике. Наведите курсор на любой BOS, CHoCH, Order Block, FVG или уровень ликвидности — и сразу увидите, что это значит и что делать дальше — на английском, испанском, п
Умный многослойный детектор пробоя и отката для MetaTrader 5 «Умно. Просто. Быстро!» Устали упускать точки входа с высокой вероятностью пробоя? Тратите часы на просмотр нескольких графиков, пытаясь совместить пробои с направлением тренда и динамикой валют — и всё равно упускаете движение? Break Pullback решает всё это с помощью одного индикатора. Что такое Break Pullback? Break Pullback — это профессиональный индикатор MetaTrader 5, созданный специально для трейдеров, торгующих по структуре ры
Другие продукты этого автора
Fair Value Gaps
Cao Minh Quang
4.87 (67)
Fair Value Gap (FVG) Indicator Overview The Fair Value Gap (FVG) Indicator identifies inefficiencies in price action where an imbalance occurs due to aggressive buying or selling. These gaps are often created by institutional traders and smart money, leaving areas where price may later return to "fill" the imbalance before continuing its trend. Key Features: Automatic Detection of FVGs – The indicator highlights fair value gaps across different timeframes. Multi-Timeframe Support – View FVGs fr
FREE
The Market Sessions indicator is a popular tool among forex and stock traders for visually representing global trading sessions on a price chart. It highlights the time periods for major trading sessions — such as the Asian (Tokyo) , European (London) , and American (New York) sessions — directly on the chart. This helps traders identify when markets open and close, allowing for better decision-making based on session-specific trading behavior. - Asian Session (Default: 00:00-09:00) - London Se
FREE
MACD Indicator It has MACD line, Signal line, and Histogram. The Histogram has 4 colors based on Direction Above and Below the Zero Line, showing its movement direction as simple as possible. Allows Show MACD & Signal Line, Show Change In color of MACD   Line based on cross of Signal Line. Show Dots at Cross of MacD and Signal Line, Turn on and off Histogram. Enjoy your trading experience, and feel free to share your comments and reviews. If you are interested in this indicator, you might be i
FREE
The Fair Value Gap (FVG) is a price range where one side of the market liquidity is offered, typically confirmed by a liquidity void on the lower time frame charts in the same price range. Price can "gap" to create a literal vacuum in trading, resulting in an actual price gap. Fair Value Gaps are most commonly used by price action traders to identify inefficiencies or imbalances in the market, indicating that buying and selling are not equal. If you're following the ICT Trading Strategy or Smart
FREE
The Market Sessions indicator is a popular tool among forex and stock traders for visually representing global trading sessions on a price chart. It highlights the time periods for major trading sessions — such as the   Asian (Tokyo) ,   European (London) , and   American (New York)   sessions — directly on the chart. This helps traders identify when markets open and close, allowing for better decision-making based on session-specific trading behavior. - Asian Session (Default: 00:00-09:00) - Lo
FREE
MACD Indicator It has MACD line, Signal line, and Histogram. The Histogram has 4 colors based on Direction Above and Below the Zero Line, showing its movement direction as simple as possible. Allows Show MACD & Signal Line, Show Change In color of   MACD     Line based on cross of Signal Line. Show Dots at Cross of MacD and Signal Line, Turn on and off Histogram. Enjoy your trading experience, and feel free to share your comments and reviews. If you are interested in this indicator, you might
FREE
The latest version of Indicator is fully integrated into an all-in-one package, including: Fair Value Gaps (FVG).  Implied Fair Value Gap (IFVG).  OrderBlock (OB).  The options in the settings section are relatively easy to navigate, and you can even use them right away upon activation without encountering difficulties when using the default configuration. The indicator utilizes an algorithm to automatically draw and identify Order Blocks (OB), Fair Value Gaps (FVGs), and Implied Fair Value Gaps
The Area of Value Detection indicator automatically identifies and highlights key institutional price zones, including Liquidity areas, Order Blocks, and Fair Value Gaps (FVG). It is designed to help traders visualize market imbalances and potential points of interest (POIs) used by smart money participants. Main Features Liquidity Zones: Detects clusters of equal highs/lows and liquidity pools where stop orders are likely accumulated. Order Blocks: Highlights potential bullish and bearish or
Automatically detect bullish or bearish order blocks to optimize your trade entries with our powerful indicator. Ideal for traders following ICT (The Inner Circle Trader). Works with any asset type, including cryptocurrencies, stocks, and forex. Displays order blocks on multiple timeframes, from M2 to W1. Alerts you when an order block is detected, migrated, or a higher timeframe order block is created/migrated. Perfect for both scalping and swing trading in Smart Money Concepts.  Enhanced by st
The latest version of Indicator is fully integrated into an all-in-one package, including: Fair Value Gaps (FVG).  Implied Fair Value Gap (IFVG).  OrderBlock (OB).  The options in the settings section are relatively easy to navigate, and you can even use them right away upon activation without encountering difficulties when using the default configuration. The indicator utilizes an algorithm to automatically draw and identify Order Blocks (OB), Fair Value Gaps (FVGs), and Implied Fair Value Gap
The   Linear Regression Oscillator (LRO)   is a technical indicator based on linear regression analysis, commonly used in financial markets to assess the momentum and direction of price trends. It measures the distance between the current price and the value predicted by a linear regression line, which is essentially the best-fit line over a specified period. Here’s a breakdown of how it works and its components: Key Components of the Linear Regression Oscillator Linear Regression Line (Best-Fit
The   Simple  ICT Concepts Indicator   is a powerful tool designed to help traders apply the principles of the   Inner Circle Trader (ICT)   methodology. This indicator focuses on identifying key zones such as liquidity levels, support and resistance, and market structure, making it an invaluable asset for price action and smart money concept traders. Key Features Market Structure : Market structure labels are constructed from price breaking a prior swing point. This allows a user to determine t
This Simple Smart Money Concepts indicator displays real-time market structure (internal & swing BOS / CHoCH), order blocks, premium & discount zones, equal highs & lows, and much more...allowing traders to automatically mark up their charts with widely used price action methodologies. "Smart Money Concepts" (SMC) is used term amongst price action traders looking to more accurately navigate liquidity & find more optimal points of interest in the market. Trying to determine where institutional
The Pure Price Action ICT Tools indicator is designed for pure price action analysis, automatically identifying real-time market structures, liquidity levels, order & breaker blocks, and liquidity voids. Its unique feature lies in its exclusive reliance on price patterns, without being constrained by any user-defined inputs, ensuring a robust and objective analysis of market dynamics. Key Features Market Structures A Market Structure Shift, also known as a Change of Character (CHoCH), is a pivot
Multiple Non-Linear Regression MT4 This indicator is designed to perform multiple non-linear regression analysis using four independent variables: close, open, high, and low prices. Here's a components and functionalities: Inputs: Normalization Data Length: Length of data used for normalization. Learning Rate: Rate at which the algorithm learns from errors. Show data points: Show plotting of normalized input data(close, open, high, low) Smooth?: Option to smooth the output. Smooth Length: Lengt
The Market Structure with Inducements & Sweeps indicator is a unique take on Smart Money Concepts related market structure labels that aims to give traders a more precise interpretation considering various factors. Compared to traditional market structure scripts that include Change of Character (CHoCH) & Break of Structures (BOS) -- this script also includes the detection of Inducements (IDM) & Sweeps which are major components of determining other structures labeled on the chart. SMC & pri
Smart Market Structure Simple   is a powerful indicator that helps traders identify   market structure   based on the   Smart Money Concept (SMC) . This indicator automatically detects   Break of Structure (BOS), Change of Character (CHoCH), Fair Value Gaps (FVG), Order Blocks (OB), Liquidity Zones (LQZ),   and key swing points   Higher High (HH), Higher Low (HL), Lower High (LH), Lower Low (LL) . Main Objective:   Assist traders in tracking institutional flow ( Smart Money ) and finding high-p
Unicorn Model ICT Indicator — Smart Trading with Precision The   Unicorn Model ICT Indicator   is a powerful and intelligent tool designed for traders who follow   Smart Money Concepts (SMC)   and   Inner Circle Trader (ICT)   methodologies. This indicator simplifies complex price action by visually identifying key market structures and providing high-probability trade setups. Key Features: A Bullish Unicorn Pattern A Lower Low (LL), followed by a Higher High (HH) A Fair Value Gap (FVG), overla
The   Quasimodo Pattern Indicator  is no more difficult than the Head and Shoulders. Still, only a few traders know about it, and some even confuse one with the other. However, this is not a reason to avoid this tool in your forex trading strategy.    Features: Automatic Detection:   The indicator automatically scans for valid QM patterns across any timeframe, reducing the need for manual chart analysis. Visual Highlights:   Clear and customizable on-chart drawing of shoulders, heads, and breako
Order Block Multi Timeframe The   Order Block Multi Timeframe   is a powerful tool for Smart Money Concept (SMC) traders, combining high-accuracy   Order Block detection   with real-time   Break of Structure (BOS)   and   Change of Character (CHoCH)   analysis across multiple timeframes. Smart Money Insight, Multi-Timeframe Precision This indicator automatically identifies   institutional Order Blocks —key price zones where large players have entered the market—and plots them directly on your ch
Rectangle Trading Custom   is a powerful technical analysis tool designed for price action and range-based traders. It allows users to define consolidation zones and receive alerts when the price breaks out of these zones or approaches trendlines drawn on the chart. Rectangles and Trendlines will be extended into future with one click. Rectangle point size, name and prices will be displayed around rectangle. Key Features: Draw Trading Zones (Rectangle Zones) Users can manually draw rectangles t
SMC Analyzer Single-Timeframe (STF) for MT4 The   SMC Analyzer STF  MT4  is a powerful, single-timeframe Smart Money Concepts (SMC) analysis tool designed for precision trade confirmations based on core SMC components. It evaluates market structure across four levels of confirmation using elements such as   Break of Structure (BOS), Change of Character (CHoCH), Order Blocks (OB), Fair Value Gaps (FVGs), Liquidity Zones , and   Higher Timeframe Trend Bias . Each level has configurable elements (
The Fibonacci Confluence Toolkit  is a powerful indicator designed to highlights areas of interest where significant price action or reactions are anticipated, automatically applies Fibonacci retracement levels to outline potential pullback zones, and detects engulfing candle patterns.. This tool automates the detection and visualization of key market structures and potential reversal zones. Key Features: CHoCH Detection (Change of Character): Automatically identifies structural shifts in marke
The Market Structure Trend Targets   is a powerful trading indicator designed to give traders a clear, structured, and data-driven view of market momentum, breakouts, and key price reaction zones. Built on the principles of   smart market structure analysis , it helps identify not only trend direction, but also   precise breakout levels ,   trend exhaustion , and   potential reversal zones   — all with visual clarity and trader-friendly metrics. Key Features Breakout Points with Numbered Markers
Supertrend Targets Signal   is a powerful trend-following and breakout confirmation indicator designed to help traders   identify high-probability entry points ,   visualize dynamic target zones , and   receive clean, reliable signals   across various market conditions. The core trend logic is built on a custom Supertrend that uses an ATR-based band structure with long smoothing chains—first through a WMA, then an EMA—allowing the trend line to respond to major shifts while ignoring noise. A key
The   MACD-FVG Signal System   is a hybrid trading indicator that combines the power of momentum analysis through the   MACD (Moving Average Convergence Divergence)   with the precision of   Fair Value Gap (FVG)   detection to generate high-probability buy and sell signals. This indicator enhances traditional MACD signals by validating momentum shifts with market inefficiencies, offering traders a more refined entry strategy. Key Features: MACD with Histogram Display Clearly visualizes the MAC
The   RSI Divergence + FVG Signal   indicator combines   Relative Strength Index (RSI) Divergence   with   Fair Value Gap (FVG)   detection to generate high-probability buy and sell signals based on both momentum shifts and institutional imbalance zones. Core Features: RSI Divergence Detection : Identifies both regular and hidden bullish/bearish divergences between price and RSI. Divergences indicate potential trend reversals or continuation. FVG Zone Recognition : Detects Fair Value Gaps (imbal
The   Adaptive Gaussian Moving Average  or also known as  Machine Learning Moving Average (MLMA)   is an advanced technical indicator that computes a dynamic moving average using a   Gaussian Process Regression (GPR)   model. Unlike traditional moving averages that rely on simple arithmetic or exponential smoothing, MLMA applies a data-driven, non-linear weighting function derived from the Gaussian process, allowing it to adaptively smooth the price while incorporating short-term forecasting cap
SMC Analyzer Multi-Timeframe is a powerful tool designed to help traders apply Smart Money Concepts (SMC) across multiple timeframes. This indicator identifies key structural points such as market structure shifts (Break of Structure and Change of Character), order blocks, fair value gaps (FVG), and liquidity zones from higher timeframes and overlays them onto the current chart. By aligning these critical SMC signals across multiple timeframes, traders gain a more comprehensive view of instituti
The   Market Structure Signal   indicator is designed to detect   Change of Character (CHoCH) and Break of Structure (BOS) in price action, helping traders identify potential trend reversals or continuations. It combines market structure analysis with volatility (ATR) to highlight possible risk/reward zones, while also supporting multi-channel alerts so that no trading signal is missed. Interpretation Trend Analysis : The indicator’s trend coloring, combined with BOS and CHoCH detection, provide
Фильтр:
Joseph.mbala
187
Joseph.mbala 2026.01.14 14:27 
 

Fine, but you mentioned about Global Variable, Can you please tell me where the global variables are located or saved to? is there any file? But it is very great App though

Cao Minh Quang
90232
Ответ разработчика Cao Minh Quang 2026.01.14 15:49
Thanks! Global Variables are used when you import indicators into an EA. Use the GlobalVariableGet function, as shown in the link below, to read the Variable Names as described in my introduction.
www.mql5.com/en/docs/globals/globalvariableget
JeanMarc2222
1508
JeanMarc2222 2025.03.15 18:57 
 

I have been using Simple Smart Money Concept for a while now, and I must say it is one of the best SMC-based indicators available on the MQL5 market. The tool is incredibly well-designed and provides traders with a clear and structured way to identify market structure, order blocks, BOS/CHoCH, liquidity zones, and fair value gaps—all crucial elements for Smart Money trading. ✅ Key Features & Strengths: ✔ Accurate Market Structure Detection – The indicator effectively identifies Break of Structure (BOS) and Change of Character (CHoCH), making it easier to follow institutional order flow. ✔ Order Block & Fair Value Gap Mapping – Automatically detects key SMC elements, helping traders focus on high-probability areas. ✔ Liquidity Zones & Institutional Trading Footprints – Highlights where liquidity sweeps, inducements, and stop hunts might occur, allowing for better risk management. ✔ Clear Visuals & Customization Options – The indicator is well-coded, ensuring clean chart visualization without clutter. Traders can customize settings to match their strategy. ✔ Lightweight & Efficient – Unlike many other SMC tools, it runs smoothly without lag, making it perfect for real-time trading. 🔥 Why This Indicator Stands Out: This is not just another order block indicator—it provides a full SMC framework that is essential for understanding how institutional traders operate. The accuracy of its market structure detection makes it an invaluable tool for traders who want to align with smart money movements instead of trading against them. 📌 Suggestions for Future Updates: 🔹 The indicator is already excellent, but adding multi-timeframe confirmations and more advanced liquidity sweep detection (which I believe is in development) would take it to the next level! ⭐ Final Thoughts: If you are serious about Smart Money Concepts trading, this is a must-have tool in your arsenal. Cao has done an amazing job developing this indicator, and I highly recommend it to traders looking to refine their entries and trade like institutions. Highly recommended!

Cao Minh Quang
90232
Ответ разработчика Cao Minh Quang 2025.03.16 00:22
Thank bro!
Ответ на отзыв