Force Index with Adaptive Volatility Bands

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 the instrument's own recent behaviour.

How it works

For each bar, the raw Force Index is the difference between the current close and the previous close, multiplied by that bar's volume. It is positive when the bar closes higher, negative when it closes lower, and scaled by how much trading took place. Tick volume is used by default; real volume is applied automatically where the broker supplies it.

That raw series is then smoothed over a chosen period, using the averaging method you select. Smoothing matters here: the unsmoothed Force Index is very noisy, and the period you choose decides whether you are watching short-term effort or a much longer swing.

A 20-period basis and its standard deviation are calculated over the smoothed series, and the upper and lower bands are placed at a chosen multiple of the deviation. Because the bands are built from the series' own variability, they widen when effort becomes erratic and contract when it settles.

Why the bands matter

The Force Index scales with volume, so its raw numbers are not comparable between instruments. In the screenshots accompanying this listing, the same indicator with the same settings reads within roughly plus or minus 2 on ETHBTC, plus or minus 10 on GBPUSD, and in the tens of thousands on TSLA. None of those numbers means anything on its own.

This is the problem the bands solve. Rather than asking whether a value is large in absolute terms, they ask whether it is large for this instrument, right now — a question that has the same meaning on every chart. It is what allows one set of defaults to travel across markets that differ by four orders of magnitude.

What the bands show

The Force Index oscillates around zero, and the zero line is meaningful in itself: above it, closes are advancing on the volume traded; below it, they are declining.

A move outside the bands means the effort behind recent bars has become statistically unusual relative to that instrument's own recent behaviour. A return inside means it has normalised. Neither is a signal to act — they describe where effort currently sits relative to its own recent range.

Three readings traders commonly take from this display:

Expansion from quiet. When the bands are pinched tight around a flat line, effort is consistent and unremarkable. When they suddenly flare, something has changed in the volume behind the move. What follows is not fixed — expansion can continue or subside — but the change itself is visible immediately.

Confirmation. Price makes a new high or low and the Force Index makes one too. The move is backed by proportionate effort.

Divergence. Price makes a new low while the Force Index makes a higher low, or the reverse at a high. Price has moved but the effort behind it has not followed. This is context, not a prediction — divergences resolve in both directions, and they can persist far longer than expected.

Inputs

  • Force Index period — 13 by default. The smoothing length applied to the raw series.
  • Force Index smoothing method — SMA by default; EMA, SMA, SMMA and LWMA are available.
  • Applied volume — Tick Volume (default) or Real Volume where the broker supplies it
  • Bands period — 20
  • Bands deviation — 2.0

The Force Index period is the parameter most worth adjusting. A shorter period responds faster and produces more band contacts; a longer one is slower and marks only larger shifts in effort. One of the screenshots uses a period of 200 on a daily gold chart to show what a long-horizon setting looks like — the same indicator, reading a different question.

Buffers

  • Buffer 0 — Force Index line, smoothed
  • Buffer 1 — Upper band
  • Buffer 2 — Basis
  • Buffer 3 — Lower band

All four are readable from an Expert Advisor or another indicator with iCustom() and CopyBuffer(). Read shift 1 — the last fully closed bar — for values that will not change.

The indicator is self-contained: it creates no handles to other indicators, so the only handle your code manages is the one it creates itself.

Across instruments

The screenshots show the indicator on five markets that behave nothing alike.

  • GBPUSD H1 — with horizontal levels drawn at plus and minus 1 for reference. For two days the reading stays pinned between them with the bands squeezed tight. At the marked bar, price breaks out of its range and the reading jumps to roughly 8.8 while the bands flare open. The fixed levels make the change of scale obvious at a glance.
  • TSLA H1 — an equity selloff. Effort drops hard below the lower band as price falls, then recovers back toward zero and settles inside the bands while price stabilises in a range.
  • DE30 M10 — an index at the European open. Hours of near-flat overnight readings with tightly pinched bands, then a sharp expansion as the session begins and volume arrives.
  • XAUUSD Daily, period 200 — a long-horizon setting on gold. A spike at the January high, then months of persistently negative readings through the decline that follows.
  • ETHBTC H4 — a crypto cross, where the whole reading fits within roughly plus or minus 2. The bands adapt to that scale exactly as they do on instruments thousands of times larger.

Calculation behaviour

Values are calculated only from completed data. Once a bar closes its value is final and does not change. Only the currently forming bar updates as new ticks arrive, and it settles at that bar's close. The indicator uses no look-ahead data and does not repaint closed bars.

Notes

  • Separate indicator window, 4 plots, 5 buffers, one of which is internal.
  • With the default settings, roughly 33 bars of history are needed before the bands begin to draw. A longer Force Index period increases that requirement.
  • Tick volume is a proxy for traded volume. On instruments where the broker supplies real volume, selecting it gives a more faithful reading.
  • No external dependencies. The Force Index, the basis and the standard-deviation bands are all calculated inside the indicator. It does not call any other indicator, so there are no handles to fail, nothing to install alongside it, and no dependency on the state of your standard indicator folder.

This indicator is a tool for technical analysis and market-condition filtering. 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.

Free to download and use. If you find it useful, a rating helps other traders find it.

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 buffers, 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
DS Volume Value Areas
Darkstone Capital LTD
DS Volume Value Areas V1.0 Volume Profile Value Area Indicator for MetaTrader 5 Overview DS Volume Value Areas V1.0 is a MetaTrader 5 indicator designed to display key volume profile levels directly on the trading chart. The indicator calculates and displays important volume-based reference levels including Value Area High (VAH), Value Area Low (VAL), and Point of Control (POC). By presenting volume distribution levels in a clear visual format, traders can analyse areas where price has previousl
FREE
Haven Volume Profile
Maksim Tarutin
4.62 (13)
Haven Volume Profile is a multifunctional indicator for volume profile analysis that helps identify key price levels based on the distribution of trading volume. It is designed for professional traders who want to better understand the market and identify important entry and exit points for trades. Other Products ->  HERE Main features: Point of Control (POC) calculation - the level of maximum trading activity, which helps identify the most liquid levels Value Area definition (area of increased
FREE
Metis Hurst Regime
Victor Gomez Sanchez
Metis Hurst Regime — is the market trending, mean-reverting or just random? This indicator estimates the Hurst exponent of the recent price series — a statistical measure of memory. It tells you whether moves have tended to continue (trending), to reverse (mean-reverting) or to show no memory at all (random walk), and how much confidence that reading deserves. Knowing the current regime helps you choose the right kind of strategy: trend-following logic suffers in mean-reverting conditions and vi
FREE
Close Open AD
Ebuka Francis Obiakor
Close-Open A/D (CO A/D): A Cumulative Volume-Efficiency Line for Accumulation/Distribution Analysis CO A/D is a cumulative Accumulation/Distribution-style indicator built around a simple question On-Balance Volume and Chaikin A/D don't directly ask: how efficiently did each bar convert its own volume into open-to-close travel? Formula CO_raw = (Close − Open) / (High − Low) Volume = Log(TickVolume + 1) [or raw volume — selectable] CO A/D = Previous CO A/D + (CO_raw × Volume) Where OBV assigns ful
FREE
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. The indicator OrderBook Cumulative Indicator accumulates market book data online and visualizes them on the chart. In addition, the indicator can show the market
The indicator draws a normal chart by coloring it in colors based on prices calculated by the Heiken Ashi indicator algorithm. That is, the shape of the candles does not change. In fact, this is the same Heiken Ashi that does not distort the price chart. Then there will be a drawing of a cat, because there is nothing more to write about the indicator. .                                                       
FREE
BoxInside MT5
Evgeny Shevtsov
5 (4)
This indicator calculates the volume profile and places labels that correspond to the VAH, VAL and POC levels, for each candle individually. Indicator operation features The indicator works on the timeframes from M3 to MN, but it uses the history data of smaller periods: M1 - for periods from M3 to H1, M5 - for periods from H2 to H12, M30 - for the D1 period, H4 - for the W1 period, D1 - for the MN period. The color and location of the VAL, VAH and POC labels on the current candle are considere
FREE
Aurexon DriftWave EMA MetaTrader 5 Custom Indicator Overview Aurexon DriftWave EMA is an EMA-based chart context indicator for MetaTrader 5. It is designed to give traders a clear visual overview of trend direction, impulse behavior, and volatility boundaries directly on the price chart. Instead of relying only on arrow signals, the indicator displays EMA lines, EMA cloud, ATR volatility rails, and optional closed-bar Buy/Sell confirmation arrows. Key Features Fast EMA impulse line Slow EMA t
FREE
TradeInfos
Dustin Ricardo Pierenz
Track your spread and all position PnLs (Buy & Sell) in real-time – stay in control of your trades at a glance! Features: Real-time spread display (in pips) Total Buy position PnL Total Sell position PnL Clean, non-intrusive display layout Works with all symbols and timeframes Perfect for: Scalpers needing quick spread awareness Day traders monitoring long/short performance Risk managers optimizing exposure No need to switch tabs or rely on external tools — everything you need is visible at
FREE
MT5 All Icons
Danny Giovanni Romero Lozano
MT5 All Icons is a high-utility developer tool designed to simplify the visual customization of indicators and Expert Advisors. It provides a comprehensive, interactive reference table of all 255 Wingdings symbols directly within a separate chart subwindow. Instead of guessing character codes or looking up external charts, this tool allows you to see every available icon, its visual representation, and its corresponding ID number in real-time. Key Features: Full Library Access: Displays the com
FREE
Plus FlowProfile Volume
Leonel Alberto Jose Quintana
5 (1)
lus FlowProfile Volume — Tick Volume Profile for MetaTrader 5 Plus FlowProfile Volume transforms the tick volume of visible bars into an easy-to-read horizontal histogram on the main MetaTrader 5 chart. The indicator helps visualize where there was greater or lower concentration of activity within the analyzed price range. The most relevant regions receive visual highlighting, making it easier to identify areas that may act as support, resistance, price acceptance, or price rejection. Main featu
FREE
ZigZag Profile
Nguyen Thanh Cong
Introducing the ZigZag Profile — a powerful tool designed to identify high-probability pivot zones where price action frequently reverses. This indicator analyzes historical price data to pinpoint key areas where price has pivoted multiple times, providing traders with actionable insights into potential support and resistance levels. The ZigZal Profile  indicator continuously scans for zones where price has reversed direction the most, highlighting these critical areas on your chart. By focusing
FREE
AvgVolumes
Marco Montemari
5 (1)
This indicator is based on Volumes standard indicator, calculates the average of Volumes based on the last N bars set by users, and if the value of the volume is bigger then a set % respect the average a different color will be used. The indicator is shown in a separate indicator window. This version has now a limitation in setting the % about the threshold. If you are interested to set threshold consider to buy the PRO version ( https://www.mql5.com/en/market/product/35925 ) If you want to use
FREE
GDS Renko Mirror MT5 Multi-Scale Renko Structure Comparison for MetaTrader 5 GDS Renko Mirror MT5 is a premium Renko context indicator for MetaTrader 5. It helps traders compare Renko market structure across different brick sizes and read whether movement looks clean, noisy, aligned or fragmented. The purpose of Mirror is not to generate buy or sell signals. The purpose is to help the trader understand how the same market movement appears through different Renko scales before making a manual dec
Volatility SL TP
Arturs Kveps
5 (1)
Volatility SL TP is an on-chart indicator for MetaTrader 5 that uses current market volatility to calculate and display possible Stop Loss and Take Profit levels directly on the chart. By clicking a candle, the indicator shows the Entry price, Stop Loss, Take Profit, and a risk-based lot size calculation in a clear visual format. 1. How it works The Entry price is taken from the selected candle close or from the current live candle price, depending on where the projection is created. The indicat
We all know that the start of an H4 candle can be 'shifted' depending on the broker. I wrote an indicator that draws candles "shifted" to the desired value. Plus, it draws H4 candles on smaller timeframes too. Works on timeframes up to H4, allowing for a clear comparison with the broker's results. There's a separate option to customize the candlestick body and outline fill. You can also customize the drawing for a specific period on history.
FREE
Tick Bars
Henrique Helmuth Kreutz Pfeifer
Indicator that show candlestick bars with an different sampling method than time fixed. Real time data is sourced to the indicator and it may be used as substitute of the default graph. Each bar is formed when a predefined amount of ticks is received, showing in the graph the OHLC of this clusteri of ticks. The input variable is the amount of ticks of each bar. It's a different approach of sampling, the amount of bars is proportional to the amount of negotiations insted of a sample in a fixed am
FREE
This indicator will mirror the assets in use in another metatrader, being able to choose the timeframe and a template. This is the Metatrader 5 Client, it needs the Metatrader 4 or 5 Server versions: Metatrader 4 Mirror Chart Server:   https://www.mql5.com/en/market/product/88644 Metatrader 5 Mirror Chart Server: https://www.mql5.com/en/market/product/88652 Details of how it works in the video.
FREE
Mirror Chart MT5
Andrej Hermann
5 (1)
The Mirror Chart MT5 is a overlay indicator specifically designed to project a second financial instrument directly onto the main chart window. This tool is invaluable for traders who rely on correlation analysis, as it visualizes the price movements of two different instruments in real time. Unlike traditional overlays, this indicator utilizes intelligent, dynamic centering and scaling logic. It continuously analyzes the visible price range in the current window for both symbols and calculates
FREE
Market Profile 3 ForexArby com
Hussien Abdeltwab Hussien Ryad
4 (15)
Market Profile 3 MetaTrader 5 indicator  version 4.70— is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is als
FREE
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 A professional spike pattern indicator built for synthetic traders who scalp and swing Crash 500/300/1000 with precision.  This indicator: Detects powerful 3-candle spike formations (Spike → Pullback → Spike) Automatically draws a clean box a
FREE
LM Volume Profile MT5 LM Volume Profile MT5 displays the distribution of calculated volume across price levels directly on the MetaTrader 5 chart. The indicator divides the selected price range into configurable price rows and displays the volume distribution as a horizontal histogram. It also calculates the Point of Control, Value Area High, Value Area Low, average profile price, and optional VWAP reference. Four profile modes are available: - Visible Range - Fixed Range - Session - Daily
FREE
Spread Monitor MT5
Fabio Cavalloni
5 (1)
This is a usefull utility for monitoring spread and also for recording informations to a file. (Files will be placed into "Common\Files\Spread Monitor"). There is the possibility to let the indicator calculate high/low into the past thanks to downloading ticks. (It's a slow and approsimate thing! The best way to use it is to attach to a chart and let it recording spread in real time). There is also a buffer with the average of spread in latest X periods. Easy and effective.
FREE
Volume profile CVD Frato
Francisco Felipe Alves Da Silva Rocha
5 (2)
Frato Volume Profile Pro v7.5 Developed by Frato Academy This indicator displays the price volume profile for MetaTrader 5. It calculates the distribution of traded volume by price level over a configurable period and presents the results directly on the main chart. Features: Volume profile with color gradient The indicator divides the price range into levels and assigns a corresponding volume to each level. The color of each level varies in a continuous gradient according to the volume: low
FREE
Deriv Synthetic HTF Candle Projection GMT2 Higher Timeframe Candle Projection & Previous Levels Tool for Deriv Synthetic Indices (MT5) Overview Deriv Synthetic HTF Candle Projection GMT2 is a professional MetaTrader 5 indicator built specifically for Deriv Synthetic indices . It projects the current forming Higher Timeframe (HTF) candle onto the chart and automatically draws key reference levels from previous candles. This indicator is designed to help traders maintain higher timeframe context
FREE
QDragon Lot Calculator & Risk Manager is a premium, interactive utility designed for MetaTrader 5 to simplify your risk management and lot size calculations. No more manual calculations, spreadsheet checks, or guessing lot sizes before entering a trade. Simply drag the lines on your chart and let the indicator do the math! Why Risk Management Matters The secret to consistent trading is keeping your risk controlled. With QDragon Lot Calculator, whether your Stop Loss is 10 points or 1000 points
FREE
PriceAlert
Ryoma Iwayama
Here's how to use the BTC_PriceAlert.mq5 indicator in MetaTrader 5: What it does It's a custom indicator (not an EA) for BTCJPY that draws horizontal alert lines on your chart and fires a notification when price touches your specified upper or lower target. It checks the high/low of each bar (wick touches count, not just closes). Install the indicator Copy BTC_PriceAlert.mq5 into your MT5 data folder under MQL5/Indicators (File > Open Data Folder in MetaEditor or MT5). Compile it in MetaEditor
FREE
Aurum Footprint
Manuel Fernandez Barranco
5 (4)
AURUM FOOTPRINT   is a real-time order-flow indicator for MetaTrader 5: a tick-based Footprint ladder, Cumulative Volume Delta (CVD), Volume Profile (Range/Daily/Hourly with POC and Value Area), a Delta accumulation profile, a multi-timeframe flow panel, optional Market Book (DOM) overlay and an order-flow Forecast Panel, all in one indicator with a clean dark dashboard. Built and tuned on XAUUSD, but works on any symbol and timeframe your broker provides ticks for. Key features: Real-tick Footp
FREE
The Horizontal Ray Tool is a lightweight, professional charting utility designed to streamline support and resistance mapping on MetaTrader 5. It brings rapid, one-click horizontal level placement directly to your live chart, eliminating the workspace clutter associated with infinite horizontal lines or manually drawn trendlines. Key Features: Interactive On-Screen Button: Spawns a clean, responsive "DRAW RAY" button docked directly on your chart canvas. A single click drops an independent hor
FREE
Alpine Volume Profile See where the real volume traded — not just where price moved. Alpine Volume Profile is an MQL5 indicator that transforms raw tick or exchange volume into a clean, readable horizontal histogram directly on your chart. Instead of a single volume bar at the bottom of the screen, you get a full breakdown of which price levels attracted the most trading activity, session by session. What It Does For every day, week, or fixed block of bars you choose, Alpine Volume Profile build
FREE
Buyers of this product also purchase
SMART TREND TRADING SYSTEM — SPECIAL OFFER Your trading system. Your automation EA. Your training and support. Get Smart Trend Trading System for MT5 for $99 and receive Smart Universal Expert Advisor FREE to automate its signals. STTS brings trend direction, entry and exit signals, reversal zones, and important price levels together on your chart. Follow the system manually, or connect the included EA for automated execution using your chosen settings. The current $99 price applies to the next
Trend Sniper X
Sarvarbek Abduvoxobov
4.88 (34)
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. for MT4: https://www.mql5.com/en/market/product/193245 Price Information: The current price is promotional and is subject to change as upcoming updates and new features are released. Bonus Offer: To get the FREE Auto-Trade Assistant EA for this indicator, please message the author after purchasing. Code2Profit Channe
Zoryk Gold
Reda El Koutbane
5 (10)
discount ends SOON next price 69 $ 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 uncertainty. You did not know exactly where th
SuperScalp Pro
Van Minh Nguyen
4.64 (33)
SuperScalp Pro - Professional Multi-Layer Confluence Scalping System SuperScalp Pro is an advanced scalping indicator that upgrades classic Supertrend with multiple intelligent confirmation filters. It helps you identify higher-probability Buy/Sell opportunities while significantly reducing false signals. Clear Buy and Sell arrows appear directly on the chart, with automatic ATR-based Stop Loss and Take Profit levels calculated in real time. After purchase, contact me for setup guidance and reco
Neuro Poseidon MT5
Daria Rezueva
4.79 (53)
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
Secure the Lowest Price Today. 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 market structure for you, maps the hig
Unix Scalper
Issam Kassas
5 (2)
UNIX SCALPER — SPECIAL OFFER Find the setup. See the plan. Choose how to trade it. Get UNIX Scalper for MT5 for $99 and receive Smart Universal Expert Advisor FREE to automate its signals. UNIX Scalper brings market analysis, BUY/SELL/WAIT decisions and Entry, Stop Loss, TP1 and TP2 levels into one organized panel. Follow the trade plan manually or connect the included EA for automated execution using your chosen settings. The current $99 price applies to the next 30 purchases. After that, the p
Welcome to ENTRY IN THE ZONE AND SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading opp
GoldenX Entry MT5
Kareem Abbas
5 (16)
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
M1 Sniper MT5
Oleg Rodin
5 (7)
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
Entry Points Pro 10 — the legend of the MQL5 Market. Three years in the Market's Top-3. 595 reviews across two versions. Over 31,000 demo downloads. Thousands of traders open their charts with it every morning. Built and traded by an author who has been in the market since 1999. Version 10 is the biggest rebuild in the indicator's history: I read every review from five years — and built the answers into the code. WHAT IT DOES It shows the entry point in advance — strictly without repainting. The
Atomic Analyst MT5
Issam Kassas
4.44 (57)
ATOMIC ANALYST — SPECIAL OFFER Your market analysis. Your automation EA. Your training and support. Get Atomic Analyst for MT5 for $99 and receive Smart Universal Expert Advisor FREE to automate its signals. Atomic Analyst brings price action, trend direction, entry and exit signals, Stop Loss and multiple Take Profit levels together on your chart. Trade manually using its analysis, or connect the included EA for automated execution using your chosen settings. The current $99 price applies to t
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (8)
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 NEW Free Automation EA link < click here ( disclaimer: this is new and still on testing and phase , use at your risk on demo) Free Telegram Bridge < click here  This indicator includes an advanced Strategy, a trading system with customisable order management and a mean reversion system that combines e
Gold Entry Sniper
Tahir Mehmood
5 (19)
Gold Entry Sniper – Professional Multi-Timeframe ATR Dashboard for Gold Scalping & Swing Trading Gold Entry Sniper is a cutting-edge MetaTrader 5 indicator designed to give traders precise buy/sell signals for XAUUSD and other symbols, powered by ATR Trailing Stop logic and a multi-timeframe analysis dashboard . Built for both scalpers and swing traders, it combines real-time market direction , dynamic stop levels , and professional visual dashboards to help you identify high-probability gold en
The UZFX {SSS} Scalping Smart Signals v5.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-guessing
Scalper Vault   is a professional scalping system which provides you with everything you need for successful scalping. This indicator is a complete trading system which can be used by forex and binary options traders. The recommended time frame is M5. The system provides you with accurate arrow signals in the direction of the trend. It also provides you with top and bottom signals and Gann market levels. The indicator provides all types of alerts including PUSH notifications. PLEASE CONTACT ME A
FiboSniper Pro
Van Minh Nguyen
5 (2)
FiboSniper Pro - Multi-Filter Fibonacci System with Auto SL/TP and Control Panel FiboSniper Pro is a technical indicator that combines dynamic Fibonacci Envelopes with multiple confirmation filters to generate selective Buy and Sell signals. Fibonacci levels are calculated from Moving Average and ATR, then filtered by ADX, EMA, RSI, ATR, Volume, Time and Candle structure. The indicator displays automatic ATR-based Stop Loss and Take Profit levels directly on the chart, along with an interactive
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 is a
Divergence Bomber
Ihor Otkydach
4.89 (94)
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
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
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
SMART PRICE ACTION CONCEPTS — SPECIAL OFFER See the structure. Identify the zones. Build your trading plan. Get Smart Price Action Concepts for MT5 for $49 and receive Smart Universal Expert Advisor FREE. Bring Smart Money Concepts (SMC), ICT-style analysis and price action together in one organized chart. Identify market structure, order blocks, liquidity reference levels and imbalances, then choose which elements to display through the Smart Panel. The current $49 price applies to the next 30
Trend Catcher ind mt5
Ramil Minniakhmetov
5 (18)
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
Axiom Matrix
Issam Kassas
5 (8)
User manual: https://www.mql5.com/en/blogs/post/773819 Online course: https://www.mql5.com/en/blogs/post/775704 User manual PDF: https://c.mql5.com/6/1021/Axiom_Matrix_User_Manual_compressed.zip [DEMO] 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 opportunities, and shows you the best BUY, SELL, WAIT, or blocked
Power Candles MT5
Daniel Stein
4.73 (11)
Power Candles - Self-Optimizing Strength Indicator Series price: 79 USD until Sunday, 20 September 2026, then 99 USD again. Strength usually lives in a sub-window. The line runs below, the candle above, and your eye keeps connecting the two. Power Candles puts the strength into the candle itself, colored from dark red to dark green, so the chart reads at a glance and the sub-window stays closed. The indicator also finds its own settings for the symbol and timeframe in front of you. One click on
ATSTRONG PRO: Market Structure & Breakout Indicator Breakout Detection Engine | 5 Dynamic TP Targets | Live Dashboard Panel | Non-Repainting Introductory Price Current Price: $59 — The price increases by $10 after every 10 sales. ATSTRONG PRO is an advanced breakout and institutional market structure indicator engineered for MetaTrader 5. It detects high-probability swing pivots, identifies clustered support and resistance accumulation zones, and signals Break of Structure (BOS) and Character
Smc Pro ToolKit
Talal N Z Aljarusha
5 (12)
SMC PRO TOOLKIT — SMART MONEY ANALYSIS & STRUCTURED TRADE PLANNING SMC Pro ToolKit is a professional Smart Money Concepts analysis workspace for MetaTrader 5. It combines market structure, multi-timeframe analysis, institutional price zones, setup evaluation, confirmation tools, volume context, alerts, and risk planning inside one organized chart environment. One workspace. Multiple layers of confirmation. One structured trading plan. OPEN COMPLETE USER GUIDE MULTI-CONDITION SETUP ENGINE At
Crystal Quantum Pro
Muhammad Jawad Shabir
5 (3)
CRYSTAL QUANTUM PRO Institutional Signal & Trade Intelligence for MetaTrader 5 Final Price: 199 USD ----> Price goes up 10 USD after every 10 sales. Limited launch slots available, act fast. Most indicators give you an arrow and leave you alone. A naked arrow is a gamble. Winning consistently requires CONFLUENCE , a clear STOP and TARGET , and honest PROOF that the system works. Crystal Quantum Pro delivers all three in one clean, no-repaint package. Crystal Quantum Pro is a complete decision sy
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
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
More from author
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
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
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
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
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
Indicator Test Report
Narayanan Mohanan Mohanan Krishnan
Indicator Test Report for MetaTrader 5 — a repaint checker and indicator tester that shows how any indicator actually behaves You cannot see inside a compiled indicator. The Indicator Test Report loads any indicator — bought, written, or built into MetaTrader — and answers the question a description cannot: does it repaint, how much history does it need, and what does it really publish? It reports behaviour. It does not grade. Load any indicator into the Strategy Tester and get a plain-language
FREE
Indicator Test Report MT4
Narayanan Mohanan Mohanan Krishnan
Indicator Test Report for MetaTrader 4 — an MT4 repaint checker and indicator tester that shows how any indicator actually behaves You cannot see inside a compiled indicator. The Indicator Test Report loads any indicator — bought, written, or built into MetaTrader — and answers the question a description cannot: does it repaint, how much history does it need, and what does it really publish? It reports behaviour. It does not grade. Load any indicator into the Strategy Tester and get a plain-lang
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
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
Structure Flow and Trailing Stop MT4
Narayanan Mohanan Mohanan Krishnan
Structure Flow and Trailing Stop MT4 — an adaptive flow line with five trailing stop methods, market structure and liquidity bands for MetaTrader 4 Five trailing stop methods, one adaptive flow line, and a condition panel that reports how many measurements agree. 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 trailin
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
Trend Survival Rate
Narayanan Mohanan Mohanan Krishnan
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 actual
Filter:
YPMS
45
YPMS 2026.08.30 13:56 
 

User didn't leave any comment to the rating

Narayanan Mohanan Mohanan Krishnan
1546
Reply from developer Narayanan Mohanan Mohanan Krishnan 2026.08.31 15:49
Thank you. That is exactly the problem the bands were built for — the raw Force Index carries the units of price and volume together, so its scale is meaningless across instruments. The bands put it in the context of its own recent behaviour instead.
Reply to review