OBVCD Pro MT4

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 result is reduced to a single regime value that is equally usable by a discretionary trader and an algorithmic system.

How it Works

On-Balance Volume (OBV) is calculated from the selected volume source. Tick Volume is used by default. Real Volume can be selected instead; MetaTrader 4 does not provide real volume, so the indicator reports this and stops rather than substituting something else silently.

A fast and a slow moving average are calculated over the OBV series (EMA 12 and EMA 26 by default). The difference between them forms the OBVCD Histogram. A Signal Line is then calculated over that histogram, using a 9-period SMA by default.

Upper and lower volatility bands are calculated from a 20-period standard deviation with a 1.618 deviation multiplier. The bands can be applied either to the Signal Line or directly to the Histogram.

Because the bands are based on standard deviation, they widen automatically during periods of high market activity and contract when activity falls. This allows one set of default settings to remain usable across very different instruments, instead of relying on fixed thresholds.

The 5-State Momentum Logic

The colour-coded histogram evaluates the position of momentum relative to the adaptive volatility bands and classifies every completed bar into one of five market states.

  • Strong Bullish (Lime Green) — the histogram is above the upper band and bullish momentum continues to expand. Value: +2
  • Weak Bullish (Light Green) — the histogram remains above the upper band, but bullish momentum is beginning to fade. Value: +1
  • Consolidation (Gray) — the histogram is inside the bands, indicating a neutral or ranging market. Value: 0
  • Weak Bearish (Orange) — the histogram is below the lower band, but selling pressure is beginning to ease. Value: −1
  • Strong Bearish (Red) — the histogram is below the lower band and bearish momentum continues to expand. Value: −2

The key characteristic of this logic is the distinction between a move that is extended and one that is still expanding. A band breach on its own does not indicate that a move retains its strength; the direction of momentum is what separates continuation from exhaustion.

Algorithmic and EA Integration

The calculated market state is written to a dedicated buffer, so an Expert Advisor can read a finished value without inspecting colours and without re-implementing the internal logic.

Buffer 8 returns one of the following values:

  • 2.0 = Strong Bullish
  • 1.0 = Weak Bullish
  • 0.0 = Consolidation
  • −1.0 = Weak Bearish
  • −2.0 = Strong Bearish

Obtain the indicator handle with iCustom(). Reading Shift 1 — the last fully completed bar — is recommended, as that value is final and will not change.

Public Buffer Map

  • Buffer 0 — OBVCD Histogram (Neutral)
  • Buffer 1 — OBVCD Histogram (Bull Strong)
  • Buffer 2 — OBVCD Histogram (Bull Weak)
  • Buffer 3 — OBVCD Histogram (Bear Strong)
  • Buffer 4 — OBVCD Histogram (Bear Weak)
  • Buffer 5 — Signal Line
  • Buffer 6 — Upper Band
  • Buffer 7 — Lower Band
  • Buffer 8 — Regime Bias

Please note that MQL4 does not support colour index buffers, so the histogram requires five separate data buffers to render the 5 states (Buffers 0 to 4). The Regime Bias is therefore Buffer 8. Buffers 9 to 11 are used exclusively for internal calculations and are hidden from the Data Window.

Inputs

  • Volume source — Tick Volume (default) or Real Volume where supported by the broker
  • Fast moving average — period 12, EMA by default
  • Slow moving average — period 26, EMA by default
  • Signal moving average — period 9, SMA by default
  • Supported MA methods — EMA, SMA, SMMA and LWMA
  • Enable Bollinger Bands — enabled by default
  • Bands applied to — Signal Line (default) or Histogram
  • Bands period — 20
  • Bands deviation — 1.618

With Bollinger Bands disabled, the indicator operates as a classical OBV convergence/divergence oscillator with a signal line, and the Regime Bias returns 0 on every bar.

What the screenshots show

  • EURUSD, Monthly — Demonstrates long-term volume divergence analysis. The 5-state histogram tracks structural volume regime shifts across multi-year cycles.
  • US30, Daily — Displays the application of custom parameters (Fast MA 50, Slow MA 200, Bands Period 20, Deviation 1.5). Extending the periods and narrowing the multiplier adapts the indicator to long-term index trends.
  • XAUUSD, H1 — Demonstrates adaptive volatility band mechanics during price consolidation and subsequent breakdowns. Band contraction precedes directional movement.
  • The Data Window (DXY, M5) — Confirms the accessibility of the Regime Bias buffer. The visual state maps directly to a discrete float value (e.g., 2.0000) for EA consumption.
  • The inputs dialog (BTCUSD, Daily) — Confirms configuration options for moving average methods, applied volume, and Bollinger Bands logic.

Calculation behaviour

All values are calculated exclusively from completed historical data. Once a bar closes, its values do not change again. Only the currently forming bar updates as new ticks arrive.

For confirmed readings, Shift 1 should be used rather than Shift 0. The indicator uses no look-ahead data and does not repaint values after a bar has closed.

Notes

  • Displayed in a separate indicator window.
  • 8 visible plots.
  • 13 indicator buffers.
  • A semi-transparent histogram keeps the pane readable when used alongside other indicators.
  • No external dependencies. Every value is 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.

What this is and is not

This is a tool for technical analysis and for filtering market conditions. It is not a trading system, it produces no buy or sell signals, it gives no investment advice, and it does not open or manage positions.

It is descriptive rather than predictive, and no claim is made about its performance.

The free demo runs in the Strategy Tester. Put it on the instruments and timeframes you actually trade, and judge it against your own charts.

More tools from this developer

I build MT4/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.

The five-state regime classification here is part of the Oscillator Regime Suite, which applies it to volume-derived series rather than to price on the chart.

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.

Built and maintained by Narayanan Mohanan, MT4/MQL4 developer.

Recommended products
VR Cub
Vladimir Pastushak
VR Cub is an indicator for getting high-quality entry points. The indicator was developed to facilitate mathematical calculations and simplify the search for entry points into a position. The trading strategy for which the indicator was written has been proving its effectiveness for many years. The simplicity of the trading strategy is its great advantage, which allows even novice traders to successfully trade with it. VR Cub calculates position opening points and Take Profit and Stop Loss targe
Daily Candle Predictor is an indicator that predicts the closing price of a candle. The indicator is primarily intended for use on D1 charts. This indicator is suitable for both traditional forex trading and binary options trading. The indicator can be used as a standalone trading system, or it can act as an addition to your existing trading system. This indicator analyzes the current candle, calculating certain strength factors inside the body of the candle itself, as well as the parameters of
Auto Fibo Pro m
DMITRII GRIDASOV
"Auto FIBO Pro"   Crypto_Forex  indicator  - is great auxiliary tool in trading! Indicator automatically calculate and place on chart Fibo levels and local trend lines (red color). Fibonacci levels indicate key areas where price can reverse. Most important levels are 23.6%, 38.2%, 50% and 61.8%. You can use it   for reversal scalping  or for zone grid trading. There are plenty of opportunities to  improve your current system using Auto FIBO Pro indicator as well. It has Info Spread Swap Displa
The Th3Eng PipFinite indicator is based on a very excellent analysis of the right trend direction with perfect custom algorithms. It show the true direction and the best point to start trading. With StopLoss point and Three Take Profit points. Also it show the right pivot of the price and small points to order to replace the dynamic support and resistance channel, Which surrounds the price. And Finally it draws a very helpful Box on the left side on the chart includes (take profits and Stop loss
Alpha Trend sign has been a very popular trading tool in our company for a long time. It can verify our trading system and clearly indicate trading signals, and the signals will not drift. Main functions: Based on the market display of active areas, indicators can be used to intuitively determine whether the current market trend belongs to a trend market or a volatile market. And enter the market according to the indicator arrows, with green arrows indicating buy and red arrows indicating se
Noize Absorption Index MT4
Ekaterina Saltykova
5 (1)
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation. S
Trendiness Index
Libertas LLC
5 (3)
"The trend is your friend" is one of the best known sayings in investing, because capturing large trendy price movements can be extremely profitable. However, trading with the trend is often easier said than done, because many indicators are based on price reversals not trends. These aren't very effective at identifying trendy periods, or predicting whether trends will continue. We developed the Trendiness Index to help address this problem by indicating the strength and direction of price trend
"Dynamic Trading Oscillator" - is an advanced custom Crypto_Forex indicator - efficient Trading tool for MT4!  - New generation of Oscillators - see pictures to check how to use it. - Dynamic Trading Oscillator has adaptive Oversold/Overbought zones. - Oscillator is an auxiliary tool to find exact entry points from dynamic OverSold/OverBought areas. - Oversold values: below Blue line, Overbought values: above Red line . - This indicator is great to combine with Price Action patterns as well. -
Infinity Trend Pro
Yaroslav Varankin
1 (1)
This is a trend indicator without redrawing Developed instead of the binary options strategy (by the color of the Martingale candlestick) Also works well in forex trading When to open trades (binary options) A signal will appear in the place with a candle signaling the current candle It is recommended to open a deal for one candle of the current timeframe M1 and M5 When a blue dot appears, open a deal up When a red dot appears, open a trade down. How to open trades on Forex. When a signal is rec
Rainbow Price Visualizer v1.21 See where the market really breathes. Turns your MT4 chart into an ultra-precise heatmap that highlights price zones favored by big players. Why it matters 300 price levels at 0.2‑pip resolution — microscopic detail. 8 visual themes (Rainbow, Fire, Ocean…) for instant readibility. Smart opacity: low noise fades, real zones pop. Lightweight rendering with automatic cleanup. Fully customizable: saturation, opacity, resolution, history depth. Bands project into the f
FreqoMaster
Stanislav Korotky
The main idea of this indicator is rates analysis and prediction by Fourier transform. The indicator decomposes exchange rates into main harmonics and calculates their product in future. The indicator shows 2 price marks in history, depicting price range in the past, and 2 price marks in future with price movement forecast. Buy or sell decision and take profit size are displayed in a text label in the indicator window. The indicator uses another indicator as an engine for calculations - FreqoMet
Trend Oscillator - is an advanced custom  Crypto_Forex indicator, efficient trading tool! Advanced new calculation method is used - 20 options for parameter "Price for calculation". Smoothest oscillator ever developed. Green color for upward trends,  Red color for downward trends. Oversold values: below 5, O verbought values: over 95. There are plenty of opportunities to upgrade even standard strategies with this indicator. With PC and Mobile alerts. Click here to see high quality Trading Robot
Introduction It is common practice for professional trades to hide their stop loss / take profit from their brokers. Either from keeping their strategy to the themselves or from the fear that their broker works against them. Using this indicator, the stop loss / take profit points will be drawn on the product chart using the bid price. So, you can see exactly when the price is hit and close it manually.  Usage Once attached to the chart, the indicator scans the open orders to attach lines for t
PipFinite Trend PRO
Karlo Wilson Vendiola
4.88 (2251)
Breakthrough Solution For Trend Trading And Filtering With All Important Features Built Inside One Tool! Trend PRO's smart algorithm detects the trend, filters out market noise and gives entry signals with exit levels. The new features with enhanced rules for statistical calculation improved the overall performance of this indicator. Important Information Revealed Maximize the potential of Trend Pro, please visit www.mql5.com/en/blogs/post/713938 The Powerful Expert Advisor Version Automatin
Point61 Indicator
Evgeniy Machok
5 (1)
The Point61 indicator is the result of many years of monitoring of price behavior of currency pairs and metals. It is not a secret, that in times of uncertainty, traders are looking for possible levels of support and resistance - the point, where price should stop its movement. There are 2 possible scenarios at these points: 1. Reverse (correction) to the opposite direction; 2. Breakthrough to continue movement. Very often these points are used to set stop orders - TakeProfit or StopLoss
Risk Management and Limit Monitoring Indicator for Professional Traders and Evaluation Accounts (Prop) This tool only displays precise risk management and limit information on the chart to help you make more focused decisions. The indicator does not open/close/modify trades and does not interfere with Expert Advisors (EAs). Features Monitoring daily and total drawdown Calculates and displays daily and total drawdown based on Balance or Equity (configurable). Shows the remaining percentage to th
Super Reversal Pattern
Parfait Mujinga Ndalika
Super Reversal Pattern Indicator Unlock the power of advanced pattern recognition with our Super Reversal Pattern Indicator. Designed for traders seeking precision and reliability, this indicator identifies one of the most effective reversal patterns in technical analysis, offering a significant edge in your trading strategy. Key Features: Non-Repainting Accuracy: Enjoy the confidence of non-repainting technology. Once a Super Reversal Pattern is detected, it remains static, providing consiste
Laguerre SuperTrend Clouds adds an Adaptive Laguerre averaging algorithm and alerts to the widely popular SuperTrend indicator. As the name suggests, Laguerre SuperTrend Clouds (LSC) is a trending indicator which works best in trendy (not choppy) markets. The SuperTrend is an extremely popular indicator for intraday and daily trading, and can be used on any timeframe. Incorporating Laguerre's equation to this can facilitate more robust trend detection and smoother filters. The LSC uses the impro
Commodity Channel Index Message is an indicator for the MetaTrader 4 trading platform. Unlike the original indicator, this three in one version has a system of alerts that inform on market situation changes. It consists of the following signals: when the Main line crosses the levels of extreme zones and 50% level; when the Main line crosses the Trend line in the indicator window; Divergence on the last bar. Values of the middle and extreme levels and divergence zones are customizable. Parameter
QuantumEdge Trader
Hossam Ali Ahmed Ali
QuantumEdge Trader v1.0 AI-Powered Precision Signals for Serious Traders QuantumEdge Trader is a smart and reliable indicator that delivers accurate BUY and SELL signals using advanced market analysis and trend detection. Designed for M1 to M60 timeframes, it's ideal for scalping and intraday strategies. --- Key Features: No Repaint – Signals never change after appearing Smart trend filters to reduce noise Adjustable sensitivity and alerts Perfect for XAUUSD, EURUSD, and m
For sure, this indicator has become very popular amongst traders. Through coding this indicator will give you the most accurate levels possible for your trading analysis. We have also added in the ability for you to receive alerts when the price breaks above or below a Support or Resistance lines! HOW TO USE The red rectangles represent your resistance/supply zone. The green rectangles represent your support/demand zone.  BONUS FEATURES We coded this indicator with the ability to switch between
Trade with Gann on your side!! MASTER CIRCLE 360 CIRCLE CHART, originally created by Gann admitted that this is “The Mother of all charts”. It is one of the last studies that this great trader left for us. The numeric tab le is apparently quite simple like all the tables and is based on square numbers, the SQUARE OF 12 and is by evolution, one of the most important square numbers. Here we can find CYCLE, PRICE AND TIME thanks to angles and grades, to show past and future support and resistance.
The indicator displays the data of the Stochastic oscillator from a higher timeframe on the chart. The main and signal lines are displayed in a separate window. The stepped response is not smoothed. The indicator is useful for practicing "manual" forex trading strategies, which use the data from several screens with different timeframes of a single symbol. The indicator uses the settings that are identical to the standard ones, and a drop-down list for selecting the timeframe. Indicator Paramet
Trend Ray
Andriy Sydoruk
The indicator shows the potential trend direction by cyclical-wave dependence. Thus, all the rays of the intersection will be optimal rays, in the direction of which the price is expected to move, taking into account the indicator period. Rays can be used as a direction for potential market movement. But we must not forget that the approach must be comprehensive, the indicator signals require additional information to enter the market.
Price Magnet — Price Density and Attraction Levels Indicator Price Magnet is a professional analytical tool designed to identify key support and resistance levels based on statistical Price Density. The indicator analyzes a specified historical period and detects price levels where the market spent the most time. These zones act as “magnets,” attracting price action or forming a structural base for potential reversals. Unlike traditional Volume Profile tools, Price Magnet focuses on price-time d
MasterDot
Andrey Kozak
Master Dot for MetaTrader 4 Detect Volatility Exhaustion Before the Market Returns to Balance Master Dot is a professional non-repainting indicator designed to detect moments when price moves beyond its statistically expected volatility range. These situations often occur during sharp market impulses, liquidity grabs or temporary emotional moves, when price departs from its normal trading conditions. Instead of following trends, Master Dot highlights volatility exhaustion — moments where the mar
Phase Analytics Pro: Advanced Cyclic Market Analyzer Phase Analytics Pro is a sophisticated technical tool designed for traders who prioritize mathematical precision over lag-heavy traditional indicators. Based on the principles of digital signal processing, this indicator decomposes price action into phase and quadrature components to identify the dominant market cycle. How it works: The algorithm calculates the instantaneous phase of the market, allowing it to distinguish between trending and
Axiom Points
Tatiana Savkevych
Axiom Point — Precision Structural Breakout Indicator Axiom Point is a high-performance analytical indicator designed to identify high-probability reversal zones using price-action behaviour and adaptive balance filtering. The indicator applies a multi-layer analytical model to detect moments when price transitions beyond its normal equilibrium area, indicating a potential shift in market momentum. Unlike conventional trend-following tools, Axiom Point focuses on so-called points of no return —
Money Flow Profile MT5 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 This Master Edition is engineered for clarity and speed, featuring a unique Auto-Theme Sync system that instantly beautifies your chart layout upon loading. Key Features: True Money Flow Calculation: Goes beyond stand
Laser Trend
Nicolas Zouein
The trend is your friend! This is what this indicator is all about. Follow this famous saying and be safe. Characteristics: Buy/Sell signals fixed on the close of a bar. Works on all symbols and all timeframes. Clear visual market trend laser line, Buy/Sell signal arrows, market strength meter, TP1 & TP2 boxes. Visual signals when to enter, when to exit the market. No repainting. Compatible with Flexible EA for trading automation. (Ask for a free set file optimized to perform 2010-2018) Parame
Buyers of this product also purchase
Gann Made Easy
Oleg Rodin
4.84 (171)
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
Neuro Poseidon MT4
Daria Rezueva
4.8 (45)
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 all
Prop Firm Sniper
Mohamed Hassan
5 (5)
Prop Firm Sniper MT4  is a professional market structure indicator that automatically identifies high-probability BUY and SELL opportunities using BOS and CHoCH analysis. Recommended Timeframes: For backtesting, use the indicator on   M5 or M15   for Gold (XAUUSD), and   M15 or H1   for more volatile Forex pairs such as   GBPUSD, USDJPY, EURGBP , and similar markets. CONTACT ME AFTER PURCHASE TO CLAIM YOUR FREE BONUSES! Prop Firm Sniper  is a professional market structure indicator designed t
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 driv
Scalper Inside PRO
Alexey Minkov
4.74 (68)
Scalper Inside PRO helps you read the intraday trend and plan your trade before you enter. It uses exclusive built-in algorithms to evaluate market direction and calculate key target levels the moment a signal appears, so you always see the potential entry, stop-loss and profit targets ahead of time. The indicator also shows detailed performance statistics on historical data, so you can see how different instruments and strategies behaved and choose what fits current market conditions. You can e
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 str
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 4. 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,
Quantum Breakout Indicator PRO
Bogdan Ion Puscasu
4.96 (26)
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 box. I
DayTrader PRO MT4
Davit Beridze
5 (1)
DayTrader PRO DayTrader PRO   is an advanced trading indicator that combines John Ehlers' Laguerre Filter with a powerful Auto-Optimization Engine. Instead of using fixed parameters, the indicator automatically searches for the best settings based on recent market conditions, helping you adapt to changing volatility without constant manual adjustments. The indicator generates clear   BUY   and   SELL   signals together with adaptive   Stop Loss   and   Take Profit   levels calculated from curre
Super Signal – Skyblade Edition Professional No-Repaint / No-Lag Trend Signal System with Exceptional Win Rate | For MT4 / MT5 It works best on lower timeframes, such as 1-minute, 5-minute, and 15-minute charts. Core Features: Super Signal – Skyblade Edition is a smart signal system designed specifically for trend trading. It applies a multi-layered confirmation mechanism to detect only strong, directional moves supported by real momentum. This system does not attempt to predict tops or bottoms
Advanced Supply Demand
Bernhard Schweigert
4.91 (302)
Trading Special – 30% OFF 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 pot
Official BlueDigitsFx Ecosystem Access Get infrastructure updates, workflow resources, product releases, and ecosystem access through the official BlueDigitsFx ecosystem. Telegram Ecosystem Website MT5 Version BlueDigitsFx Easy 123 System — Powerful Reversal and Breakout Detection for MT4 All-In-One Non-Repaint System for Spotting Market Reversals and Breakouts – Built for traders who value structure, clarity, and confirmation-based trading workflows. The BlueDigitsFx Easy 123 System is a vis
M1 Sniper
Oleg Rodin
5 (26)
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
Dynamic Forex28 Navigator
Bernhard Schweigert
4.43 (7)
Specials Discount now. The Next Generation Forex Trading Tool. Dynamic Forex28 Navigator is the evolution of our long-time, popular indicators, combining the power of three into one: Advanced Currency Strength28 Indicator (695 reviews) + Advanced Currency IMPULSE with ALERT (520 reviews) + CS28 Combo Signals (recent Bonus) Details about the indicator  https://www.mql5.com/en/blogs/post/758844 What Does The Next-Generation Strength Indicator Offer? Everything you loved about the originals, now
Finesia Sniper
Robby Suhendrawan
Finesia Scalper - High Probability & Non-Repainting System Discounted   Price   !!     Secure the Lowest Price Today. Next The price will increase to   250 USD . Are you looking for a powerful, high-probability trading indicator that removes the guesswork from your chart? Finesia Scalper is a professional-grade, 100% non-repainting trading tool designed to provide you with ultimate precision. Built on a proven algorithm, this indicator seamlessly combines three highly effective trading methodolo
Documentation for connecting Metatrader 4 with Python with a simple drag and drop EA.   A full end-to-end solution ,fully tested ,fast and efficient! The Pytrader ecosystem consists of a python script and a MT4 EA. (  MT5  version ) Further for the licensing an indicator is used.  The communication between the python script and the EA is based on sockets. EA is the  Server   and the python script the  Client .  It is always query(function / python script) and output(data / server). The EA doe
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-re
BUY 1 and GET 1 FREE - Promotion! Buy Trend Reader Indicator with a huge –60% discount and GET 1 FREE EA by your choice! Promo Price: $117 (Regular Price: $297 — You Save $180! Don't Miss!) After purchase contact me to get your GIFT EA! You can also contact me to get the list of available GIFT EAs! Trend Reader Indicator is a revolutionary trading indicator designed to empower forex traders with the tools they need to make informed trading decisions. This cutting-edge indicator utilizes compl
Market Reversal Alerts
Lee Samson
4.19 (114)
Profit from market structure changes as price reverses and pulls back. The Market Reversal Alerts indicator identifies when a trend or extended price move is approaching exhaustion, alerts you the moment market structure shifts, and confirms the entry when price re-tests the reversal zone, so you trade defined areas instead of guesses. How it works As price forms new highs or lows near potential exhaustion points, the indicator identifies the breakout and momentum, then draws a rectangle on the
Volatility Trend System - a trading system that gives signals for entries. The volatility system gives linear and point signals in the direction of the trend, as well as signals to exit it, without redrawing and delays. The trend indicator monitors the direction of the medium-term trend, shows the direction and its change. The signal indicator is based on changes in volatility and shows market entries. The indicator is equipped with several types of alerts. Can be applied to various trading ins
Hydra Trend Rider is a non-repainting, multi-timeframe trend indicator that delivers precise buy/sell signals and real-time alerts for high-probability trade setups. With its color-coded trend line, customizable dashboard, and mobile notifications, it's perfect for traders seeking clarity, confidence, and consistency in trend trading. Setup & Guide:  Download  MT5 Version here. To learn how to use the Indicator: Indicator Manual & Guide -   Read Here Exclusively for you: It's your chance to st
Ace Supply Demand Zone Indicator The concept of supply demand relies on the quantity mismatching between buying and selling volumes in the financial market. Supply and demand zone can provide the good entry and exit. A zone is easier to trade than a line. The supply demand zone can provide the detailed trading plan and the risk management. Its ability to predict market direction is high. There are two distinctive points about Ace Supply Demand Zone Indicator. Ace Supply Demand Zone indicator was
Atomic Analyst
Issam Kassas
5 (11)
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 indic
Market Structure Break Out
Ashkan Hazegh Nikrou
5 (8)
Detect Indirection Break Out Signal with high success rate. Price will increase to 119$ By 15th August Introduction to Market Structure Break Out (MSB) , this indicator is an advanced tool designed for both MT4 and MT5 platforms , helping traders view market movement through the lens of price structure. It identifies and highlights key trading signals using arrows and alerts, both in the direction of the trend and against it (reversal signals). One of its standout features is the ability to draw
Meravith
Ivan Stefanov
5 (3)
Market makers' tool. Meravith will: Analyze all timeframes and display the current trend in force. Highlight liquidity zones (volume equilibrium) where bullish and bearish volumes are equal. Display all liquidity levels across different timeframes directly on your chart. Generate and present text-based market analysis for your reference. Calculate targets, support levels, and stop-loss points based on the current trend. Compute the risk/reward ratio for your trades. Determine position size accor
AW Candle Patterns MT4
AW Trading Software Limited
The AW Candle Patterns indicator is a combination of an advanced trend indicator combined with a powerful candle pattern scanner. It is a useful tool for recognizing and highlighting the thirty most reliable candlestick patterns. In addition, it is a current trend analyzer based on colored bars with a   plug-in multi-timeframe trend panel that can be resized and positioned. A unique ability to adjust the display of patterns depending on the trend filtering. Advantages: Easily identifies candle p
PZ Day Trading
PZ TRADING SLU
3.67 (3)
Effortless trading: non-repainting indicator for accurate price reversals This indicator detects price reversals in a zig-zag fashion, using only price action analysis and a donchian channel. It has been specifically designed for short-term trading, without repainting or backpainting at all. It is a fantastic tool for shrewd traders aiming to increase the timing of their operations. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Amazingly easy to trade It provides
Institutional Blueprint   (MT4) — Market Structure, Order Blocks & Risk/Reward Zones Institutional Blueprint reads the chart the way professional price-action traders do. On every closed bar it maps live market structure, marks the Order Block behind each move, and turns the most relevant block into a ready-to-read trade plan with a clear Entry, Stop Loss and three Take-Profit targets — drawn as a green reward zone and a red risk zone, so the trade geometry is obvious at a glance. Based on Sm
Advanced Indicator Scanner is a multi-symbol multi-timeframe scanner that works with hundreds of custom indicators available across the web including mql5 website market and codebase indicators. Advanced Indicator Scanner features: Scans your indicator in 28 customizable instruments and 9 timeframes. Monitors up to 2 lines(buffers) of an indicator. Showing of indicator value on buttons. You can choose between 3 alert modes:  Single symbol and timeframe Multiple timeframes of a symbol Multiple
MT4 Macd Divergence Scanner
Krzysztof Janusz Stankiewic
This indicator provides an efficient way to monitor multiple currency pairs and timeframes simultaneously. By visually displaying price-MACD divergences in a structured, easy-to-read table, it allows traders to detect potential market turning points without constantly switching between charts. Divergences can signal either bullish or bearish momentum shifts. For instance, a bearish divergence occurs when the price reaches a new high, but the MACD fails to confirm this with a corresponding higher
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
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
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
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
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