OBV Oscillator

5

Overview

The OBV Oscillator is a custom technical indicator for MetaTrader 5, designed to provide a clearer visualization of On Balance Volume (OBV) by transforming it into an oscillator. This indicator aims to assist traders in identifying trend confirmations, potential reversals, and momentum shifts by analyzing the relationship between price and volume. It features a customizable Moving Average (MA) for smoothing the OBV, a signal line for generating crossover signals, and an alert system to notify traders of key events.

Key Features

  • On Balance Volume (OBV) Oscillator: The core of the indicator, which calculates the cumulative total of volume, adding or subtracting it based on price movement. The oscillator format makes it easier to interpret volume flow relative to a zero line.
  • Selectable Moving Average (MA) Types: The OBV Oscillator can be smoothed using various Moving Average methods, providing flexibility to adapt to different trading styles and market conditions. Supported MA types include:
    • SMA (Simple Moving Average): A basic average of the OBV over a specified period.
    • EMA (Exponential Moving Average): A weighted average that gives more importance to recent OBV data.
    • SMMA (Smoothed Moving Average): Similar to EMA but with a longer smoothing effect.
    • LWMA (Linear Weighted Moving Average): Assigns greater weight to recent OBV data in a linear fashion.
  • Signal Line: An Exponential Moving Average (EMA) of the OBV Oscillator itself. This line helps in identifying potential buy/sell signals through crossovers with the main oscillator line, similar to how MACD is interpreted.
  • Alerts: The indicator can notify you of significant events, allowing you to stay informed without constantly monitoring the charts. Alerts can be configured for:
    • Zero Line Crosses (Oscillator crossing above or below zero)
    • Signal Line Crosses (Oscillator crossing above or below its Signal Line)
    • Various alert modes: Pop-up, Sound, Email, and Notification (to mobile devices).

How to Install

  1. Download: Download the OBVOscillator.mq5 file.
  2. Open MetaTrader 5: Launch your MetaTrader 5 terminal.
  3. Open Data Folder: Go to File -> Open Data Folder .
  4. Navigate to Indicators: In the opened data folder, go to MQL5 -> Indicators .
  5. Place File: Copy the OBVOscillator.mq5 file into the Indicators folder.
  6. Refresh/Restart: Close the data folder, then either refresh the "Indicators" section in the MT5 Navigator window (right-click -> Refresh) or restart your MT5 terminal.
  7. Attach to Chart: Drag and drop the "OBV Oscillator" from the Navigator window onto your desired chart.

Parameters/Settings

Upon attaching the indicator to a chart, a settings window will appear. Here's a detailed explanation of each parameter:

  • InpLength (Oscillator MA Length):
    • Type: Integer
    • Default: 20
    • Description: Defines the period for the Moving Average applied to the On Balance Volume (OBV) to create the oscillator. A higher value results in a smoother oscillator, while a lower value makes it more responsive.
  • InpMaMethod (Oscillator MA Method):
    • Type: ENUM_MA_METHOD (Dropdown)
    • Default: MODE_EMA
    • Description: Selects the type of Moving Average to be used for smoothing the OBV.
      • MODE_SMA (Simple Moving Average)
      • MODE_EMA (Exponential Moving Average)
      • MODE_SMMA (Smoothed Moving Average)
      • MODE_LWMA (Linear Weighted Moving Average)
  • InpSignalLength (Signal Line EMA Length):
    • Type: Integer
    • Default: 9
    • Description: Defines the period for the Exponential Moving Average (EMA) used to calculate the Signal Line. This EMA is applied to the OBV Oscillator itself.
  • InpEnableAlerts (Enable Alerts):
    • Type: Boolean (Checkbox)
    • Default: false
    • Description: If checked, enables the alert system for the indicator.
  • InpAlertOnZeroCross (Alert on Zero Cross):
    • Type: Boolean (Checkbox)
    • Default: true
    • Description: If checked and InpEnableAlerts is true, an alert will be triggered when the OBV Oscillator crosses above or below the zero line.
  • InpAlertOnSignalCross (Alert on Signal Cross):
    • Type: Boolean (Checkbox)
    • Default: true
    • Description: If checked and InpEnableAlerts is true, an alert will be triggered when the OBV Oscillator crosses above or below its Signal Line.
  • InpAlertMode (Alert Mode):
    • Type: ENUM_ALERT_MODE (Dropdown)
    • Default: ALERT_MODE_POPUP
    • Description: Selects the method for receiving alerts.
      • ALERT_MODE_POPUP : A pop-up window will appear in MetaTrader 5.
      • ALERT_MODE_SOUND : A sound will be played (default "alert.wav").
      • ALERT_MODE_EMAIL : An email will be sent (requires email settings configured in MT5).
      • ALERT_MODE_NOTIFICATION : A push notification will be sent to your mobile MT5 app (requires MetaQuotes ID configured in MT5).

Trading Applications and Interpretation

The OBV Oscillator can be a valuable tool for understanding market dynamics and generating potential trading signals.

  • Trend Confirmation:
    • When the OBV Oscillator is consistently above the zero line, it may indicate bullish momentum and confirm an uptrend.
    • When it is consistently below the zero line, it may suggest bearish momentum and confirm a downtrend.
    • A rising oscillator in an uptrend or a falling oscillator in a downtrend indicates strong trend conviction.
  • Zero Line Crosses:
    • Bullish Zero Cross: When the OBV Oscillator crosses above the zero line, it may signal increasing buying pressure and a potential upward shift in momentum. This could be considered a potential buy signal.
    • Bearish Zero Cross: When the OBV Oscillator crosses below the zero line, it may indicate increasing selling pressure and a potential downward shift in momentum. This could be considered a potential sell signal.
  • Signal Line Crosses:
    • Bullish Signal Cross: When the OBV Oscillator crosses above its Signal Line, it may suggest a strengthening of the current trend or a potential bullish reversal. This can be used as a potential entry signal.
    • Bearish Signal Cross: When the OBV Oscillator crosses below its Signal Line, it may suggest a weakening of the current trend or a potential bearish reversal. This can be used as a potential exit or sell signal.
  • Potential Divergence (Conceptual):
    • The OBV Oscillator can help in identifying potential divergences between price and volume. Divergence occurs when price makes a new high/low, but the oscillator fails to confirm it by making a corresponding new high/low.
    • Bullish Divergence: Price makes a lower low, but the OBV Oscillator makes a higher low. This may suggest that the selling pressure is weakening, and a potential upward reversal could be imminent.
    • Bearish Divergence: Price makes a higher high, but the OBV Oscillator makes a lower high. This may indicate that the buying pressure is weakening, and a potential downward reversal could be imminent.
    • Note: This indicator provides the oscillator values to assist in visual identification of divergences. Automated divergence drawing is not a feature of this specific indicator version. Traders should manually confirm divergences by observing both price action and the oscillator's behavior.

Important Notes and Disclaimer

  • No Guarantees: Trading in financial markets involves substantial risk, and past performance of any indicator or trading system is not indicative of future results. This indicator is a tool to assist in analysis and decision-making, not a guarantee of profits.
  • Risk Management: Always employ proper risk management techniques. Never risk more capital than you can afford to lose.
  • Confirmation: It is highly recommended to use this indicator in conjunction with other technical analysis tools, price action, and your overall trading strategy for confirmation of signals.
  • Market Conditions: The effectiveness of any indicator can vary depending on market conditions (trending, ranging, volatile, calm).

Conclusion

The OBV Oscillator with its customizable MA, signal line, and alert features aims to provide traders with a versatile tool for volume-based analysis. By understanding its interpretation and integrating it into a comprehensive trading plan, traders may enhance their ability to identify potential trading opportunities and manage risk more effectively.

Reviews 3
Szymon Rozwadowski
160
Szymon Rozwadowski 2026.01.09 22:02 
 

Good indicator, Thank you!

Garfil
14
Garfil 2025.12.12 08:09 
 

The red color disappears on the indicator, and the entire moving average turns green. Please correct it.

cham
924
cham 2026.04.30 13:11 
 

нормально

Recommended products
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
CandleStick Pattern Indicator MT5
Driller Capital Management UG
5 (1)
This is a simple Candle Stick Pattern Indicator, which shows in the current time period all standardisized Patterns in the chart. All Patterns will be calculatet automatically based on standard conditions. Following Candle Stick Patterns are included: Bullish Hammer | Bearish Hammer Bullish Inverted Hammer | Bearish Inverted Hammer Bullish Engulfing | Bearish Engulfing Piercing | Dark Cloud Cover Bullish 3 Inside | Bearish 3 Inside There are only a few settings at the begining to take. Every Pat
FREE
Basing Candles
Abdelkhabir Yassine Alaoui
4 (1)
Basing Candles indicator is an automatic indicator that detects and marks basing candles on the chart. A basing candle is a candle with body length less than 50% of its high-low range. A basing candle or basing candlestick is a trading indicator whose body length is less than half of its range between the highs and lows. That's less than 50% of its range. The indicator highlights the basing candles using custom candles directly in the main chart of the platform. The percentage criterion can be
FREE
Overview Harmonic Patterns MT5 is a technical analysis indicator designed for the MetaTrader 5 platform. It identifies and displays harmonic price patterns, such as Butterfly, Cypher, Crab, Bat, Shark, and Gartley, in both bullish and bearish directions. The indicator calculates key price levels, including entry, stop loss, and three take-profit levels, to assist traders in analyzing market movements. Visual elements and customizable alerts enhance usability on the chart. Features Detects six ha
Crypto_Forex Indicator "Double Shooting Star pattern" for MT5, No repaint, No delay. - Indicator "Double Shooting Star pattern" is very powerful indicator for Price Action trading - great for Down-trending markets. - Indicator detects rare but efficient pattern: bearish Double Shooting Star on chart: - Bearish Double Shooting Star pattern - Red arrow signal on chart (see pictures). - It has built-in PC and Mobile alerts. - Indicator "Double Shooting Star pattern" is excellent to combine with Su
Pi Cycle Projections
Andres Felipe Carvajal Rodriguez
What is Pi Cycle Projections? Pi Cycle Projections is a comprehensive trading system for MetaTrader 5 that gives you a dual advantage: it not only identifies high-probability entry signals (Moving Average crossover) in the present but also charts a visual map of potential future market scenarios. Think of it as a two-in-one system: An Intelligent Signal Generator that tells you when to act (Pi moving average crosses). A Strategic Cycle Projector that shows you where the price could go. Both func
FREE
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
Description The Trend Signal Indicator is a powerful multi-timeframe technical analysis tool designed for MetaTrader 5. It provides visual trading signals based on four key indicators: Stochastic, RSI, Entry CCI, and Trend CCI. The indicator displays signals in an organized tile format with an additional summary tile showing the current symbol's signal. Key Features 1. Multi-Timeframe Analysis Supports 9 timeframes: M1, M5, M15, M30, H1, H4, D1, W1, MN1 Each timeframe displayed in its own tile
FREE
RBreaker
Zhong Long Wu
RBreaker Gold Indicators is a short-term intraday trading strategy for gold futures that combines trend following and intraday reversal approaches. It not only captures profits during trending markets but also enables timely profit-taking and counter-trend trading during market reversals. This strategy has been ranked among the top ten most profitable trading strategies by the American magazine   Futures Truth   for 15 consecutive years. It boasts a long lifecycle and remains widely used and st
Tops and Bottoms Indicator
Josue De Matos Silva
4.6 (5)
Tops & Bottoms Indicator FREE   Tops abd Bottoms:   An effective indicator for your trades The tops and bottoms indicator helps you to find  ascending and descending channel formations with indications of ascending and/or descending tops and bottoms. In addition, it  show possibles  opportunities with a small yellow circle when the indicator encounters an impulse formation. This indicator provide to you  more security and speed in making entry decisions. Also test our FREE advisor indicator:  
FREE
HiperCube VIX
Adrian Lara Carrasco
Welcome to HiperCube VIX Discount code for 25% off at Darwinex Zero: DWZ2328770MGM This indicator provide you a real info of market of volume of sp500 / us500 Definition  HiperCube VIX  known as the CBOE Volatility Index, is   a widely recognized measure of market fear or stress . It signals the level of uncertainty and volatility in the stock market, using the S&P 500 index as a proxy for the broad market. The VIX Index is calculated based on the prices of options contracts on the S&P 500 inde
FREE
Harmonic Pattern Hunter
Shingidzano Lesetedi
5 (1)
Harmonic Pattern Hunter Harmonic Pattern Hunter is a technical indicator for MetaTrader 5 that automatically identifies and draws high-probability harmonic patterns directly on the chart. It is designed to assist traders who use harmonic analysis as part of their trading methodology. How It Works The indicator scans historical and live price data for completed XABCD harmonic structures using Fibonacci ratio validation. When a valid pattern is detected, it draws the full pattern geometry, marks t
Description of the Harmonic Patterns + Fib Indicator The Harmonic Patterns + Fib indicator is a technical analysis tool designed for MetaTrader 5 (MT5). It automatically detects and visualizes harmonic price patterns on financial charts, leveraging Fibonacci ratios to identify potential reversal points in markets such as forex, stocks, cryptocurrencies, and commodities. The indicator scans for classic harmonic formations like Butterfly, Bat, Crab, Shark, Gartley, and ABCD, drawing them with lin
FREE
HAS RSI Signal — Professional Trend Indicator with SL/TP Calculation HAS RSI Signal is a powerful trading tool that combines time-tested classics with modern noise-filtering algorithms. The indicator analyzes the market through the prism of Heiken Ashi Smoothed candles and the RSI oscillator, providing clear entry signals at trend reversals or when exiting overbought/oversold zones. Key Advantages: Double Filtration: Using Heiken Ashi Smoothed eliminates market "noise," while RSI confirms the mo
Balance of Power (BOP) indicator with multi-timeframe support, customizable visual signals, and configurable alert system. Freelance programming services, updates, and other TrueTL products are available on my MQL5 profile . Feedback and reviews are highly appreciated! What is BOP? Balance of Power (BOP) is an oscillator that measures the strength of buyers versus sellers by comparing the change in price to the range of the bar. The indicator is calculated as (Close - Open) / (High - Low), th
FREE
Pinbar Yoshi Pro – Clean Multi-Timeframe Pin Bar Detection for MetaTrader 5 Pinbar Yoshi Pro is a clean and practical MT5 indicator designed for traders who use price action, candlestick rejection, support and resistance, market structure and multi-timeframe analysis in their daily trading routine. The purpose of this tool is simple: to help traders detect bullish and bearish Pin Bar candles more clearly, more consistently and with less manual chart scanning. In real trading, a Pin Bar is not
FREE
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO Can set the cycle for other varieties of K line graph covered this window, fluctuations obser
FREE
The indicator detects and displays М. Gartley's Butterfly pattern. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The pattern and wave parameters are displayed on the screenshots. The default parameters are used for demonstration purposes only in order to increase the amount of detected patterns. Parameters z
Confluex — Smart Money Concepts (SMC) All-in-One Indicator Confluex is an all-in-one Smart Money Concepts indicator for MetaTrader 5. It detects swing and internal market structure breaks, order blocks, fair value gaps, equal highs/lows, and premium/discount zones directly on the chart, then combines that structure into a rule-based, weighted-confluence Signal Engine that plots Buy/Sell arrows with SL/TP directly on the chart. It does not place trades — every signal is for visual/manual referenc
FREE
MeeKiew Semafor + SuperTrend MeeKiew Semafor + SuperTrend  is a streamlined technical tool designed to combine high-probability structural analysis with robust momentum tracking. By integrating a   clutter-free, Single-Level Semafor engine   with a dynamic volatility-based trend filter (SuperTrend), this indicator eliminates market noise and provides traders with crystal-clear, actionable execution zones. 1. The Streamlined Semafor Engine (Clean Market Structure) Pure Peak & Trough Detecti
FREE
Auto Optimized RSI   is a smart and easy-to-use arrow indicator designed for precision trading. It automatically finds the most effective RSI Buy and Sell levels for your selected symbol and timeframe using real historical data simulations. The indicator can be used as a standalone system or as part of your existing trading strategy. It is especially useful for intraday trading. Unlike traditional RSI indicators that rely on fixed 70/30 levels,   Auto Optimized RSI   dynamically adjusts its lev
Trend Sniper Follow Clarity, structure and trend control Trend Sniper is a trend analysis indicator designed to offer a clear, orderly and non noisy reading of the medium long term trend. Main strengths Clean and immediate trend reading Simple but powerful hierarchical structure No visual overload on the chart Ideal for Daily, Weekly and Monthly Perfect for swing trading and trend following Helps to stay aligned with the market context, avoiding emotional interpretations Trend Sniper Follow is n
Trade smarter, not harder: Empower your trading with Harmonacci Patterns This is arguably the most complete harmonic price formation auto-recognition indicator you can find for the MetaTrader Platform. It detects 19 different patterns, takes fibonacci projections as seriously as you do, displays the Potential Reversal Zone (PRZ) and finds suitable stop-loss and take-profit levels. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  ] It detects 19 different harmonic pric
Phoenix Candlestick Pattern Monitor
PHOENIX GLOBAL INVESTMENTS LTD
Phoenix Candlestick Pattern Monitor (MT5) Real-time candlestick pattern detection and monitoring tool for MetaTrader 5. Automatically identifies classic candlestick patterns across multiple symbols and displays comprehensive pattern statistics through a visual dashboard. Overview Phoenix Candlestick Pattern Monitor detects and tracks Doji, Hammer, Shooting Star, Bullish Engulfing, Bearish Engulfing, Morning Star, Evening Star, Three White Soldiers, and Three Black Crows patterns. The system
FREE
LevelPAttern MT5 is a technical indicator based on the daily levels and Price Action patterns. The indicator is based on the standard ZigZag indicator + reversal candlestick pattens, such as Star, Hammer (also knows as Pin bar), Engulfing and others. The indicator generates audio and text notifications when a pattern is formed and a level is touched. It also supports sending email and push notifications. Indicator operation features It is suitable for working with any CFD and FOREX trading inst
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO Advanced Bollinger Bands: 1. The Bollinger rail will change color with the direction" 2. The
FREE
Best SAR MT5
Ashkan Hazegh Nikrou
4.33 (3)
Description :  we are happy to introduce our new free indicator based on one of professional and popular indicators in forex market (Parabolic SAR) this indicator is new modification on original Parabolic SAR indicator, in pro SAR indicator you can see cross over between dots and price chart, this crossover is not signal but talk about end of movement potential, you can start buy by new blue dot, and place stop loss one atr before first blue dot, and finally you can exit as soon as dots cross p
FREE
Smaart Visual
Kris Van Sebroeck
SMA-ATR-Visual Indicator The SMA-ATR-Visual is a technical analysis indicator designed to assist traders in identifying market trends, measuring volatility, and visualizing potential entry signals on the chart. Main Components Simple Moving Averages (SMAs): The indicator plots two SMAs — a fast SMA (default 9-period) and a slow SMA (default 21-period) — to help detect short and medium term trend direction. ATR-Based Volatility Bands: Upper and lower bands are calculated using the Average True R
FREE
Fibaction
Abdelkhalek Orabi
Indicator Name: Fibaction – price action candle Detector Description: Fibo Signal Boxes is a powerful Smart Money Concept (SMC)-inspired indicator that auto-detects price action candles. bullish hammers and shooting stars, then draws precise Fibonacci entry zones and multiple take-profit levels directly on the chart. as for the SL personally i use 40 pips rules  Key Features: Detects bullish hammer and shooting star reversal candles. Automatically draws Fibonacci entry and TP boxes. as
Reversal Master for MT5 Reversal Master for MT5 is a non‑repainting reversal indicator for MetaTrader 5. It helps you detect potential market reversal points and shows the maximum favourable price movement after each historical signal, so you can better understand how price behaved after similar situations in the past. The MT5 version keeps the familiar reversal‑signal logic of the original Reversal Master for MT4, but adds improved visualisation, historical statistics and a points summary panel
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.   [User Manual]   ,  [PDF]  ,   [Installation manual]   and  [Online course] Smart T
Trend Sniper X
Sarvarbek Abduvoxobov
5 (9)
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
Superhero
Ihor Otkydach
5 (2)
The SUPERHERO indicator is a multi-currency trading system designed on an "all-inclusive" basis. The indicator independently analyzes the market and provides signals on when to open and close trades. It uses Stop Loss and Take Profit orders. The R:R ratio is 1:1. From time to time, I personally trade based on this system's signals, and here are the results I get—   LIVE SIGNAL This system can send push notifications to your smartphone, so you can place trades "on the go" without needing to be ti
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
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
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
The legend is back! Entry Points Pro 10. A relaunch of the legendary indicator that held a Top-3 spot on the MQL5 Market for 3 years. Hundreds of rave reviews (589 across two versions), thousands of traders use it every day, 31,000+ demo downloads  across   MT4   +   MT5 . I have read every one of your reviews from the past five years — and instead of promises, I built the answers into version 10. From an author who has been in the market since 1999 and values honesty, his reputation and his cli
Neuro Poseidon MT5
Daria Rezueva
4.85 (54)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
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
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
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
Divergence Bomber
Ihor Otkydach
4.89 (93)
From time to time, I trade using this system myself. Check out my manual BOMBER trading on a live account— LIVE SIGNAL Each buyer of this indicator also receives the following for free: The custom utility "Bomber Utility", which automatically manages every trade, sets Stop Loss and Take Profit levels, and closes trades according to the rules of this strategy Set files for configuring the indicator for various assets Set files for configuring Bomber Utility in the following modes: "Minimum Risk"
Atomic Analyst MT5
Issam Kassas
4.41 (49)
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. [How to use] , [User Manual] ,  [PDF]  And [DEMO] Atomic Analyst is a non-repainting, non-redrawing, and n
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
Zoryk Gold
Reda El Koutbane
5 (6)
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
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (3)
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
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
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
M1 Quantum MT5
Hamed Dehgani
4.27 (11)
Live Trading Signals Using M1 Quantum : Signal  (Trade executed automatically by the Quantum Trade Assistant , included free with this product.) Latest News : Version 1.64 has been released, All trades now have a Stop Loss placed behind the relevant Support/Resistance zones. The Smart Close function has also been improved to increase the EA’s performance in this version. Since August 9, the live signal has been running on Version 1.64. Price Plan: Current Price: $169 (Early Adopter Offer) Next
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
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
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
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
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (5)
A new King in town - Indicator + Order management indications(tp1+tp2+tp3) + Optional Telegram Signal sender   INCLUDED (FREE) ( FULL TRADING  and SIGNAL SYSTEM ) Our best EA for Gold: Gold Slayer  This indicator includes an advanced Strategy, a trading system with customisable order management and a mean reversion system that combines envelope extensions, backed by multiple intelligent confirmation filters like RSI to catch high probability reversal entries with BUY and SELL signals . The indi
Btmm state engine pro
Garry James Goodchild
5 (4)
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 5. Asian session range, London and New York kill zones, level progression (L1/L2/L3), peak formation detection (PFH/PFL), entry signals, and a multi-pair scanner from one chart. Stop scanning charts one pair at a time. The State Engine tracks the BTMM daily cycle automatically — Asian box, room boundaries, level blocks, peak formations, and filtered entries — while the scanner dashboard shows level, peak status, d
Smc Pro ToolKit
Talal N Z Aljarusha
5 (4)
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. WATCH SMC PRO TOOLKIT IN ACTION Setup guides, dashboard tut
The Oracle Pro
Ottaviano De Cicco
5 (1)
The Oracle Pro: Synthetic Multi-Timeframe Bias Engine for MT5 ️ Summer Launch Offer — Get The Oracle Pro for USD 199 (early buyers). Price rises with traction; final price USD 399. The Oracle Pro is a premium multi-timeframe bias engine for MetaTrader 5, built for demanding and professional traders. It answers one question with discipline: what is the directional bias on each timeframe right now, how strong is it, and how much do the timeframes agree? Everything is computed on closed bars only
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
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
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
More from author
Trend Lines v2 MT5
Quang Huy Quach
5 (1)
Trend Lines v2 MT5 is an intelligent auto trendline indicator that instantly detects key dynamic support and resistance zones. Built on pivot high/low structure, it delivers a clear and accurate view of market trends across all timeframes. Features Fully automatic trendline drawing based on precise pivot points. Filters out noise – only clean and reliable trendlines are shown. Control the number of lines to keep your chart neat and easy to read. Flexible customization: colors, line thickness, ra
FREE
Breakout Finder MT5
Quang Huy Quach
5 (1)
The "Breakout Finder" is a technical indicator designed to automatically identify potential price breakouts and breakdowns on a chart. The highlight of this indicator is its robust signal filtering system, which helps traders avoid false signals (fakeouts) and focus on higher-probability trading opportunities. Key Features Automatic Pivot Point Detection: The indicator automatically identifies significant pivot highs and lows on the chart to establish potential support and resistance levels. Bre
FREE
The "Support Resistance Dynamic" indicator is a powerful technical analysis tool for the MetaTrader 5 platform, designed to automatically identify and plot dynamic Support and Resistance zones on price charts. This indicator helps traders easily recognize important price levels, potential reversal points, or breakout areas, thereby enabling more informed trading decisions. 2. Key Features Dynamic S/R Identification : Automatically identifies support and resistance zones based on an advanced Pivo
FREE
Indicator Guide: Key Price Levels & Structure Shifts 1. Description The indicator is a technical analysis tool for the MetaTrader 5 platform. It is designed to automatically identify specific price movements and to highlight corresponding price zones based on preceding price action. This provides a visualization of key price areas according to the indicator's internal logic. 2. Visual Elements & Their Identification The indicator identifies and draws several types of visual elements on the chart
FREE
The Linear Regression Channel is a powerful technical analysis tool that helps visually identify the prevailing trend and potential price zones. Essentially, the indicator performs two main functions: It draws a trendline through the center of price action over a specified period. This line is calculated using the linear regression method, which results in the best possible "line of best fit" for the price data. From this center line, the indicator plots two parallel lines above and below, creat
FREE
1. Overview The Scalping PullBack Signal indicator is a powerful technical analysis tool designed to help traders identify scalping opportunities based on potential pullback and reversal signals. This tool is particularly useful on lower timeframes (below 15 minutes) but can also be applied on higher timeframes for longer-term trades. This indicator integrates several key analytical components, providing a comprehensive view of trends and potential entry/exit points, helping you make quick and e
FREE
SuperTrend Signals
Quang Huy Quach
5 (1)
The Supertrend indicator is a trend-following technical analysis tool designed to help traders identify the direction of market trends and potential entry/exit points. It operates based on price data and Average True Range (ATR) to create a dynamic signal line that changes color depending on the current trend. Green color: Indicates an uptrend. Red color: Indicates a downtrend. Supertrend is a useful indicator for both short-term and long-term trading, helping to filter out market noise and focu
FREE
The MultiFrameRSIIndicator is a powerful MetaTrader 5 (MT5) indicator that leverages the Relative Strength Index (RSI) to analyze trends across multiple timeframes. This indicator synchronizes RSI-based trend signals from up to nine timeframes (M1, M5, M15, M30, H1, H4, D1, W1, MN1) and presents them with clear visual feedback, including a colored RSI line, signal arrows, and a customizable dashboard. Ideal for traders seeking momentum-based trend confirmation. Features Multi-Timeframe Analysis
FREE
MTF Candles Drawing
Quang Huy Quach
5 (1)
The MTF (Multi-Timeframe) Candles indicator is a powerful tool that allows you to display candles from a higher timeframe (e.g., H1, H4, D1) directly on a lower timeframe chart (e.g., M5, M15, M30). The Problem It Solves: Instead of constantly switching back and forth between charts to analyze the main trend and detailed price action, this indicator merges both perspectives into one. You can instantly see the "big picture" while staying focused on trading signals on your current timeframe. Core
FREE
Welcome to Ultimate MA MTF , a multi-functional Moving Average (MA) indicator converted from the original TradingView version by ChrisMoody and upgraded with many powerful features. This is not just a typical MA line. It is a comprehensive technical analysis tool designed to provide traders with deep insights into trends, volatility, and potential trading signals, all within a single indicator. Key Features 8 Moving Average Types: Full support for the most popular MA types (SMA, EMA, WMA, HullMA
FREE
The Pivot Point Supertrend indicator is a technical analysis tool designed for the MetaTrader 5 (MT5) platform. It combines two popular analytical methods: Pivot Points: Uses significant historical price highs and lows to identify potential support and resistance zones. These points are objective and stable. Supertrend: A well-known trend-following indicator that helps identify the current market trend and provides dynamic stop-loss levels. Indicator's Goal: By using the stability of Pivot Point
FREE
The MultiFrameTrendAnalyzer is a versatile MetaTrader 5 (MT5) indicator designed to provide multi-timeframe trend analysis using Moving Average (MA) crossovers. This indicator synchronizes trend signals across multiple timeframes (M1, M5, M15, M30, H1, H4, D1, W1, MN1) and displays them with intuitive visual cues, including a colored trend line, signal arrows, and a customizable dashboard. Features Multi-Timeframe Analysis : Evaluates trends across up to nine timeframes, allowing traders to conf
FREE
The Vix_Fix indicator, or "Vix Fix," is a tool designed to identify potential market bottoms. It operates on the principle of measuring extreme fear or pessimism among the crowd, which are moments when the market often has a high probability of reversing to the upside. Main Purpose: To help traders find high-probability BUY (Long) entry points by identifying when the market is "oversold." How it Works In simple terms, the Vix Fix measures the distance between the current bar's Low and the Highes
FREE
TMA Overlay
Quang Huy Quach
TMA Overlay Indicator for MT5 - User Guide 1. Introduction TMA Overlay is a versatile technical analysis indicator for the MetaTrader 5 platform. The indicator's goal is to provide traders with a comprehensive overview of the trend, potential entry signals, and key trading sessions, all integrated into a single chart. This is not a trading system, but a comprehensive analysis tool designed to help you make more informed decisions. 2. Core Indicator Components The indicator consists of multiple c
FREE
The WaveTrend Oscillator indicator is an enhanced version of the classic WaveTrend Oscillator, a momentum indicator. It is designed to identify overbought/oversold conditions and provide potential trend reversal signals. The core difference in this version is the application of a data "normalization" algorithm. This ensures the indicator's oscillation lines remain balanced around the zero line, causing the indicator window to always stay naturally centered. This is especially useful when trading
FREE
Ultimate EMA
Quang Huy Quach
Multi-Period EMA is a convenient indicator that displays multiple Exponential Moving Averages (EMAs) on a single chart. It is designed to help traders easily identify market trends and key crossover points without the need to add multiple individual EMA indicators. Key Features: Multiple EMAs in one: Simplifies chart analysis by combining several EMA lines into one indicator. Fully customizable: Easily change the period (default 20, 50, 100, 200), color, and thickness of each EMA line. Clean in
FREE
The Multi-Frame MACD Indicator is a robust MetaTrader 5 (MT5) indicator that utilizes the Moving Average Convergence Divergence (MACD) to analyze trends across multiple timeframes. This indicator synchronizes MACD-based trend signals from up to nine timeframes (M1, M5, M15, M30, H1, H4, D1, W1, MN1) and presents them with clear visual cues, including a colored MACD line, signal arrows, and a customizable dashboard. Perfect for traders seeking momentum and trend reversal insights. Features Multi-
FREE
1. Introduction Smart Volume S/R Pro is a powerful technical analysis tool designed for the MetaTrader 5 platform. Unlike traditional Support & Resistance (S/R) indicators that rely on price peaks and troughs, this indicator automatically identifies critical S/R zones based on a core factor: Trading Volume . Core Principle: Price levels that witnessed exceptionally high trading volume in the past will often become significant psychological zones, where the price is likely to react strongly (eith
FREE
RSI Ultimate MTF
Quang Huy Quach
5 (1)
1. Introduction The CM_Ultimate_RSI_MTF is a powerful and versatile custom indicator for MetaTrader 5, designed to enhance your Relative Strength Index (RSI) analysis. It provides multi-timeframe (MTF) capabilities, visual signals, and customizable alerts, making it an invaluable tool for traders seeking to identify overbought/oversold conditions, trend strength, and potential entry/exit points across various timeframes. 2. Key Features Multi-Timeframe (MTF) Analysis: Allows you to view RSI from
FREE
1. Introduction The Market Squeeze Momentum Indicator (SQZMOM_LB) is a powerful technical analysis tool designed to help traders identify periods of low market volatility (the "squeeze" phase) and predict the direction and strength of price momentum after the squeeze ends. This indicator combines the principles of Bollinger Bands and Keltner Channels to detect changes in market volatility, along with a momentum oscillator to measure buying/selling pressure. 2. Key Components of the Indicator The
FREE
Fibonacci Bollinger Bands (FBB) Indicator - User Manual 1. Introduction Fibonacci Bollinger Bands (FBB) is a technical analysis indicator that combines three tools: Bollinger Bands , Fibonacci Ratios , and the Volume-Weighted Moving Average (VWMA) . The purpose of this indicator is to provide a multi-dimensional view of the market by helping to identify: Dynamic support and resistance zones. The general market trend. Volatility levels and potential accumulation phases (squeezes). Price breakouts
FREE
Volume Flow Indicator (VFI) - User Manual 1. General Introduction The Volume Flow Indicator (VFI) is an advanced technical oscillator designed to measure the strength and sustainability of a price trend by incorporating both price and volume data. Developed based on the concepts of On-Balance Volume (OBV) but with significant improvements, the VFI provides deeper insight into money flow and the conviction behind price movements. This indicator is not an automated trading system but a powerful an
FREE
1. Overview The ATR Dynamic Stop (CE) is a powerful technical indicator designed to help traders identify and follow market trends. Its core function is to provide a dynamic trailing stop-loss based on price volatility, as measured by the Average True Range (ATR) indicator. The main objectives of the ATR Dynamic Stop are: Profit Optimization: It helps you ride a strong trend by setting a reasonable stop-loss, preventing premature exits due to minor market noise and fluctuations. Risk Management:
FREE
The "Volume Range Profile with Fair Value" (VRPFV) indicator is a powerful volume analysis tool designed to help traders better understand market structure and identify key price areas where significant institutional activity occurs. Instead of just looking at volume on individual candlesticks, VRPFV analyzes the distribution of volume by price level within a specific time range, providing deep insights into the "footprint" of smart money. VRPFV consists of the following core components: Upper &
FREE
MultiFrame Volume Trend (MFVI) is a powerful VWAP-based indicator that displays volume trends across multiple timeframes in a clean, easy-to-read dashboard directly on your chart. Instantly capture the overall market direction in just seconds. Features Multi-timeframe VWAP analysis from M1 to MN1. Dashboard panel shows the trend state of each timeframe at a glance. Plots VWAP line and buy/sell arrows directly on the chart. Fully customizable: colors, line width, panel position, arrow symbols. Bu
FREE
MultiFrame Pivot MT5
Quang Huy Quach
5 (1)
MultiFrame Pivot: A Multi-Timeframe Analysis Tool MultiFrame Pivot is an analysis indicator designed to provide an overview of the market based on Pivot Points across multiple timeframes. The indicator synthesizes information from different timeframes to give you a more comprehensive view of important price levels. KEY FEATURES: Multi-Timeframe Analysis: MultiFrame Pivot allows you to simultaneously monitor the price's status relative to Pivot Points (PP), Support 1 (S1), and Resistance 1 (R1)
FREE
MultiFrame MA
Quang Huy Quach
5 (1)
MultiFrame MA: A Multi-Timeframe Trend Indicator MultiFrame MA is a trend analysis indicator designed to provide a comprehensive market overview across various timeframes. Instead of relying on a single timeframe, this tool synthesizes information from multiple charts, giving users a holistic and reliable perspective. KEY FEATURES: Multi-Timeframe Analysis: The indicator analyzes data from various timeframes, from M1 up to Monthly, to help users identify trend confluence at different levels. MA
FREE
The EMA Navigator Pro is an advanced version of the popular EMA indicator, designed to provide superior flexibility and multi-timeframe analysis capabilities. This indicator not only displays EMA lines but also offers a powerful alert system to ensure you never miss a crucial signal. Key Features: Multi-Timeframe Support: You can assign a separate timeframe to each individual EMA line, allowing you to analyze long-term (e.g., D1) and short-term (e.g., H1) trends on the same chart. Automatic Cro
FREE
The Smart Trend Tracker (OTT) is a technical analysis tool designed to help traders identify the direction and strength of a market trend. This indicator functions as an optimized moving average that adapts to market volatility, thereby providing dynamic support and resistance levels. The primary goal of the OTT is to smooth out price action and offer visual cues about potential changes in the trend. Core Components of the Indicator When you add the indicator to your chart, you will see two main
FREE
This indicator is a trading strategy designed to find high-probability entry points by combining two very popular indicators: Bollinger Bands (BB) and the Relative Strength Index (RSI) . The core idea is "dual confirmation" : a trade signal is only considered valid when both indicators agree. This helps filter out many of the false signals that occur when using just a single indicator, thereby increasing the reliability of each entry. Bollinger Bands are used to identify relative price value zon
FREE
Filter:
cham
924
cham 2026.04.30 13:11 
 

нормально

Quang Huy Quach
26342
Reply from developer Quang Huy Quach 2026.05.02 19:57
Наслаждайтесь и порекомендуйте это своим друзьям. Спасибо.
Szymon Rozwadowski
160
Szymon Rozwadowski 2026.01.09 22:02 
 

Good indicator, Thank you!

Quang Huy Quach
26342
Reply from developer Quang Huy Quach 2026.01.13 23:33
Okay
Garfil
14
Garfil 2025.12.12 08:09 
 

The red color disappears on the indicator, and the entire moving average turns green. Please correct it.

Quang Huy Quach
26342
Reply from developer Quang Huy Quach 2026.01.13 23:35
Inboz
Reply to review