Simple Smart Mney Concepts

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

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

Key Features

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

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

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

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

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

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

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

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

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

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

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

Customizable Features

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

Benefits for Traders

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

Conclusion


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

리뷰 2
JeanMarc2222
1508
JeanMarc2222 2025.03.15 18:57 
 

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

Joseph.mbala
142
Joseph.mbala 2026.01.14 14:27 
 

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

추천 제품
RAD 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축 아래에 배치하여 시각화를 개선할 수도 있습니다. 틱 볼륨 및 실제 볼륨으로 시장에서
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
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
Time and Sales Tick
Pablo Filipe Soares De Almeida
Time & Sales Tick Indicator 는 MetaTrader 5 차트에서 실시간 거래 틱 정보를 표시하는 지표입니다. 가격, 틱 거래량 및 시간을 시각적으로 보여주며, 사용자가 시장 미세 구조를 분석할 수 있도록 도와줍니다. 기능 설명 가격, 거래량 및 시간을 포함한 틱 데이터를 차트 내 패널에 실시간으로 표시합니다. 틱 데이터를 사용자가 지정한 시간 또는 수량 간격으로 그룹화하고, 상승 틱은 녹색, 하락 틱은 빨간색으로 구분하여 표시합니다. 패널은 차트의 네 모서리 중 원하는 위치로 자유롭게 이동할 수 있으며, 표시 크기와 글꼴도 사용자 설정이 가능합니다. 모든 통화쌍 및 상품에 대응하며 MetaTrader 5 플랫폼 내에서 안정적으로 작동합니다. 이 인디케이터는 스캘핑 및 틱 기반 전략을 사용하는 트레이더에게 유용합니다.
Turn your chart into a professional trading dashboard that shows where price is flowing and when the next shock is coming —without loading a single extra window. This indicator combines a price-following MA ribbon with a live news radar directly on the chart, giving you both trend and event risk in one glance. Trend Ribbon – Read the market bias instantly A smooth, step-style moving average ribbon follows price action bar by bar. Color change shows the active trend: aqua for bullish flow , gold
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
5 (1)
개요 이 지표는 클래식 돈치안 채널(Donchian Channel) 의 향상된 버전으로, 실전 트레이딩을 위한 다양한 기능이 추가되었습니다. 표준 세 개의 선(상단, 하단, 중앙선) 외에도 브레이크아웃 을 감지하여 차트에 화살표로 시각적으로 표시하며, 차트를 깔끔하게 보기 위해 현재 추세 방향의 반대 라인만 표시 합니다. 지표 기능: 시각적 신호 : 브레이크아웃 시 컬러 화살표 표시 자동 알림 : 팝업, 푸시 알림, 이메일 RSI 필터 : 시장의 상대 강도를 기반으로 신호 검증 사용자 맞춤 설정 : 색상, 선 두께, 화살표 코드, RSI 임계값 등 동작 원리 돈치안 채널은 다음을 계산합니다: 상단선 : 최근 N개의 종가 완료 캔들에서 가장 높은 고가 하단선 : 최근 N개의 종가 완료 캔들에서 가장 낮은 저가 중앙선 : 고가와 저가의 평균값 상방 브레이크아웃 은 종가가 상단선을 돌파할 때 발생하며, 하방 브레이크아웃 은 종가가 하단선 아래로 내려갈 때 발생합니다. 이 지표는: 세 개의
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.
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
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.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.
Box Weis Wave
Thalles Nascimento De Carvalho
5 (1)
Weis Wave Box 와 함께 분석을 업그레이드하세요! 정확하고 명확한 트레이딩 을 원하신다면, Weis Wave Box 가 이상적인 도구입니다. 이 고급 볼륨 웨이브 지표 는 시장에서 노력과 결과 간의 역학을 명확하게 시각화하여, 주문 흐름과 볼륨 분석을 사용하는 트레이더에게 필수적입니다. 주요 기능: 사용자 지정 가능한 볼륨 웨이브 – 전략에 맞게 틱 단위로 조절 가능. 조정 가능한 히스토리 – 특정 기간을 더 정확하게 분석. 실제 거래량 vs 틱 수 – 시장에 미치는 실제 영향 이해. 시각적 에너지 박스 – 시장의 높은 노력과 낮은 움직임 영역 확인. ️ 5가지 스윙 유형 – totalVol, length, width, barDVol, lengthDVol 기반 맞춤 설정 가능. 실제 혜택: 볼륨 로직에 대한 시각적 명확성 주도하는 매수 또는 매도 세력 식별 잠재적 반전 또는 지속 신호 제공 관련 지표 Big Player Range – 기
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
The Super Arrow Indicator provides non-repainting buy and sell signals with exceptional accuracy. Key Features No repainting – confirmed signals remain fixed Clear visual arrows: green for buy, red for sell Real-time alerts via pop-up, sound, and optional email Clean chart view with no unnecessary clutter Works on all markets: Forex, gold, oil, indices, crypto Adjustable Parameters TimeFrame Default:   "current time frame" Function:   Sets the time frame for indicator calculation Options:   Can
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
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
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
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
이 제품의 구매자들이 또한 구매함
ARICoins
Temirlan Kdyrkhan
ARICoin 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 Cust
SuperScalp Pro
Van Minh Nguyen
5 (9)
SuperScalp Pro – 고급 다중 필터 스캘핑 인디케이터 시스템 SuperScalp Pro는 클래식 Supertrend와 여러 지능형 확인 필터를 결합한 고급 스캘핑 인디케이터 시스템입니다. 해당 인디케이터는 M1부터 H4까지 모든 타임프레임에서 효율적으로 작동하며, 특히 XAUUSD, BTCUSD 및 주요 외환 통화쌍에 적합합니다. 독립형 시스템으로 사용하거나 기존 거래 전략에 유연하게 통합할 수 있습니다. 이 인디케이터는 11개 이상의 필터를 통합하며, 빠른/느린 EMA, 추세 판별용 3개의 EMA, EMA 기울기(EMA slope), RSI, ADX, 거래량(Volume), VWAP, 볼린저 밴드 돌파(Bollinger Bands Breakout) 및 MACD 다이버전스 필터 등을 포함합니다. 스마트 캔들 필터는 캔들 종가를 확인하여 약한 신호를 제거하고, 3 EMA와 MACD 다이버전스 필터를 결합한 추세 인식 메커니즘은 더 높은 승률의 신호를 선별하는 데 도움을 줍니
AriX
Temirlan Kdyrkhan
1 (4)
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
이 지표를 구매하면 제 프로페셔널 트레이드 매니저를 무료로 드립니다. 우선 이 거래 시스템이 리페인팅, 리드로잉 및 레이그 인디케이터가 아니라는 점을 강조하는 것이 중요합니다. 이는 수동 및 로봇 거래 모두에 이상적인 것으로 만듭니다. 온라인 강좌, 설명서 및 프리셋 다운로드. "스마트 트렌드 트레이딩 시스템 MT5"은 새로운 및 경험이 풍부한 트레이더를 위해 맞춤형으로 제작된 종합적인 거래 솔루션입니다. 10개 이상의 프리미엄 인디케이터를 결합하고 7개 이상의 견고한 거래 전략을 특징으로 하여 다양한 시장 조건에 대한 다목적 선택이 가능합니다. 트렌드 추종 전략: 효과적인 트렌드 추이를 타기 위한 정확한 진입 및 손절 관리를 제공합니다. 반전 전략: 잠재적인 트렌드 반전을 식별하여 트레이더가 범위 시장을 활용할 수 있게 합니다. 스캘핑 전략: 빠르고 정확한 데이 트레이딩 및 단기 거래를 위해 설계되었습니다. 안정성: 모든 인디케이터가 리페인팅, 리드로잉 및 레이그가 아니므로 신뢰
FX Trend MT5 NG
Daniel Stein
5 (4)
FX Trend NG: 차세대 멀티 마켓 트렌드 인텔리전스 개요 FX Trend NG 는 다중 시간 프레임 기반의 전문 트렌드 분석 및 시장 모니터링 도구입니다. 몇 초 만에 전체 시장 구조를 파악할 수 있도록 설계되었습니다. 여러 차트를 일일이 전환할 필요 없이, 어떤 종목이 추세에 있는지, 어디에서 모멘텀이 약화되고 있는지, 그리고 어떤 시간 프레임이 서로 정렬되어 있는지 즉시 확인할 수 있습니다. 출시 기념 특별 혜택 – FX Trend NG 를 $30 (6개월) 또는 $80 평생 라이선스 로 이용할 수 있습니다. 이미 Stein Investments 고객이신가요? -> 메시지를 보내 전용 고객 그룹에 참여하세요. 설정이나 사용 방법이 필요하신가요? -> Stein Investments 공식 페이지 를 방문하세요. 1. FX Trend NG가 특별한 이유 3단계 추세 로직 – 단순한 Buy / Sell이 아닙니다 • 대부분의 지표는 Buy 또는 Sell 두 가지 상태만 제
Divergence Bomber
Ihor Otkydach
4.89 (83)
이 지표를 구매하신 분께는 다음과 같은 혜택이 무료로 제공됩니다: 각 거래를 자동으로 관리하고, 손절/익절 수준을 설정하며, 전략 규칙에 따라 거래를 종료하는 전용 도우미 툴 "Bomber Utility" 다양한 자산에 맞게 지표를 설정할 수 있는 셋업 파일(Set Files) "최소 위험", "균형 잡힌 위험", "관망 전략" 모드로 설정 가능한 Bomber Utility의 셋업 파일 이 전략을 빠르게 설치, 설정, 시작할 수 있도록 돕는 단계별 영상 매뉴얼 주의: 위의 모든 보너스를 받기 위해서는 MQL5 개인 메시지 시스템을 통해 판매자에게 연락해 주세요. 독창적인 커스텀 지표인 “Divergence Bomber(다이버전스 봄버)”를 소개합니다. 이 지표는 MACD 다이버전스(괴리) 전략을 기반으로 한 올인원(All-in-One) 거래 시스템입니다. 이 기술 지표의 주요 목적은 가격과 MACD 지표 간의 다이버전스를 감지하고, **향후 가격이 어느 방향으로 움직일지를 알려주는
Market Flow Pro
Gabriele Sabatino
4 (1)
Market Flow Pro Market Flow Pro is an intelligent trading advisor for the MetaTrader 5 platform, designed for automatic trading on financial markets using algorithmic analysis and strict risk management. -Key features: - Fully automatic trading 24/5 - Adaptive trend and momentum entry algorithm -  Built-in risk management - Flexible lot settings (fixed/auto-calculation) - Support for major currency pairs and indices - Optimised for operation on various timeframes  How it works Market
Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool developed based on Smart Money Concepts (SMC). It is designed to analyze market structure, price direction, reversal points, and key zones across multiple timeframes in a systematic way. The system displays Points of Interest (POI) and real-time No Repaint signals, with instant alerts when price reaches key zones or when signals occur within those zones. It functions as both an Indicator and a Signal System (2-in-1), c
Grabber System MT5
Ihor Otkydach
4.82 (22)
탁월한 기술적 지표인 Grabber를 소개합니다. 이 도구는 즉시 사용 가능한 “올인원(All-Inclusive)” 트레이딩 전략으로 작동합니다. 하나의 코드 안에 강력한 시장 기술 분석 도구, 매매 신호(화살표), 알림 기능, 푸시 알림이 통합되어 있습니다. 이 인디케이터를 구매하신 모든 분들께는 다음의 항목이 무료로 제공됩니다: Grabber 유틸리티: 오픈 포지션을 자동으로 관리하는 도구 단계별 영상 매뉴얼: 설치, 설정, 그리고 실제 거래 방법을 안내 맞춤형 세트 파일: 인디케이터를 빠르게 자동 설정하여 최고의 성과를 낼 수 있도록 도와줍니다 다른 전략은 이제 잊어버리세요! Grabber만이 여러분을 새로운 트레이딩의 정점으로 이끌어 줄 수 있습니다. Grabber 전략의 주요 특징: 거래 시간 프레임: M5부터 H4까지 거래 가능한 자산: 어떤 자산이든 사용 가능하지만, 제가 직접 테스트한 종목들을 추천드립니다 (GBPUSD, GBPCAD, GBPCHF, AUDCAD, AU
RFI levels PRO MT5
Roman Podpora
3.67 (3)
이 지표는 추세 반전 지점과 가격 반등 영역을 정확하게 보여줍니다.       주요 투자자들   . 새로운 트렌드가 형성되는 곳을 파악하고 최대한 정확하게 의사결정을 내리며 모든 거래를 완벽하게 통제합니다. TREND LINES PRO   지표와 함께 사용할 때 최대의 잠재력을 발휘합니다.  VERSION MT4 지표가 보여주는 내용: 새로운 추세의 시작 시 활성화되는 반전 구조 및 반전 수준. 최소한의 위험 대비 수익률을 갖는 이익 실현   (TAKE PROFIT)   및   손절매(STOP LOSS)   레벨 표시       RR 1:2   . 지능형 손실 감소 로직이 적용된 손절매 기능. 지정된 지표에서 두 가지 추세 유형에 대한 반전 패턴을 표시합니다. 지표: 트렌드를 따라   트렌드 라인 프로   (글로벌 트렌드 변화) 트렌드 프로   (빠른 트렌드 변화) 간단하고 효과적입니다       스캐너       실시간 추세 (신규). 다중 시간 프레임 도구 필터링. 표시하다  
Game Changer Indicator mt5
Vasiliy Strukov
5 (19)
Game Changer는 모든 금융 상품에 적용 가능한 혁신적인 추세 지표로, MetaTrader를 강력한 추세 분석 도구로 탈바꿈시켜 줍니다. 모든 시간대에서 작동하며 추세 식별, 잠재적 반전 신호 제공, 트레일링 스톱 기능, 그리고 신속한 시장 대응을 위한 실시간 알림 기능을 제공합니다. 숙련된 전문가든 이제 막 시작하는 초보자든, Game Changer는 추세의 역학을 명확하게 이해하고 자신감 있고 규율 있는 거래를 할 수 있도록 도와줍니다. 이 지표는 차트 재구성 기능을 지원합니다. 구매 후 즉시 연락 주시면 특별 보너스를 드립니다. Strong Support 및 Trend Scanner 지표를 무료로 제공해 드립니다. [email protected]으로 메시지를 보내주세요. 참고로, 저는 텔레그램에서 EA나 특별 세트를 판매하지 않습니다. 모든 EA는 MQL5에서만 사용 가능하며, 세트 파일은 제 블로그(여기)에서만 다운로드하실 수 있습니다. 사기꾼을 조심하시고 다른 사
FX Power MT5 NG
Daniel Stein
5 (31)
FX Power: 통화 강세 분석으로 더 스마트한 거래 결정을 개요 FX Power 는 어떤 시장 상황에서도 주요 통화와 금의 실제 강세를 이해하기 위한 필수 도구입니다. 강한 통화를 매수하고 약한 통화를 매도함으로써 FX Power 는 거래 결정을 단순화하고 높은 확률의 기회를 발견합니다. 트렌드를 따르거나 극단적인 델타 값을 사용해 반전을 예측하고자 한다면, 이 도구는 귀하의 거래 스타일에 완벽히 적응합니다. 단순히 거래하지 말고, FX Power 로 더 스마트하게 거래하세요. 1. FX Power가 거래자에게 매우 유용한 이유 통화와 금의 실시간 강세 분석 • FX Power 는 주요 통화와 금의 상대적 강세를 계산하고 표시하여 시장 역학에 대한 명확한 통찰력을 제공합니다. • 어떤 자산이 앞서고 있고 어떤 자산이 뒤처지는지 모니터링하여 보다 현명한 거래 결정을 내릴 수 있습니다. 포괄적인 멀티 타임프레임 뷰 • 단기, 중기 및 장기 타임프레임에서 통화와 금의 강세를
Azimuth Pro
Ottaviano De Cicco
5 (4)
LAUNCH PROMO Azimuth Pro price is initially set at 299$ for the first 100 buyers. Final price will be 499$ . THE DIFFERENCE BETWEEN RETAIL AND INSTITUTIONAL ENTRIES ISN'T THE INDICATOR — IT'S THE LOCATION. Most traders enter at arbitrary price levels, chasing momentum or reacting to lagging signals. Institutions wait for price to reach structured levels where supply and demand actually shift. Azimuth Pro maps these levels automatically: swing-anchored VWAP, multi-timeframe structure lines, an
Atomic Analyst MT5
Issam Kassas
4.1 (29)
우선적으로 언급할 점은이 거래 지표가 다시 그리지 않고 지연되지 않으며 이를 통해 수동 및 로봇 거래 모두에 이상적이라는 점입니다. 사용자 매뉴얼: 설정, 입력 및 전략. Atomic Analyst는 가격의 강도와 모멘텀을 활용하여 시장에서 더 나은 이점을 찾는 PA Price Action Indicator입니다. 고급 필터를 장착하여 잡음과 거짓 신호를 제거하고 거래 잠재력을 높이는 데 도움이 됩니다. 복잡한 지표의 다중 레이어를 사용하여 Atomic Analyst는 차트를 스캔하고 복잡한 수학적 계산을 간단한 신호와 색상으로 변환하여 초보 트레이더가 이해하고 일관된 거래 결정을 내릴 수 있도록합니다. "Atomic Analyst"는 새로운 및 경험이 풍부한 트레이더를위한 종합적인 거래 솔루션입니다. 프리미엄 지표와 최고 수준의 기능을 하나의 거래 전략에 결합하여 모든 종류의 트레이더에 대한 다재다능한 선택지가되었습니다. 인트라데이 거래 및 스캘핑 전략 : 빠르고 정확한 일일
RelicusRoad Pro MT5
Relicus LLC
5 (24)
RelicusRoad Pro: 퀀트 시장 운영 체제 70% 할인 평생 이용권 (한정 시간) - 2,000명 이상의 트레이더와 함께하세요 왜 대부분의 트레이더는 "완벽한" 지표를 가지고도 실패할까요? 진공 상태에서 단일 개념 만으로 거래하기 때문입니다. 문맥 없는 신호는 도박입니다. 지속적인 승리를 위해서는 컨플루언스(중첩) 가 필요합니다. RelicusRoad Pro는 단순한 화살표 지표가 아닙니다. 완전한 퀀트 시장 생태계 입니다. 독점적인 변동성 모델링을 사용하여 가격이 이동하는 "공정 가치 로드"를 매핑하고, 단순 노이즈와 실제 구조적 돌파를 구분합니다. 추측은 그만두세요. 기관급 로드 로직으로 거래를 시작하세요. 핵심 엔진: "Road" 알고리즘 시스템의 중심에는 시장 상황에 실시간으로 적응하는 동적 변동성 채널인 Road Algo 가 있습니다. 세이프 라인(평형) 과 가격이 수학적으로 반전될 가능성이 높은 확장 레벨 을 투영합니다. Simple Road: 일반적인 시장을 위
Quantum TrendPulse
Bogdan Ion Puscasu
5 (22)
SuperTrend   ,   RSI   ,   Stochastic   의 힘을 하나의 포괄적인 지표로 결합하여 트레이딩 잠재력을 극대화하는 궁극의 트레이딩 도구   인 Quantum TrendPulse를   소개합니다. 정밀성과 효율성을 추구하는 트레이더를 위해 설계된 이 지표는 시장 추세, 모멘텀 변화, 최적의 진입 및 종료 지점을 자신 있게 식별하는 데 도움이 됩니다. 주요 특징: SuperTrend 통합:   주요 시장 추세를 쉽게 따라가고 수익성의 물결을 타세요. RSI 정밀도:   매수 과다 및 매도 과다 수준을 감지하여 시장 반전 시점을 파악하는 데 적합하며 SuperTrend 필터로 사용 가능 확률적 정확도:   변동성이 큰 시장에서 숨겨진 기회를 찾기 위해 확률적 진동   을 활용하고 SuperTrend의 필터로 사용 다중 시간대 분석:   M5부터 H1 또는 H4까지 다양한 시간대에 걸쳐 시장을 최신 상태로 유지하세요. 맞춤형 알림:   맞춤형 거래 조건이 충족되면
Trend Lines PRO MT5
Roman Podpora
5 (1)
트렌드 라인즈 프로       이 지표는 시장이 실제로 어떤 방향으로 전환되는지 파악하는 데 도움이 됩니다. 실제 추세 반전 지점과 주요 시장 참여자들이 다시 진입하는 지점을 보여줍니다. 보시다시피       BOS 라인       복잡한 설정이나 불필요한 노이즈 없이 더 높은 시간대의 추세 변화와 주요 레벨을 확인할 수 있습니다. 신호는 차트에 다시 그려지지 않고 캔들이 마감된 후에도 계속 표시됩니다. MT4 버전   -   RFI LEVELS PRO   표시기   와 결합 시 최대 잠재력을 발휘합니다. 지표가 보여주는 내용: 실제 변화       추세(BOS 라인) 한 번 신호가 나타나면 그 신호는 계속 유효합니다! 이는 신호를 발생시킨 후 변경될 수 있는 리페인팅 방식의 지표와 중요한 차이점입니다. 리페인팅 방식의 지표는 잠재적으로 자금 손실로 이어질 수 있습니다. 이제 더욱 높은 확률과 정확도로 시장에 진입할 수 있습니다. 또한 화살표가 나타난 후 목표가(익절)에 도달하거나
Trend indicator AI mt5
Ramil Minniakhmetov
5 (15)
트렌드 인공 지능 지표는 실행 가능한 진입 점 및 반전 경고와 추세 식별을 결합하여 상인의 시장 분석을 향상시킬 훌륭한 도구입니다. 이 표시기는 사용자가 자신감과 정밀도로 외환 시장의 복잡성을 탐색 할 수 있도록 지원합니다 기본 신호 외에도 트렌드 인공 지능 지표는 풀백 또는 되돌림 중에 발생하는 2 차 진입 점을 식별하여 거래자가 기존 트렌드 내에서 가격 수정을 활용할 수 있도록합니다. 중요한 장점: ·작동 4 및 5 *명확한 구매 또는 판매 신호 *다시 칠하지 않습니다 *모든 자산에서 작동 나는 전보 사기에 개 또는 세트를 판매하지 않도록주의. 모든 설정은 블로그에 여기에 무료.  중요! 지침 및 보너스를 얻기 위해 구입 후 즉시 저에게 연락! 진짜 가동 감시는 뿐 아니라 나의 다른 제품 여기에서 찾아낼 수 있습니다: https://www.mql5.com/en/users/mechanic/seller&nbsp ; 설정 및 입력: 모든 자산에 대해 기본 설정을 권
Trend Screener Pro MT5
STE S.S.COMPANY
4.84 (101)
트렌드 표시기, 트렌드 트레이딩 및 필터링을 위한 획기적인 고유 솔루션, 하나의 도구 안에 내장된 모든 중요한 트렌드 기능! Forex, 상품, 암호 화폐, 지수 및 주식과 같은 모든 기호/도구에 사용할 수 있는 100% 다시 칠하지 않는 다중 시간 프레임 및 다중 통화 표시기입니다. Trend Screener는 차트에 점이 있는 화살표 추세 신호를 제공하는 효율적인 지표 추세 추종 지표입니다. 추세 분석기 표시기에서 사용할 수 있는 기능: 1. 트렌드 스캐너. 2. 최대 이익 분석이 있는 추세선. 3. 추세 통화 강도 측정기. 4. 경고가 있는 추세 반전 점. 5. 경고가 있는 강력한 추세 점. 6. 추세 화살표 Trend Screener Indicator가 있는 일일 분석 예, 일일 신호 성능...등은 여기에서 찾을 수 있습니다. 여기를 클릭하십시오. LIMITED TIME OFFER : Trend Screener Indicator는 50$ 및 평생 동안만 사용할 수 있습니다.
Entry Points Pro for MT5
Yury Orlov
4.48 (138)
다시 색을 칠하지 않고 거래에 진입할 수 있는 정확한 신호를 제공하는 MT5용 지표입니다. 외환, 암호화폐, 금속, 주식, 지수 등 모든 금융 자산에 적용할 수 있습니다. 매우 정확한 추정값을 제공하고 매수와 매도의 가장 좋은 시점을 알려줍니다. 하나의 시그널로 수익을 내는 지표의 예와 함께 비디오 (6:22)시청하십시오! 대부분의 거래자는 Entry Points Pro 지표의 도움으로 첫 거래 주 동안 트레이딩 결과를 개선합니다. 저희의   Telegram Group 을 구독하세요! Entry Points Pro 지표의 좋은점. 재도색이 없는 진입 신호 신호가 나타나고 확인되면(시그널 캔들이 완성된 경우) 신호는 더 이상 사라지지 않습니다. 여타 보조지표의 경우 신호를 표시한 다음 제거되기 때문에 큰 재정적 손실로 이어집니다. 오류 없는 거래 게시 알고리즘을 통해 트레이드(진입 또는 청산)를 할 이상적인 순간을 찾을 수 있으며, 이를 통해 이를 사용하는 모든 거래자의 성공률이
Candle Smart Range
Gianny Alexander Lugo Sanchez
MetaTrader 5용 Candle Smart Range (CSR) Candle Smart Range는 여러 타임프레임에서 가격 범위를 자동으로 식별하도록 설계된 기술 지표입니다. 이 도구는 캔들 형성 및 이전 고점/저점과의 상호작용을 바탕으로 시장 구조를 분석합니다. 주요 기능: 범위 감지: 급격한 변동 전의 횡보 구간을 자동으로 식별합니다. 거짓 돌파 식별: 가격이 이전 수준을 넘어섰으나 캔들 종가 기준으로 범위 내에서 마감된 경우를 표시합니다. 멀티 타임프레임 분석: 사용자 정의 주기를 포함하여 최대 19개의 타임프레임 데이터를 한 차트에 표시합니다. 내부 시각화 (줌): 차트 변경 없이 상위 타임프레임 캔들 내부의 가격 움직임을 확인할 수 있습니다. 시간 필터: 주요 시장 세션 등 특정 시간대에만 작동하도록 설정 가능합니다. 과거 데이터 복기 모드: 과거 데이터를 단계별로 탐색하며 지표의 작동을 분석할 수 있습니다. 알림 시스템: 캔들 마감 및 새로운 범위 감지에 대한 사용
Mirage Trading System — False Breakout (Fakey) Pattern Detector for MetaTrader 5 MANUAL   ,   MQL5 Channel Buy any indicator and get a FREE bonus indicator Phantom trading System, SMC retest Trading system, GOLD SCALP System! Send me a private message for details. Overview   Mirage Trading System detects the Fakey pattern (false breakout reversal) on completed bars and draws entry, stop loss, and take profit levels on the chart. Detection is non-repainting: signal values do not change after bar
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
Trend Forecaster
Alexey Minkov
5 (7)
The Trend Forecaster indicator utilizes a unique proprietary algorithm to determine entry points for a breakout trading strategy. The indicator identifies price clusters, analyzes price movement near levels, and provides a signal when the price breaks through a level. The Trend Forecaster indicator is suitable for all financial assets, including currencies (Forex), metals, stocks, indices, and cryptocurrencies. You can also adjust the indicator to work on any time frames, although it is recommen
" Dynamic Scalper System MT5 " 지표는 추세 파동 내에서 스캘핑 방식으로 거래하도록 설계되었습니다. 주요 통화쌍 및 금에서 테스트되었으며, 다른 거래 상품과의 호환성이 가능합니다. 추가적인 가격 변동 지원을 통해 추세에 따라 단기 포지션 진입 신호를 제공합니다. 지표의 원리 큰 화살표는 추세 방향을 결정합니다. 작은 화살표 형태의 스캘핑 신호를 생성하는 알고리즘은 추세 파동 내에서 작동합니다. 빨간색 화살표는 상승 방향을, 파란색 화살표는 하락 방향을 나타냅니다. 민감한 가격 변동선은 추세 방향으로 그려지며, 작은 화살표의 신호와 함께 작용합니다. 신호는 다음과 같이 작동합니다. 적절한 시점에 선이 나타나면 진입 신호가 형성되고, 선이 있는 동안 미결제 포지션을 유지하며, 완료되면 거래를 종료합니다. 권장되는 작업 시간대는 M1~H4입니다. 화살표는 현재 캔들에 형성되며, 다음 캔들이 이미 시작되었더라도 이전 캔들의 화살표는 다시 그려지지 않습니다. 입
소개       Quantum Breakout PRO   , 브레이크아웃 존 거래 방식을 변화시키는 획기적인 MQL5 지표! 13년 이상의 거래 경험을 가진 숙련된 트레이더 팀이 개발한       퀀텀 브레이크아웃 PRO       혁신적이고 역동적인 브레이크아웃 존 전략으로 거래 여정을 새로운 차원으로 끌어올리도록 설계되었습니다. Quantum Breakout Indicator는 5개의 이익 목표 영역이 있는 브레이크아웃 영역의 신호 화살표와 브레이크아웃 상자를 기반으로 한 손절 제안을 제공합니다. 초보자 거래자와 전문 거래자 모두에게 적합합니다. Quantum EA 채널:       여기를 클릭하세요 중요한! 구매 후 설치 매뉴얼을 받으려면 개인 메시지를 보내주십시오. 추천: 기간: M15 통화쌍: GBPJPY, EURJPY, USDJPY,NZDUSD, XAUUSD 계정 유형: 스프레드가 매우 낮은 ECN, Raw 또는 Razor 브로커 시간: GMT +3 중개인 :
Dark Absolute Trend MT5
Marco Solito
4.69 (13)
Dark Absolute Trend   is an Indicator for intraday trading. This Indicator is based on   Trend Following  strategy but use also candlestick patterns and Volatility. We can enter in good price with this Indicator, in order to follow the main trend on the current instrument. It is advised to use low spread ECN brokers. This Indicator does   Not repaint   and   N ot lag . Recommended timeframes are M5, M15 and H1. Recommended working pairs: All. I nstallation and  Update Guide   -  Troubleshooting
TPSproTREND PrO MT5
Roman Podpora
4.74 (19)
TPSproTrend PRO는 시장이 실제로 방향을 바꾸는 순간을 포착하여 움직임의 시작점에서 진입점을 형성합니다. 가격이 움직이기 시작할 때 시장에 진입해야 하며, 이미 가격 변동이 일어난 후에 진입해서는 안 됩니다.   (지표)       신호를 다시 그리지 않고 진입점, 손절매, 이익실현을 자동으로 표시하여 거래를 명확하고 시각적이며 체계적으로 만들어줍니다. 설명서 (러시아어)   -   MT4 버전 주요 장점 신호 재표시 없이 신호가 표시됩니다.   모든 신호는 고정되어 있습니다. 화살표가 나타나면 -       그것은 더 이상 변하거나 사라지지 않을 것입니다. 잘못된 신호의 위험 없이 안정적인 데이터를 기반으로 거래 결정을 내릴 수 있습니다. 바로 사용 가능한 매수/매도 진입점 이 지표는 거래 진입에 가장 적합한 시점을 자동으로 판단하여 차트에 화살표로 표시합니다. 추측이나 주관적인 분석이 아닌, 명확한 신호만 있습니다. 자동 손절매 및 이익실현 영역 신호 직후에 다음
Matrix Arrow Indicator MT5
Juvenille Emperor Limited
5 (18)
매트릭스 화살표 표시기 MT5 는 외환, 상품, 암호 화폐, 지수, 주식과 같은 모든 기호/도구에 사용할 수 있는 100% 다시 칠하지 않는 다중 기간 표시기를 따르는 고유한 10 in 1 추세입니다.  Matrix Arrow Indicator MT5 는 다음과 같은 최대 10개의 표준 지표에서 정보와 데이터를 수집하여 초기 단계에서 현재 추세를 결정합니다. 평균 방향 이동 지수(ADX) 상품 채널 지수(CCI) 클래식 하이켄 아시 캔들 이동 평균 이동 평균 수렴 발산(MACD) 상대 활력 지수(RVI) 상대 강도 지수(RSI) 포물선 SAR 스토캐스틱 오실레이터 윌리엄스의 백분율 범위 모든 지표가 유효한 매수 또는 매도 신호를 제공하면 강력한 상승/하락 추세를 나타내는 다음 캔들/막대가 시작될 때 해당 화살표가 차트에 인쇄됩니다. 사용자는 사용할 표시기를 선택하고 각 표시기의 매개변수를 개별적으로 조정할 수 있습니다. 매트릭스 화살표 표시기 MT5는 선택한 표시기에서만 정보를 수
TrendMaestro5
Stefano Frisetti
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these da
제작자의 제품 더 보기
Fair Value Gaps
Cao Minh Quang
4.87 (63)
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.8 (5)
The Market Sessions indicator is a popular tool among forex and stock traders for visually representing global trading sessions on a price chart. It highlights the time periods for major trading sessions — such as the Asian (Tokyo) , European (London) , and American (New York) sessions — directly on the chart. This helps traders identify when markets open and close, allowing for better decision-making based on session-specific trading behavior. - Asian Session (Default: 00:00-09:00) - London Se
FREE
MACD Indicator It has MACD line, Signal line, and Histogram. The Histogram has 4 colors based on Direction Above and Below the Zero Line, showing its movement direction as simple as possible. Allows Show MACD & Signal Line, Show Change In color of MACD   Line based on cross of Signal Line. Show Dots at Cross of MacD and Signal Line, Turn on and off Histogram. Enjoy your trading experience, and feel free to share your comments and reviews. If you are interested in this indicator, you might be i
FREE
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
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
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 Area of Value Detection indicator automatically identifies and highlights key institutional price zones, including Liquidity areas, Order Blocks, and Fair Value Gaps (FVG). It is designed to help traders visualize market imbalances and potential points of interest (POIs) used by smart money participants. Main Features Liquidity Zones: Detects clusters of equal highs/lows and liquidity pools where stop orders are likely accumulated. Order Blocks: Highlights potential bullish and bearish or
I've combined two trading strategies, the Order Block Strategy and the FVG Trading Strategy, by utilizing a combination of the FVG indicators and Order Blocks. The results have been surprisingly effective. This is a two-in-one solution that makes it easy for traders to identify critical trading zones. I've optimized the settings so that all you need to do is install and trade; it's not overly complex to explain further. No need for any usage instructions regarding the trading method. You shoul
Simple ICT Concepts
Cao Minh Quang
5 (2)
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 the curren
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 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 Track signi
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
OrderBlocks MTF
Cao Minh Quang
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 chart. It also track
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
The ICT Anchored Market Structures with Validation trading indicator is  designed to bring precision, objectivity, and automation to price action analysis. It helps traders visualize real-time market structure shifts, trend confirmations, and liquidity sweeps across short, intermediate, and long-term market phases — all anchored directly to price, without relying on any external or user-defined inputs.  Uses Market structure is one of the most critical foundations of price action trading strate
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 Trend Duration Forecast MT5 indicator is designed to estimate the probable lifespan of a bullish or bearish trend. Using a Hull Moving Average (HMA) to detect directional shifts, it tracks the duration of each historical trend and calculates an average to forecast how long the current trend is statistically likely to continue. This allows traders to visualize both real-time trend strength and potential exhaustion zones with exceptional clarity. KEY FEATURES Dynamic Trend Detection:   Utiliz
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
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
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 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, Liquidity Zones, Higher Timeframe Trend). The
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   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
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
필터:
Joseph.mbala
142
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
80575
개발자의 답변 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
80575
개발자의 답변 Cao Minh Quang 2025.03.16 00:22
Thank bro!
리뷰 답변