Simple Smart Mney Concepts

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.


리뷰 1
JeanMarc2222
1493
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!

추천 제품
RAD Real Acummulation and Distribution
Jose Alejandro Jacome Jimenez
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
MT5에 대한 WA_PV_BOX_EFFORT X 결과 WAPV 상자 노력 x 결과 표시기는 패키지 표시기 그룹(Wyckoff Academy Wave Market)의 일부입니다. MT5용 WAPV Box Effort x Result Indicator는 가격과 거래량을 읽는 데 도움이 됩니다. 그 판독은 노력 x 결과의 식별을 돕는 것으로 구성됩니다. 그래프에 의해 생성된 파동. 상자가 녹색일 때 MT5에 대한 WAPV 상자 노력 x 결과 표시기는 거래량이 수요에 유리하고 상자가 빨간색일 때를 의미합니다. 물량은 공급에 유리하다. 상자가 클수록 가격에 대한 부피의 변위가 커집니다. 가격의 상승파동이 Box의 크기에 비례하지 않는다면, 노력 x 결과. 매우 시각적인 방법으로 우리는 볼륨과 가격 사이의 이러한 차이를 식별할 수 있습니다. MT5용 WAPV Box 노력 x 결과 표시기를 사용하면 표시기를 0축 아래에 배치하여 시각화를 개선할 수도 있습니다. 틱 볼륨 및 실제 볼륨으로 시장에서
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
Double TMA with Reversal Zones
Clayton Prickett
4.5 (10)
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
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.
Gap Detector Pro
Andres Felipe Carvajal Rodriguez
GapDetector Pro 는 실시간으로 세 가지 수준의 **가격 차이(갭)**를 식별합니다. 파란색 점 (Punto azul): 조기 경보 로, 갭 형성 가능성을 예측합니다. 노란색 점 (Punto amarillo): 낮은 거래량 및 넓은 스프레드 조건으로, 갭 발생 확률이 높음을 나타냅니다. 흰색 점 (Punto blanco): 캔들 사이에 이미 형성된 실제 갭 을 확인합니다. 매개변수 조정 사용자는 필요에 따라 매개변수를 조정할 수 있습니다. VolumeDropRatio (거래량 감소 비율): 낮은 값 은 더 높은 민감도 와 더 많은 신호를 생성합니다. 높은 값 은 더 강한 거래량 감소를 요구하며 더 적은 신호를 생성합니다. MaxSpread (최대 스프레드): 낮은 값 은 더 엄격 하며 스프레드가 좁은 갭만 허용합니다. 높은 값 은 스프레드가 넓더라도 갭을 인식하도록 합니다. GapThresholdPips (갭 임계값 핍): 낮은 값 은 작은 갭을 감지합니다. 높은 값 은
FREE
개요 이 지표는 클래식 돈치안 채널(Donchian Channel) 의 향상된 버전으로, 실전 트레이딩을 위한 다양한 기능이 추가되었습니다. 표준 세 개의 선(상단, 하단, 중앙선) 외에도 브레이크아웃 을 감지하여 차트에 화살표로 시각적으로 표시하며, 차트를 깔끔하게 보기 위해 현재 추세 방향의 반대 라인만 표시 합니다. 지표 기능: 시각적 신호 : 브레이크아웃 시 컬러 화살표 표시 자동 알림 : 팝업, 푸시 알림, 이메일 RSI 필터 : 시장의 상대 강도를 기반으로 신호 검증 사용자 맞춤 설정 : 색상, 선 두께, 화살표 코드, RSI 임계값 등 동작 원리 돈치안 채널은 다음을 계산합니다: 상단선 : 최근 N개의 종가 완료 캔들에서 가장 높은 고가 하단선 : 최근 N개의 종가 완료 캔들에서 가장 낮은 저가 중앙선 : 고가와 저가의 평균값 상방 브레이크아웃 은 종가가 상단선을 돌파할 때 발생하며, 하방 브레이크아웃 은 종가가 하단선 아래로 내려갈 때 발생합니다. 이 지표는: 세 개의
FREE
Cumulative Delta Indicator for MetaTrader 5 The Cumulative Delta Indicator is a dedicated volume analysis tool on MetaTrader 5 that monitors market buying and selling pressure. By comparing order flow data, it displays cumulative volume changes to help traders identify divergence signals. This MT5 indicator supports the detection of strong market trends, enhances liquidity analysis, and confirms price action behavior. «Indicator Installation & User Guide» MT5 Indicator Installation  |  Cumulativ
FREE
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.
Trendline mt5 indicator
David Muriithi
3 (1)
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
LT Donchian Channel
Thiago Duarte
4.83 (6)
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.69 (13)
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.
The new update makes this indicator a complete tool for studying, analyzing and operating probabilistic patterns. It includes: On-chart Multi-asset percentage monitor. Configurable martingales. Twenty-one pre-configured patterns, including Mhi patterns and C3. An advanced pattern editor to store up to 5 custom patterns. Backtest mode to test results with loss reports. Trend filter. Hit operational filter. Martingale Cycles option. Various types of strategies and alerts. Confluence between patter
Hello I Want to introduce The Forex Buy Sell Arrow Premium MT5 i recently release this premium indicator! its 1000% Non Repaint Indicator, It Work Perfectly Well,, i tested it day by day, Just mind blowing Result,  Including Powerful trend Algorithm! How It Work? well, it work market trend formula, when trend Bullish Or when trend Bearish,  Recommend Timeframe M30, H1 it work all timeframe, and all currency pair, 100% non repaint, How to take signal From Forex Buy Sell Arrow Premium Ind
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
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 Plus
Rodrigo Galeote
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
ZP Day Trading Indicator in MT5 The ZP Day Trading Indicator is one of the tools developed based on Price Action trading style concepts in MetaTrader 5. This indicator uses color-coded boxes to identify Trading Ranges on the chart. A trading range forms when the price moves within a specific range between a resistance level (ceiling) and a support level (floor) over a period of time. In such scenarios, buyers and sellers reach equilibrium within the defined range. «Indicator Installation & User
FREE
VWAP and MVWAP Easy for MT5
Eadvisors Software Inc.
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
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
Contact me for instruction, any questions! - Non-repaint - I just sell my products in Elif Kaya Profile, any other websites are stolen old versions, So no any new updates or support. - Lifetime update free Related product: Bitcoin Expert Introduction The Breakout and Retest strategy is traded support and resistance levels. it involves price breaking through a previous level.  The break and retest strategy is designed to help traders do two main things, the first is to avoid false breakouts. Man
Delta Profile Volume
Teresinha Moraes Correia
기술 설명 – MetaTrader 5용 Delta Profile Delta Profile 은 MetaTrader 5에서 정의된 캔들 범위 내의 거래량 흐름을 세부적으로 분석하기 위해 설계된 지표입니다. 이 도구는 각 가격 수준에서 양의 거래량(상승과 관련) 과 음의 거래량(하락과 관련) 간의 불균형을 구조화하고 시각화합니다. 이를 통해 사용자는 실제로 거래가 집중되는 가격 영역과 시장 불균형이 형성되는 구간을 명확하게 파악할 수 있습니다. 핵심 개념 지표는 가격 레벨 을 인식하고 이를 양의 거래량, 음의 거래량 및 순 델타(양-음 차이)로 분류합니다. 각 가격 레벨은 수평 막대 로 차트에 표시되며, 거래가 집중되는 구간을 직관적으로 보여줍니다. 사용자는 분석할 캔들의 개수 , 가격 반올림 정밀도 , 최대 표시 레벨 수 , 표시 옵션 등을 직접 설정할 수 있습니다. 주요 기능 가격 레벨 매핑 : 사용자가 지정한 자릿수에 맞게 가격을 반올림하여 거래량을 집계합니다. 순 델타 계산 : 양
Accumulated Aggression
Edson Cavalca Junior
The indicator measures the accumulated balance of aggression. The formula is as follows:  Accumulated   = Previous Candle Accumulated + Purchase Volume - Sales Volume. Know our products    *** Did you like the product? Then, help us doing review in the " Reviews " tab. The indicator sends information to your email or cell phone when the accumulated balance changes direction. Example : Accumulated seller becomes a buyer. Note : It is recommended to use the default configuration and VPS valu
Volume Zone Fractal
Eduardo Da Costa Custodio Santos
VZO Plus is an indicator that shows overbought and oversold regions based on traded volume. #When the indicator line is between -40 and -60 it is oversold #When the indicator line is between 40 and 60 it is overbought. Outside these regions, the market is following its natural path by inertia. Above the green line, it means that the market is positive, Another way to analyze the indicator is through divergence regions. When we have the bottom higher than the other in a downtrend or One bottom
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. The indicator OrderBook Cumulative Indicator accumulates market book data online and visualizes them on the chart. In addition, the indicator can show the market
Cybertrade Double Bollinger Bands - MT5  The Bollinger Bands indicator shows the levels of different highs and lows that a security price has reached in a given duration and also their relative strength, where the highs are close to the upper line and the lows are close to the lower line. Our differential is to present this indicator in a double form, with the availability of its values ​​to simplify automation. It works on periods longer than the period visible on the chart. All values ​​are
FREE
이 제품의 구매자들이 또한 구매함
Divergence Bomber
Ihor Otkydach
4.98 (66)
이 지표를 구매하신 분께는 다음과 같은 혜택이 무료로 제공됩니다: 각 거래를 자동으로 관리하고, 손절/익절 수준을 설정하며, 전략 규칙에 따라 거래를 종료하는 전용 도우미 툴 "Bomber Utility" 다양한 자산에 맞게 지표를 설정할 수 있는 셋업 파일(Set Files) "최소 위험", "균형 잡힌 위험", "관망 전략" 모드로 설정 가능한 Bomber Utility의 셋업 파일 이 전략을 빠르게 설치, 설정, 시작할 수 있도록 돕는 단계별 영상 매뉴얼 주의: 위의 모든 보너스를 받기 위해서는 MQL5 개인 메시지 시스템을 통해 판매자에게 연락해 주세요. 독창적인 커스텀 지표인 “Divergence Bomber(다이버전스 봄버)”를 소개합니다. 이 지표는 MACD 다이버전스(괴리) 전략을 기반으로 한 올인원(All-in-One) 거래 시스템입니다. 이 기술 지표의 주요 목적은 가격과 MACD 지표 간의 다이버전스를 감지하고, **향후 가격이 어느 방향으로 움직일지를 알려주는
Grabber System MT5
Ihor Otkydach
5 (16)
탁월한 기술적 지표인 Grabber를 소개합니다. 이 도구는 즉시 사용 가능한 “올인원(All-Inclusive)” 트레이딩 전략으로 작동합니다. 하나의 코드 안에 강력한 시장 기술 분석 도구, 매매 신호(화살표), 알림 기능, 푸시 알림이 통합되어 있습니다. 이 인디케이터를 구매하신 모든 분들께는 다음의 항목이 무료로 제공됩니다: Grabber 유틸리티: 오픈 포지션을 자동으로 관리하는 도구 단계별 영상 매뉴얼: 설치, 설정, 그리고 실제 거래 방법을 안내 맞춤형 세트 파일: 인디케이터를 빠르게 자동 설정하여 최고의 성과를 낼 수 있도록 도와줍니다 다른 전략은 이제 잊어버리세요! Grabber만이 여러분을 새로운 트레이딩의 정점으로 이끌어 줄 수 있습니다. Grabber 전략의 주요 특징: 거래 시간 프레임: M5부터 H4까지 거래 가능한 자산: 어떤 자산이든 사용 가능하지만, 제가 직접 테스트한 종목들을 추천드립니다 (GBPUSD, GBPCAD, GBPCHF, AUDCAD, AU
Trend Screener Pro MT5
STE S.S.COMPANY
4.87 (92)
트렌드 표시기, 트렌드 트레이딩 및 필터링을 위한 획기적인 고유 솔루션, 하나의 도구 안에 내장된 모든 중요한 트렌드 기능! Forex, 상품, 암호 화폐, 지수 및 주식과 같은 모든 기호/도구에 사용할 수 있는 100% 다시 칠하지 않는 다중 시간 프레임 및 다중 통화 표시기입니다. Trend Screener는 차트에 점이 있는 화살표 추세 신호를 제공하는 효율적인 지표 추세 추종 지표입니다. 추세 분석기 표시기에서 사용할 수 있는 기능: 1. 트렌드 스캐너. 2. 최대 이익 분석이 있는 추세선. 3. 추세 통화 강도 측정기. 4. 경고가 있는 추세 반전 점. 5. 경고가 있는 강력한 추세 점. 6. 추세 화살표 Trend Screener Indicator가 있는 일일 분석 예, 일일 신호 성능...등은 여기에서 찾을 수 있습니다. 여기를 클릭하십시오. LIMITED TIME OFFER : Trend Screener Indicator는 50$ 및 평생 동안만 사용할 수 있습니다.
Trend indicator AI mt5
Ramil Minniakhmetov
5 (11)
트렌드 인공 지능 지표는 실행 가능한 진입 점 및 반전 경고와 추세 식별을 결합하여 상인의 시장 분석을 향상시킬 훌륭한 도구입니다. 이 표시기는 사용자가 자신감과 정밀도로 외환 시장의 복잡성을 탐색 할 수 있도록 지원합니다 기본 신호 외에도 트렌드 인공 지능 지표는 풀백 또는 되돌림 중에 발생하는 2 차 진입 점을 식별하여 거래자가 기존 트렌드 내에서 가격 수정을 활용할 수 있도록합니다. 중요한 장점: ·작동 4 및 5 *명확한 구매 또는 판매 신호 *다시 칠하지 않습니다 *모든 자산에서 작동 나는 전보 사기에 개 또는 세트를 판매하지 않도록주의. 모든 설정은 블로그에 여기에 무료.  중요! 지침 및 보너스를 얻기 위해 구입 후 즉시 저에게 연락! 진짜 가동 감시는 뿐 아니라 나의 다른 제품 여기에서 찾아낼 수 있습니다: https://www.mql5.com/en/users/mechanic/seller&nbsp ; 설정 및 입력: 모든 자산에 대해 기본 설정을 권
Gold Stuff mt5
Vasiliy Strukov
4.92 (189)
Gold Stuff mt5는 금을 위해 특별히 설계된 추세 지표이며 모든 금융 상품에서도 사용할 수 있습니다. 표시기가 다시 그려지지 않고 지연되지 않습니다. 권장 기간 H1. 설정 및 개인 보너스를 받으려면 구매 후 즉시 저에게 연락하십시오!     강력한 지원 및 트렌드 스캐너 표시기의 무료 사본을 받으실 수 있습니다. 메시지를 보내주세요. 나!   설정 화살표 그리기 - 켜기 끄기. 차트에 화살표 그리기. 경고 - 가청 경고를 끕니다. 이메일 알림 - 켜기 끄기. 이메일 알림. Puch-notification - 켜기 끄기. 푸시 알림. 다음으로 색 영역을 조정합니다. Gold Stuff mt5는 금을 위해 특별히 설계된 추세 지표이며 모든 금융 상품에서도 사용할 수 있습니다. 표시기가 다시 그려지지 않고 지연되지 않습니다. 권장 기간 H1. 설정 및 개인 보너스를 받으려면 구매 후 즉시 저에게 연락하십시오!   설정 화살표 그리기 - 켜기 끄기. 차트에 화살표 그
Entry In The Zone and SMC Multi Timeframe는 Smart Money Concepts(SMC) 프레임워크를 기반으로 개발된 실시간 시장 분석 도구입니다. 이 도구는 여러 시간 프레임에 걸쳐 반전 지점과 주요 존(Key Zones)을 자동으로 분석하며, 리페인트 없는 신호와 관심 지점(POI)을 강조하는 데 중점을 둡니다. 또한 자동 피보나치 레벨(Auto Fibonacci Level) 시스템이 포함되어 있어, 피보나치 라인을 자동으로 그려 되돌림 및 반전 지점을 파악하는 데 도움을 줍니다. 이 도구는 트레이더가 더 높은 자신감과 체계적인 접근으로 거래 계획을 세우고 결정을 내릴 수 있도록 하여, Smart Money Concepts를 기반으로 한 진입 효율성을 높여줍니다. 인디케이터 + 신호 시스템(2-in-1) 패키지로 구성되어 있으며, 지능형 존 분석과 실시간 거래 진입 신호를 하나의 도구에 통합하였습니다. 직접 거래에 사용하든 개인 분석 도구로 활용
FX Power MT5 NG
Daniel Stein
5 (20)
FX Power: 통화 강세 분석으로 더 스마트한 거래 결정을 개요 FX Power 는 어떤 시장 상황에서도 주요 통화와 금의 실제 강세를 이해하기 위한 필수 도구입니다. 강한 통화를 매수하고 약한 통화를 매도함으로써 FX Power 는 거래 결정을 단순화하고 높은 확률의 기회를 발견합니다. 트렌드를 따르거나 극단적인 델타 값을 사용해 반전을 예측하고자 한다면, 이 도구는 귀하의 거래 스타일에 완벽히 적응합니다. 단순히 거래하지 말고, FX Power 로 더 스마트하게 거래하세요. 1. FX Power가 거래자에게 매우 유용한 이유 통화와 금의 실시간 강세 분석 • FX Power 는 주요 통화와 금의 상대적 강세를 계산하고 표시하여 시장 역학에 대한 명확한 통찰력을 제공합니다. • 어떤 자산이 앞서고 있고 어떤 자산이 뒤처지는지 모니터링하여 보다 현명한 거래 결정을 내릴 수 있습니다. 포괄적인 멀티 타임프레임 뷰 • 단기, 중기 및 장기 타임프레임에서 통화와 금의 강세를
FX Volume MT5
Daniel Stein
4.84 (19)
FX Volume: 브로커 시각에서 바라보는 진짜 시장 심리 간단 요약 트레이딩 접근 방식을 한층 더 향상시키고 싶으신가요? FX Volume 는 소매 트레이더와 브로커의 포지션을 실시간으로 파악할 수 있게 해 줍니다. 이는 COT 같은 지연된 보고서보다 훨씬 빠릅니다. 꾸준한 수익을 추구하는 분이든, 시장에서 더 깊은 우위를 원하시는 분이든, FX Volume 을 통해 대규모 불균형을 찾아내고, 돌파 여부를 확인하며 리스크 관리를 정교화할 수 있습니다. 지금 시작해 보세요! 실제 거래량 데이터가 의사결정을 어떻게 혁신할 수 있는지 직접 경험해 보시기 바랍니다. 1. 트레이더에게 FX Volume이 매우 유익한 이유 탁월한 정확도를 지닌 조기 경보 신호 • 다른 사람들보다 훨씬 앞서, 각 통화쌍을 매수·매도하는 트레이더 수를 거의 실시간으로 파악할 수 있습니다. • FX Volume 은 여러 리테일 브로커에서 추출한 실제 거래량 데이터를 종합해 명확하고 편리한 형태로 제공하는
Atbot
Zaha Feiz
4.67 (52)
AtBot: 작동 방식 및 사용 방법 ### 작동 방식 MT5 플랫폼용 "AtBot" 지표는 기술 분석 도구의 조합을 사용하여 매수 및 매도 신호를 생성합니다. 01:37 단순 이동 평균(SMA), 지수 이동 평균(EMA), 평균 진폭 범위(ATR) 지수를 통합하여 거래 기회를 식별합니다. 또한 Heikin Ashi 캔들을 사용하여 신호의 정확성을 향상시킬 수 있습니다. 구매 후 리뷰를 남기면 특별 보너스 선물을 받게 됩니다. ### 주요 기능: - 비재표시: 신호는 플로팅 후 변경되지 않습니다. - 비재작성: 신호는 일관되며 변경되지 않습니다. - 지연 없음: 지연 없이 시기적절한 신호를 제공합니다. - 다양한 시간대: 거래 전략에 맞게 모든 시간대에서 사용할 수 있습니다. ### 운영 단계: #### 입력 및 설정: - firstkey (TrendValue): 추세 감지의 민감도를 조정합니다. - Secondkey (SignalValue): 매수/매도 신호 생성의 민감도를 정의
RelicusRoad Pro MT5
Relicus LLC
5 (22)
훌륭한 백테스트, 환상적인 숫자로 입증된 실제 계정 성능, 그리고 모든 곳에 퍼져 있는 통계를 자랑하는 트레이딩 지표를 얼마나 자주 구매하셨습니까? 하지만 사용 후에는 결국 계좌를 날려버리셨나요? 신호 자체만으로는 신뢰할 수 없습니다. 신호가 왜 처음 나타났는지 알아야 하며, 그것이 바로 RelicusRoad Pro가 가장 잘하는 일입니다! 사용자 매뉴얼 + 전략 + 교육 비디오 + VIP 액세스 전용 그룹 + 모바일 버전 사용 가능 시장을 보는 새로운 방법 RelicusRoad는 외환, 선물, 암호화폐, 주식 및 지수를 위한 세계에서 가장 강력하고 최고의 트레이딩 지표 로서, 트레이더가 계좌를 성장시키는 데 필요한 모든 정보와 도구를 제공합니다. 우리는 기술 분석 및 트레이딩 계획 을 제공하여 초보자 부터 고급 트레이더 까지 모든 트레이더가 성공할 수 있도록 돕습니다. 이것은 미래 시장을 예측 하는 데 충분한 정보를 제공하는 핵심 트레이딩 지표 입니다. 우리는 차트에서 의미 없
Quantum Trend Sniper
Bogdan Ion Puscasu
4.73 (51)
소개       Quantum Trend Sniper Indicator는   추세 반전을 식별하고 거래하는 방식을 변화시키는 획기적인 MQL5 지표입니다! 13년 이상의 거래 경험을 가진 숙련된 트레이더 팀이 개발한       Quantum Trend Sniper 표시기       매우 높은 정확도로 추세 반전을 식별하는 혁신적인 방법으로 거래 여정을 새로운 차원으로 끌어올리도록 설계되었습니다. ***Quantum Trend Sniper Indicator를 구입하면 Quantum Breakout Indicator를 무료로 받을 수 있습니다!*** Quantum Trend Sniper Indicator는 추세 반전을 식별하고 세 가지 이익실현 수준을 제안할 때 경고, 신호 화살표를 제공합니다. 초보자 거래자와 전문 거래자 모두에게 적합합니다. Quantum EA 채널:       여기를 클릭하세요 MT4 버전:       여기를 클릭하세요 추천: 기간:모든 기간.
Algo Pumping
Ihor Otkydach
4.74 (19)
PUMPING STATION – 당신만을 위한 올인원(All-in-One) 전략 PUMPING STATION은 당신의 외환 거래를 더욱 흥미롭고 효과적으로 바꿔줄 혁신적인 인디케이터입니다. 단순한 보조 도구가 아니라, 강력한 알고리즘을 갖춘 완전한 거래 시스템으로서 보다 안정적인 트레이딩을 시작할 수 있도록 도와줍니다. 이 제품을 구매하시면 다음의 혜택을 무료로 받으실 수 있습니다: 전용 설정 파일: 자동 설정으로 최대의 퍼포먼스를 제공합니다. 단계별 동영상 가이드: PUMPING STATION 전략으로 거래하는 법을 배워보세요. Pumping Utility: PUMPING STATION과 함께 사용하도록 설계된 반자동 거래 봇으로, 거래를 더욱 쉽고 편리하게 만들어줍니다. ※ 구매 후 바로 저에게 메시지를 보내주세요. 추가 자료에 대한 접근 권한을 제공해드립니다. PUMPING STATION은 어떻게 작동하나요? 트렌드 컨트롤: 시장의 추세 방향을 즉시 파악합니다. 추세는 최고의
Support And Resistance Screener는 하나의 지표 안에 여러 도구를 제공하는 MetaTrader에 대한 하나의 레벨 지표입니다. 사용 가능한 도구는 다음과 같습니다. 1. 시장 구조 스크리너. 2. 완고한 후퇴 영역. 3. 약세 후퇴 영역. 4. 일일 피벗 포인트 5. 주간 피벗 포인트 6. 월간 피벗 포인트 7. 고조파 패턴과 볼륨에 기반한 강력한 지지와 저항. 8. 은행 수준 구역. LIMITED TIME OFFER : HV 지원 및 저항 표시기는 50 $ 및 평생 동안만 사용할 수 있습니다. ( 원래 가격 125$ ) MQL5 블로그에 액세스하면 분석 예제와 함께 모든 프리미엄 지표를 찾을 수 있습니다. 여기를 클릭하십시오. 주요 특징들 고조파 및 볼륨 알고리즘을 기반으로 하는 강력한 지원 및 저항 영역. Harmonic 및 Volume 알고리즘을 기반으로 한 강세 및 약세 풀백 영역. 시장 구조 스크리너 일간, 주간 및 월간 피벗 포인트. 실제 거래의
BUY INDICATOR AND GET NEW EXCLUSIVE EA FOR FREE AS A BONUS! ITALO ARROWS INDICATOR  is the best reversal indicator ever created, and why is that? Using extreme reversal zones on the market to show the arrows and Fibonacci numbers for the Take Profit, also with a panel showing all the information about the signals on the chart, the Indicator works on all time-frames and assets, indicator built after 8 years of experience on forex and many other markets. You know many reversal indicators around t
PZ Mean Reversion MT5
PZ TRADING SLU
3 (2)
평균 회귀 거래에 대한 전문적이고 정량적인 접근 방식을 구현하는 고유한 지표입니다. 이는 가격이 예측 가능하고 측정 가능한 방식으로 평균으로 전환되고 반환된다는 사실을 이용하여 비정량적 거래 전략을 훨씬 능가하는 명확한 진입 및 퇴장 규칙을 허용합니다. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] 명확한 거래 신호 놀랍도록 쉬운 거래 사용자 정의 가능한 색상 및 크기 성능 통계 구현 대부분의 거래 전략을 능가합니다. 적절한 SL 및 TP 레벨을 표시합니다. 이메일/음향/시각 알림을 구현합니다. 작동 원리 이 지표는 더 높은 기간에서 완전히 사용자 정의 가능한 이동 평균 주변의 표준 편차를 측정하고 추세 추종 접근 방식을 사용하여 정확하게 거래를 찾습니다. 거래는 현재 차트의 가격 동작을 살펴보고 선택한 더 높은 기간에서 계산된 평균 가격대로 가격이 돌아오면 닫힙니다. 코딩 방식 때문에 지
소개       Quantum Breakout PRO   , 브레이크아웃 존 거래 방식을 변화시키는 획기적인 MQL5 지표! 13년 이상의 거래 경험을 가진 숙련된 트레이더 팀이 개발한       퀀텀 브레이크아웃 PRO       혁신적이고 역동적인 브레이크아웃 존 전략으로 거래 여정을 새로운 차원으로 끌어올리도록 설계되었습니다. Quantum Breakout Indicator는 5개의 이익 목표 영역이 있는 브레이크아웃 영역의 신호 화살표와 브레이크아웃 상자를 기반으로 한 손절 제안을 제공합니다. 초보자 거래자와 전문 거래자 모두에게 적합합니다. Quantum EA 채널:       여기를 클릭하세요 중요한! 구매 후 설치 매뉴얼을 받으려면 개인 메시지를 보내주십시오. 추천: 기간: M15 통화쌍: GBPJPY, EURJPY, USDJPY,NZDUSD, XAUUSD 계정 유형: 스프레드가 매우 낮은 ECN, Raw 또는 Razor 브로커 시간: GMT +3 중개인 :
Blahtech Supply Demand MT5
Blahtech Limited
4.54 (13)
Was: $299  Now: $149  Supply Demand uses previous price action to identify potential imbalances between buyers and sellers. The key is to identify the better odds zones, not just the untouched ones. Blahtech Supply Demand indicator delivers functionality previously unavailable on any trading platform. This 4-in-1 indicator not only highlights the higher probability zones using a multi-criteria strength engine, but also combines it with multi-timeframe trend analysis, previously confirmed swings
Quantum TrendPulse
Bogdan Ion Puscasu
5 (16)
SuperTrend   ,   RSI   ,   Stochastic   의 힘을 하나의 포괄적인 지표로 결합하여 트레이딩 잠재력을 극대화하는 궁극의 트레이딩 도구   인 Quantum TrendPulse를   소개합니다. 정밀성과 효율성을 추구하는 트레이더를 위해 설계된 이 지표는 시장 추세, 모멘텀 변화, 최적의 진입 및 종료 지점을 자신 있게 식별하는 데 도움이 됩니다. 주요 특징: SuperTrend 통합:   주요 시장 추세를 쉽게 따라가고 수익성의 물결을 타세요. RSI 정밀도:   매수 과다 및 매도 과다 수준을 감지하여 시장 반전 시점을 파악하는 데 적합하며 SuperTrend 필터로 사용 가능 확률적 정확도:   변동성이 큰 시장에서 숨겨진 기회를 찾기 위해 확률적 진동   을 활용하고 SuperTrend의 필터로 사용 다중 시간대 분석:   M5부터 H1 또는 H4까지 다양한 시간대에 걸쳐 시장을 최신 상태로 유지하세요. 맞춤형 알림:   맞춤형 거래 조건이 충족되면
TPSproTREND PrO MT5
Roman Podpora
4.72 (18)
VERSION MT4        —        ИНСТРУКЦИЯ RUS           —        INSTRUCTIONS  ENG 주요 기능: 렌더링 없이 정확한 입력 신호! 신호가 나타나면 관련성은 유지됩니다! 이는 신호를 제공한 후 변경하여 예금 자금 손실을 초래할 수 있는 다시 그리기 지표와의 중요한 차이점입니다. 이제 더 큰 확률과 정확도로 시장에 진입할 수 있습니다. 화살표가 나타난 후 목표에 도달(이익실현)하거나 반전 신호가 나타날 때까지 캔들을 색칠하는 기능도 있습니다. STOP LOSS / TAKE PROFIT 구역 표시 진입점 검색 시 시각적 명확성을 높이기 위해 시장 진입을 위한 최적 지점이 검색되는 BUY/SELL 영역을 초기에 표시하는 모듈을 만들었습니다. 정지 손실 수준 작업을 위한 추가 지능형 논리는 시간이 지남에 따라 크기를 줄이는 데 도움이 되므로 거래에 들어갈 때 초기 위험을 줄이는 데 도움이 됩니다(move sl). 더 높은 기간의 MIN
" Dynamic Scalper System MT5 " 지표는 추세 파동 내에서 스캘핑 방식으로 거래하도록 설계되었습니다. 주요 통화쌍 및 금에서 테스트되었으며, 다른 거래 상품과의 호환성이 가능합니다. 추가적인 가격 변동 지원을 통해 추세에 따라 단기 포지션 진입 신호를 제공합니다. 지표의 원리 큰 화살표는 추세 방향을 결정합니다. 작은 화살표 형태의 스캘핑 신호를 생성하는 알고리즘은 추세 파동 내에서 작동합니다. 빨간색 화살표는 상승 방향을, 파란색 화살표는 하락 방향을 나타냅니다. 민감한 가격 변동선은 추세 방향으로 그려지며, 작은 화살표의 신호와 함께 작용합니다. 신호는 다음과 같이 작동합니다. 적절한 시점에 선이 나타나면 진입 신호가 형성되고, 선이 있는 동안 미결제 포지션을 유지하며, 완료되면 거래를 종료합니다. 권장되는 작업 시간대는 M1~H4입니다. 화살표는 현재 캔들에 형성되며, 다음 캔들이 이미 시작되었더라도 이전 캔들의 화살표는 다시 그려지지 않습니다. 입
ACB Breakout Arrows MT5
KEENBASE SOFTWARE SOLUTIONS
5 (1)
ACB Breakout Arrows 지표는 특별한 돌파 패턴을 감지하여 시장에서 중요한 진입 신호를 제공합니다. 이 지표는 차트를 지속적으로 스캔하면서 한 방향으로 움직임이 자리 잡을 때를 포착하여 큰 움직임 직전에 정확한 진입 신호를 제공합니다. 다중 종목 및 다중 시간대 스캐너는 여기에서 확인하세요 - ACB Breakout Arrows MT5용 스캐너 핵심 기능 지표가 자동으로 손절(Stop Loss) 및 익절(Take Profit) 수준을 제공합니다. 모든 시간대의 돌파 신호를 추적하는 MTF 스캐너 대시보드 포함. 데이 트레이더, 스윙 트레이더 및 스캘퍼에게 적합합니다. 신호 정확도를 높이기 위해 최적화된 알고리즘 사용. 손익분기점 또는 빠른 수익 목표를 위한 특별한 라인 (Quick Profit Line) 제공. 승률, 성공 비율, 평균 수익 등의 성과 분석 지표 제공. 재도색 없음. 신호는 고정되어 신뢰할 수 있습니다. 거래 확인 - ACB Trade Filter 지
AriX
Temirlan Kdyrkhan
1 (2)
AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX 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 with real-time stat
PZ Trend Trading MT5
PZ TRADING SLU
3.8 (5)
Capture every opportunity: your go-to indicator for profitable trend trading Trend Trading is an indicator designed to profit as much as possible from trends taking place in the market, by timing pullbacks and breakouts. It finds trading opportunities by analyzing what the price is doing during established trends. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Trade financial markets with confidence and efficiency Profit from established trends without getting whip
Blahtech Market Profile MT5
Blahtech Limited
5 (10)
Was: $249  Now: $149   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
Matrix Arrow Indicator MT5
Juvenille Emperor Limited
5 (16)
매트릭스 화살표 표시기 MT5 는 외환, 상품, 암호 화폐, 지수, 주식과 같은 모든 기호/도구에 사용할 수 있는 100% 다시 칠하지 않는 다중 기간 표시기를 따르는 고유한 10 in 1 추세입니다.  Matrix Arrow Indicator MT5 는 다음과 같은 최대 10개의 표준 지표에서 정보와 데이터를 수집하여 초기 단계에서 현재 추세를 결정합니다. 평균 방향 이동 지수(ADX) 상품 채널 지수(CCI) 클래식 하이켄 아시 캔들 이동 평균 이동 평균 수렴 발산(MACD) 상대 활력 지수(RVI) 상대 강도 지수(RSI) 포물선 SAR 스토캐스틱 오실레이터 윌리엄스의 백분율 범위 모든 지표가 유효한 매수 또는 매도 신호를 제공하면 강력한 상승/하락 추세를 나타내는 다음 캔들/막대가 시작될 때 해당 화살표가 차트에 인쇄됩니다. 사용자는 사용할 표시기를 선택하고 각 표시기의 매개변수를 개별적으로 조정할 수 있습니다. 매트릭스 화살표 표시기 MT5는 선택한 표시기에서만 정보를 수
Entry Points Pro for MT5
Yury Orlov
4.46 (134)
다시 색을 칠하지 않고 거래에 진입할 수 있는 정확한 신호를 제공하는 MT5용 지표입니다. 외환, 암호화폐, 금속, 주식, 지수 등 모든 금융 자산에 적용할 수 있습니다. 매우 정확한 추정값을 제공하고 매수와 매도의 가장 좋은 시점을 알려줍니다. 하나의 시그널로 수익을 내는 지표의 예와 함께 비디오 (6:22)시청하십시오! 대부분의 거래자는 Entry Points Pro 지표의 도움으로 첫 거래 주 동안 트레이딩 결과를 개선합니다. 저희의   Telegram Group 을 구독하세요! Entry Points Pro 지표의 좋은점. 재도색이 없는 진입 신호 신호가 나타나고 확인되면(시그널 캔들이 완성된 경우) 신호는 더 이상 사라지지 않습니다. 여타 보조지표의 경우 신호를 표시한 다음 제거되기 때문에 큰 재정적 손실로 이어집니다. 오류 없는 거래 게시 알고리즘을 통해 트레이드(진입 또는 청산)를 할 이상적인 순간을 찾을 수 있으며, 이를 통해 이를 사용하는 모든 거래자의 성공률이
PZ Day Trading MT5
PZ TRADING SLU
2.83 (6)
Effortless trading: non-repainting indicator for accurate price reversals This indicator detects price reversals in a zig-zag fashion, using only price action analysis and a donchian channel. It has been specifically designed for short-term trading, without repainting or backpainting at all. It is a fantastic tool for shrewd traders aiming to increase the timing of their operations. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Amazingly easy to trade It provides
ARIPoint
Temirlan Kdyrkhan
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
Integrated Dashboard Scanner
Krzysztof Janusz Stankiewic
Integrated Dashboard Scanner – Your Market Command Center (v3.0) Short Description Stop wasting time manually switching between dozens of charts. The   Integrated Dashboard Scanner   is a powerful multi-symbol, multi-timeframe scanner that keeps an eye on every instrument you select from a single panel. Featuring   six distinct analysis modules , including an Economic News Calendar and a professional-grade Momentum Scanner, version 3.0 is the most powerful and reliable release yet. Following a
PZ Swing Trading MT5
PZ TRADING SLU
5 (5)
Protect against whipsaws: revolutionize your swing trading approach Swing Trading is the first indicator designed to detect swings in the direction of the trend and possible reversal swings. It uses the baseline swing trading approach, widely described in trading literature. The indicator studies several price and time vectors to track the aggregate trend direction and detects situations in which the market is oversold or overbought and ready to correct. [ Installation Guide | Update Guide | Tro
제작자의 제품 더 보기
Fair Value Gaps
Cao Minh Quang
4.87 (54)
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 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
Market Sessions Pre
Cao Minh Quang
4.67 (3)
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
Fair Value Gaps MT4
Cao Minh Quang
4.33 (6)
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
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 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, provides an i
Market Sessions Pre MT4
Cao Minh Quang
5 (2)
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   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
FREE
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
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
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 addition
SMC Analyzer Single-Timeframe (STF) The SMC Analyzer STF 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 (BOS, OB, FVG, Liquid
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 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
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-probability trade
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
ICT   Fair Value Gaps  MTF Indicator Unlock the power of   Fair Value Gaps (FVGs)   across multiple timeframes using the   ICT     Fair Value Gaps  Multi - Timeframe Indicator —a precision tool built for traders who follow the   Smart Money Concept (SMC) . Key Features : Multi-Timeframe FVG Detection : Automatically identifies Fair Value Gaps from higher timeframes (M15, H1, H4, etc.) and plots them on your active chart for immediate insight. Break of Structure (BOS) & Change of Character (CHoCH
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 (
필터:
JeanMarc2222
1493
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
60110
개발자의 답변 Cao Minh Quang 2025.03.16 00:22
Thank bro!
리뷰 답변