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.

Recensioni 2
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.

Prodotti consigliati
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
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
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
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
LT Rainbow Trend
Thiago Duarte
5 (1)
Do you, like me, like to trade with the trend? Then this indicator will help you! Rainbow Trend is a trend indicator, which uses several Moving Averages on the chart. It measures different trend strenght zones for different periods: very long term, long term, mid term, short term and very short term. Each zone has its color, and it is possible to have sound alert when the prices leaves a zone and enters another. Its configuration is very simple. If you find any bug or have any suggestions, conta
Pi Cycle Projections
Andres Felipe Carvajal Rodriguez
Cos'è Pi Cycle Projections? Pi Cycle Projections è un sistema di trading completo per MetaTrader 5 che ti offre un doppio vantaggio: non solo identifica segnali di ingresso ad alta probabilità (incrocio di Medie Mobili) nel momento presente, ma traccia anche una mappa visiva con possibili scenari futuri del mercato. Pensalo come un sistema due in uno: Un Generatore di Segnali Intelligente che ti dice quando agire, tramite gli incroci delle medie mobili Pi. Un Proiettore di Cicli Strategico che t
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
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
Benvenuti a HiperCube VIX Codice sconto del 25% su Darwinex Zero: DWZ2328770MGM Questo indicatore fornisce informazioni reali sul mercato del volume di sp500 / us500 Definizione HiperCube VIX, noto come CBOE Volatility Index, è una misura ampiamente riconosciuta della paura o dello stress del mercato. Segnala il livello di incertezza e volatilità nel mercato azionario, utilizzando l'indice S&P 500 come proxy per il mercato in generale. L'indice VIX è calcolato in base ai prezzi dei contratti d
FREE
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
Indicatore Balance of Power (BOP) con supporto multi-timeframe, segnali visivi personalizzabili e sistema di avvisi configurabile. I servizi di programmazione freelance, gli aggiornamenti e altri prodotti TrueTL sono disponibili nel mio profilo MQL5 . Feedback e recensioni sono molto apprezzati! Cos'è il BOP? Balance of Power (BOP) è un oscillatore che misura la forza degli acquirenti rispetto ai venditori confrontando la variazione del prezzo con il range della candela. L'indicatore viene ca
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
Auto Optimized RSI   è un indicatore a freccia intelligente e facile da usare, progettato per fornire segnali di acquisto e vendita precisi. Utilizza simulazioni di trading su dati storici per individuare automaticamente i livelli RSI più efficaci per ogni strumento e timeframe. Questo indicatore può essere utilizzato come sistema di trading autonomo o integrato nella tua strategia esistente, ed è particolarmente utile per i trader a breve termine. A differenza dei livelli fissi tradizionali del
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 pri
Phoenix Candlestick Pattern Monitor
PHOENIX GLOBAL INVESTMENTS LTD
Monitor dei pattern candlestick Phoenix (MT5) Strumento di rilevamento e monitoraggio dei pattern candlestick in tempo reale per MetaTrader 5. Identifica automaticamente i pattern candlestick classici su più simboli e visualizza statistiche complete sui pattern attraverso un dashboard visivo. Panoramica Phoenix Candlestick Pattern Monitor rileva e traccia i pattern Doji, Hammer, Shooting Star, Bullish Engulfing, Bearish Engulfing, Morning Star, Evening Star, Three White Soldiers e Three Black
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)
Descrizione:  siamo felici di presentare il nostro nuovo indicatore gratuito basato su uno degli indicatori professionali e popolari nel mercato forex (PSAR) questo indicatore è una nuova modifica sull'indicatore SAR parabolico originale, nell'indicatore pro SAR puoi vedere l'incrocio tra i punti e il grafico dei prezzi, questo il crossover non è un segnale ma parla del potenziale di fine movimento, puoi iniziare a comprare con un nuovo punto blu e posizionare lo stop loss un atr prima del pri
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
Statistical Arbitrage Spread Generator for Cointegration [MT5] What is Pair Trading? Pair trading is a market-neutral strategy that looks to exploit the relative price movement between two correlated assets — instead of betting on the direction of the market. The idea? When two assets that usually move together diverge beyond a statistically significant threshold, one is likely mispriced. You sell the expensive one, buy the cheap one , and profit when they converge again. It’s a statistica
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
Chỉ báo này sẽ thông báo cho bạn nếu cấu hình xu hướng thành công. Tín hiệu theo xu hướng không nên được tăng theo, nhưng tín hiệu mua ở mức giá thấp theo mô hình giao dịch thông thường của bạn, hoặc tín hiệu bán ở mức giá tốt, là một lựa chọn rất tốt. Hãy thiết lập nó trên khung thời gian lớn hơn và theo dõi các khung thời gian nhỏ hơn, bám sát các xu hướng chính. Tôi thường thiết lập ba khung thời gian gần nhau nhất và không bao giờ đi ngược tín hiệu của INdicator này. INdicator   này không có
Monster Harmonics Indicator is a harmonic pattern indicator. It recognizes Gartley, Bat, Crab, Butterfly, Cypher, White Swan, Black Swan, Shark and AB=CD patterns. Projected patterns that are not yet completed are recognized, too. Monster even shows the PRZ (Potential Reversal Zone). Users can add their own user defined patterns to Monster. Besides the current pattern, Monster also shows all patterns in the symbols history. Monster will provide alerts for developing patterns. Introduced by H.M.
Indicatore Crypto_Forex "Hammer and Shooting Star Pattern" per MT5, senza ridisegnazione, senza ritardo. - L'indicatore "Hammer and Shooting Star Pattern" è un indicatore molto potente per il trading basato sulla Price Action. - L'indicatore rileva pattern Hammer rialzisti e Shooting Star ribassisti sul grafico: - Bullish Hammer - Segnale freccia blu sul grafico (vedi immagini). - Bearish Shooting Star - Segnale freccia rossa sul grafico (vedi immagini). - Con avvisi su PC, dispositivi mobili
Candle Trend Bars
Muhammed Emin Ugur
Unlock the power of trend analysis with the Candle Trend Bars Indicator – your go-to tool for identifying and understanding market trends like never before. This innovative indicator transforms traditional candlestick charts into a dynamic and visually intuitive representation of market trends. Key Features: Trend Clarity: Gain a clear and concise view of market trends with color-coded bars that instantly convey the direction of price movements. User-Friendly Design: The indicator is designed wi
FREE
Basic Harmonic Pattern MT5
Mehran Sepah Mansoor
4.8 (89)
Questo indicatore identifica i   pattern armonici   più popolari che predicono i punti di inversione del mercato. Questi modelli armonici sono formazioni di prezzo che si ripetono costantemente nel mercato forex e suggeriscono possibili movimenti di prezzo futuri /   Versione MT4 gratuita Inoltre, questo indicatore è dotato di un segnale di entrata nel mercato e di vari take profit e stop loss. Va notato che, sebbene l'indicatore di pattern armonico possa fornire segnali di acquisto/vendita da
FREE
The   Trendlines Oscillator   helps traders identify trends and momentum based on the normalized distances between the current price and the most recently detected bullish and bearish trend lines. The indicator features bullish and bearish momentum, a signal line with crossings, and multiple smoothing options. USAGE The   Trendlines Oscillator   works by systematically: Identifying pivot highs and lows. Connecting pivots to form bullish (support) and bearish (resistance) trendlines. Measuring
Supply and Demand MTFs
Mohammed Zakana Al Mallouk
Overview Supply & Demand (MTF) v1.00 is a MetaTrader 5 indicator that automatically identifies and draws key supply and demand zones from up to three timeframes on your current chart. Supply zones mark areas where selling pressure was strong; demand zones mark areas where buying pressure was strong. Features Multi-timeframe detection Scan the current chart plus two higher timeframes for zones. Candle-strength filter Require a configurable number of strong candles to confirm each zone. Adjust
FREE
Gli utenti di questo prodotto hanno anche acquistato
SuperScalp Pro
Van Minh Nguyen
5 (14)
SuperScalp Pro – Sistema avanzato di indicatore per scalping con filtri multipli SuperScalp Pro è un sistema avanzato di indicatore per scalping che combina il classico Supertrend con molteplici filtri di conferma intelligenti. L’indicatore funziona in modo efficiente su tutti i timeframe da M1 a H4 ed è particolarmente adatto per XAUUSD, BTCUSD e le principali coppie Forex. Può essere utilizzato come sistema stand-alone o integrato in modo flessibile nelle strategie di trading esistenti. L’indi
Azimuth Pro
Ottaviano De Cicco
5 (6)
LAUNCH PROMO Azimuth Pro price is initially set at 299$ for the first 100 buyers. Final price will be 499$ . THE DIFFERENCE BETWEEN RETAIL AND INSTITUTIONAL ENTRIES ISN'T THE INDICATOR — IT'S THE LOCATION. Most traders enter at arbitrary price levels, chasing momentum or reacting to lagging signals. Institutions wait for price to reach structured levels where supply and demand actually shift. Azimuth Pro maps these levels automatically: swing-anchored VWAP, multi-timeframe structure lines, an
Divergence Bomber
Ihor Otkydach
4.89 (83)
Ogni acquirente dell’indicatore riceverà inoltre gratuitamente: L’utilità esclusiva “Bomber Utility”, che gestisce automaticamente ogni operazione, imposta i livelli di Stop Loss e Take Profit e chiude le posizioni secondo le regole della strategia I file di configurazione (set file) per adattare l’indicatore a diversi asset I set file per configurare il Bomber Utility in tre modalità: “Rischio Minimo”, “Rischio Bilanciato” e “Strategia di Attesa” Una guida video passo-passo per installare, conf
Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool developed based on Smart Money Concepts (SMC). It is designed to analyze market structure, price direction, reversal points, and key zones across multiple timeframes in a systematic way. The system displays Points of Interest (POI) and real-time No Repaint signals, with instant alerts when price reaches key zones or when signals occur within those zones. It functions as both an Indicator and a Signal System (2-in-1), c
ARICoins
Temirlan Kdyrkhan
ARICoin is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cust
Se acquisti questo indicatore, riceverai il mio Trade Manager Professionale + EA  GRATUITAMENTE. Innanzitutto è importante sottolineare che questo sistema di trading è un indicatore Non-Repainting, Non-Redrawing e Non-Lagging, il che lo rende ideale sia per il trading manuale che per quello automatico. Corso online, manuale e download di preset. Il "Sistema di Trading Smart Trend MT5" è una soluzione completa pensata sia per i trader principianti che per quelli esperti. Combina oltre 10 indicat
FX Trend MT5 NG
Daniel Stein
5 (4)
FX Trend NG: La Nuova Generazione di Intelligenza di Trend Multi-Mercato Panoramica FX Trend NG è uno strumento professionale di analisi del trend multi-timeframe e monitoraggio dei mercati. Ti consente di comprendere la struttura completa del mercato in pochi secondi. Invece di passare tra numerosi grafici, puoi identificare immediatamente quali strumenti sono in trend, dove il momentum sta diminuendo e dove esiste un forte allineamento tra i timeframe. Offerta di Lancio – Ottieni FX Trend NG
Power Candles MT5
Daniel Stein
5 (6)
Power Candles – Segnali di ingresso basati sulla forza per tutti i mercati Power Candles porta l’analisi di forza collaudata di Stein Investments direttamente sul grafico dei prezzi. Invece di reagire solo al prezzo, ogni candela viene colorata in base alla reale forza di mercato, consentendo di identificare immediatamente accumuli di momentum, accelerazioni della forza e transizioni di trend pulite. Un’unica logica per tutti i mercati Power Candles funziona automaticamente su tutti i simboli di
[ My Products ] , [ My Channel ]   ,  [ LIVE SIGNAL ] HFT Spike Detector HFT Spike Detector è uno strumento professionale di monitoraggio dei tick progettato per analizzare e misurare in tempo reale i movimenti di prezzo ad alta frequenza (picchi improvvisi causati da HFT). Il suo scopo è permetterti di rilevare slippage anomalo, gap di liquidità e picchi di prezzo a livello millisecondo causati dal broker, utilizzando dati numerici. Poiché analizza il flusso di tick in tempo reale e le cond
Trend Screener Pro MT5
STE S.S.COMPANY
4.84 (102)
Indicatore di tendenza, soluzione unica rivoluzionaria per il trading di tendenze e il filtraggio con tutte le importanti funzionalità di tendenza integrate in un unico strumento! È un indicatore multi-timeframe e multi-valuta al 100% non ridipingibile che può essere utilizzato su tutti i simboli/strumenti: forex, materie prime, criptovalute, indici e azioni. Trend Screener è un indicatore di tendenza che segue un indicatore efficiente che fornisce segnali di tendenza a freccia con punti nel gra
AriX
Temirlan Kdyrkhan
1 (4)
AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking with real-time stat
Gold Entry Sniper
Tahir Mehmood
5 (6)
Gold Entry Sniper – Dashboard ATR Multi-Timeframe per Scalping e Swing Trading sull’Oro Gold Entry Sniper è un indicatore avanzato per MetaTrader 5 che offre segnali di acquisto/vendita precisi per XAUUSD e altri strumenti, basato sulla logica ATR Trailing Stop e l' analisi multi-timeframe . Caratteristiche e Vantaggi Analisi Multi-Timeframe – Visualizza trend su M1, M5, M15 in un'unica dashboard. Trailing Stop Basato su ATR – Stop dinamici che si adattano alla volatilità. Dashboard Professional
FX Power MT5 NG
Daniel Stein
5 (31)
FX Power: Analizza la Forza delle Valute per Decisioni di Trading Più Intelligenti Panoramica FX Power è lo strumento essenziale per comprendere la reale forza delle principali valute e dell'oro in qualsiasi condizione di mercato. Identificando le valute forti da comprare e quelle deboli da vendere, FX Power semplifica le decisioni di trading e rivela opportunità ad alta probabilità. Che tu segua le tendenze o anticipi inversioni utilizzando valori estremi di Delta, questo strumento si adatta
RFI levels PRO MT5
Roman Podpora
3.67 (3)
L'indicatore mostra accuratamente i punti di inversione e le zone di ritorno dei prezzi in cui il       Principali attori   . Vedi dove si formano le nuove tendenze e prendi decisioni con la massima precisione, mantenendo il controllo su ogni operazione. VERSION MT4     -    Rivela il suo massimo potenziale se combinato con l'indicatore   TREND LINES PRO Cosa mostra l'indicatore: Strutture di inversione e livelli di inversione con attivazione all'inizio di un nuovo trend. Visualizzazione dei li
Quantum TrendPulse
Bogdan Ion Puscasu
5 (22)
Ecco   Quantum TrendPulse   , lo strumento di trading definitivo che combina la potenza di   SuperTrend   ,   RSI   e   Stocastico   in un unico indicatore completo per massimizzare il tuo potenziale di trading. Progettato per i trader che cercano precisione ed efficienza, questo indicatore ti aiuta a identificare con sicurezza le tendenze di mercato, i cambiamenti di momentum e i punti di entrata e uscita ottimali. Caratteristiche principali: Integrazione SuperTrend:   segui facilmente l'andame
Atomic Analyst MT5
Issam Kassas
3.94 (31)
Innanzitutto, vale la pena sottolineare che questo indicatore di trading non è repaint, non è ridisegno e non presenta ritardi, il che lo rende ideale sia per il trading manuale che per quello automatico. Manuale utente: impostazioni, input e strategia. L'Analista Atomico è un indicatore di azione del prezzo PA che utilizza la forza e il momentum del prezzo per trovare un miglior vantaggio sul mercato. Dotato di filtri avanzati che aiutano a rimuovere rumori e segnali falsi, e aumentare il pote
Grabber System MT5
Ihor Otkydach
4.83 (23)
Ti presento un eccellente indicatore tecnico: Grabber, che funziona come una strategia di trading "tutto incluso", pronta all’uso. In un solo codice sono integrati strumenti potenti per l’analisi tecnica del mercato, segnali di trading (frecce), funzioni di allerta e notifiche push. Ogni acquirente di questo indicatore riceve anche gratuitamente: L’utility Grabber: per la gestione automatica degli ordini aperti Video tutorial passo dopo passo: per imparare a installare, configurare e utilizzare
Trend indicator AI mt5
Ramil Minniakhmetov
5 (16)
Trend Ai indicator è un ottimo strumento che migliorerà l'analisi di mercato di un trader combinando l'identificazione della tendenza con punti di ingresso utilizzabili e avvisi di inversione. Questo indicatore consente agli utenti di navigare nelle complessità del mercato forex con fiducia e precisione Oltre ai segnali primari, l'indicatore Ai di tendenza identifica i punti di ingresso secondari che si presentano durante i pullback o i ritracciamenti, consentendo ai trader di capitalizzare le
Trend Lines PRO MT5
Roman Podpora
5 (1)
LINEE DI TENDENZA PRO  Aiuta a capire dove il mercato sta realmente cambiando direzione. L'indicatore mostra reali inversioni di tendenza e punti in cui i principali operatori rientrano. Vedi   Linee BOS   Cambiamenti di tendenza e livelli chiave su timeframe più ampi, senza impostazioni complesse o rumore inutile. I segnali non vengono ridisegnati e rimangono sul grafico dopo la chiusura della barra. VERSIONE MT4   -   Svela il suo massimo potenziale se abbinato all'indicatore   RFI LEVELS PRO
Smart Stop Indicator – Precisione intelligente dello stop-loss direttamente sul grafico Panoramica Smart Stop Indicator è la soluzione ideale per i trader che desiderano posizionare il loro stop-loss in modo chiaro e metodico, senza dover indovinare o affidarsi all’intuizione. Questo strumento combina la logica classica del price action (massimi e minimi strutturali) con un moderno riconoscimento dei breakout per identificare il prossimo livello di stop realmente logico. In trend, in range o i
Meridian Pro
Ottaviano De Cicco
Meridian Pro: Professional Multi-Timeframe Trend Matrix for MT5 Overview Meridian Pro is a multi-timeframe trend matrix by Merkava Labs that compresses directional state, strength, momentum condition and matrix agreement into one compact panel. One adaptive engine, applied consistently from M1 to W1. No per-symbol tuning. No indicator stacking. One structured readout across every asset and every timeframe. Launch Offer — Get Meridian Pro for USD 99 (introductory). Regular price: USD 149. 1. Why
Innanzitutto, vale la pena sottolineare che questo Strumento di Trading è un Indicatore Non-Ridipingente, Non-Ridisegnante e Non-Laggante, il che lo rende ideale per il trading professionale. Corso online, manuale utente e demo. L'Indicatore Smart Price Action Concepts è uno strumento molto potente sia per i nuovi che per i trader esperti. Racchiude più di 20 utili indicatori in uno solo, combinando idee di trading avanzate come l'Analisi del Trader del Circolo Interno e le Strategie di Tradin
FX Levels MT5
Daniel Stein
5 (13)
FX Levels: Supporti e Resistenze di Precisione Eccezionale per Tutti i Mercati Panoramica Rapida Cercate un modo affidabile per individuare livelli di supporto e resistenza in ogni mercato—coppie di valute, indici, azioni o materie prime? FX Levels fonde il metodo tradizionale “Lighthouse” con un approccio dinamico all’avanguardia, offrendo una precisione quasi universale. Basato sulla nostra esperienza reale con i broker e su aggiornamenti automatici giornalieri più quelli in tempo reale, FX
Pips Stalker mt5
Abdulkarim Karazon
5 (2)
Il Pips Stalker è un indicatore a freccia lunga e corta, aiuta i trader di tutti i livelli a prendere decisioni migliori nel trading sul mercato, l'indicatore non viene mai ridipinto e usa l'RSI come logica principale del segnale; una volta applicata una freccia, non verrà mai ridipinta o ridipinga e le frecce non vengono ritardate. VERSIONE MT4 <---- CARATTERISTICHE DELLA FRECCIA PIPS STALKER : PANNELLO STATISTICHE un dashboard informativo unico che mostra la percentuale complessiva di
ARIPoint
Temirlan Kdyrkhan
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
Market Structure Order Block Dashboard MT5 è un indicatore per MT5 focalizzato sulla struttura di mercato e sui concetti ICT / Smart Money: HH/HL/LH/LL , BOS , ChoCH , oltre a Order Blocks , Fair Value Gaps (FVG) , liquidità (EQH/EQL, sweeps), sessioni / Kill Zones e un Volume Profile integrato, con una dashboard compatta di confluence. Importante: è uno strumento di analisi . Non esegue operazioni (non è un EA). Bonus per gli acquirenti Dopo l’acquisto, puoi ricevere 2 indicatori bonus (a scel
Btmm state engine pro
Garry James Goodchild
5 (2)
Get the user guide here  https://g-labs.software/guides/BTMM_State_Engine_Welcome_Pack.html BTMM State Engine Pro — the   all-in-one Banks   & Institutions Market Maker indicator for Meta Trader 5. Built for   BTMM traders who follow the Asian   session breakout methodology with Kill Zone timing , level stacking, peak formation detection , and multi-pair scanning — all   from a single chart. Combines   a full BTMM State Engine   with a built-in multi-pair Scanner dashboard, eliminating the need
OmniSync Projection
Antonio-alin Teculescu
5 (1)
Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
Candle Smart Range
Gianny Alexander Lugo Sanchez
5 (1)
Candle Smart Range (CSR) per MetaTrader 5 Candle Smart Range è un indicatore tecnico progettato per l'identificazione automatica dei range di prezzo su più timeframe. Questo strumento analizza la struttura del mercato basandosi sulle formazioni delle candele e sull'interazione del prezzo con i massimi e i minimi precedenti. Caratteristiche principali: Rilevamento Range: Identifica le zone di consolidamento prima dei movimenti impulsivi. Identificazione Falsi Breakout: Segnala quando il prezzo su
Trend Forecaster
Alexey Minkov
5 (7)
The Trend Forecaster indicator utilizes a unique proprietary algorithm to determine entry points for a breakout trading strategy. The indicator identifies price clusters, analyzes price movement near levels, and provides a signal when the price breaks through a level. The Trend Forecaster indicator is suitable for all financial assets, including currencies (Forex), metals, stocks, indices, and cryptocurrencies. You can also adjust the indicator to work on any time frames, although it is recommen
Altri dall’autore
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
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
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 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
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
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
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
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
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
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 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
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
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
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
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
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
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
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
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
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
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
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
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
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 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
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
Filtro:
Szymon Rozwadowski
160
Szymon Rozwadowski 2026.01.09 22:02 
 

Good indicator, Thank you!

Quang Huy Quach
19836
Risposta dello sviluppatore 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
19836
Risposta dello sviluppatore Quang Huy Quach 2026.01.13 23:35
Inboz
Rispondi alla recensione