Smart Market Structure Suite

# Smart Market Structure Suite


The **Smart Market Structure Suite** is a technical analysis utility for MetaTrader 5 that integrates four distinct structural engines into a unified charting workspace. By combining structural high-low pivots, institutional order blocks with support-resistance flips, momentum-driven supply/demand zones, and divergence-proof oscillator levels, this utility helps traders identify key horizontal boundaries, order flow footprints, and structural transitions.


The engine has been designed from the ground up for high-performance terminal operation, utilizing localized array indexing and state preservation techniques to minimize memory footprint and avoid common terminal calculation lag.


---

## Core Analytical Modules ### 1. High-Low Pivot Engine (PivotsHL)

Detects structural swing highs and lows based on localized price geometry.

* **Early-Trigger Confirmation:** An optional leading confirmation mode verifies structural pivots ahead of standard lagging lookbacks by evaluating immediate candle closes relative to candidate pivot wicks.

* **Dual Visualization:** Supports both retroactive (TradingView style) labeling at the exact pivot candle and confirmation bar labeling (non-repaint/leading) to guide real-time execution.

* **Support & Resistance Channels:** Automatically projects horizontal pivot zones or flat S&R lines across the active trading session.

### 2. Leading Order Block & Breaker Engine Tracks institutional footprint zones formed by extreme candles preceding structural break movements.

* **No-Lag Architecture:** Implements a state-preservation algorithm that saves valid historical states on the close of each bar. This prevents dynamic intra-bar fluctuations from causing visual lag, chart freezing, or historical modifications.

* **S/R Breaker Flips:** Order blocks that are cleanly violated on a candle close are automatically recalculated and styled as "Breaker Blocks," identifying classic Support/Resistance flips.

* **Strict Imbalance & Fakeout Filtering:** Integrates strict filters including Fair Value Gap (FVG) validation, body-close market structure break requirements (to filter out wick traps), and extreme-candle selection methods.

* **Trade Level Projections:** Projects custom entry lines (such as the 50% equilibrium level) alongside risk-to-reward target lines (SL and TP) calculated dynamically from structural boundaries.


### 3. Supply & Demand Zone Tracking (Satya S&D) Identifies dynamic zones of market imbalance originating from high-momentum breakouts (impulse moves).

* **Impulse Strength Multiplier:** Automatically calculates the physical sizing of origin candle wicks and requires a user-defined expansion multiple before confirming a zone.

* **Real-Time Mitigation Monitoring:** Actively monitors current candle closes. If a supply zone is breached to the upside or a demand zone to the downside, the zone is flagged as mitigated and cleanly removed from the active view.


### 4. Awesome S/R Levels (Awesome Oscillator S/R) Generates major horizontal key levels mapped to high-probability swing peaks within the MetaTrader 5 native Awesome Oscillator.

* **Peak Confirmation Filter:** Analyzes 3-bar or 5-bar AO peak geometry, safely ignoring unconfirmed live bars.

* **Divergence-Proof Tracking:** Maps confirmed oscillator momentum peaks directly to their corresponding absolute price extremes, ensuring S&R projections are backed by physical market high/low prints rather than momentum alone.


## Key Technical Optimizations

* **Minimized Terminal Requests:** Replaces heavy terminal function calls (such as `iHigh()` or `iLow()`) inside calculation loops with highly efficient local array offset mapping, reducing CPU usage during manual chart analysis and strategy testing.

* **Unified Memory Cleanup:** Cleanly handles indicator initialization, deinitialization, and daily session transitions, ensuring no ghost graphics or memory leaks remain on the chart workspace.


## Input Parameters List & Descriptions

### === 1. Pivots High/Low Settings ===

* **Pivot High Left Length (`InpLeftLenH`):** The number of preceding bars required to establish a candidate swing high peak. (Must be $\ge$ 1).

* **Pivot High Right Length (`InpRightLenH`):** The number of succeeding bars required to confirm a standard swing high. (Must be $\ge$ 1).

* **Pivot Low Left Length (`InpLeftLenL`):** The number of preceding bars required to establish a candidate swing low valley. (Must be $\ge$ 1).

* **Pivot Low Right Length (`InpRightLenL`):** The number of succeeding bars required to confirm a standard swing low. (Must be $\ge$ 1).

* **Enable Early Trigger (`InpUseEarlyTrigger`):** Activates leading pivot recognition, confirming the swing if a close occurs past the candidate bar's body before the full right length is completed.

* **Pivot High Text Color (`InpTextColorH`):** The color applied to the price label displayed above confirmed high pivots.

* **Pivot High Label/Arrow Color (`InpLabelColorH`):** The color of the downward visual arrow marker.

* **Pivot Low Text Color (`InpTextColorL`):** The color applied to the price label displayed below confirmed low pivots.

* **Pivot Low Label/Arrow Color (`InpLabelColorL`):** The color of the upward visual arrow marker.

* **Show labels on Pivot Bar (`InpShowRetroactive`):** Draws the visual labels on the exact historical pivot candle.

* **Show labels on Confirmation Bar (`InpShowConfirmation`):** Draws non-repainting labels on the actual confirmation candle.

* **Label Font Size (`InpFontSize`):** Sets the text size for structural labels.

* **Label Font Name (`InpFontName`):** Specifies the font family used for text objects.

* **Show S&R Lines/Boxes (`InpShowSRLines`):** Toggles the projection of horizontal S&R channels or lines originating from active pivots.

* **Resistance Line Color (`InpSRColorH`):** The visual color for high pivot S&R levels.

* **Support Line Color (`InpSRColorL`):** The visual color for low pivot S&R levels.

* **Line/Box Border Width (`InpSRWidth`):** Sets the border thickness for pivot S&R objects.

* **Line Style (`InpSRStyle`):** Chooses the dash/solid drawing style for projected pivot lines.

* **Box Height in Points (`InpBoxHeightPoints`):** Defines the height of the S&R zone box. Set to 0 to draw a clean flat line instead of a box.

* **Fill S&R Box (`InpFillBox`):** Fills the drawn S&R boxes with background color if height is greater than 0.


### === 2. Leading Order Block & Breaker Settings ===

* **Swing Length Lookback (`InpZigZagLength`):** The lookback period used by the swing algorithm to detect market pivots.

* **Extend OBs into future (`InpProjectBars`):** The number of bars to project the active order block and breaker boxes to the right.

* **Require Lower Low / Higher High (`InpStrictReversal`):** Restricts setup generation to strict market structure transitions.

* **Require Imbalance (`InpRequireImbalance`):** Ensures an Order Block is only validated if accompanied by a Fair Value Gap (imbalance).

* **Require Body Close for MSB/BOS (`InpRequireBodyBreak`):** Avoids wick wicking traps by requiring a full candle body close to confirm structure breaks.

* **Avoid Overlapping OBs (`InpAvoidOverlap`):** Filters out redundant overlapping order blocks for a cleaner chart layout.

* **Order Block Selection Method (`InpObMethod`):** Selects either the *Nearest* opposite candle or the *Extreme* (highest high/lowest low) candle at the swing point.

* **Order Block Box Range (`InpObRange`):** Determines the horizontal box boundaries (Full High-to-Low candle, Open-to-Extreme wick, or Body Only).

* **Entry Level % (`InpEntryLevelPercent`):** Calculates custom entry line placements within the box (0% = Proximal edge, 50% = Mean Threshold, 100% = Distal edge).

* **Entry Line Color (`InpEntryLineColor`):** Color of the custom entry dashed line.

* **Show Risk:Reward Lines (`InpShowRR`):** Toggles visual Stop Loss and Take Profit levels.

* **Risk Reward Ratio (`InpRRRatio`):** Sets the target multiplier relative to the defined order block risk.

* **Take Profit Line Color (`InpTPLineColor`):** Style color for take-profit target lines.

* **Stop Loss Line Color (`InpSLLineColor`):** Style color for stop-loss protective lines.

* **Bullish OB Color (`InpBuOBFillColor`):** Color for active bullish order blocks.

* **Bearish OB Color (`InpBeOBFillColor`):** Color for active bearish order blocks.

* **Flipped to Support Color (`InpBuBreakerColor`):** Color applied when a bearish order block is breached and flipped to a bullish breaker.

* **Flipped to Resistance Color (`InpBeBreakerColor`):** Color applied when a bullish order block is breached and flipped to a bearish breaker.

### === 3. Supply & Demand Zones === * **Max Zones (`InpMaxZones`):** Limits the maximum number of active supply and demand zones drawn on chart to manage overhead.

* **Impulse Strength (`InpImpulseStr`):** The multiplier requirement checking the expansion velocity out of a zone relative to the size of the origin block.

* **Show 50% Line (`InpShow50Line`):** Toggles the drawing of the median equilibrium line within S&D zones.

* **Extend Zones into Future (`InpExtendBars`):** Projections width in bars into the right margin.

* **Min Zone Size (`InpMinZonePoints`):** Filters out minor noise levels by enforcing a minimum height in points for S&D zones.

* **Show "Supply/Demand" Text Labels (`InpShowLabels`):** Toggles visual text descriptions near active zones.

* **Demand Fill Color (`InpColorDemandFill`):** Color for active demand rectangle fills.

* **Supply Fill Color (`InpColorSupplyFill`):** Color for active supply rectangle fills.

* **Zone Border Color (`InpColorBorder`):** Border line style for S&D rectangles.

* **50% Line Color (`InpColor50Line`):** Visual color for the optional equilibrium line.

### === 4. Awesome S/R Levels === * **S/R Historical Lookback (`InpAOLookback`):** Sets the lookback limit in bars for scanning structural oscillator peaks (0 defaults to yesterday's open).

* **Peak Confirmation Bars (`InpAOPeakPeriod`):** Configures peak checks using either 3-bar or 5-bar confirmation boundaries.

* **Support Color (`SupportColor`):** Color used for projected horizontal support lines when price remains above the level.

* **Resistance Color (`ResistanceColor`):** Color used for projected horizontal resistance lines when price remains below the level.

* **S/R Line Width (`LineWidth`):** Adjusts thickness of the AO key levels.

* **S/R Line Style (`LineStyle`):** Visual dash/solid style for AO horizontal lines.


Recommended products
ZoneCore MT5
Frederic Jacques Collomb
ZONECORE — Volume Profile & Pivot Levels Identify the most traded price zones with surgical precision. MT4 version What is ZONECORE? ZONECORE is a professional-grade indicator that combines Volume Profile and high-volume Pivot Levels to reveal the price zones where the market has spent the most time and traded the most volume. These zones act as magnets for price — knowing them gives you a decisive edge in identifying supports, resistances, and high-probability reversal areas. 3 Independent Cal
Trillion Pips Wave Pro
Sivaramakrishnan Natarajan
TRILLION PIPS WAVE PRO INDICATOR Built with 12+ Years of Real Market Experience, Trillion Pips Wave Pro is an elite wave-based market-reading indicator designed to help traders identify market direction, key reaction zones, buy/sell areas, and structured trading opportunities with confidence. This is not just a normal indicator. It is a complete wave-based trading system built from our unique Trillion Pips strategy to read different market conditions across multiple symbols and timeframes. UNIQ
Bar Size Pro
Makarii Gubaydullin
Calculates the price change on each timeframe: floating or last closed bars. Multifunctional utility : 66+ features, including this tool  |   Contact me  if you have any questions  |    MT4 version You can select the   shift   of the calculated basr: Floating (current) bars; The last closed (previous) bars; The type of price value   can be selected using the blue switch on the top row: Pips; Market points; Percentage value (%); Price value; The   method of calculating   the bar size can be selec
MR Volume Profile 5
Sergey Khramchenkov
The "MR Volume Profile 5" indicator is a charting tool that displays trading volume at different price levels rather than time intervals. A key concept in volume profile is the point of control (POC)—the price level with the highest volume traded during the session or time range. While tools like VWAP or OBV provide volume trends, the "MR Volume Profile 5" indicator offers granular detail about where the most market activity occurs at specific price levels. This makes it a more precise tool for
Daily & Composite Volume Profile   This is a professional-grade market profile tool designed for MetaTrader 5. It utilizes a   Dual-Profile System   to visualize supply, demand, and liquidity concentrations. Key Features Left Side: Daily Session Profiles Automatically identifies the start and end of every trading day. Generates a unique Volume Profile for each individual day. Allows you to see how value migrated from yesterday to today (e.g., Is today's volume higher or lower than yesterday?).
Mean Volume indicator for MT5
Renaud Herve Francois Candel
Mean Volume Most indicators are based on price analysis. This indicator is based on volume. Volume is overlooked piece of information in most trading systems. And this is a big mistake since volume gives important information about market participants. Mean Volume is an indicator that can be used to spot when volume is above average. It usually means that institutional traders are active. Peak in volume can be used to confirm an entry since increased volume can sustain the move in one or anot
Volume Profile For MT5
Abdelkhabir Yassine Alaoui
Volume Profile VPVR For MT5 Volume Profile VPVR is a powerful, high-performance MetaTrader 5 indicator designed to replicate the advanced  Volume Profile (Visible Range) directly on your chart. It provides deep insight into market structure by visualizing where trading activity is concentrated, helping traders identify key price levels with precision. This indicator dynamically analyzes volume distribution across price levels and renders a detailed histogram directly on the chart, allowing you
The VWAP indicator is our version of the popular Volume-Weighted Average Price indicator. The VWAP is the ratio between the value traded (price multiplied by the number of volume traded) and the total volume traded over a specific time period. As a result, it measures the average price of the instrument much better than the simple moving average. Although there are many ways to use the VWAP, most investors use it to calculate the daily average.  The indicator works in five modes: Moving  - In
Fixed Volume Profile
Carlos Pascual Perez Maturano
This indicator, titled "Fixed Volume Profile.mq5", is a custom tool for MetaTrader 5 (MQL5) designed to calculate and display a Volume Profile over a user-defined fixed time range. The Volume Profile shows the distribution of trading volume at different price levels during a specific period, helping to identify areas of high activity (such as Points of Control or POCs) and volume-based support/resistance areas. Main Functionality: Interactive Range: The indicator creates two vertical lines on
FREE
Do you use volume in your reading of the market? Certainly many traders use it, and do not imagine operating without it. The Color Histogram Volume Set indicator allows the user to choose the value that he considers interesting to monitor. When you pass this you will have visual confirmation and if you want you will also have the audible alert that is given by the indicator. Of course, there are other ways to try to find a high volume, such as assessing whether the volume is above av
Normalized OBV
Jose Miguel Soriano
When looking at the information of On Balance Volume indicator, a question arises: is it a strong or weak movement? Should it be compared with previous days? These data should be normalized to always have a reference. This indicator presents the followings parameters: Normalization period (Max-Mins absolute) Smoothing period (-1 off) Tick/Real Volume Maximum number of bars to calculate (-1 off) Upper value normalization Lower value normalization Calculation: normOBV = (value - absMin) * (relMax
Money Flow Profile MT4  HERE Here our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis  Master Edition is a professional-grade analytical tool designed to visualize market structure through the lens of volume and money flow. Unlike standard volume indicators, this tool displays a Daily Volume Profile
The Accumulation and Distribution indicator is a volume-based indicator that was essentially designed to measure underlying supply and demand. This is accomplished by trying to determine whether traders are actually accumulating (buying) or distributing (selling). This is accomplished by plotting a cumulative total of the money flow volume for each period. This indicator can reveal divergences between volume flow and actual price to primarily affirm a current trend or to anticipate a future reve
Anchored Volume Profile Pro — Heatmap & Delta Edition The most complete Anchored Volume Profile indicator for MetaTrader 5. Drag two vertical lines to define any time range — the indicator instantly renders a full volume profile with heatmap coloring, delta analysis, POC/VAH/VAL levels, HVN/LVN detection, and a live statistics panel. Key Features Fully Anchored & Interactive Simply drag the Start and End vertical lines to any position on the chart. The profile redraws automatically in real ti
Normalized Volume99% of indicators are based on price analysis. This indicator is based on volume. Volume is overlooked piece of information in most trading systems. And this is a big mistake since volume gives important information about market participants. Normalized Volume is an indicator that can be used to confirm reversal points. The indicator code volume with colors indicating high, normal and low volume. You could enhance dramatically your trading system using volume analysis.  Inputs
1.       Overview The Volume Pressure Histogram (VPH) is a custom indicator for MetaTrader 5 (MT5) that measures buying and selling pressure based on tick or real volume. It highlights extreme buying/selling moments and provides a smoothed signal line for trend detection. 2.       Indicator Components ·          Volume Pressure Histogram (Colored): o    Green: Extreme buying pressure o    Lime: Buying pressure o    Red: Extreme selling pressure o    Yellow: Selling pressure ·          Signal Li
AE-MTF VolumeDivergence Signal Pro   is a professional volume indicator with automatic detection of divergences and convergences for MT4. Combines the classic Better Volume concept, multi-timeframe volume aggregation, and an algorithm for detecting price and volume discrepancies at extremes. The indicator is completely self-sufficient: it works on all instruments and timeframes. Operating principle The histogram in a separate subwindow classifies each bar into six types of volume activity: Clima
The Market Structure Analyzer is a powerful tool designed for traders who follow market structure and smart money concepts. This comprehensive indicator provides a suite of features to assist in identifying key market levels, potential entry points, and areas of liquidity. Here's what it offers: 1. Swing High/Low Detection : Accurately identifies and marks swing highs and lows, providing a clear view of market structure. 2. Dynamic Supply and Demand Zones: Draws precise supply and demand zone
Multicurrency and multitimeframe modification of the Stochastic Oscillator — Stochastic Dashboard. You can specify any desired currencies and timeframes in the parameters. The panel displays the current values and intersections of the lines — Signal and Main (stochastics crossover). Also, the indicator can send notifications when crossing overbought and oversold levels. By clicking on a cell with a period, this symbol and period will be opened. This is MTF Scanner. Similar to the Currency Stren
VM Heiken Ashi Pro
Van Minh Nguyen
5 (1)
VM Heiken Ashi Pro  Heiken-Ashi smoothed (HMA or EMA) to filter noise and generate clear BUY/SELL signals, non-repainting (optional ConfirmOnClosedBar). Displays HA candles on chart (original candles can be hidden), arrow placement by ATR or fixed offset, sends alerts (popup, email, push) with anti-spam handling. Main purpose Convert raw candles into smoothed Heiken-Ashi to detect color changes (bear to bull / bull to bear) and draw arrows for entries. The option ConfirmOnClosedBar lets the ind
Quantum Tick Volumes Indicator for MT5
QUANTUM TRADING SOFTWARE LIMITED
5 (1)
Many Forex traders assume there is no volume in the foreign exchange market. And they would be correct. There is no central exchange, not yet anyway. And even if there were, what would it report? What there is however is activity, and this is captured as tick volume. After all, volume is simply displaying activity, the buyers and sellers in the market. So for volume read activity, and for activity read volume – simple. The MT5 platform delivers tick data which the Quantum Tick Volumes indicator
VeloTicker PRO — Real-Time Flow Reading VeloTicker PRO is an advanced indicator designed for traders looking to interpret market dynamics beyond just price. With an intuitive visual interface based on dual gauges (BUY vs. SELL), it transforms market flow into clear signals, enabling faster and more precise decision-making. What It Delivers Instant reading of buying and selling pressure Clear visualization in a gauge (speedometer) format Rapid response to market changes Intelligent smoot
What is TREND VISION PRO TREND VISION PRO is an advanced adaptive multi timeframe Trend Direction Filter, designed to provide a structured, hierarchical and contextual reading of market direction across almost all operational timeframes, in an automatic and coherent way. TREND VISION PRO represents the direct evolution of TREND VISION DAILY. While the DAILY version was intentionally limited to the D1 chart to offer a simple and focused reading, the PRO version extends the same philosophy to a co
Volume Candle Indicator
Pablo Filipe Soares De Almeida
Volume Color Histogram for MetaTrader 5. This indicator displays volume as a histogram in a separate window. The bars are colored based on the direction of the price candle: green for bullish (close > open) and red for bearish (close < open). Key Features Volume source: Tick volume or real volume (user-selectable). Optional moving average line over the volume histogram, which can be enabled via input. Supported average types: SMA, EMA, SMMA, LWMA. Average period is configurable. Compatible with
HTF Power of Three ICT
Antonio Molinaro
5 (2)
HTF Power of Three (ICT) -  MT5 Indicator - Version 1.1 Overview The HTF Power of Three indicator is a professional implementation of the Inner Circle Trader's (ICT) Power of Three concept, inspired by Larry Williams. This indicator visualizes higher timeframe (HTF) candle development in real-time on any lower timeframe chart, making it an essential tool for ICT traders who study institutional price movement patterns. What is Power of Three (PO3)? Power of Three represents a three-staged Smart M
The indicator measures and displays the difference in the number of "Bid" and "Ask"  prices changes in the form of digital, analog and graphic indicators. Designed for market research and for determine the moments of position closing during scalping trade with H1 or less timeframe. Use with bigger timeframe is not prohibited, but it is not informative because of a large number of accumulated values. Theory "Bid" and "Ask" prices do not change simultaneously for most symbols. Often you can see ho
Market Marker MT5
Evgeny Shevtsov
3.8 (5)
The indicator displays peak levels of activity formed by the maximum volume, tracks the correlation of the candles on all timeframes (from the highest to the lowest one). Each volume level is a kind of key trading activity. The most important cluster is inside a month, week, day, hour, etc. Indicator operation features A volume level receives Demand status if the nearest volume level located to the left and above has been broken upwards. A volume level receives Supply status if the nearest volu
Buy Sell Smart
Syamsurizal Dimjati
BUY and SELL smart The BUY and SELL Smart Indicator is a next-generation trading tool engineered for precision scalpers, intraday strategists, and professional analysts who demand both speed and clarity in market visualization. It seamlessly integrates smart candle-based analytics, adaptive ATR logic, and real-time economic event awareness — giving you a fully synchronized view of market volatility and momentum. Through an elegant and optimized interface, FlashScalp delivers   instant signal fee
This indicator allows you to enjoy the two most popular products for analyzing request volumes and market deals at a favorable price: Actual Depth of Market Chart Actual Tick Footprint Volume Chart This product combines the power of both indicators and is provided as a single file. The functionality of Actual COMBO Depth of Market AND Tick Volume Chart is fully identical to the original indicators. You will enjoy the power of these two products combined into the single super-indicator! Below is
Institutional Flow Dashboard is a comprehensive technical analysis tool that combines two powerful methodologies: Volume Profiling and Relative Currency Strength . This all-in-one interface is designed to help traders identify high-liquidity price levels and market momentum in real-time. Key Features: Volume Profile Analysis: Visualizes the distribution of volume across price levels, identifying the Point of Control (POC) and Value Area (VA) . Multi-Currency Strength Meter: Analyses 8 major curr
Buyers of this product also purchase
SuperScalp Pro
Van Minh Nguyen
4.69 (29)
SuperScalp Pro –  Professional Multi-Layer Confluence Scalping System SuperScalp Pro is a professional multi-layer confluence scalping system designed to help traders identify higher-probability opportunities with clearer entry confirmation, ATR-based Stop Loss and Take Profit levels, and flexible signal filtering across XAUUSD, BTCUSD, and major Forex pairs. Full documentation available in the product blog:   [User Guide] Auto trading available via SuperScalp Pro Auto Trader EA:   [Auto Trader
This product was updated for the 2026 market and optimized for the latest MT5 builds . PRICE UPDATE NOTICE: Smart Trend Trading System is currently available for $99. The price will increase to $199 after the next 30 purchases. SPECIAL OFFER:  After purchasing Smart Trend Trading System, send me a private message to claim the Smart Universal EA for FREE and turn your Smart Trend signals into automated trades. Smart Trend Trading System is a complete non-repainting, non-redrawing, and non-laggi
Neuro Poseidon MT5
Daria Rezueva
4.8 (54)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
Price will increase by $20 every 10 buyers to maintain premium value. After purchase, contact via   MQL5 inbox   to receive your buyer kit and bonus. Let's be honest first. No indicator will make you profitable on its own. If someone tells you otherwise, they're selling you a dream. Every indicator that shows perfect buy/sell arrows can be made to look flawless — just zoom into the right window of history and screenshot the winners. We won't do that. SMC Intraday Formula is a tool. It reads the
Trend Sniper X
Sarvarbek Abduvoxobov
5 (6)
Trend Sniper X is a multi-timeframe trend-following indicator for MetaTrader 5 that helps traders identify trend direction and potential reversal points with clarity and precision. Price Information: The current price is promotional and is subject to change as upcoming updates and new features are released. Code2Profit Channel Master the Market with Multi-Timeframe Analysis! Technical Specifications Platform MetaTrader 5 Indicator Type Multi-Timeframe Trend Indicator Operating Timeframe Any char
Welcome to ENTRY IN THE ZONE AND SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a professional trading indicator built on Smart Money Concepts (SMC) , combining market structure analysis with a No Repaint BUY / SELL signal system in a single indicator. It helps traders understand market structure more clearly, identify key price zones, and focus on higher-quality trading opportunities. By combining Multi-Timeframe Analysis , Points of Interest (POIs) , and real-time signals, th
M1 Quantum MT5
Hamed Dehgani
4.56 (9)
Live Trading Signals Using M1 Quantum : Signal  (Trade executed automatically by the Quantum Trade Assistant , included free with this product.) Price Plan: Current Price: $169 (Early Adopter Offer) Next Planned Price: $189 Planned Retail Price: $299 Developer Note:  After your purchase, please contact me to receive the latest  recommended settings (set file) , trading tips, and an invitation to our  VIP Support Group , where you can connect with other M1 Quantum users. FAQ - SETFILES - INSTALL
The legend is back! Entry Points Pro 10. A relaunch of the legendary indicator that held a Top-3 spot on the MQL5 Market for 3 years. Hundreds of rave reviews (589 across two versions), thousands of traders use it every day, 31,000+ demo downloads  across   MT4   +   MT5 . I have read every one of your reviews from the past five years — and instead of promises, I built the answers into version 10. From an author who has been in the market since 1999 and values honesty, his reputation and his cli
Gann Made Easy   is a professional and easy to use Forex trading system which is based on the best principles of trading using the theory of W.D. Gann. The indicator provides accurate BUY and SELL signals including Stop Loss and Take Profit levels. You can trade even on the go using PUSH notifications. PLEASE CONTACT ME AFTER PURCHASE TO GET TRADING  INSTRUCTIONS   AND GREAT EXTRA INDICATORS   FOR FREE! Probably you already   heard   about the Gann trading methods before. Usually the Gann theory
M1 Sniper MT5
Oleg Rodin
5 (4)
M1 SNIPER   is an easy to use trading indicator system. It is an arrow indicator which is designed for M1 time frame. The indicator can be used as a standalone system for scalping on M1 time frame and it can be used as a part of your existing trading system. Though this trading system was designed specifically for trading on M1, it still can be used with other time frames too. Originally I designed this method for trading XAUUSD and BTCUSD. But I find this method helpful in trading other markets
GoldenX Entry MT5
Kareem Abbas
5 (14)
Price will increase by $20 every 10 buyers to maintain premium value. After purchase, contact via   MQL5 inbox   to receive your buyer kit and bonus. You have probably tested dozens of indicators before. But we are not here to be “just another signals indicator.” Behind GoldenX Entry is intensive research & development focused on building sophisticated algorithms designed to adapt to the real behavior of every instrument — not generic signals recycled everywhere else. From advanced Auto Optim
Divergence Bomber
Ihor Otkydach
4.9 (92)
Each buyer of this indicator also receives the following for free: The custom utility "Bomber Utility", which automatically manages every trade, sets Stop Loss and Take Profit levels, and closes trades according to the rules of this strategy Set files for configuring the indicator for various assets Set files for configuring Bomber Utility in the following modes: "Minimum Risk", "Balanced Risk", and "Wait-and-See Strategy" A step-by-step video manual to help you quickly install, configure, and s
Power Candles MT5
Daniel Stein
5 (9)
Power Candles V3 - Self-Optimizing Strength Indicator Power Candles V3 turns currency and instrument strength into an actionable trade plan on every chart it is attached to. Instead of just coloring candles, it runs a live auto-optimization in the background and hands you the best Stop Loss, Take Profit and signal threshold for the symbol in front of you. One click adopts it for live trading - entry, Stop Loss and Take Profit rays appear on the chart at the exact prices, and alerts fire with dir
The  UZFX {SSS} Scalping Smart Signals v4.0 MT5  is a Non Repaint high-performance trading indicator designed for Scalpers, Day Traders, and Swing Traders  who demand accurate, real-time signals in fast-moving markets. Developed by  (UZFX-LABS) , this indicator combines price action analysis, trend confirmation, and smart filtering to generate high-probability  buy and sell signals, Warning Signals, and Trend Continuation Opportunities across all currency pairs and timeframes.  Stop second-guess
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (2)
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
Atomic Analyst MT5
Issam Kassas
4.34 (44)
This product was updated for the 2026 market and optimized for the latest MT5 builds. PRICE UPDATE NOTICE: Atomic Analyst is currently available for $99. The price will increase to $199 after the next 30 purchases . SPECIAL OFFER:  After purchasing Atomic Analyst, send me a private message to claim the Smart Universal EA for FREE and turn your Atomic Analyst signals into automated trades. Atomic Analyst is a non-repainting, non-redrawing, and non-lagging price action trading indicator designed
Axiom Matrix
Issam Kassas
5 (4)
AXIOM MATRIX MT5 LAUNCH PRICE: $99 Axiom Matrix is available at the launch price of $99. The price will increase to $199 after the first 30 purchases. After your purchase, send me a direct message to receive your instructions and claim your exclusive gift bonus. Axiom Matrix is a professional multi-symbol, multi-timeframe market scanner and decision dashboard for MetaTrader 5. It scans your Market Watch, analyzes multiple timeframes, reads multiple evidence engines, compares the strongest opport
Zoryk Gold
Reda El Koutbane
only 2 copies left at the low price of 39 $ . original price 49 $ ZORYK — Advanced XAUUSD Signal System for MetaTrader 5 You know the feeling. You spend time analyzing gold. You wait for the entry. You finally open the trade, and price immediately moves against you. You close too early, move the Stop Loss, or hesitate for a few seconds. Then the market reaches the exact destination you originally expected without you. The direction was not always the problem. The real problem was uncertai
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (5)
A new King in town - Indicator + Order management indications(tp1+tp2+tp3) + Optional Telegram Signal sender   INCLUDED (FREE) ( FULL TRADING  and SIGNAL SYSTEM ) Our best EA for Gold: Gold Slayer  This indicator includes an advanced Strategy, a trading system with customisable order management and a mean reversion system that combines envelope extensions, backed by multiple intelligent confirmation filters like RSI to catch high probability reversal entries with BUY and SELL signals . The indi
Currency Strength Wizard   is a very powerful indicator that provides you with all-in-one solution for successful trading. The indicator calculates the power of this or that forex pair using the data of all currencies on multiple time frames. This data is represented in a form of easy to use currency index and currency power lines which you can use to see the power of this or that currency. All you need is attach the indicator to the chart you want to trade and the indicator will show you real s
This product was   updated   for the   2026 market   and   optimized   for the   latest MT5 builds . PRICE UPDATEe NOTICE: Smart Price Action Concepts   is currently available for $200. The price will   increase to $299   after the next   30 purchases. SPECIAL OFFER:  After purchasing , send me a private message to claim FREE Bonus + Gift. First of all Its worth emphasizing here that this Trading Tool is Non Repainting , Non Redrawing and Non Lagging Indicator , Which makes it ideal for profe
Quantum TrendPulse
Bogdan Ion Puscasu
5 (25)
Introducing Quantum TrendPulse , the ultimate trading tool that combines the power of SuperTrend , RSI , and Stochastic into one comprehensive indicator to maximize your trading potential. Designed for traders who seek precision and efficiency, this indicator helps you identify market trends, momentum shifts, and optimal entry and exit points with confidence. Key Features: SuperTrend Integration: Easily follow the prevailing market trend and ride the wave of profitability. RSI Precision: Detect
IX Power MT5
Daniel Stein
4.92 (13)
IX Power: Unlock Market Insights for Indices, Commodities, Cryptos, and Forex Overview IX Power is a versatile tool designed to analyze the strength of indices, commodities, cryptocurrencies, and forex symbols. While FX Power offers the highest precision for forex pairs by leveraging all available currency pair data, IX Power focuses exclusively on the underlying symbol’s market data. This makes IX Power an excellent choice for non-forex markets and a reliable option for forex charts when deta
Gold Scalper Pro PSAR ADX Dashboard MT5 Professional Multi-Timeframe Trading Indicator with Advanced Signal Detection Overview The Parabolic SAR V3 + ADX is a sophisticated technical analysis indicator that combines the trend-following capabilities of the Parabolic Stop and Reverse (PSAR) with the momentum strength measurement of the Average Directional Index (ADX). This enhanced version features pair-specific optimization, a multi-language alert system, and a comprehensive multi-timeframe dashb
KAMA Confluence Engine Scans all pairs in the market simultaneously! See only the strong moves. Trade with confidence. No noise, no guessing. KAMA is built to show you only what matters: the real direction of the market, confirmed by volume and by several timeframes at once. Everything else, stays filtered out. You open the chart and instantly see where the market is going, how strong the move is, where to enter, where your stop belongs and where your targets are. Ready to trade. Why traders
Smc Pro ToolKit
Talal N Z Aljarusha
5 (3)
SMC Pro ToolKit  is a professional chart-based Smart Money Concepts indicator for MetaTrader 5. It helps traders read market structure, identify key liquidity areas, organize trade context, and plan setups directly from the chart. This is not a simple buy/sell arrow indicator. It is a complete visual trading toolkit that combines Smart Money Concepts, multi-timeframe analysis, session context, setup planning, risk assistance, and professional dashboard tools in one clean workspace. Watch setup
Quant Direction MT5
Georgios Kalomoiropoulos
Quant Direction is a 3 dimensional market analysis tool. It provides a purely objective, algorithmic view of the market by calculating exact percentage-based biases across multiple dimensions simultaneously. Developed utilizing advanced AI modeling tools and subjected to thorough testing, this algorithm is engineered to read the market with unique precision. It can analyze any currency pair or financial instrument available on your platform.  Quant Direction is the ideal tool whether you are a S
Btmm state engine pro
Garry James Goodchild
5 (4)
BTMM State Engine Pro is a MetaTrader 5 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
FX Power MT5 NG
Daniel Stein
5 (33)
FX Power: Analyze Currency Strength for Smarter Trading Decisions Overview FX Power is your go-to tool for understanding the real strength of currencies and Gold in any market condition. By identifying strong currencies to buy and weak ones to sell, FX Power simplifies trading decisions and uncovers high-probability opportunities. Whether you’re looking to follow trends or anticipate reversals using extreme delta values, this tool adapts seamlessly to your trading style. Don’t just trade—trade
More from author
Gold Seasonality Pro
Elvin Entero Tomolin
**Product Name:** Gold Seasonality Pro (Auto Fibonacci) **Headline:** Automate the "Smart Money" Seasonal Strategy for Gold (XAUUSD). **Overview** Stop guessing where Gold will reverse. History shows that **March** and **October** are the two most powerful months for institutional trend changes. **Gold Seasonality Pro** automatically scans for these key months, analyzes the buying or selling pressure, and draws the exact Fibonacci "Sweet Spot" levels for you. It turns 45 years of statistical dat
# Product Name: SamuraiFX Momentum Hunter **Current Version:** 4.0 (Smart Validation Update) **Category:** Trend / Oscillators / Fractals **Timeframes:** M15, H1, H4, D1 (Recommended) ### ️ Trade with Discipline. Eliminate the Noise. **SamuraiFX Momentum Hunter** is not just another arrow indicator. It is a complete trading system that combines the momentum of the **Awesome Oscillator (AO)** and **Accelerator Oscillator (AC)** with the structural precision of **Fractals**. Most indicators flo
Zonar Breakout System
Elvin Entero Tomolin
**Zonar** is a professional-grade trading assistant designed to automate the **Opening Range Breakout (ORB)** strategy. Unlike standard indicators, Zonar uses a "Smart-Align" engine that automatically detects the true market open for **Any Instrument** (Gold, US30, NASDAQ, Forex, or Stocks) without manual timezone adjustments. It combines volatility analysis (ATR), Smart Money Concepts (FVG/OB), and Daily Sentiment levels to provide a complete, data-driven trading system on a clean chart. ### **
SamuraiFX Pro Volume Profile
Elvin Entero Tomolin
5 (1)
# Product Name: SamuraiFX Pro Volume Profile & Signals (MT5) **Stop Trading Blindly. See Where the "Smart Money" is Moving. ** Most indicators only tell you *when* price moved. **SamuraiFX Pro** reveals *where* the volume actually is. This institutional-grade tool combines **Volume Profile**, **VWAP**, and **Price Action Analysis** into one clean, non-repainting chart overlay. It automatically detects the daily market structure and provides high-probability **Buy & Sell arrows** based on institu
Zonar Smart Analysis
Elvin Entero Tomolin
**Zonar Smart Analysis** is a complete "Smart Money" trading system designed for MetaTrader 5. It automates the classic **Opening Range Breakout (ORB)** strategy while filtering false signals using advanced Price Action algorithms (Wick Rejection & Swing Analysis). Stop guessing where the session is going. Let Zonar draw the zones, identify the breakout, and highlight institutional Order Blocks for maximum confluence. ### Key Features * **Automated ORB Box:** Automatically detects the Market
SamuraiFX PD Volume Dashboard
Elvin Entero Tomolin
5 (1)
# SamuraiFX Volume & Zones – Quick Reference Guide ### 1. The Zones (Where to Trade) * **Premium Zone (Top/Pink):** Expensive prices. Institutional **Selling** area. * **Discount Zone (Bottom/Green):** Cheap prices. Institutional **Buying** area. * **Equilibrium (Middle Blue Line):** Fair value. 50% of the day's range. ### 2. The Dashboard (The Trend Filter) *Check the Dashboard before taking any trade. It tells you who controls the zone.* | Zone | Dominance | Status | Action | | :--
Good Vs Bad Breakout
Elvin Entero Tomolin
### What is this Indicator? This is a **Session Breakout & Reversal Tool** based on **ICT/Smart Money Concepts (SMC)**. It identifies false breakouts ("Judas Swings") of the Asian Session range to catch high-probability reversals during the London/New York sessions. --- ### Visual Legend (What you see on the chart) | Visual Element | Color | Meaning | | :--- | :--- | :--- | | **Blue Box** | Aqua | **Asian Session** (The reference range). | | **Purple Box** | Lavender | **London Session**
**SamuraiFX Ultimate Cycle Patterns** is a professional-grade intraday trading system designed to map out algorithmic price delivery. Tailored specifically for highly volatile assets like Gold (XAUUSD), this indicator abandons traditional lagging oscillators (like RSI or MACD) and instead focuses entirely on **Time, Market Structure, and Liquidity**. Built on Smart Money Concepts (SMC) and inner circle trading methodologies, the indicator automatically maps daily biases, session liquidity pools
Awesome Supply Demand Levels   is a dual-module technical analysis tool designed for MetaTrader 5. It integrates advanced Smart Money Concepts (SMC) structure tracking with momentum-derived Support and Resistance levels to help traders identify key supply, demand, and pivot zones on a single chart. The indicator consists of two independent, non-repaint modules that run together to provide a clean overview of market structure and dynamic price reactions. Key Features 1. Smart Money Concepts (SMC)
UnifiedSMCSuitePro
Elvin Entero Tomolin
# SMC Suite Pro — Smart Money Concepts & Trend Analysis Workspace **SMC Suite Pro** is an institutional-grade, all-in-one market structure and trend analysis toolkit for MetaTrader 5. By consolidating three powerful analytical methods into a single system, it provides a comprehensive view of market trends, key liquidity zones, and structural breakouts without cluttering your workspace. Unlike traditional indicators that can severely lag your platform, **SMC Suite Pro** has been built from the
Filter:
No reviews
Reply to review