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.

Avis 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

Produits recommandés
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 RÉSULTAT pour MT5 L'indicateur WAPV Box Effort x Result fait partie du groupe Package Indicators (Wyckoff Academy Wave Market). L'indicateur WAPV Box Effort x Result pour MT5 vous aide à lire le prix et le volume. Sa lecture consiste à aider à l'identification effort x résultat dans les vagues créées par le graphique. L'indicateur WAPV Box Effort x Result pour MT5 lorsque la case est verte signifie que le volume est en faveur de la demande et lorsque la case est rouge le volum
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
Key Candlepatterns Platform: MetaTrader 5 Type: Custom Indicator Display: Chart Window (Candlestick Overlay) Functions: Detects and color-codes specific candlestick patterns based on candle shape, relative position, and ATR filters. Candles receive distinct colors depending on type (e.g. inside bar, outside bar, engulfing, hammer, shooting star, etc.). Visual patterns can help traders identify where buyers or sellers are likely active . Turning points (e.g., hammer followed by confirmation) are
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
Nattapon Chuekamhod
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 Footprint pour MetaTrader 5 Version 2.0 – Visualisation Bid/Ask en temps réel pour les Traders Actifs OrderFlux est un indicateur de footprint et d'orderflow pour MT5. Il ne montre pas seulement où le prix est allé, mais ce qui se passe à l'intérieur du mouvement : volume Bid/Ask par niveau de prix, delta, déséquilibre (imbalance) et distribution du volume. De nombreux graphiques ne vous montrent que le résultat final d'une bougie. OrderFlux vous montre le chemin pour y arr
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
HiqIndi
Ratul Goswami
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
Donchian Breakout And Rsi
Mattia Impicciatore
4.5 (2)
Description générale Cet indicateur est une version améliorée du Canal Donchian classique, enrichie de fonctionnalités pratiques pour le trading réel. En plus des trois lignes standard (supérieure, inférieure et ligne médiane), le système détecte les cassures et les affiche visuellement avec des flèches sur le graphique, en montrant uniquement la ligne opposée à la direction actuelle de la tendance pour une lecture plus claire. L’indicateur comprend : Signaux visuels : flèches colorées lors des
FREE
Price Magnet — Price Density and Attraction Levels Indicator Price Magnet is a professional analytical tool designed to identify key support and resistance levels based on statistical Price Density. The indicator analyzes a specified historical period and detects price levels where the market spent the most time. These zones act as “magnets,” attracting price action or forming a structural base for potential reversals. Unlike traditional Volume Profile tools, Price Magnet focuses on price-time d
Balance Aggression
Edson Cavalca Junior
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
Andrej Hermann
5 (1)
The Mirror Chart MT5 is a overlay indicator specifically designed to project a second financial instrument directly onto the main chart window. This tool is invaluable for traders who rely on correlation analysis, as it visualizes the price movements of two different instruments in real time. Unlike traditional overlays, this indicator utilizes intelligent, dynamic centering and scaling logic. It continuously analyzes the visible price range in the current window for both symbols and calculates
FREE
LT Donchian Channel
Thiago Duarte
4.86 (7)
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)
Améliorez Votre Analyse avec le Weis Wave Box ! Si vous cherchez précision et clarté dans vos négociations , le Weis Wave Box est l’outil idéal. Cet indicateur avancé d’ondes de volume offre une visualisation claire de la dynamique entre effort et résultat sur le marché, essentiel pour les traders utilisant la lecture du flux et du volume. Fonctionnalités principales : Ondes de volume personnalisables – ajustez en ticks pour s’aligner avec votre stratégie. Historique ajustable – analy
Breakout Boxes with Volume Pressure This indicator automates the identification of key consolidation zones (Supply and Demand) based on Market Pivots and Volatility (ATR). Unlike standard support/resistance tools, this indicator provides a unique   Volume Pressure Analysis   inside every box, giving you insight into the battle between Buyers and Sellers before a breakout occurs. Key Features Automated Supply & Demand Zones:   Automatically detects significant Pivot Highs and Lows to draw dyna
Visual Heatmap Book Analyzer
Alexandre Moraes De Souza Lima
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
This is Gekko's Cutomized Cutomized Average Directional Index (ADX), a customized version of the famous ADX indicator. Use the regular ADX and take advantage two entry signals calculations and different ways of being alerted whenever there is potential entry or exit point. Inputs Period: Period for the ADX calculation; PlotSignalType: How will the indicator calculate entry (swing) signals: 1- ShowSwingsOnTrendLevel : Show Signals for Trend Confirmation Swings; 2- ShowSwingsOnTrendLevelDirection
Version MT4 : https://www.mql5.com/en/market/product/157433 Version MT5 : https://www.mql5.com/en/market/product/167286 Volume Imbalance est un outil de visualisation léger du profil de volume et du déséquilibre delta. Il vous aide à identifier les zones de prix à forte activité, les pressions directionnelles et les zones de prix « vides » dans une plage d'observation configurable. Contrairement au profil de volume classique qui n'affiche que le volume total, cet indicateur divise chaque niv
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
Simple Trend Direction MT5
Khalaf Hamza Mohammad Yousef
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
Les acheteurs de ce produit ont également acheté
Neuro Poseidon MT5
Daria Rezueva
4.95 (19)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
PrimeScalping
Temirlan Kdyrkhan
PrimeScalping 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 e
SuperScalp Pro
Van Minh Nguyen
4.65 (26)
SuperScalp Pro – Système avancé d’indicateur de scalping multi-filtres SuperScalp Pro est un indicateur de scalping avancé qui combine le Supertrend classique avec plusieurs filtres de confirmation intelligents afin d’identifier les opportunités de trading. Il fonctionne efficacement sur plusieurs unités de temps, de M1 à H4, avec des performances optimisées sur XAUUSD, BTCUSD et les principales paires Forex. L’indicateur fournit des signaux d’achat et de vente clairs, ainsi que des niveaux d’en
Divergence Bomber
Ihor Otkydach
4.9 (90)
Chaque acheteur de cet indicateur reçoit également gratuitement : L’outil exclusif « Bomber Utility », qui accompagne automatiquement chaque opération de trading, fixe les niveaux de Stop Loss et de Take Profit, et clôture les positions selon les règles de la stratégie Des fichiers de configuration (set files) pour adapter l’indicateur à différents actifs Des set files pour configurer le Bomber Utility selon différents modes : « Risque Minimum », « Risque Équilibré » et « Stratégie d’Attente » U
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
Commençons par être honnêtes. Aucun indicateur ne vous rendra rentable à lui seul. Si quelqu’un vous dit le contraire, il vous vend un rêve. Tout indicateur qui affiche des flèches parfaites d’achat/vente peut être rendu impeccable — il suffit de zoomer sur la bonne partie de l’historique et de capturer uniquement les trades gagnants. Nous ne faisons pas cela.  SMC Intraday Formula est un outil. Il lit la structure du marché pour vous, identifie les zones de prix à la probabilité la plus élevée
SmartScalping
Temirlan Kdyrkhan
SmartScalping 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 e
ScalpPoint
Temirlan Kdyrkhan
ScalpPoint 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 emai
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 4107 Pips (Until 05-29 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
TrendProMaster
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
Ce produit a été mis à jour pour le marché 2026 et optimisé pour les dernières versions de MT5. AVIS DE MISE À JOUR DU PRIX : Smart Trend Trading System est actuellement disponible à $99 . Le prix passera à $199 après les 30 prochains achats . OFFRE SPÉCIALE : Après avoir acheté Smart Trend Trading System, envoyez-moi un message privé pour recevoir Smart Universal EA GRATUITEMENT et transformer vos signaux Smart Trend en trades automatisés. Smart Trend Trading System est un système de trading c
Power Candles MT5
Daniel Stein
5 (8)
Power Candles V3 - Indicateur de force à optimisation automatique Power Candles V3 transforme la force des devises et des instruments en un plan de trading exploitable sur chaque graphique auquel il est associé. Au lieu de se contenter de colorer les bougies, il effectue une optimisation automatique en temps réel en arrière-plan et vous fournit les meilleurs niveaux de Stop Loss, Take Profit et seuils de signal pour le symbole que vous avez sous les yeux. Un simple clic suffit pour l'adopter en
MasterTrend
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
Quantum TrendPulse
Bogdan Ion Puscasu
5 (25)
Présentation de   Quantum TrendPulse   , l'outil de trading ultime qui combine la puissance de   SuperTrend   ,   RSI   et   Stochastic   dans un seul indicateur complet pour maximiser votre potentiel de trading. Conçu pour les traders qui recherchent précision et efficacité, cet indicateur vous aide à identifier les tendances du marché, les changements de dynamique et les points d'entrée et de sortie optimaux en toute confiance. Caractéristiques principales : Intégration SuperTrend :   suivez f
Présentation       Quantum Breakout PRO   , l'indicateur révolutionnaire MQL5 qui transforme la façon dont vous négociez les zones d'évasion ! Développé par une équipe de traders expérimentés avec une expérience commerciale de plus de 13 ans,       Évasion quantique PRO       est conçu pour propulser votre parcours commercial vers de nouveaux sommets grâce à sa stratégie de zone de discussion innovante et dynamique. Quantum Breakout Indicator vous donnera des flèches de signalisation sur les z
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Synthetic Fractal Structure and Confirmed Entries for MT5 Overview Azimuth Pro is a multi-level swing structure indicator by Merkava Labs . Four nested swing layers, swing-anchored VWAP, ABC pattern detection, three-timeframe structural filtering, and closed-bar confirmed entries — one chart, one workflow from micro-swings to macro-cycles. This is not a blind signal product. It is a structure-first workflow for traders who care about location, context, and timing. V2 Launch Offe
Trend Catcher ind mt5
Ramil Minniakhmetov
5 (4)
INDICATEUR DE DÉTECTEUR DE TENDANCE L'indicateur de détecteur de tendance analyse les mouvements de prix du marché grâce à une combinaison d'indicateurs d'analyse de tendance adaptatifs, propriétaires et personnalisés. Il identifie la véritable direction du marché en filtrant les fluctuations à court terme et en se concentrant sur la force de la dynamique sous-jacente, l'expansion de la volatilité et la structure des prix. Il utilise également une combinaison d'indicateurs personnalisés de lis
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (4)
Un nouveau Roi en ville - Indicateur + Gestion des ordres (TP1 + TP2 + TP3) + Envoi optionnel de signaux Telegram INCLUS (GRATUIT) (SYSTÈME COMPLET DE TRADING et DE SIGNAUX) Notre meilleur EA pour l’Or : Gold Slayer Cet indicateur inclut une stratégie avancée, un système de trading avec gestion des ordres personnalisable ainsi qu’un système de retour à la moyenne combinant des extensions d’enveloppes, soutenu par plusieurs filtres intelligents de confirmation comme le RSI afin de détecter des en
FX Trend MT5 NG
Daniel Stein
5 (6)
FX Trend NG : La Nouvelle Génération d’Intelligence de Tendance Multi-Marchés Vue d’ensemble FX Trend NG est un outil professionnel d’analyse de tendance multi-timeframe et de surveillance des marchés. Il vous permet de comprendre la structure complète du marché en quelques secondes. Au lieu de naviguer entre de nombreux graphiques, vous identifiez immédiatement quels instruments sont en tendance, où le momentum s’affaiblit et où plusieurs unités de temps sont alignées. Offre de Lancement – Ob
Gann Made Easy   est un système de trading Forex professionnel et facile à utiliser qui est basé sur les meilleurs principes de trading en utilisant la théorie de mr. WD Gann. L'indicateur fournit des signaux d'ACHAT et de VENTE précis, y compris les niveaux Stop Loss et Take Profit. Vous pouvez échanger même en déplacement en utilisant les notifications PUSH. VEUILLEZ ME CONTACTER APRÈS L'ACHAT POUR RECEVOIR GRATUITEMENT DES INSTRUCTIONS DE TRADING ET D'EXCELLENTS INDICATEURS SUPPLÉMENTAIRES! V
Ce produit a été mis à jour pour le marché 2026 et optimisé pour les dernières versions de MT5. AVIS DE MISE À JOUR DU PRIX : Smart Price Action Concepts est actuellement disponible à $200 . Le prix passera à $299 après les 30 prochains achats . OFFRE SPÉCIALE : Après l’achat, envoyez-moi un message privé pour recevoir un bonus gratuit + un cadeau . Tout d’abord, il est important de souligner que cet outil de trading est un indicateur sans repaint, sans redrawing et sans retard, ce qui le rend
RelicusRoad Pro MT5
Relicus LLC
4.96 (24)
RelicusRoad Pro : Système d'Exploitation Quantitatif du Marché 70% DE RÉDUCTION ACCÈS À VIE (DURÉE LIMITÉE) - REJOIGNEZ 2 000+ TRADERS Pourquoi la plupart des traders échouent-ils même avec des indicateurs "parfaits" ? Parce qu'ils tradent des concepts isolés dans le vide. Un signal sans contexte est un pari. Pour gagner, il faut de la CONFLUENCE . RelicusRoad Pro est un Écosystème Quantitatif complet . Il cartographie la "Fair Value Road", distinguant le bruit des cassures structurelles. Arrête
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
Meta Trend PRO MT5
Roman Podpora
5 (1)
META TREND PRO       — est un outil de suivi de tendance qui élimine les conjectures en matière de trading et indique les décisions déjà prises par le marché. Cet indicateur identifie les points clés de changement de tendance et de structure, et met en évidence les zones de retournement des prix, offrant ainsi aux principaux acteurs l'opportunité de se positionner. Vous ne vous contentez pas d'observer le mouvement : vous en comprenez la logique. Tous les signaux sont enregistrés après la clôtur
Version Swing M30/H1/H4 disponible Attraper les grands mouvements ? Gold Signal Swing Pro (M30/H1/H4). Objectif : $20-$80+ par trade. https://www.mql5.com/en/market/product/177643 KURAMA GOLD SIGNAL PRO (MT5) — Système de Trading XAUUSD Complet à 7 Couches de Filtres Aucun repaint. Aucun redraw. Aucun délai. Chaque signal reste figé une fois confirmé. Bonus acheteur : Tout acheteur de la licence d'achat reçoit AI Zone Radar (valeur $59) + manuel PDF
Atomic Analyst MT5
Issam Kassas
4.26 (35)
Ce produit a été mis à jour pour le marché 2026 et optimisé pour les dernières versions de MT5. AVIS DE MISE À JOUR DU PRIX : Atomic Analyst est actuellement disponible à $99 . Le prix passera à $199 après les 30 prochains achats . OFFRE SPÉCIALE : Après avoir acheté Atomic Analyst, envoyez-moi un message privé pour recevoir Smart Universal EA GRATUITEMENT et transformer vos signaux Atomic Analyst en trades automatisés. Atomic Analyst est un indicateur de trading Price Action sans repaint, san
FX Power MT5 NG
Daniel Stein
5 (32)
FX Power : Analysez la force des devises pour des décisions de trading plus intelligentes Aperçu FX Power est l'outil essentiel pour comprendre la force réelle des principales devises et de l'or, quelles que soient les conditions du marché. En identifiant les devises fortes à acheter et les faibles à vendre, FX Power simplifie vos décisions de trading et révèle des opportunités à forte probabilité. Que vous suiviez les tendances ou anticipiez les retournements à l'aide de valeurs extrêmes de D
Smart Structure Concepts MT5
Cristhian Alexander Gaibor Cuasquer
5 (1)
Ce n'est pas un énième indicateur de structure qui dessine des zones et vous laisse deviner. Smart Structure Concepts lit le marché pour vous — marquant la structure Smart Money Concepts (SMC / ICT) en temps réel sur XAUUSD (Or), Forex, Indices, Crypto et tout autre marché . Oubliez d'entrer dans les paramètres pour configurer chaque zone : avec son panneau de bord interactif sur le graphique , vous décidez quoi afficher, masquer ou ajuster en un seul clic — sans ouvrir les propriétés, sans redé
Meridian Pro
Ottaviano De Cicco
5 (2)
Meridian Pro 2.00: Professional Multi-Timeframe Trend Matrix for MT5 Meridian Pro 2.00 is a professional adaptive trend matrix for MetaTrader 5. It combines the original Meridian trend engine, a clean chart ribbon, closed-bar signal arrows, an 8-timeframe dashboard, Fuel momentum, weighted consensus, synthetic HTF processing and chart-native higher-timeframe context lines. The goal is simple: read current trend, multi-timeframe structure, strength, momentum and EA-ready state from one discipline
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (2)
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
Plus de l'auteur
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
Market Sessions Pre
Cao Minh Quang
4.67 (6)
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
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
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
Fair Value Gaps MT4
Cao Minh Quang
3.88 (8)
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
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
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
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   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
The   Trendlines Oscillator   helps traders identify trends and momentum based on the normalized distances between the current price and the most recently detected bullish and bearish trend lines. The indicator features bullish and bearish momentum, a signal line with crossings, and multiple smoothing options. USAGE The   Trendlines Oscillator   works by systematically: Identifying pivot highs and lows. Connecting pivots to form bullish (support) and bearish (resistance) trendlines. Measuring
Filtrer:
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
91448
Réponse du développeur 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
91448
Réponse du développeur Cao Minh Quang 2025.03.16 00:22
Thank bro!
Répondre à l'avis