TWJ Anchored VWAP

1. Overview

TWJ Anchored VWAP is a professional-grade MetaTrader 5 indicator that plots the Volume Weighted Average Price anchored to the open of each new trading day. The VWAP resets automatically at the start of every session, giving you a clean, accurate intraday reference price calculated from the true open of each day.

 

Unlike fixed or manually anchored VWAP tools, TWJ Anchored VWAP requires zero configuration to stay relevant — it handles the daily anchor logic automatically while giving you full control over the number of Standard Deviation bands displayed and every visual element on the chart.

 

Indicator Type: Custom Indicator — plots directly on the MT5 price chart.

Platform: MetaTrader 5 (MT5) only.


2. Key Features

Feature

Description

Auto Daily Anchor

VWAP resets precisely at the open of every new trading day — no manual input required.

Typical Price Calculation

Uses the standard (High + Low + Close) / 3 formula for accurate VWAP computation.

Real Volume Priority

Automatically uses real tick volume when available; falls back to tick volume on brokers that don't provide it.

Up to 5 SD Bands

Display between 0 and 5 pairs of Standard Deviation bands above and below VWAP.

Configurable Multipliers

Each SD band has an independent multiplier — set your preferred statistical levels (e.g. 1.28, 2.01, 2.51, 3.10, 4.00).

Full Colour Control

Every line — VWAP and all 5 SD bands — has an independent colour picker input.

Zero-Volume Guard

Bars with zero reported volume are handled gracefully and do not break the calculation.

Partial Recalc Safe

On live bars, the indicator walks back to the correct day anchor to ensure running totals are always accurate.

Clean Unused Plots

SD band plots that are switched off are hidden completely using DRAW_NONE — no clutter on the chart.


3. Input Parameters

All settings are accessible from the indicator's Inputs tab when attaching it to a chart, or by double-clicking the indicator name in the Navigator.

 

3.1 Standard Deviation Settings

Parameter

Default

Range

Description

Number of SD Bands

4

0 – 5

How many pairs of Standard Deviation bands to display. Set to 0 to show VWAP only.

SD Band 1 Multiplier

1.28

Any > 0

Multiplier for the first SD band. 1.28 represents approximately the 80th percentile.

SD Band 2 Multiplier

2.01

Any > 0

Multiplier for the second SD band.

SD Band 3 Multiplier

2.51

Any > 0

Multiplier for the third SD band.

SD Band 4 Multiplier

3.10

Any > 0

Multiplier for the fourth SD band.

SD Band 5 Multiplier

4.00

Any > 0

Multiplier for the fifth (outermost) SD band.

 

3.2 Band Colour Settings

Parameter

Default Colour

Description

VWAP Line Colour

White

Colour of the main VWAP line.

SD1 Band Colour

Cornflower Blue

Colour of the SD Band 1 upper and lower lines.

SD2 Band Colour

Orange

Colour of the SD Band 2 upper and lower lines.

SD3 Band Colour

Fire Brick

Colour of the SD Band 3 upper and lower lines.

SD4 Band Colour

Red

Colour of the SD Band 4 upper and lower lines.

SD5 Band Colour

Maroon

Colour of the SD Band 5 upper and lower lines.


4. How It Works

4.1 VWAP Calculation

The VWAP is calculated using the typical price formula:

 

Typical Price  =  (High + Low + Close)  /  3

VWAP  =  Σ(Typical Price × Volume)  /  Σ(Volume)

 

The cumulative sum resets at the start of each new trading day, as detected by a change in the date component of the bar timestamp. Real broker volume is used where available; tick volume is the fallback.

 

4.2 Standard Deviation Bands

The Standard Deviation is calculated from the same volume-weighted dataset:

 

Variance  =  Σ(Volume × TP²) / Σ(Volume)    VWAP²

Band N  =  VWAP  ±  (Multiplier_N  ×  SD)

 

Each enabled band plots two lines symmetrically — one above and one below the VWAP. The SD value is mathematically guaranteed to be non-negative by clamping variance to zero before taking the square root.

 

4.3 Daily Reset Logic

The indicator compares the date portion of each bar's timestamp to the previous bar. When the date changes, all running accumulators (cumulative volume, cumulative typical price × volume, and the squared sum) are reset to the values of the first bar of the new day. This ensures the VWAP always starts fresh from the first traded bar of each session.


5. Reading the Indicator

5.1 The VWAP Line

The VWAP line (white by default) represents the volume-weighted average price from the day's open to the current bar. It is the most important reference level on the chart.

 

       Price above VWAP — buyers are in control for the day; bullish bias.

       Price below VWAP — sellers are dominant; bearish bias.

       Price returning to VWAP — potential mean reversion trade setup.

       Strong trend days — price stays on one side of VWAP throughout the session.

       Rotation days — price oscillates back and forth across VWAP.


5.2 Standard Deviation Bands

The SD bands represent statistically significant distances from the VWAP. They expand and contract throughout the day as more volume is traded.

 

Band

Default Multiplier

Interpretation

SD1 (Blue)

1.28×

~80% of price action expected within this range. First mean-reversion target.

SD2 (Orange)

2.01×

Moderate extension. Price reaching here often indicates an overextended move.

SD3 (Fire Brick)

2.51×

Significant extension. High-probability reversion zone on most normal trading days.

SD4 (Red)

3.10×

Extreme extension. Typically only reached on high-volatility or news-driven days.

SD5 (Maroon)

4.00×

Exceptional extension. Rarely touched — signals an unusually volatile session.



Trading Tip: Many institutional traders use the SD2 level as a fade target — price returning from SD2 back toward VWAP is a common mean reversion setup.


6. Frequently Asked Questions

Why does the VWAP look different on different timeframes?

The VWAP is the same value regardless of timeframe — it represents the volume-weighted average from the day's open. However, on higher timeframes (H4, Daily) fewer bars are visible so the line appears smoother. For accurate intraday analysis, use M1 through H1.

 

Why do the bands start narrow and widen throughout the day?

This is mathematically correct behaviour. Early in the session only a few bars have been traded, so the standard deviation is calculated from a small dataset — this naturally produces narrow bands. As the day progresses and more price and volume data is accumulated, the bands stabilise and can widen or narrow based on actual volatility.

 

Can I set Number of SD Bands to 0?

Yes. Setting the input to 0 disables all band plots and shows only the VWAP line. This is useful when you want a clean chart with just the anchor reference.

 

My broker doesn't provide real volume — will the indicator still work?

Yes. The indicator automatically detects whether real volume data is available. If it is not, it falls back to tick volume, which is the standard on most Forex brokers. The VWAP calculation works correctly with tick volume.

 

Does the indicator repaint?

The VWAP for completed bars does not repaint. The most recent bar may update on each new tick as its volume and price data changes — this is expected and correct behaviour for any real-time VWAP implementation.

 

Can I change the SD multiplier values?

Yes. All five multiplier values are fully configurable input parameters. You can set any positive decimal value. The defaults (1.28, 2.01, 2.51, 3.10, 4.00) are commonly used statistical reference levels but you are free to customise them to your strategy.


7. Support & Updates

For questions, feedback, or support with TWJ Anchored VWAP, please use the following channels:

 

       YouTube: youtube.com/@tradingwithj — tutorials, trade content, and product updates

       MQL5 Profile: mql5.com/en/users/curtisdaniel

       Reviews and ratings on the MQL5 marketplace help other traders discover TWJ Anchored VWAP and are greatly appreciated.

Prodotti consigliati
A Média Móvel é um indicador que faz parte da Análise Técnica. Com ela, é possível identificar o equilíbrio dos preços no mercado, observando tendências de alta, neutra ou baixa. Este indicador customizado traz opções extras pera definir o método de cálculo podendo-se esclolher entre SMA,EMA,SSMA,LWMA,JJMA,JurX,ParMA,T3,Vidya,AMA,HULL MA. Também conta com varias opções para escolher o método de cálculo para o preço base a ser usado no cáculo da média.
Bollinger Trend Lines – MT4 & MT5 Bollinger Trend Lines is a professional volatility-based trend indicator designed to clearly identify trend direction and dynamic stop levels using Bollinger Bands. Fuses on one core principle: follow the trend, ignore noise, and let volatility define the stop. How it works The indicator builds trailing trend lines using Bollinger Bands: In an uptrend , the lower band trails price and can only rise In a downtrend , the upper band trails price and can only
Universal Soul Reaper
Pieter Gerhardus Van Zyl
Universal Soul Reaper is an atmospheric market-flow oscillator designed to interpret price behavior as a cycle of spiritual energy. Instead of reacting to raw price alone, it visualizes the state of the market’s soul —revealing when momentum is awakening, stabilizing, or fading. The indicator operates in a separate window and presents three interwoven entities: the Ectoplasmic Veil , the Spirit Boundary , and the Soul Core . Together, they form a living framework that helps traders sense pressu
Buy n Sell Arrows with Trailing Stop – Traderlinkz Set File Provided on Request Turn market noise into clear Buy/Sell signals. A precision trading tool for MetaTrader 5 that combines clean entry signals with a dynamic trailing stop. Best results are achieved on the 5-minute timeframe , making it ideal for scalpers and intraday traders. Especially effective for Gold (XAUUSD) and optimized for metals, cryptocurrencies, forex pairs, commodities, and global indices . Ask the seller for the re
STRICTLY FOR BOOM INDEX ONLY!!!!! Here I bring the Maximum Trend Arrows OT1.0 MT5 indicator. This indicator is made up of a combination of different trend indicators for entries and exits, for entries an orange arrow will paint on the chart below the current market and a red flag for closing of trades and it produces buy arrows only. When the orange arrow appears, it will appear along with it's sound to notify you. The 1H timeframe is recommended, don't use it anywhere else than on the 1H timefr
Owl Smart Levels MT5
Sergey Ermolov
4.03 (32)
Versione MT4  |  FAQ L' indicatore Owl Smart Levels è un sistema di trading completo all'interno dell'unico indicatore che include strumenti di analisi di mercato popolari come i frattali avanzati di Bill Williams , Valable ZigZag che costruisce la corretta struttura a onde del mercato, e i livelli di Fibonacci che segnano i livelli esatti di entrata nel mercato e luoghi per prendere profitti. Descrizione dettagliata della strategia Istruzioni per lavorare con l'indicatore Consulente-assistente
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
Heiken Ashi Smoothed Strategy is a very simple but powerful system to get forex market trend direction. This indicator is actually 2 indicators in 1 pack, Heiken Ashi and Heiken Ashi Smoothed Moving Average both included. Because HA (Heiken Ashi) and HAS (Heiken Ashi Smoothed) are calculated in the same one system event with necessary buffers and loop only, so it is the FAST, OPTIMIZED and EFFICIENT HA having the combined indicator of MetaTrader 5. You can choose to display HA and HAS in the sam
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
Alpha Trend MT5 is a trend indicator for the MetaTrader 5 platform; it has been developed by a group of professional traders. The Alpha Trend MT5 indicator finds the most probable tendency reversal points, which allows making trades at the very beginning of a trend. This indicator features notifications, which are generated whenever a new signal appears (alert, email, push-notification). This allows you to open a position in a timely manner. Alpha Trend does not redraw, which makes it possible t
TrendDetect
Pavel Gotkevitch
The Trend Detect indicator combines the features of both trend indicators and oscillators. This indicator is a convenient tool for detecting short-term market cycles and identifying overbought and oversold levels. A long position can be opened when the indicator starts leaving the oversold area and breaks the zero level from below. A short position can be opened when the indicator starts leaving the overbought area and breaks the zero level from above. An opposite signal of the indicator can b
Universal Trend
Maryna Shulzhenko
The Universal Trend indicator was created to detect trends in price movement and allows you to quickly determine not only the direction of the trend, but also understand the levels of interaction between buyers and sellers. The indicator works on all timeframes and currency pairs. The indicator gives fairly accurate signals and it is customary to use it both in trending and flat markets. It is advisable to use the indicator in combination with other tools for more reliable signals and making a
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
Advanced Stochastic Scalper MT5 è un indicatore professionale basato sul popolare Stochastic Oscillator. Advanced Stochastic Scalper è un oscillatore con livelli dinamici di ipercomprato e ipervenduto, mentre nello Stochastic Oscillator standard tali livelli sono statici e non cambiano. Ciò consente ad Advanced Stochastic Scalper di adattarsi al mercato in continua evoluzione. Quando appare un segnale di acquisto o vendita, una freccia viene disegnata sul grafico e un avviso viene attivato, per
HAshi-E è un modo migliorato di analizzare i segnali Heiken-Ashi. Briefing: L'Heiken-Ashi è particolarmente apprezzato per la sua capacità di filtrare la volatilità a breve termine, che lo rende uno strumento privilegiato per identificare e seguire le tendenze, aiuta a prendere decisioni sui punti di entrata e di uscita e aiuta a distinguere tra falsi segnali e vere inversioni di tendenza. A differenza dei tradizionali grafici a candele, le candele Heiken-Ashi sono calcolate utilizzando i val
Trend Lines Scalper
Magdalena Estefania Colonna
TREND LINES Scalper Professional Indicator OVERVIEW Trend Lines Scalper is a highly accurate, advanced indicator designed specifically for professional traders looking to maximize their scalping opportunities by automatically detecting trend lines and high-probability signals. This powerful algorithm combines classic technical analysis with modern technology, automatically identifying price patterns and generating accurate, real-time signals for successful scalping trades. MAIN FEATURES
Axiom Point
Tatiana Savkevych
Axiom Point — Precision Structural Breakout Indicator Axiom Point is a high-performance analytical indicator designed to identify high-probability reversal zones using price-action behaviour and adaptive balance filtering. The indicator applies a multi-layer analytical model to detect moments when price transitions beyond its normal equilibrium area, indicating a potential shift in market momentum. Unlike conventional trend-following tools, Axiom Point focuses on so-called points of no return —
Divergent Stochastic Filter II Catch Reversals Early, Filter Noise, Trade with Confidence The Edge: Why This Stochastic is Different  Every trader knows the Stochastic oscillator. But knowing when to trust its signals, that's the real challenge. The Divergent Stochastic Filter II transforms this classic indicator into a precision reversal detection system by adding critical elements: divergence intelligence, signal filtering and exhaustion detection.  While standard Stochastic oscillators fire s
Be notified of every color change of Heiken Ashi (HA) candles. The indicator will trigger past and new signals every time that HA candles change their colors. ( Note : this tool is based on the code of Heiken Ashi indicator developed by MetaQuotes Software Corp.) Features The signals are triggered at closing of last bar/opening of a new bar; Any kind of alerts can be enabled: Dialog Box, Email message, SMS notifications for smartphones and tablets, and Sound alerts; By default, up arrows are pl
Hunter Spike
Jaime Humberto Gomez Arias
Hunter Spike This indicator consists of two regression channels calibrated with the current movement of the synthetic index algorithm, for any Deriv or Weltrade broker. Each channel has a signal, a target that alerts us when the price touches them, indicating buys on booms or gains and sells on crashes or pains. -configuration for booms or gains: Channel zone 1 (30) Channel zone 2 (0) -configuration for crashes or pains: Channel zone 1 (100) Channel zone 2 (70) Zones freely configurable by
The ATR Indicator Based on Heiken Ashi is a unique volatility analysis tool that combines the Average True Range (ATR) with Heiken Ashi candlestick calculations to provide a smoother and more reliable measure of market volatility. Unlike the traditional ATR, which uses standard candlesticks, this indicator applies the Heiken Ashi formula to filter out market noise and deliver a clearer volatility signal. Key Features: • ATR Calculation Based on Heiken Ashi Candlesticks – Offers a more stable v
FREE
The Trend Duration Forecast MT5 indicator is designed to estimate the probable lifespan of a bullish or bearish trend. Using a Hull Moving Average (HMA) to detect directional shifts, it tracks the duration of each historical trend and calculates an average to forecast how long the current trend is statistically likely to continue. This allows traders to visualize both real-time trend strength and potential exhaustion zones with exceptional clarity. KEY FEATURES Dynamic Trend Detection:   Utiliz
The   Advanced Trend Scalper MT5  indicator is designed to help both novices and professional traders. The indicator analyses the market and gives you buy and sell signals. It does not use any other indicators, it works only with the market actions. The signal appears right after the candle close and it does not repaint. The efficient algorithm provides a high degree of reliability of such signals.  Advanced Trend Scalpe r  for the MetaTrader 4 terminal :  https://www.mql5.com/en/market/product/
The Riko Trend indicator is a revolutionary trend trading and filtering solution with all the important features of a trend tool built into one tool! The Riko Trend indicator is good for any trader, suitable for any trader for both forex and binary options. You don’t need to configure anything, everything is perfected by time and experience, it works great during a flat and in a trend. The Riko Trend indicator is a technical analysis tool for financial markets that reflects the current price f
Multi-Timeframe Money Flow Index (MTF MFI) with Smart Divergence and Dashboard Unlock the flow of institutional money across every timeframe. Are you tired of guessing the trend only to be trapped by a sudden reversal? The Multi-Timeframe Money Flow Index (MTF MFI) is a professional-grade trading tool designed to provide a bird's-eye view of market liquidity and momentum. By aggregating volume-weighted data from W1 down to M1, this indicator eliminates noise and highlights high-probability tra
Neural Bar Impulse is an indicator based on a neural network created and specially trained to predict the potential impulse of each next market bar. By bar impulse we mean the tendency of the market price to update the maximum or minimum of the bar relative to its opening price. We chose this particular feature of market bars because, based on our own research, we discovered an interesting feature of bar impulses to be harbingers of a change in price trend movements. The neural network we cre
Will Spread
Paulo Henrique Faquineli Garcia
The Larry Wiliams' indicator named WillSpread considers the influence of the secondary Asset (Symbol) on the current Asset (trading). Indicator essence is to transform the correlation between assets in accumulated history data, providing an opportunity to detect various peculiarities and patterns in price dynamics which are invisible to the naked eye. Based on this information, traders can assume further price movement and adjust their strategy accordingly. As exposed on his Book, Larry says: "a
Limitless MT5
Dmitriy Kashevich
Limitless MT5 is a universal indicator suitable for every beginner and experienced trader. works on all currency pairs, cryptocurrencies, raw stocks Limitless MT5 - already configured and does not require additional configuration And now the main thing Why Limitless MT5? 1 complete lack of redrawing 2 two years of testing by the best specialists in trading 3 the accuracy of correct signals exceeds 80% 4 performed well in trading during news releases Trading rules 1 buy signal - the ap
Heikin Ashi Dashboard MT5
Taras Slobodyanik
5 (4)
Multi-currency and multitimeframe Heikin Ashi indicator. Shows the current state of the market. On the scanner panel you can see the direction, strength and number of bars of the current trend. The Consolidation/Reversal candles are also shown using color. You can specify any desired currencies and periods in the parameters. Also, the indicator can send notifications when the trend changes or when reversal and consolidation candles (dojis) appear. By clicking on a cell, this symbol and period wi
The Antique Trend Indicator is a revolutionary trend trading and filtering solution with all the important features of a trend tool built into one tool! The Antique Trend indicator is good for any trader, suitable for any trader both for Forex and binary options. There is no need to configure anything, everything has been perfected by time and experience, it works great during flats and trends. The Antique Trend indicator is a tool for technical analysis of financial markets, reflecting curren
Gli utenti di questo prodotto hanno anche acquistato
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
SuperScalp Pro
Van Minh Nguyen
5 (9)
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
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
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
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
Market Flow Pro
Gabriele Sabatino
4 (1)
Market Flow Pro Market Flow Pro is an intelligent trading advisor for the MetaTrader 5 platform, designed for automatic trading on financial markets using algorithmic analysis and strict risk management. -Key features: - Fully automatic trading 24/5 - Adaptive trend and momentum entry algorithm -  Built-in risk management - Flexible lot settings (fixed/auto-calculation) - Support for major currency pairs and indices - Optimised for operation on various timeframes  How it works Market
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
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
Grabber System MT5
Ihor Otkydach
4.82 (22)
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
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
Game Changer Indicator mt5
Vasiliy Strukov
4.62 (21)
Game Changer è un indicatore di tendenza rivoluzionario, progettato per essere utilizzato su qualsiasi strumento finanziario, per trasformare il tuo MetaTrader in un potente analizzatore di trend. Funziona su qualsiasi intervallo temporale e aiuta a identificare i trend, segnala potenziali inversioni, funge da meccanismo di trailing stop e fornisce avvisi in tempo reale per risposte tempestive del mercato. Che tu sia un professionista esperto o un principiante in cerca di un vantaggio, questo st
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
Atomic Analyst MT5
Issam Kassas
4.1 (29)
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
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
Azimuth Pro
Ottaviano De Cicco
5 (4)
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
Top indicator for MT5   providing accurate signals to enter a trade without repainting! It can be applied to any financial assets:   forex, cryptocurrencies, metals, stocks, indices .  Watch  the video  (6:22) with an example of processing only one signal that paid off the indicator! MT4 version is here It will provide pretty accurate trading signals and tell you when it's best to open a trade and close it. Most traders improve their trading results during the first trading week with the help of
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
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
RelicusRoad Pro: Sistema Operativo Quantitativo di Mercato 70% DI SCONTO ACCESSO A VITA (TEMPO LIMITATO) - UNISCITI A 2.000+ TRADER Perché la maggior parte dei trader fallisce anche con indicatori "perfetti"? Perché operano su Singoli Concetti isolati. Un segnale senza contesto è una scommessa. Per vincere serve CONFLUENZA . RelicusRoad Pro non è un semplice indicatore. È un Ecosistema Quantitativo completo . Mappa la "Fair Value Road", distinguendo tra rumore e rotture strutturali. Smetti di in
Trend indicator AI mt5
Ramil Minniakhmetov
5 (15)
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 Screener Pro MT5
STE S.S.COMPANY
4.84 (101)
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
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
FX Dynamic MT5
Daniel Stein
5 (5)
FX Dynamic: Monitora volatilità e trend con un’analisi ATR personalizzabile Panoramica FX Dynamic è uno strumento potente che sfrutta i calcoli di Average True Range (ATR) per fornire ai trader informazioni impareggiabili sulla volatilità, sia giornaliera che intraday. Impostando soglie di volatilità chiare—ad esempio 80%, 100%, 130%—puoi individuare rapidamente opportunità di profitto o ricevere avvisi quando il mercato supera i range abituali. FX Dynamic si adatta al fuso orario del tuo brok
Mirage Trading System — False Breakout (Fakey) Pattern Detector for MetaTrader 5 MANUAL   ,   MQL5 Channel Buy any indicator and get a FREE bonus indicator Phantom trading System, SMC retest Trading system, GOLD SCALP System! Send me a private message for details. Overview   Mirage Trading System detects the Fakey pattern (false breakout reversal) on completed bars and draws entry, stop loss, and take profit levels on the chart. Detection is non-repainting: signal values do not change after bar
Candle Smart Range
Gianny Alexander Lugo Sanchez
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
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
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
IX Power MT5
Daniel Stein
4.92 (13)
IX Power: Scopri approfondimenti di mercato per indici, materie prime, criptovalute e forex Panoramica IX Power è uno strumento versatile progettato per analizzare la forza di indici, materie prime, criptovalute e simboli forex. Mentre FX Power offre la massima precisione per le coppie di valute utilizzando i dati di tutte le coppie disponibili, IX Power si concentra esclusivamente sui dati di mercato del simbolo sottostante. Questo rende IX Power una scelta eccellente per mercati non correlat
Presentazione       Quantum Breakout PRO   , l'innovativo indicatore MQL5 che sta trasformando il modo in cui scambi le zone di breakout! Sviluppato da un team di trader esperti con un'esperienza di trading di oltre 13 anni,       Quantum Breakout PRO       è progettato per spingere il tuo viaggio di trading a nuovi livelli con la sua strategia innovativa e dinamica della zona di breakout. Quantum Breakout Indicator ti fornirà frecce di segnalazione sulle zone di breakout con 5 zone target di
L'indicatore " Dynamic Scalper System MT5 " è progettato per il metodo di scalping, ovvero per il trading all'interno di onde di trend. Testato sulle principali coppie di valute e sull'oro, è compatibile con altri strumenti di trading. Fornisce segnali per l'apertura di posizioni a breve termine lungo il trend, con ulteriore supporto al movimento dei prezzi. Il principio dell'indicatore. Le frecce grandi determinano la direzione del trend. Un algoritmo per generare segnali per lo scalping sott
Altri dall’autore
ST Rsi2
Curtis Daniel Jr -
5 (1)
Hello traders, this trading strategy is based on the the Larry Connors RSI-2 strategy, We begin with a 200 periods EMA to find the direction of the market. This is important because we only trade in the main trend direction. We then look for pull backs using the RSI with a period of 2 to get entry signals. Trades are then exited using the 5 EMA. Lot size should be calculated using 1% of 1 the ATR value and positions can be added as long as the entry criterion is met. TRADING IS RISKY AND I D
FREE
ST Cross
Curtis Daniel Jr -
Introduction The ST Cross indicator is based on the traditional Moving Average (MA) Cross which uses a fast and slow moving average. Entry signals to buy and sell are given when both moving averages cross. However with the basic strategy there are a lot of false signals. In order to filter the trades we use the 200 (MA) to identify the overall direction of the trend. Input Settings           Master Trend Period     -      200 Period moving average used to get the trend direction.           Fast
FREE
ST Engulfing
Curtis Daniel Jr -
Engulfing candlestick patterns are   comprised of two bars on a price chart. They are used to indicate a market reversal. The second candlestick will be much larger than the first, so that it completely covers or 'engulfs' the length of the previous bar. By combining this with the ability to look at trend direction this indicator eliminates a lot of false signals that are normally generated if no overall trend is taken into consideration
FREE
In a departure from the conventional approach, traders can leverage the bearish engulfing candlestick pattern as a buy signal for short-term mean reversion trades. Here's how this alternative strategy unfolds: The bearish engulfing pattern, (typically signaling a reversal of bullish momentum) , is interpreted differently in this context. Instead of viewing it as a precursor to further downward movement, we perceive it as an indication of a potential short-term bounce or mean reversion in prices.
FREE
Trade Tracker PRO
Curtis Daniel Jr -
1. Overview Trade Tracker Pro is a real-time trading performance dashboard built as a MetaTrader 5 Indicator. It overlays a fully customizable panel on any chart, giving you an instant, always-visible view of your daily and lifetime trading performance — without interfering with your charts or placing any trades.   Designed specifically for prop firm traders, funded account holders, and disciplined retail traders who need to monitor risk rules in real time. Trade Tracker Pro keeps your key numbe
Filtro:
Nessuna recensione
Rispondi alla recensione