Trend Survival Rate

Trend Survival Rate for MetaTrader 5 — a market regime indicator that measures how often the current trend state has survived to the next bar, and scores its own forecast

Trend survival rate, market state classification and a live Brier forecast score, in one MT5 indicator window. It measures the buying and selling pressure behind the current move, classifies that into a market state, and reports how often that state has survived to the next bar — then grades its own forecast against what actually happened.

Most indicators tell you what conditions are. This one also tells you how often that reading has been followed by more of the same, and how well it has been doing lately.

A free version is available: Trend Survival States. It draws the identical pressures, spread, bands and five-state classification — the survival rate and the forecast score are what this paid version adds. Both can run on the same chart at the same time.

How it works

Two pressure components are computed from price: an upper envelope and a lower one, each measured over a lookback window. The difference between them is the spread, and its sign says which side is dominant. Adaptive standard-deviation bands over the spread say whether that dominance is ordinary or unusual for this instrument.

Sign and bands together classify every completed bar into one of five states: strong bull, weak bull, neutral, weak bear, strong bear. The sign decides direction; the bands decide conviction.

A note on the envelope mapping, because it is counter-intuitive and worth stating: the upper envelope is a ceiling that sits far above price during a downtrend, so its variance measures bear pressure. The lower envelope is a floor that lags below price during an uptrend, so it measures bull pressure. The crossed mapping is deliberate and correct.

Input series is close . Not high/low — the extremes already capture excursion, and using high/low would double-count it. Stated here so the values can be reproduced.

The survival rate

For the state the market is in now, the indicator searches back through the configured history and counts every bar that was in the same direction family. Of those, it counts how many were still in that family on the next bar. The survival rate is that ratio.

Survival is measured by direction family, not by exact state. Weak bull becoming strong bull is a trend continuing, not a trend ending. Requiring an exact match made the number pessimistic in precisely the moves traders care about, and made it read highest when nothing was happening.

The rate is shown only once the minimum number of observations has been collected. Below that it shows a dash, because a percentage computed from four samples is not a percentage worth reading.

The forecast score, and why it is not inverted

The survival rate is a one-step-ahead forecast: it says how likely the current state is to persist. So it can be scored against what actually followed, and it is — with a Brier score over a rolling window.

0 is perfect. 0.25 is what you would score by always saying "fifty-fifty". Lower is better. The raw score is published rather than an inverted, friendlier-looking version, because a Brier score is a standard statistic and a number climbing toward 100 would look like a performance figure. This one forces the honest question — compared to what? — and answers it on the chart.

This means the indicator can and sometimes does report that its own forecasts have been poor. That is the intended behaviour. A measure that cannot show a bad result is not a measure.

Calculation behaviour — read this before the screenshots

The survival rate moves independently of the market state, and this is correct. One verification run produced 89.4%, 89.7%, 89.7%, 86.5% and 73.3% — and the lowest of those sat beside a strong bull state with bull pressure at 100%.

The two numbers answer different questions. The state is where the market is now. The survival rate is how often that state has persisted historically. A maximally bullish reading next to a mediocre survival number is the indicator measuring rather than agreeing with itself.

A long uninterrupted trend reads 100%. Not because continuation is certain, but because the direction family has not broken anywhere in the searched history. It is a statement about the past, and the searched window is a setting you control.

Shortening the history raises the rate. Reducing the searched history from 100 bars to 10 moved a reading from 95.2% to 100.0% on the same chart and the same bar. Fewer observations, fewer breaks, a flattering number. That is what the minimum-observations guard exists to prevent, and it is why the default window is long.

Values are calculated from completed bars. The survival search starts two bars back so the currently forming bar cannot contaminate the count. Closed values do not repaint.

The dashboard

Bull and bear pressure are shown as percentage shares of total pressure, not as raw values. The raw terms carry the instrument's price units: the same reading is 28.48 on gold and 0.0003 on EURUSD, and on a low-priced cross both round to zero while still being meaningfully different. The shares are the comparable quantity, so the shares are what the dashboard shows. Balance runs from −100 (all bear) through 0 (even) to +100 (all bull), and reads the same on every instrument and timeframe.

The raw values remain available in the buffers for an Expert Advisor that wants them.

Inputs

  • Pressure lookback — the window for both envelope components. Default 21.
  • Signal line period — smoothing for the signal line. Default 9.
  • Spread smoothing — 1 turns it off. Default 5, chosen by measurement: at 20 the states barely changed, at 1 the spread was too jagged for the strong/weak comparison.
  • Bands period and band width — the window and width that decide conviction. Default 20 and 1.0 — one standard deviation, the boundary of ordinary variation.
  • History searched for the survival rate — how far back to look for comparable states. Default 100.
  • Minimum observations — below this the rate shows a dash instead of a number. Default 10.
  • Forecast score lookback — the rolling window for the Brier score. Default 20.
  • Dashboard — show or hide, place it on the price chart or in the indicator window, text size, colours and offsets.

Buffers for Expert Advisors

Eleven plots, seven drawn and four data-only. All eleven are readable with iCustom() and CopyBuffer() , and all eleven appear in the Data Window.

  • Buffer 0 — Bull Pressure
  • Buffer 1 — Bear Pressure
  • Buffer 2 — Signal
  • Buffer 3 — Spread (bull − bear)
  • Buffer 4 — colour index for the spread histogram, not a data series
  • Buffer 5 — Upper Band
  • Buffer 6 — Band centre
  • Buffer 7 — Lower Band
  • Buffer 8 — State: 2 = strong bull, 1 = weak bull, 0 = neutral, −1 = weak bear, −2 = strong bear
  • Buffer 9 — Survival rate, 0 to 100
  • Buffer 10 — Forecast score, raw Brier, 0.0 to 1.0
  • Buffer 11 — State age, bars the current state has held

Buffers 9 and 10 are what this version adds. The survival probability is handed to your own code rather than consumed internally, so an EA can act on the number, log it, or filter with it. The score is the raw statistic, not a display transform.

Read shift 1 — the last fully closed bar — for values that will not change.

What the screenshots show

  • XAUUSD Daily — Trend Survival Rate and Trend Survival States on one chart, in separate windows. Same bar, same settings. The pressures, spread and bands are identical; the paid version adds the survival rate and the forecast score.
  • Strategy Tester, XAUUSD Daily — a STRONG BEAR reading while price sits near its high. Bear pressure 89%, balance −77, survival rate 86.7%. The state is measured from pressure, not from the direction of the last few candles, and this is what that difference looks like.
  • US30 Daily — the Trend Survival Rate settings dialog and Data Window. Eleven Data Window rows on the closed 14 August bar: survival rate 91.8033, forecast score 0.0907, state age 2.
  • US30 Weekly — both versions on a clean uptrend. Survival rate 91.4%, forecast score 0.16, while the state reads NEUTRAL. The state and the trend are different questions.
  • Strategy Tester — STRONG BULL with bull pressure at 100%, and a survival rate of 80.0%. The two numbers move independently, which is correct and is explained above.
  • BTCUSD Daily — a state transition, with the hold counter resetting.
  • Tesla Daily — a ranging instrument, where the states change often and the survival rate falls accordingly.
  • DAX (DE30) Daily — the same defaults on an index, no re-tuning.
  • EURUSD Daily — a major pair, survival rate 89.8%, forecast score 0.09.
  • Strategy Tester — STRONG BULL, survival rate 89.7%. The panel renders and updates live in visualisation mode, which most indicator panels do not survive.
  • US30 Daily — the Trend Survival States settings dialog and Data Window, same bar. Nine rows rather than eleven, and no survival settings, because this free version does not compute them.

Notes

  • Separate indicator window, 7 drawn plots and 4 data-only.
  • Around 120 bars of history are needed before the survival rate can be shown at the default settings.
  • No external dependencies. Everything is calculated inside the indicator; it calls no other indicator.
  • Multiple instances on one chart are supported. Two copies with different settings each keep their own dashboard. Two copies with identical settings share one: MetaTrader loads the program once and serves both windows from it, so there is a single dashboard to draw. The plots are unaffected either way.
  • A high minimum observations setting can leave the forecast score blank for long stretches — a forecast that was never made cannot be graded. Lower it, or lengthen the history, if the score matters more than the strictness.

This indicator is a tool for technical analysis and market-condition measurement. It is not a trading system, it does not generate trading signals, it does not provide investment advice, and it does not open or manage trades automatically. No performance claims are made for it — and the forecast score exists precisely so that its own accuracy is visible rather than asserted.

More tools from this developer

I build MT5 indicators and Expert Advisors with an emphasis on clean, documented, no-repaint code — closed-bar logic, validated buffers, and no dependencies on other indicators.

See all published products →

Questions about the calculation, the survival rate, or using this in your own EA? Send me a private message — I am happy to answer.

Developed and maintained by Narayanan Mohanan, MT5/MQL5 Developer.

Recommended products
Flag Pattern Angelo
Brighton Mufaro Mudzingwa
Brandon Angelo Flag Pattern — how it works This indicator automatically detects classic bull and bear flag chart patterns in real time. The detection happens in three stages for each bar. First it looks for a flagpole — a sharp, strong directional move over a configurable number of bars ( FlagpoleBars , default 5) that must exceed a minimum percentage size ( FlagpoleMinPct ). For a bullish flag the pole must close net higher than it opened; for a bearish flag, net lower. Second it identifies th
CleanTrend by NeuralTick is a trend indicator that NEVER repaints the past. Tired of indicators that look beautiful on history but repaint signals in live trading? Three reasons why traders who are fed up with noise and deception choose CleanTrend: 100% NO REPAINTING. The line colour is fixed forever. Not a single bar will change retroactively — test it in the Strategy Tester. DUAL NOISE FILTER. A signal appears only when the price has moved beyond a set threshold (MinMove) and has held
# RSI Pro Alert - Advanced RSI Indicator A powerful professional-grade RSI indicator with intelligent alerts, scheduled snapshots, and multi-dimensional notifications to help you capture market opportunities with precision! --- ## Key Features ### Smart Signal Detection - **Precision Cross Detection** : Automatically identifies critical moments when RSI crosses overbought/oversold levels - **State Tracking Mechanism** : Real-time monitoring of market state changes (Overbought/Overso
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
KMB Smart Pattern Analyzer PRO
Karwan Msto Mohammed Mohammed
Product Overview KMB Smart Pattern Analyzer PRO is an advanced technical analysis indicator designed to detect and rank high-probability market patterns inside a user-defined chart range. The indicator combines multiple analysis engines in one professional tool: Candlestick pattern analysis Classic chart pattern recognition Harmonic structure detection Smart market structure / SMC-style analysis Instead of showing random signals across the full chart, the indicator allows the user to focus on a
Titan Action HUD Titan Action HUD, MetaTrader 5 terminali içinde piyasa izlemeyi optimize etmek için tasarlanmış kapsamlı çok zaman dilimli analitik bir gösterge panelidir. Birden fazla dönemden alınan gerçek zamanlı teknik verileri tek bir ekrana toplayarak, çeşitli grafikler arasında sürekli geçiş yapma ihtiyacını ortadan kaldırır. Panel, piyasa ortamlarını sürekli tarar, yapısal trendleri, hacim metriklerini ve aktif işlem oturumlarını birleşik bir görsel matriks içinde gösterir. 6.10 sürümün
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
Prime Vortex Pro (MT5) — Multi-Layer Confluence Trend & Reversal Signal Indicator Built natively for MetaTrader 5. Fewer signals. Stronger confluence. Why Prime Vortex Pro Exists Most signal indicators fire on nearly every candle — dozens of arrows a day, most of them noise that pulls traders into weak, low-probability setups. Prime Vortex Pro flips that approach: silence is the default. A signal only appears when multiple, independent layers of market evidence — trend, trend strength, market st
Crypto_Forex Indicator "WPR with 2 Moving Averages" for MT5, No Repaint. - WPR itself is one of the best oscillators for scalping. - "WPR and 2 Moving Averages" Indicator allows you to see Fast and Slow Moving Averages of WPR oscillator. - Indicator gives opportunities to see the price corrections very early. - It is very easy to set up this indicator via parameters, it can be used on any time-frame. - You can see Buy and Sell entry conditions on the pictures. - With PC and Mobile alerts on WP
Multi-Timeframe Heiken Ashi (Smoothed with Dashboard) Professional Market Structure Visualization with Weighted Confluence Scoring Transform your trading with crystal-clear multi-timeframe analysis. This indicator combines smoothed Heiken Ashi candles with an intelligent weighted scoring system to give you unprecedented clarity in any market condition. YOUR TRADING QUESTIONS – ANSWERED INSTANTLY: 1. What's the REAL trend direction? Dashboard Reveals:   Higher timeframe (MN1, W1, D1, H4) trend a
IVISTscalp5
Vadym Zhukovskyi
5 (6)
[iVISTscalp5]: A Laboratory for Market Behavior Research Through Time TLV Framework | Liquidity Activation Points ⸻ General Description iVISTscalp5 is a multi-level timing and price structure indicator developed within the VISTmany project. The system forecasts time, direction, and movement range through Liquidity Activation Points (timings). The iVISTscalp5 indicator can be used with default parameters for any financial instrument. ⸻ Practical Value The iVISTscalp5 indicator was
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
CCI Fixed Dual
Edoardo Centorame
What is CCI FIXED DUAL CCI FIXED DUAL is a professional Trend Direction Filter, designed to accurately identify: the dominant direction of the market the structural quality of the movement the consistency between the main trend and acceleration phases It is not a direct entry indicator. It is not a classic oscillator. It is a context tool, designed to help the trader decide when to trade and when NOT to trade, drastically reducing noise and interpretation errors. Basic philosophy of CCI FIXED DU
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
ATrend
Zaha Feiz
4.83 (18)
ATREND: How It Works and How to Use It How It Works The " ATREND " indicator for the MT5 platform is designed to provide traders with robust buy and sell signals by utilizing a combination of technical analysis methodologies. This indicator primarily leverages the Average True Range (ATR) for volatility measurement, alongside trend detection algorithms to identify potential market movements. Leave a massage after purchase and receive a special bonus gift. Key Features: ⦁ Dynamic Trend Detect
STRICTLY FOR BOOM INDEX ONLY!!!!! Here I bring the Maximum Trend Arrows OT1.0 MT5 indicator. This indicator is made up of a combination of different trend indicators for entries and exits, for entries an orange arrow will paint on the chart below the current market and a red flag for closing of trades and it produces buy arrows only. When the orange arrow appears, it will appear along with it's sound to notify you. The 1H timeframe is recommended, don't use it anywhere else than on the 1H timefr
PZ Support Resistance MT5
PZ TRADING SLU
3.71 (7)
Unlock key market insights with automated support and resistance lines Tired of plotting support and resistance lines? This is a multi-timeframe indicator that detects and plots supports and resistance lines in the chart with the same precision as a human eye would. As price levels are tested over time and its importance increases, the lines become thicker and darker, making price leves easy to glance and evaluate. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  ] Boo
The RSI Divergence + FVG Signal indicator combines Relative Strength Index (RSI) Divergence with Fair Value Gap (FVG) detection to generate high-probability buy and sell signals based on both momentum shifts and institutional imbalance zones. Core Features: RSI Divergence Detection : Identifies both regular and hidden bullish/bearish divergences between price and RSI. Divergences indicate potential trend reversals or continuation. FVG Zone Recognition : Detects Fair Value Gaps (imbalances caused
Heiken Ashi Smoothed Strategy is a very simple but powerful system to get forex market trend direction. This indicator is actually 2 indicators in 1 pack, Heiken Ashi and Heiken Ashi Smoothed Moving Average both included. Because HA (Heiken Ashi) and HAS (Heiken Ashi Smoothed) are calculated in the same one system event with necessary buffers and loop only, so it is the FAST, OPTIMIZED and EFFICIENT HA having the combined indicator of MetaTrader 5. You can choose to display HA and HAS in the sam
Chỉ báo này sẽ thông báo cho bạn nếu cấu hình xu hướng thành công. Tín hiệu theo xu hướng không nên được tăng theo, nhưng tín hiệu mua ở mức giá thấp theo mô hình giao dịch thông thường của bạn, hoặc tín hiệu bán ở mức giá tốt, là một lựa chọn rất tốt. Hãy thiết lập nó trên khung thời gian lớn hơn và theo dõi các khung thời gian nhỏ hơn, bám sát các xu hướng chính. Tôi thường thiết lập ba khung thời gian gần nhau nhất và không bao giờ đi ngược tín hiệu của INdicator này. INdicator   này không có
Elite Harmony Signals Pro Panoramica Elite Harmony Signals è un indicatore sofisticato di analisi tecnica che visualizza rettangoli dinamici che forniscono zone di trading chiare e segnali di conferma per decisioni migliorate. Caratteristiche Principali Zone Rettangolo Dinamiche Estensione in Tempo Reale : I rettangoli si estendono automaticamente all'azione corrente del prezzo Chiusura Intelligente : I rettangoli si chiudono solo quando appaiono segnali opposti Conferma Visiva : Zone di trading
Potential Reversal Price (PRP) Indicator - Ultimate Sniper Entries for XAUUSD Discounted   Price   !!     Secure your lifetime access   now   before it switches to   subscription-only ! Welcome to the Potential Reversal Price (PRP) Indicator , your ultimate trading tool designed to catch high-probability market reversals with extreme precision. Built for serious traders who demand accuracy, the PRP Indicator combines advanced market structure analysis with momentum exhaustion to pinpoint the exa
This trading indicator is non-repainting, non-redrawing, and non-lagging, making it an ideal choice for both manual and automated trading. It is a Price Action–based system that leverages price strength and momentum to give traders a real edge in the market. With advanced filtering techniques to eliminate noise and false signals, it enhances trading accuracy and potential. By combining multiple layers of sophisticated algorithms, the indicator scans the chart in real-time and translates comple
Terra Infinity is a flat indicator. This improved version of the CalcFlat indicator has three additional lines that significantly increase its effectiveness. Unlike its predecessor with two static levels, Terra Infinity adds three dynamic lines above the main histogram, which are interpreted as follows: base signal line, minimum signal line, maximum signal line. These lines are formed using the additional parameter Avg, which is the average value of the histogram. Averaging produces a line cl
The Fluctuation-Dissipation Theorem (FDT) and the Feynman Variational Principle (FVP)  by Ponokawan 1. Introduction Conventional technical analysis tools rely on lagging retrospective moving averages or momentum oscillators. In contrast, FDT-FVP evaluates real-time order book friction (viscosity) and calculates path-probability amplitude interference. Backtest results across Bitcoin (BTC/USD), Gold (XAU/USD), and Forex (EUR/USD) over a multi-year horizon demonstrate an overall Win Rate of 68.4%,
The Fluctuation-Dissipation Theorem (FDT) and the Feynman Variational Principle (FVP) by Ponokawan 1. Introduction Conventional technical analysis tools rely on lagging retrospective moving averages or momentum oscillators. In contrast, FDT-FVP evaluates real-time order book friction (viscosity) and calculates path-probability amplitude interference. Backtest results across Bitcoin (BTC/USD), Gold (XAU/USD), and Forex (EUR/USD) over a multi-year horizon demonstrate an overall Win Rate of 68.4%,
Divergence Matrix Pro for MetaTrader 5 Divergence Matrix Pro is a confirmed multi-oscillator divergence indicator for MetaTrader 5. It detects regular and hidden divergence between price and selected oscillators, then presents the confirmed structure through divergence lines, pivot labels, action markers, an optional current-timeframe Matrix Panel and optional alerts. The indicator is an analysis and confirmation tool. It does not open or close trades, and the signal score is not a win rate or a
All about time and price by ICT. This indicator provides a comprehensive view of ICT killzones, Silver Bullet times, and ICT Macros, enhancing your trading experience.  In those time windows price either seeks liquidity or imbalances and you often find the most energetic price moves and turning points. Features: Automatic Adaptation: The ICT killzones intelligently adapt to the specific chart you are using. For Forex charts, it follows the ICT Forex times: In EST timezone: Session: Asia: 20h00-0
Naturu
Ivan Stefanov
5 (1)
'Naturu' is a manual indicator that uses nature’s symmetry as its algorithm. Master the market with a simple strategy and hidden wisdom!   This is a manual indicator and contains features that are not supported by the MetaTrader testing environment When you load the indicator, you’ll see two lines—Top and Bottom. Click once on a line to activate it. To move it, simply click on the candlestick where you want it placed. You define a high point and a low point, and the indicator then calculates
"Impulses and Corrections 5" is created to help traders navigate the market situation. The indicator shows multi-time frame upward and downward "Impulses" of price movements. These impulses are the basis for determining the "Base" , which is composed of zones of corrections of price movements, as well as "Potential" zones for possible scenarios of price movement. Up and down impulses are determined based on a modified formula of Bill Williams' "Fractals" indicator. The last impulse is always "U
Buyers of this product also purchase
Trend Sniper X
Sarvarbek Abduvoxobov
5 (10)
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
Divergence Bomber
Ihor Otkydach
4.89 (93)
From time to time, I trade using this system myself. Check out my manual BOMBER trading on a live account— LIVE SIGNAL 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"
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
Neuro Poseidon MT5
Daria Rezueva
4.85 (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
Superhero
Ihor Otkydach
5 (3)
The SUPERHERO indicator is a multi-currency trading system designed on an "all-inclusive" basis. The indicator independently analyzes the market and provides signals on when to open and close trades. It uses Stop Loss and Take Profit orders. The R:R ratio is 1:1. From time to time, I personally trade based on this system's signals, and here are the results I get—   LIVE SIGNAL This system can send push notifications to your smartphone, so you can place trades "on the go" without needing to be ti
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
M1 Sniper MT5
Oleg Rodin
5 (5)
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
SR Liquidity   is a trading indicator designed to reveal the hidden zones where market liquidity concentrates and price reacts most strongly. These special liquidity areas act as powerful support and resistance levels, giving you a clear map of where the market is most likely to reverse. Instead of drawing ordinary Support/Resistance lines, SR Liquidity analyzes real price behavior to detect the zones where buying and selling pressure accumulate. These are actually the pools of liquidity that dr
M1 Quantum MT5
Hamed Dehgani
4.27 (11)
Live Trading Signals Using M1 Quantum : Signal  (Trade executed automatically by the Quantum Trade Assistant , included free with this product.) Latest News : Version 1.64 has been released, All trades now have a Stop Loss placed behind the relevant Support/Resistance zones. The Smart Close function has also been improved to increase the EA’s performance in this version. Since August 9, the live signal has been running on Version 1.64. Price Plan: Current Price: $169 (Early Adopter Offer) Next
Btmm state engine pro
Garry James Goodchild
5 (4)
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 5. Asian session range, London and New York kill zones, level progression (L1/L2/L3), peak formation detection (PFH/PFL), entry signals, and a multi-pair scanner from one chart. Stop scanning charts one pair at a time. The State Engine tracks the BTMM daily cycle automatically — Asian box, room boundaries, level blocks, peak formations, and filtered entries — while the scanner dashboard shows level, peak status, d
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. ️ Summer Sale
Trade smarter, not harder: Empower your trading with Harmonacci Patterns This is arguably the most complete harmonic price formation auto-recognition indicator you can find for the MetaTrader Platform. It detects 19 different patterns, takes fibonacci projections as seriously as you do, displays the Potential Reversal Zone (PRZ) and finds suitable stop-loss and take-profit levels. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  ] It detects 19 different harmonic pric
Gartley Hunter Multi
Siarhei Vashchylka
5 (12)
Gartley Hunter Multi - An indicator for searching for harmonic patterns simultaneously on dozens of trading instruments and on all possible timeframes. Manual (Be sure to read before purchasing) | Version for MT4 Advantages 1. Patterns: Gartley, Butterfly, Shark, Crab. Bat, Alternate Bat, Deep Crab, Cypher 2. Simultaneous search for patterns on dozens of trading instruments and on all possible timeframes 3. Search for patterns of all possible sizes. From the smallest to the largest 4. All fou
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
Bill Williams Advanced
Siarhei Vashchylka
5 (11)
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
Advanced Supply Demand MT5
Bernhard Schweigert
4.53 (15)
Best Solution for any Newbie or Expert Trader! This indicator is a unique, high quality and affordable trading tool because we have incorporated a number of proprietary features and a new formula. With this update, you will be able to show double timeframe zones. You will not only be able to show a higher TF but to show both, the chart TF, PLUS the higher TF: SHOWING NESTED ZONES. All Supply Demand traders will love it. :) Important Information Revealed Maximize the potential of Advanced Supply
ARICoins
Temirlan Kdyrkhan
ARICoin is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cust
The Oracle Pro
Ottaviano De Cicco
5 (1)
The Oracle Pro: Synthetic Multi-Timeframe Bias Engine for MT5 ️ Summer Launch Offer — Get The Oracle Pro for USD 199 (early buyers). Price rises with traction; final price USD 399. The Oracle Pro is a premium multi-timeframe bias engine for MetaTrader 5, built for demanding and professional traders. It answers one question with discipline: what is the directional bias on each timeframe right now, how strong is it, and how much do the timeframes agree? Everything is computed on closed bars only
Smart Market Structure Toolkit
Garry James Goodchild
5 (1)
Smart Market Structure Pro by G-Labs — ICT and Smart Money Concepts toolkit with built-in multi-symbol scanner for MetaTrader 5. Break of structure, change of character, order blocks, fair value gaps, liquidity sweeps, premium and discount zones, ICT sessions, confluence scoring, AI trade ideas, and a traffic-light scanner across up to 30 pairs and four timeframes from one chart. Map SMC and ICT on the active chart while the built-in scanner monitors your full watchlist. Each cell shows BUY, S
SkyHammer Signal Pro Professional No-Repaint Trend Signal Indicator with Locked Entry, SL and TP Levels SkyHammer Signal Pro is a structured trend and momentum signal indicator designed for traders who want clear, fixed, and verifiable trading signals. It works best on lower timeframes such as M1 and M5 . The indicator does not try to predict tops or bottoms. Instead, it waits for confirmed market structure, trend direction, momentum strength, volatility quality, and target space before generati
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
CRT Multi-Timeframe Market Structure & Liquidity Sweep Indicator Non-Repainting | Multi-Asset | MT4 Version Available MT4 Version: https://www.mql5.com/en/market/product/162556 Full Setup Guide: https://www.mql5.com/en/blogs/post/767525 Indicator Overview CRT Ghost Candle HTF Fractal is a complete institutional-grade market structure toolkit for MetaTrader 5. It projects higher-timeframe candle structure, CRT trap levels, session levels, previous period highs and lows, pivot points, and a real
Gem SIGNAL
Shengzu Zhong
5 (1)
GEM Signal Pro GEM Signal Pro is a trend-following indicator for MetaTrader 5, designed for traders who want clearer signals, more structured trade setups, and practical risk management directly on the chart. Instead of showing only a simple arrow, GEM Signal Pro helps present the full trade idea in a cleaner and more readable way. When conditions are confirmed, the indicator can display the entry price, stop loss, and take profit targets on the chart, helping traders review the setup more effic
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
Turtle Soup Liquidity Sweep is a smart liquidity analysis tool designed to identify Buy-Side Liquidity (BSL), Sell-Side Liquidity (SSL), liquidity sweeps, and potential reversal setups. The indicator detects important swing highs and lows, combines nearby liquidity levels, and waits for price rejection and confirmation after a liquidity grab. It also supports Order Block (OB), Fair Value Gap (FVG), and Inverse Fair Value Gap (IFVG) confluence to help filter potential setups. Entry signals, Stop
PrimeScalping
Temirlan Kdyrkhan
PrimeScalping 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
Berma Bands
Muhammad Elbermawi
5 (11)
The Berma Bands (BBs) indicator is a valuable tool for traders seeking to identify and capitalize on market trends. By analyzing the relationship between the price and the BBs, traders can discern whether a market is in a trending or ranging phase. Visit the [ Berma Home Blog ] to know more. Berma Bands are composed of three distinct lines: the Upper Berma Band, the Middle Berma Band, and the Lower Berma Band. These lines are plotted around the price, creating a visual representation of the pric
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
KURAMA GOLD SIGNAL PRO (MT5) — 7-Layer Filter, Auto TP/SL, Quality Score & Signal History Save | Complete XAUUSD Trading System No repaint in real time. The moment a signal appears, the arrow, entry, TP and SL are locked on the spot and never move afterward. What you trade is this real-time signal. And in v7.20, every signal that is actually sent is auto-saved and restored exactly after restart. BUYER BONUS Buy the lifetime license and receive AI Zone Radar (
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
More from author
Anchored Volume Delta with Adaptive Bands
Narayanan Mohanan Mohanan Krishnan
This indicator plots Cumulative Volume Delta (CVD) — the running total of each bar's volume, signed by the direction the bar closed — inside adaptive standard-deviation bands. It answers a question price alone does not: is the move being carried by participation, or is it drifting? The cumulative total restarts at an anchor you choose — daily, weekly or monthly — so the reading is always relative to the current session, week or month rather than to the beginning of chart history. That single con
FREE
MTF Currency Strength Panel MT4
Narayanan Mohanan Mohanan Krishnan
MTF Currency Strength Panel for MetaTrader 4 A multi timeframe currency strength meter covering all 28 major forex pairs on one chart. This currency strength panel shows where the eight major currencies stand right now, and how each of the 28 major pairs has been moving across nine timeframes at once — M1 to MN1. Both readings sit on one chart, updated on a timer. Ranking pairs on their own is misleading. When a single currency moves, every pair containing it moves with it, so the top of a pair
FREE
Multi Timeframe Currency Strength Panel
Narayanan Mohanan Mohanan Krishnan
MTF Currency Strength Panel for MetaTrader 5 A multi timeframe currency strength meter covering all 28 major forex pairs on one chart. This currency strength panel shows where the eight major currencies stand right now, and how each of the 28 major pairs has been moving across nine timeframes at once — M1 to MN1. Both readings sit on one chart, updated on a timer. Ranking pairs on their own is misleading. When a single currency moves, every pair containing it moves with it, so the top of a pair
FREE
Force Index with Adaptive Volatility Bands
Narayanan Mohanan Mohanan Krishnan
This indicator plots the Force Index — each bar's price change multiplied by its volume — inside adaptive standard-deviation bands. Where price alone tells you that a market moved, the Force Index tells you how much effort went into moving it. A large price change on thin volume and a small change on heavy volume are very different events, even when the candles look similar. The Force Index separates them by combining both into a single reading, and the bands place that reading in the context of
FREE
This indicator plots Cumulative Volume Delta (CVD) — the running total of each bar's volume, signed by the direction the bar closed — inside adaptive standard-deviation bands. It answers a question price alone does not: is the move being carried by participation, or is it drifting? The cumulative total restarts at an anchor you choose — daily, weekly or monthly — so the reading is always relative to the current session, week or month rather than to the beginning of chart history. That single con
FREE
This indicator plots the Force Index — each bar's price change multiplied by its volume — inside adaptive standard-deviation bands. Where price alone tells you that a market moved, the Force Index tells you how much effort went into moving it. A large price change on thin volume and a small change on heavy volume are very different events, even when the candles look similar. The Force Index separates them by combining both into a single reading, and the bands place that reading in the context of
FREE
Trend Survival States
Narayanan Mohanan Mohanan Krishnan
Trend Survival States for MetaTrader 5 — a free market regime indicator measuring bull and bear pressure with adaptive volatility bands and a five-state trend classification Bull and bear pressure, an adaptive-band spread, and a five-state market classification, free for MT5. It measures the buying and selling pressure behind the current move and classifies that into a market state: strong bull, weak bull, neutral, weak bear, strong bear. This is a complete regime indicator, not a time-limited t
FREE
OBVCD Pro MT4
Narayanan Mohanan Mohanan Krishnan
OBVCD Pro is a momentum oscillator that applies convergence/divergence analysis to On-Balance Volume (OBV) instead of price, combining adaptive volatility bands with a 5-state regime classifier that can be read visually on the chart or consumed directly by an Expert Advisor. Most classical oscillators analyse price alone. OBVCD Pro calculates convergence and divergence from cumulative volume flow, so it measures the participation behind a market move rather than only the movement itself. The res
Currency Strength Oscillator MT4
Narayanan Mohanan Mohanan Krishnan
Currency Strength Oscillator for MetaTrader 4 A relative currency strength indicator that plots the history of the eight majors. This currency strength oscillator plots the relative strength of the eight major currencies as a history, decomposed from the 28 major pairs. While a standard currency strength meter tells you where things stand right now, this shows how they got there — which currency has been strengthening, which has rolled over, and where the ranking changed hands. All eight series
Oscillator Regime Suite MT4
Narayanan Mohanan Mohanan Krishnan
This indicator applies the convergence/divergence construction — fast moving average minus slow, with a signal line — to a volume-derived series rather than to price. Three sources are selectable: Cumulative Volume Delta, Force Index, and On Balance Volume. Adaptive volatility bands are drawn over the result, and every completed bar is classified into one of five regime states. That state is exposed as a numeric buffer, so an Expert Advisor can read it directly. Why the source matters A standard
OBVCD Pro
Narayanan Mohanan Mohanan Krishnan
OBVCD Pro is a momentum oscillator that applies convergence/divergence analysis to On-Balance Volume (OBV) instead of price, combining adaptive volatility bands with a 5-state regime classifier that can be read visually on the chart or consumed directly by an Expert Advisor. Most classical oscillators analyse price alone. OBVCD Pro calculates convergence and divergence from cumulative volume flow, so it measures the participation behind a market move rather than only the movement itself. The res
Currency Strength Oscillator MT5
Narayanan Mohanan Mohanan Krishnan
This indicator plots the relative strength of the eight major currencies as a history, decomposed from the 28 major pairs. A panel tells you where things stand now. This shows how they got there — which currency has been strengthening, which has rolled over, and where the ranking changed hands. All eight series are exposed as documented indicator buffers, so an Expert Advisor can read currency strength directly. How the decomposition works Each of the eight currencies appears in seven of the twe
Oscillator Regime Suite
Narayanan Mohanan Mohanan Krishnan
This indicator applies the convergence/divergence construction — fast moving average minus slow, with a signal line — to a volume-derived series rather than to price. Three sources are selectable: Cumulative Volume Delta, Force Index, and On Balance Volume. Adaptive volatility bands are drawn over the result, and every completed bar is classified into one of five regime states. That state is exposed as a numeric buffer, so an Expert Advisor can read it directly. Why the source matters A standard
Structure Flow and Trailing Stop
Narayanan Mohanan Mohanan Krishnan
This indicator draws two lines on the price chart: an adaptive flow line that follows the market's direction, and a trailing stop that moves only in that direction and never back. A small panel reports the state behind them. The trailing stop can be calculated five different ways. These are not variations on one idea — each anchors to something different, and on the same chart they frequently disagree. The flow line An adaptive average. It smooths heavily when price is rotating and lightly when
Filter:
No reviews
Reply to review