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
Haven Volume Profile
Maksim Tarutin
4.58 (12)
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
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
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
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
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
StopLoss Monitor
Jayesh Ashok Rode
In trading, capital protection is everything. A single trade without a Stop Loss can wipe out profits, breach a funded account, or cause unnecessary emotional and financial damage within seconds. Even experienced traders can forget to place an SL during volatile market conditions or while managing multiple trades simultaneously. Since many Prop Firms enforce strict mandatory Stop Loss rules, one missing SL can instantly violate account conditions regardless of position size. STOP LOSS MONITOR is
FREE
Simple. Informative. Instantly Visible on Your Chart. Alwinson Active Trades Info  is a lightweight indicator that displays a summary of currently open positions directly on the chart. It removes the need to switch to the Terminal window to check which symbols are active and what volume is involved. An MT4 version of this indicator is also available among my products. Key Features: Lists all symbols that currently have open positions in the trading account. Shows the dominant position type (BUY
FREE
TrendBox Indicator MT5
Ivan Grachev
4.73 (15)
The indicator looks for consolidation (flat) in the market at a certain time, builds a box-channel and marks levels indented from it for a breakdawn. After crossing one of the levels, the indicator marks the zone for take profit and calculates the corresponding profit or loss in the direction of this entry on the panel. Thus, the indicator, adjusting to the market, finds a flat area of the market, with the beginning of a trend movement to enter it. Version for MT4: https://www.mql5.com/en/market
FREE
Pipsometer
Andrew Ingosi Likare
4.67 (3)
Pipsometer is an elegant, real-time panel indicator for MT5 that instantly shows you both your cumulative money and pip gain/loss and total trades executed on the current chart. It dynamically changes its display color—green for net profit and red for net loss—so you can gauge performance at a glance without opening reports or scrolling through trade history.
FREE
Smart Depth Of Market
Evgeny Shevtsov
4.33 (18)
The indicator displays the orders book, as well as increases its depth, remembering the location of orders that have gone beyond the current "window" view. Indicator capability Display the levels of open positions. Simulation of placing/cancelling/editing pending orders directly in the displayed orders book. Indicator features The orders book display works only on those trading symbols for which it is broadcast by the broker. To reset the information about the rows that were recorded in the Sm
FREE
An ICT fair value gap is a trading concept that identifies market imbalances based on a three-candle sequence. The middle candle has a large body while the adjacent candles have upper and lower wicks that do not overlap with the middle candle. This formation suggests that there is an imbalance where buying and selling powers are not equal. Settings Minimum size of FVG (pips) -> FVGs less than the indicated pips will be not be drawn Show touched FVGs Normal FVG color -> color of FVG that hasn't
FREE
Cumulative Delta MT5
Evgeny Shevtsov
4.53 (62)
The indicator analyzes the volume scale and splits it into two components - seller volumes and buyer volumes, and also calculates the delta and cumulative delta. The indicator does not flicker or redraw, its calculation and plotting are performed fairly quickly, while using the data from the smaller (relative to the current) periods. The indicator operation modes can be switched using the Mode input variable: Buy - display only the buyer volumes. Sell - display only the seller volumes. BuySell -
FREE
VSA Volume Color
Thanh Tuan Nguyen
5 (1)
Instantly see how strong each bar's volume really is. VSA Volume Color classifies tick volume into 6 color-coded levels using Wilder's Moving Average — so you always know when Smart Money is active and when the market is quiet. The problem most traders face: A standard volume histogram tells you how much — but not how significant. Every bar looks similar. You have no quick way to tell whether this volume spike is truly abnormal, or just slightly above average noise. What VSA Volume Color does: T
FREE
HTF Candles Nika overlays full-size candles from any higher timeframe directly onto your current chart in MetaTrader 5. It gives you a clear multi-timeframe view without leaving your chart. Key Features - Draws higher timeframe candles as filled rectangles with wicks on the current chart - Supports standard candlestick and Heiken Ashi display modes - Live countdown timer showing time remaining until the current HTF candle closes - Customizable colors for bullish and bearish candles - Auto or m
FREE
GDS Renko Gold Dollar XAUUSD Renko Macro Pressure Context for MetaTrader 5 GDS Renko Gold Dollar is a premium MetaTrader 5 indicator designed for traders who analyze XAUUSD with Renko charts and want to compare gold movement with US dollar pressure. The indicator does not give buy or sell signals. It does not predict gold price movement. It provides a visual context layer that helps the trader understand whether gold-side pressure or dollar-side pressure appears more dominant in the current mark
Buyers of this product also purchase
This product was updated for the 2026 market and optimized for the latest MT5 builds . PRICE UPDATE NOTICE: Smart Trend Trading System is currently available for $99. The price will increase to $199 after the next 30 purchases. SPECIAL OFFER:  After purchasing Smart Trend Trading System, send me a private message to claim the Smart Universal EA for FREE and turn your Smart Trend signals into automated trades. Smart Trend Trading System is a complete non-repainting, non-redrawing, and non-laggi
Trend Sniper X
Sarvarbek Abduvoxobov
5 (8)
Trend Sniper X is a multi-timeframe trend-following indicator for MetaTrader 5 that helps traders identify trend direction and potential reversal points with clarity and precision. Price Information: The current price is promotional and is subject to change as upcoming updates and new features are released. Code2Profit Channel Master the Market with Multi-Timeframe Analysis! Technical Specifications Platform MetaTrader 5 Indicator Type Multi-Timeframe Trend Indicator Operating Timeframe Any char
Welcome to ENTRY IN THE ZONE AND SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a professional trading indicator built on Smart Money Concepts (SMC) , combining market structure analysis with a No Repaint BUY / SELL signal system in a single indicator. It helps traders understand market structure more clearly, identify key price zones, and focus on higher-quality trading opportunities. By combining Multi-Timeframe Analysis , Points of Interest (POIs) , and real-time signals, th
Launch Discount Ending Soon — 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 s
SuperScalp Pro
Van Minh Nguyen
4.6 (30)
SuperScalp Pro –  Professional Multi-Layer Confluence Scalping System SuperScalp Pro is a professional multi-layer confluence scalping system designed to help traders identify higher-probability opportunities with clearer entry confirmation, ATR-based Stop Loss and Take Profit levels, and flexible signal filtering across XAUUSD, BTCUSD, and major Forex pairs. Full documentation available in the product blog:   [User Guide] Auto trading available via SuperScalp Pro Auto Trader EA:   [Auto Trader
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
Gold Entry Sniper
Tahir Mehmood
5 (18)
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
M1 Quantum MT5
Hamed Dehgani
4.6 (10)
Live Trading Signals Using M1 Quantum : Signal  (Trade executed automatically by the Quantum Trade Assistant , included free with this product.) Version 1.4 is game changer, default setting adjusted for GBPUSD M1 Price Plan: Current Price: $169 (Early Adopter Offer) Next Planned Price: $189 Planned Retail Price: $299 Developer Note:  After your purchase, please contact me to receive the latest  recommended settings (set file) , trading tips, and an invitation to our  VIP Support Group , where y
Divergence Bomber
Ihor Otkydach
4.9 (92)
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"
Neuro Poseidon MT5
Daria Rezueva
4.73 (55)
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
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
Atomic Analyst MT5
Issam Kassas
4.38 (47)
This product was updated for the 2026 market and optimized for the latest MT5 builds. PRICE UPDATE NOTICE: Atomic Analyst is currently available for $99. The price will increase to $199 after the next 30 purchases . SPECIAL OFFER:  After purchasing Atomic Analyst, send me a private message to claim the Smart Universal EA for FREE and turn your Atomic Analyst signals into automated trades. Atomic Analyst is a non-repainting, non-redrawing, and non-lagging price action trading indicator designed
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
GoldenX Entry MT5
Kareem Abbas
5 (15)
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
Trend Catcher ind mt5
Ramil Minniakhmetov
5 (17)
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
Zoryk Gold
Reda El Koutbane
5 (4)
discount ends in 24 h 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
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (2)
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
Power Candles MT5
Daniel Stein
5 (9)
Power Candles V3 - Self-Optimizing Strength Indicator Power Candles V3 turns currency and instrument strength into an actionable trade plan on every chart it is attached to. Instead of just coloring candles, it runs a live auto-optimization in the background and hands you the best Stop Loss, Take Profit and signal threshold for the symbol in front of you. One click adopts it for live trading - entry, Stop Loss and Take Profit rays appear on the chart at the exact prices, and alerts fire with dir
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
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 (4)
M1 SNIPER  is an easy to use trading indicator system. It is an arrow indicator which is designed for M1 time frame. The indicator can be used as a standalone system for scalping on M1 time frame and it can be used as a part of your existing trading system. Though this trading system was designed specifically for trading on M1, it still can be used with other time frames too. Originally I designed this method for trading XAUUSD and BTCUSD. But I find this method helpful in trading other markets
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
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
Smc Pro ToolKit
Talal N Z Aljarusha
5 (3)
SMC Pro ToolKit  is a professional chart-based Smart Money Concepts indicator for MetaTrader 5. It helps traders read market structure, identify key liquidity areas, organize trade context, and plan setups directly from the chart. This is not a simple buy/sell arrow indicator. It is a complete visual trading toolkit that combines Smart Money Concepts, multi-timeframe analysis, session context, setup planning, risk assistance, and professional dashboard tools in one clean workspace. Watch setup
Currency Strength Wizard   is a very powerful indicator that provides you with all-in-one solution for successful trading. The indicator calculates the power of this or that forex pair using the data of all currencies on multiple time frames. This data is represented in a form of easy to use currency index and currency power lines which you can use to see the power of this or that currency. All you need is attach the indicator to the chart you want to trade and the indicator will show you real s
This product was   updated   for the   2026 market   and   optimized   for the   latest MT5 builds . PRICE UPDATEe NOTICE: Smart Price Action Concepts   is currently available for $200. The price will   increase to $299   after the next   30 purchases. SPECIAL OFFER:  After purchasing , send me a private message to claim FREE Bonus + Gift. First of all Its worth emphasizing here that this Trading Tool is Non Repainting , Non Redrawing and Non Lagging Indicator , Which makes it ideal for profe
Atbot
Zaha Feiz
4.69 (55)
ATy Gold and BTC  Join my MQL5 channel to update the latest news from me.  My community of over 80,000 members on MQL5 ATbot : How It Works and How to Use It How It Works The "AtBot" indicator for the MT5 platform generates buy and sell signals using a combination of technical analysis tools. It integrates Simple Moving Average (SMA), Exponential Moving Average (EMA), and the Average True Range (ATR) index to identify trading opportunities. Additionally, it can utilize Heikin Ashi candles to en
Btmm state engine pro
Garry James Goodchild
5 (4)
BTMM State Engine Pro is a MetaTrader 5 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
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
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
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
Multi Timeframe Currency Strength Panel
Narayanan Mohanan Mohanan Krishnan
This 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. 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 ranking is often the same currency repeated seven times. This panel separates the driver from the duplicates by decomposing the whole matrix into individual currency
FREE
Filter:
No reviews
Reply to review