Hidden Markov Model 4

HMM4 Indicator Documentation HMM4 Indicator Documentation

Introduction

The HMM4 indicator is a powerful technical analysis tool that uses a 4-Gaussian Hidden Markov Model (HMM) to identify market regimes and predict potential market direction. This indicator applies advanced statistical methods to price data, allowing traders to recognize bull and bear market conditions with greater accuracy.

The indicator displays a stacked line chart in a separate window, representing the mixture weights of four different Gaussian components. These weights provide valuable insights into the current market state and can be used to make informed trading decisions.

Theoretical Background

Hidden Markov Models and Gaussian Mixtures

A Hidden Markov Model (HMM) is a statistical model where the system being modeled is assumed to be a Markov process with unobservable (hidden) states. In financial markets, these hidden states can represent different market regimes such as bull markets, bear markets, and transitional phases.

The HMM4 indicator uses a continuous HMM with a Gaussian mixture model. This approach models the price data as a mixture of four Gaussian (normal) distributions, each representing a different market state. The key advantage of this approach is that it can model non-normal distributions that are commonly observed in financial time series.

Market Regimes and Weight Interpretation

The four Gaussian components in the model can be interpreted as different market regimes:

  1. Bear State - Associated with increasing volatility and often negative price movement
  2. Transition Bear - Transitional phase moving toward bearish conditions
  3. Transition Bull - Transitional phase moving toward bullish conditions
  4. Bull State - Associated with decreasing volatility and often positive price movement

The weights of these components represent the probability of the market being in each state. These weights always sum to 1 (or 100%), making them easy to interpret as percentages.

Bull/Bear Market Identification

A key insight for trading is that the cumulative weight of the first two components (weight1+weight2) can be used to identify bull and bear markets:

  • When weight1+weight2 > 50%, this indicates a bull market
  • When weight1+weight2 < 50%, this indicates a bear market

This simple rule provides a clear signal for potential market direction and can be used as part of a trading strategy.

Indicator Features

Visual Representation

The HMM4 indicator displays a stacked line chart in a separate window with five plots:

  1. Weight Zero (bottom layer, lime color) - Always 0, serves as the baseline
  2. Weight 1 (green color) - First component weight
  3. Weight 1+2 (dark green color) - Cumulative sum of first and second component weights
  4. Weight 1+2+3 (dark red color) - Cumulative sum of first, second, and third component weights
  5. Weight 1+2+3+4 (red color) - Always 1.0, as all weights sum to 1

Sorting Mechanism

The indicator sorts the Gaussian components based on the product of their means and variances (μ·σ²). This sorting ensures consistent identification of the states across different time periods, with the most positive means with the biggest standard deviations ranked first (most bearish) and the most negative means ranked last (most bullish).

Input Parameters

The HMM4 indicator has the following input parameters:

  • TrainingBars (default: 100) - Number of bars to use for training the model. If fewer bars are available, the indicator will use all available data.
  • EMIterations (default: 10) - Number of iterations for the Expectation-Maximization algorithm. Higher values may provide more accurate results but take longer to calculate.
  • StartBarsAgo (default: 1000) - Number of bars ago to start the calculation. This determines the initial historical data used.
  • UseFixedStartPoint (default: false) - When true, the indicator uses a fixed start point for training data. When false, it uses a sliding window approach.
  • LineWidth (default: 1) - Width of the lines in the subplot. Adjust this value (1-5 recommended) to change the thickness of the displayed lines.

Trading Applications

Market Regime Identification

The primary use of the HMM4 indicator is to identify the current market regime. By observing the stacked weights, traders can determine whether the market is in a bullish or bearish state.

Trading Signals

The indicator can be used to generate trading signals based on the cumulative weights:

  1. Bull Market Signal - When the cumulative weight of the first two components (Weight 1+2) exceeds 50%, this suggests a bullish market environment. Traders might consider long positions or holding existing long positions.
  2. Bear Market Signal - When the cumulative weight of the first two components falls below 50%, this suggests a bearish market environment. Traders might consider short positions or reducing exposure to the market.

Integration with Other Indicators

For best results, the HMM4 indicator should be used in conjunction with other technical indicators and price action analysis. It works well as a confirmation tool for trend-following strategies and can help identify potential market turning points.

Technical Implementation

EM Algorithm

The indicator uses the Expectation-Maximization (EM) algorithm, specifically a simplified Baum-Welch style algorithm, to train the Hidden Markov Model. This iterative algorithm finds the maximum likelihood estimates of the model parameters.

Retraining Process

The indicator retrains on each new bar by accumulating data. This adaptive approach allows the model to evolve as market conditions change, providing up-to-date insights into the current market regime.

Global Published Values for EA Access

The indicator provides global published values with the HMM4_ prefix that can be accessed by Expert Advisors (EAs). These values represent the most recent calculated weights and are updated on each new bar:

  • HMM4_Weight1 - First component weight
  • HMM4_Weight2 - Second component weight
  • HMM4_Weight3 - Third component weight
  • HMM4_Weight4 - Fourth component weight
  • HMM4_CumWeight1 - Cumulative weight 1 (same as Weight1)
  • HMM4_CumWeight2 - Cumulative weight 1+2
  • HMM4_CumWeight3 - Cumulative weight 1+2+3

EAs can access these values directly when the indicator is included in the EA's chart. This allows for easy implementation of automated trading strategies based on the HMM4 indicator's market regime identification. For example, an EA could implement a simple strategy that goes long when HMM4_CumWeight2 > 0.5 (bull market) and short when HMM4_CumWeight2 < 0.5 (bear market).

Calculation Process

For each bar in the calculation range:

  1. The indicator determines the training window based on the UseFixedStartPoint parameter
  2. It creates a temporary array for the training window and fills it with close prices
  3. The HMM training is run on this window to determine the mixture weights
  4. The weights are sorted based on the product of means and variances
  5. The indicator buffers are updated with the cumulative weights for the stacked line plot

Comparison with VIX

While the original research for this model was applied to the VIX (CBOE Volatility Index), the HMM4 indicator can be applied to any financial instrument. The advantage of this approach is that it doesn't require a specific volatility index like the VIX to identify market regimes.

The indicator directly analyzes price data to identify different market states, making it applicable to any market including forex, commodities, stocks, and indices. This versatility makes it a valuable tool for traders across different markets.

Conclusion

The HMM4 indicator provides a sophisticated statistical approach to market analysis. By modeling price data as a mixture of Gaussian distributions, it can identify different market regimes and provide valuable insights for trading decisions.

The key advantage of this indicator is its ability to quantify the probability of the market being in different states, with a simple rule for identifying bull and bear markets based on the cumulative weights. This makes it a powerful tool for both discretionary and systematic traders.

By adjusting the input parameters and combining the indicator with other technical analysis tools, traders can develop robust trading strategies that adapt to changing market conditions.



Recommended products
Advanced MT5 Indicator: Precision-Powered with Pivot Points, MAs & Multi-Timeframe Logic Unlock the full potential of your trading strategy with this precision-engineered MetaTrader 5 indicator —an advanced tool that intelligently blends Pivot Points , Adaptive Moving Averages , and Multi-Timeframe Analysis to generate real-time Buy and Sell signals with high accuracy.    If you want to test on Real Market, Let me know. I will give the Demo file to run on Real Account.    Whether you're a scal
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
RBreaker
Zhong Long Wu
RBreaker Gold Indicators is a short-term intraday trading strategy for gold futures that combines trend following and intraday reversal approaches. It not only captures profits during trending markets but also enables timely profit-taking and counter-trend trading during market reversals. This strategy has been ranked among the top ten most profitable trading strategies by the American magazine   Futures Truth   for 15 consecutive years. It boasts a long lifecycle and remains widely used and st
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
Level Volume Pro
John Samfel Bucton Josol
HAT IT DOES   MONTHLY HIGH & LOW — AUTO-DRAWN EVERY MONTH Draws the High and Low of every month for the current year (or any year you set). Each level extends as a horizontal ray into the future so you always see where price is reacting to historical monthly extremes. Color-coded (blue = high, red = low), labeled (JAN HIGH, FEB LOW etc.), fully customizable width and style. Toggle individual months on or off.   WEEKLY HIGH & LOW
Fit line supports to extrapolation next movement of market, support for buy/sell decision. Indicator using spline algorithm to extrapolation.  You can change number of spline with parameter "PointsNumber" and number of extrapolation point with "ExtrapolateBars". Eextrapolation points will be save into csv format, with prefix in parameter "PointsPrefix", and store in folder File of Data Folder.
TRI Visualizer
Yoshimi Mon 三 Ura
TRI Visualizer MT5 – Thermodynamic Market Analysis Overview The TRI (Thermal Range Indicator) Visualizer Enhanced is a rare market analysis indicator that goes beyond conventional technical analysis, applying principles of thermodynamics from physics. It interprets market price fluctuations as “thermodynamic energy,” enabling the highly accurate detection of subtle market changes that are often overlooked. Innovative Mechanisms 1. Dual Calculation Engines Classic TRI Mode Formula: |Close
Donchian Breakout And Rsi
Mattia Impicciatore
4.5 (2)
General Description This indicator is an enhanced version of the classic Donchian Channel , upgraded with practical trading functions. In addition to the standard three lines (high, low, and middle), the system detects breakouts and displays them visually with arrows on the chart, showing only the line opposite to the current trend direction for a cleaner view. The indicator includes: Visual signals : colored arrows on breakout Automatic notifications : popup, push, and email RSI filter : to val
FREE
Premium level is a unique indicator with more than 80% accuracy of correct predictions! This indicator has been tested for more than two months by the best Trading Specialists! The author's indicator you will not find anywhere else! From the screenshots you can see for yourself the accuracy of this tool! 1 is great for trading binary options with an expiration time of 1 candle. 2 works on all currency pairs, stocks, commodities, cryptocurrencies Instructions: As soon as the red arrow app
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
The Average Directional Index(ADX) Multicurrency Scanner MT5 is an advanced trading indicator designed to analyze multiple currency pairs simultaneously. It benefits traders looking to enhance their decision-making process by providing real-time signals based on the Average Directional Index, allowing for efficient market trend analysis. This tool streamlines the trading experience by simplifying the identification of trend strength and directional movement, making it an essential asset for trad
KT Renko Patterns MT5
KEENBASE SOFTWARE SOLUTIONS
KT Renko Patterns scans the Renko chart brick by brick to find some famous chart patterns that are frequently used by traders across the various financial markets. Compared to the time-based charts, patterns based trading is easier and more evident on Renko charts due to their uncluttered appearance. KT Renko Patterns features multiple Renko patterns, and many of these patterns are extensively explained in the book titled Profitable Trading with Renko Charts by Prashant Shah. A 100% automated
The   Trendlines Oscillator   helps traders identify trends and momentum based on the normalized distances between the current price and the most recently detected bullish and bearish trend lines. The indicator features bullish and bearish momentum, a signal line with crossings, and multiple smoothing options. USAGE The   Trendlines Oscillator   works by systematically: Identifying pivot highs and lows. Connecting pivots to form bullish (support) and bearish (resistance) trendlines. Measuring
Buy Sell Chill Indicator
Santino Emanuele Ventre
Take the stress out of trading with the Buy Sell Chill Indicator —your ultimate companion for effortless trend identification. This easy-to-use tool gives you a clear visual arrow to show the direction the market is about to take, making trading decisions as simple and "chill" as possible. Why Choose the Buy Sell Chill Indicator? Relaxed and Intuitive : Designed to make trading less stressful and more enjoyable by giving you straightforward signals with no clutter. Customizable Features : ATR Pe
RBM Delta Gold
Renato Brendim Medici
Gold does not move only because of price. It moves because of aggression, imbalance, and market flow. The Delta Indicator was created to reveal exactly that. The RBM Trader Delta Indicator for XAUUSD identifies the difference between aggressive buyers and sellers, helping traders detect real market pressure before the movement becomes obvious on the chart. While most traders focus only on candles, Delta shows what is happening behind price action. This indicator was specially developed for
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.6 (35)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
SophieSMC One is a premium Smart Money Concepts indicator designed specifically for XAUUSD (Gold) traders who want a cleaner, more structured and institutional approach to the market. Built around real market structure concepts, SophieSMC One combines multiple Smart Money Concepts tools into one powerful and visually clean trading system for MetaTrader 5. FEATURES: • BOS & CHoCH market structure detection • Fair Value Gap (FVG) identification • Liquidity sweep visualization • Order Block recog
High Low Open Close
Alexandre Borela
4.98 (44)
If you like this project, leave a 5 star review. This indicator draws the open, high, low and closing prices for the specified period and it can be adjusted for a specific timezone. These are important levels looked by many institutional and professional traders and can be useful for you to know the places where they might be more active. The available periods are: Previous Day. Previous Week. Previous Month. Previous Quarter. Previous year. Or: Current Day. Current Week. Current Month. Current
FREE
The SMC Venom Model BPR indicator is a professional tool for traders working within the Smart Money (SMC) concept. It automatically identifies two key patterns on the price chart: FVG   (Fair Value Gap) is a combination of three candles, in which there is a gap between the first and third candles. It forms a zone between levels where there is no volume support, which often leads to a price correction. BPR   (Balanced Price Range) is a combination of two FVG patterns that form a “bridge” - a zon
Renko System
Marco Montemari
This indicator can be considered as a trading system. It offers a different view to see the currency pair: full timeless indicator, can be used for manual trading or for automatized trading with some expert advisor. When the price reaches a threshold a new block is created according to the set mode. The indicator beside the Renko bars, shows also 3 moving averages. Features renko mode median renko custom median renko 3 moving averages wicks datetime indicator for each block custom notification
Build Your Own High-Frequency Trading EA with Quantum Flash with prop firm inputs included. Note this will build a number of combinations. You will need to develop further if you want it different. This is good for traders who want to get into development and need a starting point.   There are an astronomical number of total combinations the generator will create this combined with optimization including all inputs.  Read here for detail:  https://www.mql5.com/en/blogs/post/759287 We’ve all hear
HAS RSI Signal — Professional Trend Indicator with SL/TP Calculation HAS RSI Signal is a powerful trading tool that combines time-tested classics with modern noise-filtering algorithms. The indicator analyzes the market through the prism of Heiken Ashi Smoothed candles and the RSI oscillator, providing clear entry signals at trend reversals or when exiting overbought/oversold zones. Key Advantages: Double Filtration: Using Heiken Ashi Smoothed eliminates market "noise," while RSI confirms the mo
Full Description of the WPRV2 Indicator The WPRV2 indicator is an enhanced version of the classic technical analysis tool known as Williams' Percentage Range (%R). It is primarily used in financial markets such as stock exchanges, Forex, and cryptocurrency platforms to analyze market trends and identify optimal entry and exit points for trades. Purpose of the Indicator The main goal of the WPRV2 indicator is to measure the current price relative to its recent high and low extremes. This helps t
The indicator displays a matrix of indicators across multiple timeframes with a sum total and optional alert. Custom indicators can also be added to the matrix, in a highly configurable way. The alert threshold can be set to say what percentage of indicators need to be in agreement for an alert to happen. The alerts can turned on/off via on chart tick boxes and can be set to notify to mobile or sent to email, in addition to pop-up. The product offers a great way to create an alert when multiple
Best SAR MT5
Ashkan Hazegh Nikrou
4.33 (3)
Description :  we are happy to introduce our new free indicator based on one of professional and popular indicators in forex market (Parabolic SAR) this indicator is new modification on original Parabolic SAR indicator, in pro SAR indicator you can see cross over between dots and price chart, this crossover is not signal but talk about end of movement potential, you can start buy by new blue dot, and place stop loss one atr before first blue dot, and finally you can exit as soon as dots cross p
FREE
##   ONLY GOLD ##   Тiльки Золото ## **Mercaria Professional Trading Zones - Complete Guide** ## **Mercaria Professional Trading Zones - Повний посібник** ### **How Mercaria Zones Work / Як працюють зони Mercaria** **English:** Mercaria Zones is an advanced trading indicator that identifies high-probability support and resistance areas using ZigZag extremes combined with mathematical zone calculations. The indicator works on multiple timeframes simultaneously, providing a comprehensive view
Protocol
Vincent Georges David Ferrier
PROTOCOL - Institutional Liquidity Grab & SMC Elite Liquidity Grab & Advanced SMC Execution ( MT4 Available here ) Dynamic Trend Sniper MT5 (available here) LIMITED RELEASE & PRICING NOTICE Launch Special: Available for $299 USD for the first 7 days only . After this period, the price will strictly increase to $399 USD. Prop Firm Protection Protocol: Major Prop Firms enforce strict copy-trading and trade-crowding policies. To protect the statistical edge of this algorithm and ensure our
Ultimate Boom and Crash Indicator The Ultimate Boom and Crash Indicator is a cutting-edge tool developed by  Coetsee Digital , designed to identify potential spike opportunities in the market. Crafted for traders focusing on Deriv and Weltrade synthetic markets, this indicator is optimized to operate exclusively on the 3-minute (M3), 5-minute (M5), 15-minute (M15), 30-minute (M30), and 1-hour (H1) timeframes and supports only the following pairs: PainX 1200, PainX 999, PainX 800, PainX 600, Pai
The indicator shows harmonic patterns on the chart without repainting with the minimum possible lag. The search for indicator tops is based on the wave principle of price analysis. Advanced settings allow you to choose parameters for your trading style. At the opening of a candle (bar), when a new pattern is formed, an arrow of the probable direction of the price movement is fixed, which remains unchanged. The indicator recognizes the following patterns and their varieties: ABCD, Gartley (Butter
QM Pattern Scanner MT5
Reza Aghajanpour
5 (4)
Contact me  to send you instruction and add you in group. QM (Quasimodo) Pattern is based on Read The Market(RTM) concepts. The purpose of this model is to face the big players of the market (financial institutions and banks), As you know in financial markets, big traders try to fool small traders, but RTM prevent traders from getting trapped. This style is formed in terms of price candles and presented according to market supply and demand areas and no price oscillator is used in it. RTM conc
Buyers of this product also purchase
Neuro Poseidon MT5
Daria Rezueva
4.94 (16)
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
SuperScalp Pro
Van Minh Nguyen
4.65 (26)
SuperScalp Pro – Advanced Multi-Filter Scalping Indicator System SuperScalp Pro is an advanced scalping indicator that combines the classic Supertrend with multiple intelligent confirmation filters to help identify trading opportunities. It works efficiently across multiple timeframes from M1 to H4, with optimized performance on XAUUSD, BTCUSD, and major Forex pairs. The indicator provides clear Buy and Sell signals, along with automatically calculated entry price, stop loss, and take profit lev
Divergence Bomber
Ihor Otkydach
4.9 (89)
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
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 market structure for you, maps the highest-probability price zones, and tells you exactly what the smart money footprint looks like right now — in pl
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
ScalpPoint
Temirlan Kdyrkhan
ScalpPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or emai
SmartScalping
Temirlan Kdyrkhan
SmartScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
Power Candles MT5
Daniel Stein
5 (8)
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
SignalTech MT5 is an unique fully rule based trading system for EURUSD, USDCHF, USDJPY, AUDUSD, NZDUSD, EURJPY, AUDJPY, NZDJPY, CADJPY.  All the winning trades with chart setups are published on the comments page. 2026-05 4107 Pips (Until 05-29 NY Closed) 2026-04 2243 Pips 2026-03 2165 Pips 2026-02 2937 Pips 2026-01 2624 Pips 2025-12 1174 Pips It can generate signals with Buy/Sell Arrows and Pop-Up/Sound Alerts. Each signal has clear Entry and Stop Loss levels, which should be automatically flag
TrendProMaster
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
MasterTrend
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
Introducing   Quantum Breakout PRO , the groundbreaking MQL5 Indicator that's transforming the way you trade Breakout Zones! Developed by a team of experienced traders with trading experience of over 13 years,   Quantum Breakout PRO   is designed to propel your trading journey to new heights with its innovative and dynamic breakout zone strategy. Quantum Breakout Indicator will give you signal arrows on breakout zones with 5 profit target zones and stop loss suggestion based on the breakout b
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
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
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Synthetic Fractal Structure and Confirmed Entries for MT5 Overview Azimuth Pro is a multi-level swing structure indicator by Merkava Labs . Four nested swing layers, swing-anchored VWAP, ABC pattern detection, three-timeframe structural filtering, and closed-bar confirmed entries — one chart, one workflow from micro-swings to macro-cycles. This is not a blind signal product. It is a structure-first workflow for traders who care about location, context, and timing. V2 Launch Offe
FX Trend MT5 NG
Daniel Stein
5 (6)
FX Trend NG: The Next Generation Multi-Market Trend Intelligence Overview FX Trend NG is a professional multi-timeframe trend and market monitoring tool designed to give you a complete structural overview of the market in seconds. Instead of switching between dozens of charts, you instantly see which symbols are trending, where momentum is fading, and where strong alignment exists across timeframes. This tool is part of the Stein Investments ecosystem - 18+ tools plus Max, your 1-on-1 AI tradi
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
M30/H1/H4 Swing Version Available Want to catch the big moves that M5/M15 can't reach? Gold Signal Swing Pro (M30/H1/H4) is now available. Target $20-$80+ per trade. https://www.mql5.com/en/market/product/177643 KURAMA GOLD SIGNAL PRO (MT5) — 7-Layer Filter XAUUSD Complete Trading System No repaint. No redraw. No lag. Every signal stays fixed once confirmed. Buyer bonus: Anyone who purchases the buy-out license gets AI Zone Radar ($59 value) + PDF m
RelicusRoad Pro MT5
Relicus LLC
4.96 (24)
RelicusRoad Pro: Quantitative Market Operating System 70% OFF LIFETIME ACCESS (LIMITED TIME) - JOIN 2,000+ TRADERS Why do most traders fail even with "perfect" indicators? Because they trade Single Concepts in a vacuum. A signal without context is a gamble. To win consistently, you need CONFLUENCE . RelicusRoad Pro is not a simple arrow indicator. It is a complete Quantitative Market Ecosystem . It maps the "Fair Value Road" price travels on, distinguishing between random noise and true structur
Trend Catcher ind mt5
Ramil Minniakhmetov
5 (4)
TREND CATCHER INDICATOR Trend Catcher Indicator analyzes market price movements, using a combination of the author’s proprietary and customized adaptive trend-analysis indicators.  It identifies the true market direction by filtering out short-term noise and focusing on underlying momentum strength, volatility expansion, and price structure behavior.  It also uses a combination of smoothing and trend-filtering customized indicators such as moving averages, RSI, and volatility filters.   Real ope
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
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.21 (33)
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
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (4)
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 . You will
Market Structure Order Block Dashboard MT5 is an MT5 indicator designed for traders who want to read market structure and the main price reaction zones directly on the chart. It combines BOS, ChoCH, Order Blocks, Fair Value Gaps (FVG), Liquidity, Kill Zones, Volume Profile, and a compact dashboard for quick analysis. This indicator targets traders who use market structure, ICT and Smart Money concepts as a decision framework. It can help spot trend continuations, possible reversals, price imbala
Smart Structure Concepts MT5
Cristhian Alexander Gaibor Cuasquer
5 (1)
LAUNCH PRICE — LIMITED COPIES AT THIS PRICE Current price: $50. Final price: $100. The price increases every 25 sales. Buy now to keep the lowest price. This is not just another structure indicator that draws zones and leaves you guessing. Smart Structure Concepts reads the market for you, marking Smart Money Concepts (SMC / ICT) structure in real time on XAUUSD (Gold), Forex, Indices, Crypto and any other market. Forget going into the inputs to configure every zone: with its interactive dashbo
FX Levels MT5
Daniel Stein
5 (14)
FX Levels: Exceptionally Accurate Support & Resistance for All Markets Quick Overview Looking for a reliable way to pinpoint support and resistance levels across any market—currencies, indices, stocks, or commodities? FX Levels merges our traditional “Lighthouse” method with a forward-thinking dynamic approach, offering near-universal accuracy. By drawing from real-world broker experience and automated daily plus real-time updates, FX Levels helps you identify reversal points, set profit targe
Trend Forecaster
Alexey Minkov
5 (7)
Trend Forecaster – Since 2023. The Trend Forecaster indicator utilizes a unique proprietary algorithm to determine entry points for a breakout trading strategy. The indicator identifies price clusters, analyzes price movement near levels, and provides a signal when the price breaks through a level. The Trend Forecaster indicator is suitable for all financial assets, including currencies (Forex), metals, stocks, indices, and cryptocurrencies. You can also adjust the indicator to work on any time
Stratos Pali mt5
Michela Russo
4.5 (8)
Stratos Pali Indicator is a revolutionary tool designed to enhance your trading strategy by accurately identifying market trends. This sophisticated indicator uses a unique algorithm to generate a complete histogram, which records when the trend is Long or Short. When a trend reversal occurs, an arrow appears, indicating the new direction of the trend. Important Information Revealed Leave a review and contact me via mql5 message to receive My Top 5 set files for Stratos Pali at no cost ! Down
Trend Screener Pro MT5
STE S.S.COMPANY
4.85 (104)
Trend Screener Indicator --Professional Trend Trading & Market Scanning System for MetaTrader Unlock the true power of trend trading with Trend Screener Indicator — a complete multi-currency, multi-timeframe trend analysis solution powered by Fuzzy Logic,Trend Pulse Technology  and advanced market structure algorithms.   Trend Screener transforms your MetaTrader platform into a professional-grade Trend Analyzer and Market Scanner, helping you identify high-probability trend opportunities, early
More from author
# Power Assisted Trend Following Indicator ## Overview The PowerIndicator is an implementation of the "Power Assisted Trend Following" methodology developed by Dr. Andreas A. Aigner and Walter Schrabmair. This indicator builds upon and improves J. Welles Wilder's trend following concepts by applying principles from signal analysis to financial markets. The core insight of this indicator is that successful trend following requires price movements to exceed a certain threshold (typically a mul
FREE
A Trend Following Indicator that switches directions based on a Stop-and-Reverse Price (based on Wilders algorithm) and in parallel a Stop-Loss that contracts when the profit exceeds the risk capital ( ACC*ATR ) progressively up to user defined max % level ( AF_MAX ). The basis of this indicator is the Volatility method described in Wilders book from 1975 "New Concepts in Technical Trading Systems".  I have used this on Crypto and Stocks and Forex. The ACC (Acceleration Factor) is setup to run
# Optimised Wilders Trend Following AutoAdjusting VixControlled Expert Advisor ## Overview The Optimised Wilders Trend Following AutoAdjusting VixControlled Expert Advisor is an advanced trading system for MetaTrader 5 that implements a sophisticated trend following strategy based on Welles Wilder's concepts, enhanced with modern risk management techniques. This EA combines multiple innovative features to adapt to changing market conditions while maintaining strict risk control parameters. #
Filter:
No reviews
Reply to review