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
162
Joseph.mbala 2026.01.14 14:27 
 

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

おすすめのプロダクト
RAD CRITICAL LEVES RAD indicator tracks “Relevant Volume” in real time, identifying accumulation and distribution processes, projecting them in the chart as SUPPORT or RESISTANCE zones. Natural   support   and resistance levels are generated by Volume Accumulation and Distribution processes. As these processes evolve, levels at which the relevant volume in the market place is positioned, become difficult areas to cross upwards or downwards. By using this information, traders can identify very s
WAPV Box Effort x Result
Eduardo Da Costa Custodio Santos
MT5のWA_PV_BOX_EFFORTXRESULT WAPV Box Effort x Result Indicatorは、Package Indicatorsグループ(Wyckoff Academy Wave Market)の一部です。 MT5のWAPVボックスエフォートx結果インジケーターは、価格とボリュームを読み取るのに役立ちます。その読みは、努力×結果の特定を支援することで構成されています グラフによって作成された波で。 ボックスが緑色の場合のMT5のWAPVボックスの労力x結果インジケーターは、ボリュームが需要に有利であり、ボックスが赤色の場合を意味します ボリュームは供給に有利です。 ボックスが大きいほど、価格に対するボリュームの変位が大きくなります。価格の上昇波がボックスのサイズに比例しない場合、 努力×結果。 非常に視覚的な方法で、ボリュームと価格の間のこの相違を識別できます。 MT5のWAPVBoxEffort x Result Indicatorを使用すると、インジケーターをゼロ軸の下に配置することで、視覚化を向上させることもできます。 ティックボリュームとリア
Daily Volume Profile - See Where Smart Money Trades Stop guessing support and resistance. Start seeing where REAL volume is. The Daily Volume Profile indicator reveals the hidden structure of the market by showing exactly where trading activity concentrates at each price level. While most traders use lagging indicators, you'll see where institutional money positions itself - BEFORE the move happens. What You Get: → POC (Point of Control) - The most powerful S/R level of each day, shown as a cle
Key Candlepatterns
Raphael Lorenz Baumgartner
Key Candlepatterns Platform: MetaTrader 5 Type: Custom Indicator Display: Chart Window (Candlestick Overlay) Functions: Detects and color-codes specific candlestick patterns based on candle shape, relative position, and ATR filters. Candles receive distinct colors depending on type (e.g. inside bar, outside bar, engulfing, hammer, shooting star, etc.). Visual patterns can help traders identify where buyers or sellers are likely active . Turning points (e.g., hammer followed by confirmation) are
Note from Developer: This is the lite version of the Double TMA with Bands Indicator. You can find the paid version that comes with alerts and on screen signal arrows built in here . I will also be selling an EA based on this trading system soon once all backtesting and optimization have been completed. Unlock your trading potential with the Double TMA Indicator with Reversal Detection! Designed for swing and reversal trading, this versatile tool integrates two Triangular Moving Averages (
FREE
Phantom Edge SMC — The Ultimate Smart Money Indicator for MT5 Tired of manually drawing structures while trading SMC or ICT concepts? Let Phantom Edge SMC do the heavy lifting for you. Key Features Internal & Swing Structure: Automatically detects BOS and CHoCH across two structural levels. Order Blocks (OB): Identifies Internal and Swing OBs with automated mitigation tracking. Equal Highs / Lows: Highlights EQH / EQL to pinpoint Liquidity pools. Fair Value Gaps (FVG): Displays FVGs with
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
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
概要 このインジケーターは、クラシックな ドンチャンチャネル を強化したバージョンで、実践的なトレード機能を追加しています。 標準の3本線(上限、下限、中央線)に加え、 ブレイクアウト を検出し、チャート上に矢印で視覚的に表示します。また、チャートを見やすくするために、 現在のトレンド方向と逆側のラインのみを表示 します。 インジケーターの機能: 視覚的シグナル :ブレイクアウト時にカラフルな矢印を表示 自動通知 :ポップアップ、プッシュ通知、Eメール RSIフィルター :市場の相対的な強弱に基づいてシグナルを検証 カスタマイズ可能 :色、ラインの太さ、矢印コード、RSI閾値など 動作原理 ドンチャンチャネルは次のように計算します: 上限線 :直近N本のクローズ済みローソク足の最高値 下限線 :直近N本のクローズ済みローソク足の最安値 中央線 :最高値と最安値の平均値 上方ブレイクアウト は終値が上限線を超えたときに発生し、 下方ブレイクアウト は終値が下限線を下回ったときに発生します。 インジケーターは以下を行います: 3本のドンチャンラインを描画 方向転換後の最初のブレイクアウト
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
The indicator measures the balance of aggression. The formula is as follows:   Aggression  = Purchase Volume - Sales Volume. Note : It is rec ommended to use the default configuration and VPS values. It does not work in Forex. Meet Our Products     Parameters : Numbers of days prior to the current one for calculation; Volume Divider e; Enables calculation of the current candle; Histogram Line style and; Size; Line Line style and; Size;  Follow us on our website to check the next news.
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
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
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 – 機関投資家の活動ゾーン
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 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
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
MT4 バージョン: https://www.mql5.com/ja/market/product/157433 MT5 バージョン: https://www.mql5.com/ja/market/product/167286 出来高インバランスは、設定可能なルックバックレンジ内で、活発な価格帯、方向性のプレッシャー、そして「空」の価格帯を特定できるように設計された、軽量な出来高プロファイルとデルタ・インバランスの可視化ツールです。 総出来高のみを表示する従来の出来高プロファイルとは異なり、このインジケーターは各価格帯を以下のように分割します。 ブル出来高(買い圧力) - 強気のローソク足(終値 > 始値)から推定 ベア出来高(売り圧力) - 弱気のローソク足(終値 ≤ 始値)から推定 その結果、チャート右側にTradingView風のすっきりとしたプロファイルが描画され、さらにデルタ・サマリー・パネルには価格帯全体の不均衡率(Δ%)が表示されるため、買い手と売り手が優勢な場所を簡単に特定できます。 また、ゼロ出来高ゾーン(選択したルックバックレンジ内で出来高がゼロの価格帯)も強
The volume weighted average price (VWAP) is a trading benchmark used by traders that gives the average price a security has traded at throughout the day, based on both volume and price. It is important because it provides traders with insight into both the trend and value of a security. This version is simple to use as we simplify the indicator entries and leave only the most used buffers. You can use it to integrate with your EA          Product Features Daily VWAP ploted at the chart. MOnthly
This is a FREE Trend Direction Indicator for MetaTrader 5. Features: Identifies market trend direction Uses EMA 50 and EMA 200 Non-repainting logic Clear visual display Suitable for manual trading Free version includes: - Single timeframe - Trend direction only - No alerts If you need: Alerts Multi-timeframe version EA automation Custom modifications My Name is Khalaf Hamza , You can contact me for freelance work --> khalaf.hamza.hi@gmail.com
FREE
このプロダクトを購入した人は以下も購入しています
SuperScalp Pro
Van Minh Nguyen
4.72 (18)
SuperScalp Pro — 高度なマルチフィルター対応スキャルピングインジケーターシステム SuperScalp Pro は、クラシックな Supertrend と複数のインテリジェントな確認フィルターを組み合わせた高度なスキャルピング用インジケーターシステムです。M1〜H4 のすべての時間足で効率的に機能し、特に XAUUSD、BTCUSD、および主要なFX通貨ペアに適しています。単体のシステムとして、また既存の取引戦略へ柔軟に統合して使用できます。 本インジケーターは 11 以上のフィルターを統合しており、短期・長期の EMA、トレンド判定に用いる 3 本の EMA、EMA スロープ(EMA slope)、RSI、ADX、出来高、VWAP、ボリンジャーバンドのブレイクアウト、MACD ダイバージェンスフィルターなどを含みます。スマートキャンドルフィルターはローソク足の終値を確認して弱いシグナルを排除し、3 本の EMA と MACD ダイバージェンスを組み合わせたトレンド認識メカニズムにより勝率の高いシグナルの選別を支援します。 SuperScalp Pro は ATR に基
Entry In The Zone and SMC Multi Timeframe is a real-time 2-in-1 market analysis tool that combines market structure analysis and a No Repaint BUY / SELL signal system into a single indicator, built on Smart Money Concepts (SMC) — a widely adopted framework used by professional traders to understand market structure. This indicator helps you see the market more clearly, make decisions based on structure rather than guesswork, and focus on high-probability zones where price is more likely to react
Azimuth Pro
Ottaviano De Cicco
5 (6)
Azimuth Pro V2:MT5向けシンセティック・フラクタル構造分析と確認済みエントリー 概要 Azimuth Pro は Merkava Labs によるマルチレベルスイング構造インジケーターです。4つのネストされたスイングレイヤー、スイングアンカーVWAP、ABCパターン検出、3タイムフレーム構造フィルタリング、そして確定バーでの確認済みエントリー — 1つのチャートで、ミクロスイングからマクロサイクルまでを網羅するワークフロー。 これはブラインドシグナル製品ではありません。ロケーション、コンテキスト、タイミングを重視するトレーダーのための構造ファーストワークフローです。 V2発売記念オファー — Azimuth Pro V2をUSD 399で(次の100本)。最終価格:USD 499。 1. V2での変更点 シンセティック・マルチタイムフレームエンジン 上位タイムフレーム分析をMeridian Proと同じ独自のシンセティックアーキテクチャで一から再構築。よりクリーンなHTFコンテキスト、安定したライブ動作、従来のMTF同期問題なし。シンセティックエンジンは 固定比率タ
このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示す
トレンド スクリーナー インジケーターでトレンド取引の力を解き放ちます。ファジー ロジックと複数通貨システムを活用した究極のトレンド取引ソリューションです。 ファジー ロジックを活用した革新的なトレンド インジケーターである Trend Screener を使用して、トレンド取引を向上させます。 これは、13 を超えるプレミアム ツールと機能、および 3 つの取引戦略を組み合わせた強力なトレンド追跡インジケーターであり、Metatrader をトレンド アナライザーにする多用途の選択肢となります。 期間限定オファー : トレンド スクリーナー インジケーターは、わずか 100 ドルで生涯ご利用いただけます。 (元の価格 50$ ) (オファー延長) Trend Screener の 100% 非再描画精度の揺るぎない精度を体験して、取引の決定が過去の価格変動の影響を受けないようにしてください。 マルチタイムフレームおよびマルチ通貨機能の多用途性を解放し、比類のない自信を持って外国為替、商品、暗号通貨、インデックスの世界を取引できるようにします。 Trend Screener の包括的な
このインジケーターを購入すると、プロ仕様のトレードマネージャーを無料で差し上げます。 まず第一に、このトレーディングシステムがノンリペイント、ノンリドロー、ノンラグのインジケーターであることを強調する価値がある。これにより、手動取引とロボット取引の両方に理想的なものになっています。 オンラインコース、マニュアル、プリセットのダウンロード。 「スマートトレンドトレーディングシステム MT5」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的なトレーディングソリューションです。10以上のプレミアムインジケーターを組み合わせ、7つ以上の堅実なトレーディング戦略を備えており、多様な市場状況に対応する多目的な選択肢となっています。 トレンドフォロー戦略:トレンドを効果的に乗り越えるための正確なエントリーとストップロス管理を提供します。 リバーサル戦略:潜在的なトレンドの反転を特定し、トレーダーがレンジ相場を活用できるようにします。 スキャルピング戦略:高速で正確なデイトレードおよび短期取引のために設計されています。 安定性:すべてのインジケーターはノンリペイント、ノンリドロー、ノ
Meridian Pro
Ottaviano De Cicco
5 (1)
Meridian Pro:MT5用プロフェッショナル・マルチタイムフレーム・トレンドマトリックス 概要 Meridian Pro は Merkava Labs が開発したマルチタイムフレーム・トレンドマトリックスで、方向性の状態、強度、モメンタムの状況、マトリックスの合意をひとつのコンパクトなパネルに集約します。ひとつのアダプティブエンジンがM1からW1まで一貫して適用されます。シンボルごとの調整は不要。インジケーターの積み重ねも不要。すべてのアセットとすべてのタイムフレームをカバーするひとつの構造化された読み取りです。 発売キャンペーン — Meridian Proを USD 99 (導入価格)で入手。通常価格:USD 149 。 1. Meridian Proが他と異なる理由 ひとつのエンジン、バラバラなインジケーターのダッシュボードではない 多くのMTFダッシュボードは、タイムフレームごとに生のインジケーター値を繰り返すだけです。Meridian Proはマトリックス全体でひとつのアダプティブ・トレンドエンジンを使用するため、パネルの各行が同じ構造化フレームワークから導出されます
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
Gann Made Easy   は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検
BTMM State Engine Pro is a MetaTrader 5 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
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 の2状態のみを表示します。
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
OmniSync Projection
Antonio-alin Teculescu
5 (1)
Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
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
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケーター
Trend Ai indicatorは、トレンドの識別と実用的なエントリポイントと反転アラートを組み合わせることで、トレーダーの市場分析を強化する優れたツールです。 この指標は、ユーザーが自信と正確さで外国為替市場の複雑さをナビゲートすることを可能にします トレンドAiインジケーターは、主要なシグナル以外にも、プルバックやリトレースメント中に発生するセカンダリエントリポイントを識別し、トレーダーが確立されたトレンド内の価格修正を活用できるようにします。 重要な利点: *MT4およびMT5の仕事 *明確な買いまたは売りシグナル *再描画しません ·すべての資産で動作します 私はeaやセットをtelegram it詐欺で販売しないように注意してください。 すべての設定はここでブログで無料です。  重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! 私の他のプロダクトと同様、実質操作の監視はここに見つけることができます: https://www.mql5.com/en/users/mechanic/seller&nbsp ; 設定および入力: すべての
FX Power: 通貨の強弱を分析して、より賢い取引を実現 概要 FX Power は主要通貨と金の実際の強弱をあらゆる市場状況で理解するための必須ツールです。強い通貨を買い、弱い通貨を売ることで、 FX Power は取引の意思決定を簡素化し、高い確率の取引機会を見出します。トレンドを追従する場合でも、極端なデルタ値を使用して反転を予測する場合でも、このツールはあなたの取引スタイルに完全に適応します。ただ取引するだけではなく、 FX Power で賢く取引をしましょう。 1. なぜ FX Power がトレーダーにとって非常に有益なのか 通貨と金のリアルタイム強弱分析 • FX Power は主要通貨と金の相対的な強弱を計算し、マーケットダイナミクスに関する明確な洞察を提供します。 • どの資産がリードしているか、または後れを取っているかを監視して、取引するペアを賢く選びましょう。 マルチタイムフレームの包括的なビュー • 短期、中期、長期のタイムフレームで通貨と金の強弱を追跡し、マーケットトレンドに基づいて取引戦略を調整できます。 • スキャルピングからスイングトレード
あなたのシンボルでどの戦略が実際に機能するか確認しましょう - リアルマネーをリスクにさらす前に。 Power Barは、あらゆるシンボルとあらゆるタイムフレームで 極端な価格バー を検出し、3つの異なるトレード戦略を即座にバックテストします。勝率、プロフィットファクター、損益を並べて比較できます。すべてが1つのインタラクティブなパネルに集約されています。 推測なし。カーブフィッティングなし。データだけです。 Power Barが特別な理由 ほとんどのインジケーターはシグナルを出すだけで、それが機能するかどうかは推測に任されます。Power Barはさらに先を行きます - すべてのシグナルを 3つの戦略 に対してテストし、統計を表示します。FlipFlop、Momentum、Reversalをワンクリックで切り替え、数値が即座に変化するのを確認できます。 FlipFlop - 常にポジションを保有。シグナルでエントリーし、反対シグナルでイグジット。当社のリサーチでは、US30、US500、DAXなどのトレンドのあるインデックスで最も効果的です。 Momentum - シグナルの方向に
Bill Williams Advanced is designed for automatic chart analysis using Bill Williams' "Profitunity" system. The indicator analyzes four timeframes at once. Manual (Be sure to read before purchasing) Advantages 1. Analyzes the chart using Bill Williams' "Profitunity" system. Signals are displayed in a table in the corner of the screen and on the price chart. 2. Finds all known AO and AC signals, as well as zone signals. Equipped with a trend filter based on the Alligator. 3. Finds "Divergence Bar
RelicusRoad Pro: 定量的市場オペレーティングシステム 【期間限定】無制限アクセス 70% OFF - 2,000人超のトレーダーと共に なぜ多くのトレーダーは「完璧な」インジケーターを使っても失敗するのでしょうか? それは、文脈を無視して 単一の概念 だけでトレードしているからです。文脈のないシグナルは単なるギャンブルです。勝ち続けるには、 根拠の重なり(コンフルエンス) が必要です。 RelicusRoad Proは単なる矢印インジケーターではありません。完全な 定量的市場エコシステム です。独自のボラティリティモデリングを用いて、価格が推移する「適正価値の道(Fair Value Road)」をマッピングし、ノイズと真の構造的ブレイクを判別します。 推測はやめましょう。機関投資家レベルの「ロード・ロジック」でトレードを。 コアエンジン:「Road」アルゴリズム システムの中心となる Road Algo は、市場環境にリアルタイムで適応するダイナミックなボラティリティチャネルです。 安全ライン(平衡点) と、価格が数学的に反転しやすい 拡張レベル を投影します。 Si
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確なデイ
Berma Bands
Muhammad Elbermawi
5 (8)
Berma Bands (BBs) インジケーターは、市場のトレンドを特定して活用したいトレーダーにとって貴重なツールです。価格と BBs の関係を分析することで、トレーダーは市場がトレンド段階にあるか、レンジ段階にあるかを判断できます。 詳細については、[ Berma Home Blog ] をご覧ください。 バーマ バンドは、上部バーマ バンド、中部バーマ バンド、下部バーマ バンドの 3 つの異なる線で構成されています。これらの線は価格の周りにプロットされ、全体的な傾向に対する価格の動きを視覚的に表します。これらのバンド間の距離から、ボラティリティや潜在的な傾向の反転についての洞察を得ることができます。 バーマ バンドの線がそれぞれ離れると、市場が横ばいまたはレンジ相場の期間に入っていることを示すことがよくあります。これは、明確な方向性の偏りがないことを示しています。トレーダーは、これらの期間中にトレンドを特定するのが難しいと感じる可能性があり、より明確なトレンドが出現するまで待つ場合があります。 バーマ バンドの線が 1 本の線に収束すると、強いトレンド環境の兆候となること
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
現在33%オフ 初心者にもエキスパートトレーダーにも最適なソリューション このインジケーターは独自の機能と新しい公式を多数内蔵しており、ユニークで高品質かつ手頃な取引ツールです。このアップデートでは、2つの時間枠ゾーンを表示できるようになります。より長いTFだけでなく、チャートTFとより長いTF(ネストゾーンを表示)の両方を表示できます。すべてのSupply Demandトレーダーの皆さんのお気に召すはずです。:) 重要情報の公開 Advanced Supply Demandの可能性を最大化するには、 https://www.mql5.com/ja/blogs/post/720245 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適な
Auto Optimized Parabolic RSI: 高度な3Dモメンタムエンジン ほとんどのリテール向けインジケーターは、市場のボラティリティが変化した瞬間に破綻する静的な入力値に依存しているため、失敗に終わります。Auto Optimized Parabolic RSIは、自らの数学的優位性を継続的に再計算することで「インジケーターの陳腐化」問題を解決し、機関投資家レベルの定量的適応力をMT5ターミナルに直接もたらします。 最大の強み: カスタムインメモリ3D最適化 標準的な自動最適化ツールは、インジケーターの呼び出しで端末に過負荷をかけるため、頻繁にMT5プラットフォームをフリーズさせます。本ツールは、このボトルネックを完全に回避しています。RAMベースのカスタムネイティブ計算機を内蔵した内部エンジンは、チャートを読み込んだりタイムフレームを変更したりするたびに、超高速の3Dグリッド探索を実行します。RSI期間(頻度)、SARステップ(加速度)、SAR最大値(制限速度)を同時にスイープし、プラットフォームを遅延させることなく、数万通りものパラメーターの組み合わせを絶対的なミ
ICT PO3 (Power of 3) AMD Protocol Framework Indicator True Time & Structure Integration   |  Non-Repainting | Real-Time  | Multi-Asset  | MT4 Version Available Full Setup Guide & Strategy Playbook: https://www.mql5.com/en/blogs/post/768683 MT4 Version: https://www.mql5.com/en/market/product/171742 Indicator Overview The ICT PO3 AMD Protocol Framework is a complete structural overlay for MetaTrader 5 that maps the True Daily Cycle directly onto your lower-timeframe execution chart. It projects
トレンドトレーディング は、タイミングのプルバックとブレイクアウトにより、市場で起こっているトレンドから可能な限り利益を得るように設計された指標です。確立されたトレンドの中で価格が何をしているかを分析することにより、取引の機会を見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 自信を持って効率的に金融市場を取引する むち打ちにならずに確立されたトレンドから利益を得る 収益性の高いプルバック、ブレイクアウト、早期の逆転を認識する この指標は、独自の品質とパフォーマンスを分析します 複数時間枠のダッシュボードを実装します インジケーターは再描画されていません 電子メール/音声/視覚アラートを実装します 確立されたトレンドは多くの取引機会を提供しますが、ほとんどのトレンド指標はそれらを完全に無視しています。インジケーターの解釈はかなり簡単です: (1) トレンドの変化 (2) トレンドの方向への後退 (3) トレンドの方向へのブレイクアウト 赤いダッシュ は下降トレンド中の修正です 青いダッシュ は上昇トレンド中
サポート線と抵抗線のプロットにうんざりしていませんか? サポートレジスタンス は、非常に興味深いひねりを加えてチャート内のサポートとレジスタンスラインを自動検出およびプロットするマルチタイムフレームインジケーターです。価格レベルは時間とともにテストされ、その重要性が高まるにつれて、ラインは太くなり、暗くなります。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 一晩でテクニカル分析を強化 チャートを閲覧せずに重要な価格レベルを検出 一目ですべての価格レベルの相対的な強さを認識する すべての取引で最大30時間のプロットラインを節約 インジケーターは、すべての価格レベルの年齢を表示します インジケーターは再描画されていません 過去および現在の価格レベルは近接によって崩壊し、現在の市場行動に合わせて調整されます。動作は、必ずしもピークではない場所に線が引かれます。 価格レベルは、時間とともに拒否されるにつれて、より暗く、より広くなります ノイズを避けるために、重要でない価格レベルは定期的にクリアされます カスタマイズ可能な時間枠の
このインジケーターは、反転ポイントと価格戻りゾーンを正確に表示します。     主要プレーヤー 。新たなトレンドが形成される場所を把握し、最大限の精度で意思決定を行い、すべての取引をコントロールします。 TREND LINES PRO インジケーターと組み合わせることで、その潜在能力を最大限に発揮します。 VERSION MT4 インジケーターが示す内容: 新しいトレンドの始まりに活性化する反転構造と反転レベル。 リスクと報酬の比率を最小限に抑えた利益 確定 と 損失停止の レベルの表示     RR 1:2   。 インテリジェントな削減ロジックによるストップロス。 指定されたインジケーターから 2 つのトレンド タイプの反転パターンを表示します。 指標: トレンドを追う   TREND LINES PRO   (世界的なトレンドの変化) TREND PRO   (クイックトレンド変更) シンプルで効果的   スキャナー   リアルタイムトレンド(新機能)。 マルチタイムフレームのインストゥルメント フィルタリング。 画面   利益     LOGIC AI信号の後。 当日プラス方
Introducing Indicator for PainX and GainX Indices Traders on Weltrade Get ready to experience the power of trading with our indicator, specifically designed for Weltrade   broker's PainX and GainX Indices.  Advanced Strategies for Unbeatable Insights Our indicator employs sophisticated strategies to analyze market trends, pinpointing optimal entry and exit points.  Optimized for Maximum Performance To ensure optimal results, our indicator is carefully calibrated for 5-minute timeframe charts on
作者のその他のプロダクト
Fair Value Gaps
Cao Minh Quang
4.88 (64)
Fair Value Gap (FVG) Indicator Overview The Fair Value Gap (FVG) Indicator identifies inefficiencies in price action where an imbalance occurs due to aggressive buying or selling. These gaps are often created by institutional traders and smart money, leaving areas where price may later return to "fill" the imbalance before continuing its trend. Key Features: Automatic Detection of FVGs – The indicator highlights fair value gaps across different timeframes. Multi-Timeframe Support – View FVGs fr
FREE
The Market Sessions indicator is a popular tool among forex and stock traders for visually representing global trading sessions on a price chart. It highlights the time periods for major trading sessions — such as the Asian (Tokyo) , European (London) , and American (New York) sessions — directly on the chart. This helps traders identify when markets open and close, allowing for better decision-making based on session-specific trading behavior. - Asian Session (Default: 00:00-09:00) - London Se
FREE
The latest version of Indicator is fully integrated into an all-in-one package, including: Fair Value Gaps (FVG).  Implied Fair Value Gap (IFVG).  OrderBlock (OB).  The options in the settings section are relatively easy to navigate, and you can even use them right away upon activation without encountering difficulties when using the default configuration. The indicator utilizes an algorithm to automatically draw and identify Order Blocks (OB), Fair Value Gaps (FVGs), and Implied Fair Value Gaps
The 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 Sessions indicator is a popular tool among forex and stock traders for visually representing global trading sessions on a price chart. It highlights the time periods for major trading sessions — such as the   Asian (Tokyo) ,   European (London) , and   American (New York)   sessions — directly on the chart. This helps traders identify when markets open and close, allowing for better decision-making based on session-specific trading behavior. - Asian Session (Default: 00:00-09:00) - Lo
FREE
MACD Indicator It has MACD line, Signal line, and Histogram. The Histogram has 4 colors based on Direction Above and Below the Zero Line, showing its movement direction as simple as possible. Allows Show MACD & Signal Line, Show Change In color of   MACD     Line based on cross of Signal Line. Show Dots at Cross of MacD and Signal Line, Turn on and off Histogram. Enjoy your trading experience, and feel free to share your comments and reviews. If you are interested in this indicator, you might
FREE
The 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
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 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
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 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
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
The   Simple  ICT Concepts Indicator   is a powerful tool designed to help traders apply the principles of the   Inner Circle Trader (ICT)   methodology. This indicator focuses on identifying key zones such as liquidity levels, support and resistance, and market structure, making it an invaluable asset for price action and smart money concept traders. Key Features Market Structure : Market structure labels are constructed from price breaking a prior swing point. This allows a user to determine t
This Simple Smart Money Concepts indicator displays real-time market structure (internal & swing BOS / CHoCH), order blocks, premium & discount zones, equal highs & lows, and much more...allowing traders to automatically mark up their charts with widely used price action methodologies. "Smart Money Concepts" (SMC) is used term amongst price action traders looking to more accurately navigate liquidity & find more optimal points of interest in the market. Trying to determine where institutional
The Pure Price Action ICT Tools indicator is designed for pure price action analysis, automatically identifying real-time market structures, liquidity levels, order & breaker blocks, and liquidity voids. Its unique feature lies in its exclusive reliance on price patterns, without being constrained by any user-defined inputs, ensuring a robust and objective analysis of market dynamics. Key Features Market Structures A Market Structure Shift, also known as a Change of Character (CHoCH), is a pivot
Multiple Non-Linear Regression MT4 This indicator is designed to perform multiple non-linear regression analysis using four independent variables: close, open, high, and low prices. Here's a components and functionalities: Inputs: Normalization Data Length: Length of data used for normalization. Learning Rate: Rate at which the algorithm learns from errors. Show data points: Show plotting of normalized input data(close, open, high, low) Smooth?: Option to smooth the output. Smooth Length: Lengt
The Market Structure with Inducements & Sweeps indicator is a unique take on Smart Money Concepts related market structure labels that aims to give traders a more precise interpretation considering various factors. Compared to traditional market structure scripts that include Change of Character (CHoCH) & Break of Structures (BOS) -- this script also includes the detection of Inducements (IDM) & Sweeps which are major components of determining other structures labeled on the chart. SMC & pri
Smart Market Structure Simple   is a powerful indicator that helps traders identify   market structure   based on the   Smart Money Concept (SMC) . This indicator automatically detects   Break of Structure (BOS), Change of Character (CHoCH), Fair Value Gaps (FVG), Order Blocks (OB), Liquidity Zones (LQZ),   and key swing points   Higher High (HH), Higher Low (HL), Lower High (LH), Lower Low (LL) . Main Objective:   Assist traders in tracking institutional flow ( Smart Money ) and finding high-p
Unicorn Model ICT Indicator — Smart Trading with Precision The   Unicorn Model ICT Indicator   is a powerful and intelligent tool designed for traders who follow   Smart Money Concepts (SMC)   and   Inner Circle Trader (ICT)   methodologies. This indicator simplifies complex price action by visually identifying key market structures and providing high-probability trade setups. Key Features: A Bullish Unicorn Pattern A Lower Low (LL), followed by a Higher High (HH) A Fair Value Gap (FVG), overla
The   Quasimodo Pattern Indicator  is no more difficult than the Head and Shoulders. Still, only a few traders know about it, and some even confuse one with the other. However, this is not a reason to avoid this tool in your forex trading strategy.    Features: Automatic Detection:   The indicator automatically scans for valid QM patterns across any timeframe, reducing the need for manual chart analysis. Visual Highlights:   Clear and customizable on-chart drawing of shoulders, heads, and breako
Order Block Multi Timeframe The   Order Block Multi Timeframe   is a powerful tool for Smart Money Concept (SMC) traders, combining high-accuracy   Order Block detection   with real-time   Break of Structure (BOS)   and   Change of Character (CHoCH)   analysis across multiple timeframes. Smart Money Insight, Multi-Timeframe Precision This indicator automatically identifies   institutional Order Blocks —key price zones where large players have entered the market—and plots them directly on your ch
Rectangle Trading Custom   is a powerful technical analysis tool designed for price action and range-based traders. It allows users to define consolidation zones and receive alerts when the price breaks out of these zones or approaches trendlines drawn on the chart. Rectangles and Trendlines will be extended into future with one click. Rectangle point size, name and prices will be displayed around rectangle. Key Features: Draw Trading Zones (Rectangle Zones) Users can manually draw rectangles t
SMC Analyzer Single-Timeframe (STF) for MT4 The   SMC Analyzer STF  MT4  is a powerful, single-timeframe Smart Money Concepts (SMC) analysis tool designed for precision trade confirmations based on core SMC components. It evaluates market structure across four levels of confirmation using elements such as   Break of Structure (BOS), Change of Character (CHoCH), Order Blocks (OB), Fair Value Gaps (FVGs), Liquidity Zones , and   Higher Timeframe Trend Bias . Each level has configurable elements (
The Fibonacci Confluence Toolkit  is a powerful indicator designed to highlights areas of interest where significant price action or reactions are anticipated, automatically applies Fibonacci retracement levels to outline potential pullback zones, and detects engulfing candle patterns.. This tool automates the detection and visualization of key market structures and potential reversal zones. Key Features: CHoCH Detection (Change of Character): Automatically identifies structural shifts in marke
The Market Structure Trend Targets   is a powerful trading indicator designed to give traders a clear, structured, and data-driven view of market momentum, breakouts, and key price reaction zones. Built on the principles of   smart market structure analysis , it helps identify not only trend direction, but also   precise breakout levels ,   trend exhaustion , and   potential reversal zones   — all with visual clarity and trader-friendly metrics. Key Features Breakout Points with Numbered Markers
Supertrend Targets Signal   is a powerful trend-following and breakout confirmation indicator designed to help traders   identify high-probability entry points ,   visualize dynamic target zones , and   receive clean, reliable signals   across various market conditions. The core trend logic is built on a custom Supertrend that uses an ATR-based band structure with long smoothing chains—first through a WMA, then an EMA—allowing the trend line to respond to major shifts while ignoring noise. A key
フィルタ:
Joseph.mbala
162
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
85403
開発者からの返信 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
85403
開発者からの返信 Cao Minh Quang 2025.03.16 00:22
Thank bro!
レビューに返信