MovingAverageDeviationBandsMT4

MAD Bands (Moving Average Deviation Bands)

MAD Bands are intended to be used when you want to visually check the behavior of price volatility in relation to a moving average.


MAD_Bands (MQL4 version) parameter description

This document explains the MT4 parameter input screen for each setting item (input parameter).

Group: Main (basic settings)

Period

  • Default :   20
  • Explanation : The number of candlesticks used to calculate the moving average (Mid) and band width. The larger the value, the smoother the line will be, but the slower the reaction will be.

Shift

  • Default :   0
  • Explanation : Shifts the indicator drawing position to the left or right.   0   is.

Center Method

  • Default :   EMA
  • Description : Select the calculation logic for the center line (Mid line).
    • SMA: Simple Moving Average
    • EMA: Exponentially smoothed moving average (emphasis on recent trends)
    • WMA: Weighted moving average
    • SMMA: Smoothed moving average (long-term)
    • ZLMA: Zero-lag MA (fast response)
    • TMA: Triangular Moving Average (smooth)
    • Median: Median value (characteristic of ignoring whiskers)

Applied Price

  • Default :   Close
  • Description : The price data to use in the calculation (closing price, opening price, etc.).

Deviation Method

  • Default :   Max
  • Description : Select the bandwidth decision logic.
    • BB: Bollinger Bands (standard deviation)
    • ATR: Keltner Channel (ATR)
    • MAD: Median Absolute Deviation (robust to outliers)
    • QSigma: Quantile Sigma (based on statistical distribution)
    • Blend: Blends standard deviation and ATR
    • Max: Use the larger of the standard deviation and ATR

Group: Deviation Settings

Deviation Multiplier (Global)

  • Default :   1.0
  • Explanation : This is the magnification for the calculated overall bandwidth. If you want to widen the band overall,   1.0   Make it bigger.

ATR Period (if used)

  • Default :   14
  • Description :   Deviation Method   in   ATR,   Blend,   Max   This is the ATR period used when is selected.

Blend Weight (0=StdDev...1=ATR)

  • Default :   0.5
  • Description :   Deviation Method   but   Blend   This is the blending ratio when 0 is 100% standard deviation and 1 is 100% ATR.

Group: TailRisk (Tail Risk Guard)

Use one-sided CVaR guard

  • Default :   false
  • Explanation : This is a switch that enables or disables the tail risk (sudden change) guard function.

Tail window (N)

  • Default :   100
  • Explanation : The number of past periods (number of candlesticks) to be referenced for risk assessment.

Tail alpha (worst 10%)

  • Default :   0.10
  • Explanation : This is the sensitivity setting for determining the top percentage of fluctuations that are considered risky. If you set a small value (e.g., 0.01), it will only react to major crashes, which rarely occur.

Tail weight (beta)

  • Default :   1.0
  • Explanation : This is the strength with which the detected risk width is reflected in the bands.

Up tail base   /   Up tail alt (max)

  • Default :   High - Open   /   High - Close
  • Explanation : Defines which part of the candlestick (wick or body) will be used to measure the "upward risk (rise)" for widening the upper band.
    • Of the two settings (Base and Alt), the larger value is used.
    • High - Open: The increase from the opening price to the high price.
    • High - Close: The increase from the closing price to the high price (upper shadow).
    • Open - Low: The decline from the opening price to the lowest price.
    • Close - Low: The decline from the closing price to the lowest price (lower shadow).
    • *The default setting is recommended as it usually measures "rising risk = distance to high price."

Down tail base   /   Down tail alt (max)

  • Default :   Open - Low   /   Close - Low
  • Explanation : Defines the "downside risk" for widening the lower band.
    • Similarly, the larger of the two settings will be adopted.
    • By default, it focuses on monitoring a downward breakout (distance to the low).

Group: Levels (Display line settings)

Visible ±1 sigma   ~   3sigma

  • Default :   true
  • Explanation : This setting determines whether or not each band line is displayed.

±1 sigma   ~   3sigma

  • Default :   1,   2,   3
  • Description : Sets the deviation magnification for each line.

Configuration Example

Below is the Center Method   and   Deviation Method   This is an example of a combination.

1. Classic Bollinger Bands Settings

This setting makes the behavior the same as the commonly used Bollinger Bands.

  • Center Method:   SMA
  • Applied Price:   Close
  • Deviation Method:   BB
  • Period: 20

2. Keltner Channel Settings

Keltner Channels are used to measure the strength of a trend using ATR.

  • Center Method:   EMA
  • Applied Price:   Typical   (or Close)
  • Deviation Method:   ATR
  • Period: 20
  • ATR Period: 20

3. Highly reactive scalping setup

This setting enhances price tracking and prevents band expansion due to sudden fluctuations (wicks).

  • Center Method:   ZLMA   (or EMA)
  • Deviation Method:   MAD   (median deviation)

4. Robust Trend Filter Settings

This is a conservative setting that minimizes false positives and aims to break the band only when a major trend occurs.

  • Center Method:   Median
  • Deviation Method:   Max   (Bollinger and ATR, whichever is wider)
  • Use one-sided CVaR guard:   true

5.Statistical Strict & Shock Guard Settings (Quantile + TailGuard)

While normal fluctuations are captured using the statistically rigorous Quantile Sigma, the Tail Risk function forcibly widens the band to provide protection only when a Black Swan-level fluctuation (fat tail), which occurs once in 100, occurs.

  • Center Method:   Median
  • Deviation Method:   Equivalent Sigma from Quantiles ( Statistical Rigor )
  • Use one-sided CVaR guard:   true
  • Tail alpha: Detects only abnormal events at a level of 0.01 to 0.05 (1 in 100) or (1 in 20). If you make it too large, the benefits will be reduced.
  • Tail weight: 2.0 ~ 3.0 If an abnormality is detected, the band will be widened by twice the normal [Tail weight] to avoid easy counter-touching.

Prodotti consigliati
Renko Chart with Moving Average. Classic Renko charts idea. It is protted on main chart and Moving Average can be applied. Prices for bars are used from a lower timeframe. Parameters: BarsBack - how many bars of lower timeframe to use. If value is zero than it will use all available bars. LTF - lower timeframe. BrickSize - Renko bar in points. BullishColor - color for bull candle. BearishColor - color for bear candle. HideLineChart - if this value is true the line chart when be hidden when sele
FREE
MASi Three Screens
Aleksey Terentev
5 (2)
MASi Three Screens is based on the trading strategy by Dr. Alexander Elder. This indicator is a collection of algorithms. Algorithms are based on the analysis of charts of several timeframes. You can apply any of the provided algorithms. List of versions of algorithms:     ThreeScreens v1.0 - A simple implementation, with analysis of the MACD line;     ThreeScreens v1.1 - A simple implementation, with analysis of the MACD histogram;     ThreeScreens v1.2 - Combines the first two algorithms in
FREE
RSI TrendLine Divergency Message is an indicator for the MetaTrader 4 trading platform. Unlike the original indicator, this three in one version has a system of alerts that inform on market situation changes. It consists of the following signals: when the Main line crosses the levels of extreme zones and 50% level; when the Main line crosses the Trend line in the indicator window; divergence on the last bar. Parameters of levels of extremum, 50-level and divergence are adjustable. Parameters La
Renko bars builder
Navdeep Singh
4.2 (5)
The indicator builds a Renko chart in the sub window for the current symbol. The bars are formed from live data and the desired bar size can be set in the inputs tab. Most importantly, because the Renko chart only uses price to construct bars and ignores time, the indicator can be applied to any time frame and same results can be achieved. Recommended usage As Renko charts are famous for eliminating noise so traders can use this tool to see clear picture of the trend to help their analysis, entr
FREE
Power Renko MT4
Pierce Vallieres
Power Renko is an indicator which plots Renko bricks underneath the chart using a histogram. You can select the brick size and the timeframe of the Renko bricks as well as whether or not to use the close price or the high/low price of the candles. Renko bricks are based on price alone, not time, therefor the Renko bricks will not be aligned with the chart's time. They are extremely useful for trend trading and many different strategies can be formed from them. Buffers are provided allowing you t
Candle GAP
Thushara Dissanayake
3 (1)
L'indicatore   Candle GAP   è uno strumento essenziale per i trader che utilizzano   le strategie di Gap Trading   in quanto identifica automaticamente i gap delle candele per ogni giorno della settimana. Un gap si riferisce a una differenza di livello di prezzo tra la chiusura e l'apertura di due giorni consecutivi. Questo indicatore riconosce quattro tipi di modelli di gap: comune, fuga, continuazione ed esaurimento. Incorporando questo indicatore in qualsiasi grafico, i trader possono convali
FREE
MTF Heiken Ashi MA is a multiple timeframe Heiken Ashi & Moving Average indicator. Fully customizable for advanced & unique Heiken Ashi & Moving Average calculations. Key Features Modified appearance and appeal from the traditional using only H eiken Ashi MA bodies. MTF Higher or lower timeframes available making this it great for trends and scalping. There are many settings that can be non-repaint for signals at a new bar and at bar 0. Inputs Timeframe  = PERIOD_CURRENT - timeframe of Moving
FREE
Delta Fusion Pro
Francesco Secchi
5 (2)
Delta Fusion Pro – Analisi Avanzata del Flusso Ordini per il Trading Intraday Delta Fusion Pro è un indicatore professionale per MetaTrader 4 che rivela il flusso degli ordini aggressivi, mostrando in tempo reale l’intensità e la direzione della pressione istituzionale. A differenza dei classici indicatori volumetrici, analizza la differenza (delta) tra i volumi Ask e Bid per anticipare inversioni, confermare trend e individuare zone di interesse professionale. Caratteristiche Principali Siste
This indicator shows the gaps on the current chart with a rectangle shape and indicates when the gap is filled by closing the shape. Gaps are considered over the shadows. Allows sending alerts by e-mail or push notifications when a gap is found. Parameters SizeGAP - Size of the gap that you want to indicate; HGcolor1 - Color of the gap in an upward movement; HGcolor2 - Color of the gap in a downward movement; HGstyle - The style of rectangle to be drawn; StartCalculationFromBar - How many candl
Chaos Trader Lite
John Davis
1 (1)
Chaos Trader Lite attempts to use aspects of chaos theory to place trades in the marketplace. This Expert Advisor, in particular, draws upon theories made by Bill Williams. Every version of MetaTrader contains the Bill Williams indicators. I wondered why was he deemed so important as to have his own set of indicators added to MetaTrader with name attribution. Conducting research I found that Bill Williams wrote a book using chaos theory to trade the markets. The Bill Williams indicators are usef
FREE
The indicator calculates and displays renko bars using MA and PSAR data as well as provides buy/sell signals. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. Buy signal forms when PSAR readings are moving down, MA is moving up, the price is closing ab
The BLACK ZONE PREMIUM INDICATOR is a powerful all-in-one trading assistant built to bring clarity, precision, and consistency to forex trading. It combines multi-timeframe market structure, trade forecasting, risk management, and live monitoring into one professional-grade tool. From planning trades to managing them with discipline, this indicator equips traders with everything they need to make informed and confident decisions. If you’ve been looking for a professional solution that simplifies
Chaser
Thebo Junior Mahlangu
Introduction  This Indicator Is Based On Average Price/Maximum Price Moves, And Using Moving Bollinger Bands And Moving Averages. The Advantage Of Using It With YOUR own Analysis Will Confirm Potential Supports And Resistances While it Compliments With Your Analysis  The Indicator Is Non-Repainting AND Along With Our Special Trend METRE that Changes With The Conditions OF A Bullish Or Bearish Trend....  Recommend Time-Frames: H1  H4 M15 Usage: The Indicator Is Very Profitable If Use
FREE
The indicator calculates and displays Renko bars using PSAR and CCI data as well as provides buy/sell signals. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. The buy signal is generated when the CCI indicator crosses the 100 level upwards, and the PS
Trendline indicator
David Muriithi
2 (1)
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
Renko Chart Profile
Makarii Gubaydullin
Filtra i piccoli movimenti di prezzo e concentrati sulla tendenza maggiore . L'indicatore Renko ti aiuterà a filtrare i piccoli movimenti di prezzo per concentrarti sulla tendenza generale. Il prezzo deve muoversi di una quantità specificata per creare un blocco Renko. Questo rende facile individuare la direzione attuale della tendenza in cui si muove il prezzo. Utilità multifunzionale : include 66+ funzionalità  |   Contattami  se hai domande  |    Versione MT5 Nelle impostazioni dell'indicato
High Low Open Close MT4
Alexandre Borela
4.81 (21)
Se ti piace questo progetto, lascia una recensione a 5 stelle. Questo indicatore disegna i prezzi aperti, alti, bassi e di chiusura per i specificati periodo e può essere regolato per un determinato fuso orario. Questi sono livelli importanti guardati da molti istituzionali e professionali commercianti e può essere utile per voi per conoscere i luoghi dove potrebbero essere più attivo. I periodi disponibili sono: Giorno precedente. Settimana precedente. Mese precedente. Precedente trimestre. A
FREE
Rira Renko
Vitor Palmeira Abbehusen
RENKO on Time Chart This indicator is an enhanced Renko, so you can watch the Renko bricks on the chart to understand price movement more clearly the other improvement is automated box size according to ATR (Average True Range) period you can set the ATR number as you want and the box size of Renko changes automatically based on price movement Inputs Mode: Box size is the input to specify the size of the Renko box you want to print on the chart. This input lets you choose the fixed box siz
UTBot with HTS filter
Bartlomiej Tadeusz Tomaja
Advanced UT Bot & HTS Indicator This indicator is an advanced technical analysis tool that combines two methods: UT Bot and HTS (Higher Timeframe Smoothing) , to generate accurate buy and sell signals. 1. Indicator Structure Works within the main chart window and utilizes 11 buffers to store various data points, including arrows (buy/sell signals) and bands from both UT Bot and HTS systems. Uses colored arrows to represent different trading conditions: Blue arrows : Normal buy signals. Red arro
Features: 1- Get OB/OS Levels from Golden MA Levels 2- Wait for Buy/Sell Start Level Cross 3- Optional: Should price cross Mid Level in earlier bars 4- Optional: Crossing bar High/Medium Volume 5- Optional: MA Stacked to check up/down trend for current TF 6- Optional: NRTR higher timeframes aligned Check Detailed blog post explained: https://www.mql5.com/en/blogs/post/758457 Levels with Buffers available here: Golden MA Levels Indicator: https://www.mql5.com/en/market/product/119515 Note: Arr
FREE
This indicator is based on Guppy's GMMA Strategy. And shows arrows when GMMA lines cross up or down. To have this indicator and get alerts for Multiple Timeframes and multiple Pairs you can check out the demo of this GMMA Trend Scanner indicator: https://www.mql5.com/en/market/product/38747 About GMMA In Brief: GMMA attempts to identify trends by combining two groups of moving averages with differing time periods: The long-term EMAs (30, 35, 40, 45, 50, and 60) the behaviors of investors that h
FREE
Discover the power of precision and efficiency in your trading with the " Super Auto Fibonacci " MT4 indicator. This cutting-edge tool is meticulously designed to enhance your technical analysis, providing you with invaluable insights to make informed trading decisions. Key Features: Automated Fibonacci Analysis: Say goodbye to the hassle of manual Fibonacci retracement and extension drawing. "Super Auto Fibonacci" instantly identifies and plots Fibonacci levels on your MT4 chart, saving you tim
FREE
TiborsTimer
Tibor Hartmut Sturm
Tibors Timer -  Indikator zur Übersicht und Klarheit im Chart Dieser Indikator wurde von mir geschrieben, da ich oftmals die wichtigsten Informationen während eines Trades bzw. im Chart mühevoll suchen musste. Bitte täglich neu in den Chart ziehen.   Er zeigt folgendes an: - Akuteller Kurs - Aktuelles Handelspaar - Die Zeiteinheit - Die Restzeit zur nächsten Kerzenbildung - Die Nummer des Handelskontos - Die Frei Verfügbare Margin - Margin auf 1 Lot - Der Aktuelle Hebel  - Der Aktuelle Spprea
FREE
Market Profile 3
Hussien Abdeltwab Hussien Ryad
3 (2)
Market Profile 3 MetaTrader 4 indicator  — is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is also possible t
FREE
GTAS STrend
Riviera Systems
4.5 (2)
GTAS S-Trend is a momentum indicator that helps to determine trends using combination of MACD, RSI and moving averages. This indicator was created by Bernard Prats Desclaux, proprietary trader and ex-hedge fund manager, founder of E-Winvest. Description The indicator oscillates between -65 and +65 with a neutral zone between -25 and +25 around a 0 equilibrium line. S-Trend between -25 and +25 indicates congestion zones with a bullish bias between 0 and +25, and a bearish bias between 0 and -25.
FREE
Before
Nadiya Mirosh
The Before indicator predicts the most likely short-term price movement based on complex mathematical calculations. Most of the standard indicators commonly used in trading strategies are based on fairly simple calculations. This does not mean that there were no outstanding mathematicians in the world at the time of their creation. It is just that computers did not yet exist in those days, or their power was not enough for the sequential implementation of complex mathematical operations. Nowad
Bigger chart labels would allow the user to be entirely aware of which chart he/she is on. Each chart window is unique, containing different patterns and economic motives so acknowledging the chart window would be absolutely essential! There are well known Economic Time Zones included in clear view, by choice!    Simple does it! Use your computing mouse scroller, clicking with the right finger on the label, in order to customize the label properties. From there, choose your preferred color, fon
FREE
Double Fibonacci
Fabio Mazzotta
5 (1)
Fibonacci will be designed by default based on the monthly candle but you can simultaneously view Fibonacci on a weekly candle or you can choose your two favorite timeframes. When you run this script, an input prompt will appear and the following input parameters can be configured: Input Parameters: Name Example Default Timeframe1 Monthly 43200 Timeframe2 Weekly 10080 TF1status 1 on 1 TF2status 0 off 0 candleID you can choose which candle to apply 1 Prefix1 It's is the prefix of the first object
FREE
The Crossing
Anton Iudakov
5 (2)
+ 2 bonus strategies! Alerts! I recommend watching my advisor -   Night Zen EA The indicator combines the most popular moving average strategies: Simple moving average crossover. Moving average crossover relative to the position of the slower moving average. 2 bonus strategies : The crossing of the fast moving average with the calculation of the opening prices of the slow moving average with the calculation of the closing prices taking into account the slower moving average. (The settings for th
FREE
RedeeCash Multime XMA
Patrick Odonnell Ingle
Incrocio di medie mobili su più intervalli di tempo. Mentre una strategia di tendenza tradizionale sarebbe quella di scegliere un intervallo di tempo come il quotidiano per stimare la tendenza, questo consulente esperto aprirà un'operazione nella direzione della tendenza quando TUTTI i periodi di tempo da 5 mesi a mensile mostrano la stessa tendenza.       SINGLE_CURRENCY = true, consente operazioni su una singola valuta, quando disabilitata (FALSE), scambierà le valute selezionate nella fine
FREE
Gli utenti di questo prodotto hanno anche acquistato
Gann Made Easy
Oleg Rodin
4.83 (155)
Gann Made Easy è un sistema di trading Forex professionale e facile da usare che si basa sui migliori principi del trading utilizzando la teoria di mr. WD Gann. L'indicatore fornisce segnali ACQUISTA e VENDI accurati, inclusi i livelli di Stop Loss e Take Profit. Puoi fare trading anche in movimento utilizzando le notifiche PUSH. CONTATTATEMI DOPO L'ACQUISTO PER RICEVERE CONSIGLI DI TRADING, BONUS E L'ASSISTENTE EA GANN MADE EASY GRATUITAMENTE! Probabilmente hai già sentito parlare molte volte d
El indicador "MR BEAST ALERTAS DE LIQUIDEZ" es una herramienta avanzada diseñada para proporcionar señales y alertas sobre la liquidez del mercado basándose en una serie de indicadores técnicos y análisis de tendencias. Ideal para traders que buscan oportunidades de trading en función de la dinámica de precios y los niveles de volatilidad, este indicador ofrece una visualización clara y detallada en la ventana del gráfico de MetaTrader. Características Principales: Canal ATR Adaptativo: Calcula
Game Changer Indicator
Vasiliy Strukov
4.75 (16)
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
M1 Sniper
Oleg Rodin
5 (19)
M1 SNIPER è un sistema di indicatori di trading facile da usare. Si tratta di un indicatore a freccia progettato per l'intervallo temporale M1. L'indicatore può essere utilizzato come sistema autonomo per lo scalping sull'intervallo temporale M1 e come parte del tuo sistema di trading esistente. Sebbene questo sistema di trading sia stato progettato specificamente per il trading sull'intervallo temporale M1, può comunque essere utilizzato anche con altri intervalli temporali. Inizialmente ho pro
PRO Renko System
Oleg Rodin
5 (30)
PRO Renko System è un sistema di trading altamente accurato appositamente progettato per il trading di grafici RENKO. Questo è un sistema universale che può essere applicato a vari strumenti di trading. Il sistema neutralizza efficacemente il cosiddetto rumore di mercato che consente di accedere a segnali di inversione accurati. L'indicatore è molto facile da usare e ha un solo parametro responsabile della generazione del segnale. Puoi facilmente adattare lo strumento a qualsiasi strumento di
Indicatore Miraculous – Strumento Forex e Binario 100% Non-Repaint Basato sul Quadrato di Nove di Gann Questo video presenta l' Indicatore Miraculous , uno strumento di trading altamente accurato e potente, sviluppato specificamente per i trader di Forex e Opzioni Binarie . Ciò che rende unico questo indicatore è la sua base sul leggendario Quadrato di Nove di Gann e sulla Legge della Vibrazione di Gann , rendendolo uno degli strumenti di previsione più precisi disponibili nel trading moderno. L
Trend Screener
STE S.S.COMPANY
4.79 (95)
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. OFFERTA A TEMPO LIMITATO: l'indicatore di screening di supporto e resistenza è disponibile a soli 50$ e a vita. (Prezzo originale 250$) (o
Scalper Inside PRO
Alexey Minkov
4.74 (69)
An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and profitability. Scalper Inside
RFI levels PRO
Roman Podpora
5 (1)
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 MT5     -     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 l
Volatility Trend System - un sistema di trading che fornisce segnali per le voci. Il sistema di volatilità fornisce segnali lineari e puntuali nella direzione del trend, nonché segnali per uscirne, senza ridisegnare e ritardi. L'indicatore di tendenza monitora la direzione della tendenza a medio termine, mostra la direzione e il suo cambiamento. L'indicatore di segnale si basa sui cambiamenti della volatilità e mostra gli ingressi nel mercato. L'indicatore è dotato di diversi tipi di avvisi. Pu
Precautions for subscribing to indicator This indicator only supports the computer version of MT4 Does not support MT5, mobile phones, tablets The indicator only shows the day's entry arrow The previous history arrow will not be displayed (Live broadcast is for demonstration) The indicator is a trading aid Is not a EA automatic trading No copy trading function The indicator only indicates the entry position No exit (target profit)  The entry stop loss point is set at 30-50 PIPS Or the front hi
Attualmente 40% di sconto! La soluzione migliore per ogni principiante o trader esperto! Questo software per cruscotti funziona su 28 coppie di valute. Si basa su 2 dei nostri indicatori principali (Advanced Currency Strength 28 e Advanced Currency Impulse). Offre un'ottima panoramica dell'intero mercato Forex. Mostra i valori di forza delle valute avanzate, la velocità di movimento delle valute e i segnali per 28 coppie Forex in tutti i (9) timeframe. Immaginate come migliorerà il vostro tra
PairMaster Buy Sell Arrow Indicator for MT4 Trade Reversals Like a Pro — Catch Every Swing Point with Precision The PairMaster Buy Sell Arrow Indicator is a powerful MetaTrader 4 tool built to identify high-probability swing trading opportunities . Designed for traders who value accuracy, clarity, and simplicity, PairMaster detects key market turning points and plots intuitive buy and sell arrows directly on your chart. Key Features Accurate Swing Point Detection – Automatically identifies ma
Advanced Supply Demand
Bernhard Schweigert
4.91 (298)
Speciale Trading- SCONTO DEL 40% La soluzione migliore per qualsiasi trader principiante o esperto! Questo indicatore è uno strumento di trading unico, di alta qualità e conveniente, perché abbiamo incorporato una serie di funzionalità proprietarie e una nuova formula. Con questo aggiornamento, potrai visualizzare doppie zone di timeframe. Non solo potrai visualizzare un TF più alto, ma anche entrambi, il TF del grafico e il TF più alto: MOSTRA ZONE ANNIDATE. Tutti i trader che operano con Of
Dynamic Forex28 Navigator
Bernhard Schweigert
4.43 (7)
Dynamic Forex28 Navigator - Lo strumento di trading Forex di nuova generazione. ATTUALMENTE SCONTATO DEL 49%. Dynamic Forex28 Navigator è l'evoluzione dei nostri indicatori popolari di lunga data, che combinano la potenza di tre in uno: Advanced Currency Strength28 Indicator (695 recensioni) + Advanced Currency IMPULSE con ALERT (520 recensioni) + CS28 Combo Signals (Bonus). Dettagli sull'indicatore https://www.mql5.com/en/blogs/post/758844 Cosa offre l'indicatore di forza di nuova generazione?
Super Signal – Skyblade Edition Sistema professionale di segnali di tendenza senza repaint / senza ritardo con tasso di vincita eccezionale | Per MT4 / MT5 Funziona meglio su timeframe più bassi, come 1 minuto, 5 minuti e 15 minuti. Caratteristiche principali: Super Signal – Skyblade Edition è un sistema intelligente di segnali progettato specificamente per il trading di tendenza. Utilizza una logica di filtraggio multilivello per identificare esclusivamente i movimenti direzionali forti, supp
Gold Scalper Super
Aleksandr Makarov
5 (2)
Gold Scalper Super is an easy-to-use trading system. The indicator can be used as a standalone scalping system on the M1 time frame, as well as part of your existing trading system. Bonus: when purchasing an indicator, Trend Arrow Super is provided free of charge, write to us after purchase. The indicator 100% does not repaint!!! If a signal appears, it does not disappear! Unlike indicators with redrawing, which lead to the loss of a deposit, because they can show a signal and then remove it.
Apollo Secret Trend è un indicatore di tendenza professionale che può essere utilizzato per trovare le tendenze su qualsiasi coppia e intervallo di tempo. L'indicatore può facilmente diventare il tuo indicatore di trading principale che puoi utilizzare per rilevare le tendenze del mercato, indipendentemente dalla coppia o dal periodo di tempo che preferisci negoziare. Utilizzando un parametro speciale nell'indicatore puoi adattare i segnali al tuo stile di trading personale. L'indicatore fornisc
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 indic
Buy Sell Signal Pro — Market Structure & Pivot based Indicator Looking for a powerful yet lightweight market structure indicator designed to accurately detect swing turning points and visualize trend behavior with clarity . Built for traders who demand precision without chart clutter , it identifies key structural levels and delivers reliable buy/sell signals across any timeframe and instrument . By confirming pivot points before plotting signals, the indicator ensures consistent, non-repaintin
Smc Blast Signal
Mohit Dhariwal
4 (4)
OFFER OFFER! The price of the indicator is kept at 75 dollars only from 20th Feb to 28th Feb. Full Fledged EA and Alert plus for alerts will also be provided in this offer along with the purchase of Indicator. Limited copies only at this price and Ea too. Grab your copy soon Alert plus for indicator with set file is kept in comment section with the image  SMC Blast Signal with FVG, BOS and trend Breakout The SMC Blast Signal is a Precise trading system for Meta Trader 4 that uses Smart Money Con
Atomic Analyst
Issam Kassas
5 (3)
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
Trend indicator AI
Ramil Minniakhmetov
4.57 (82)
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
No Repaint Bext is a ready-made trading system. Shows when to open and when to close trades, as well as in which direction. Every time a green arrow appears, you need to open a buy trade. Close all buy trades when a red arrow appears. The same goes for the opposite direction, every time a red arrow appears, open sell trades and close them all when a green arrow appears. We use the M5 timeframe for trading. You can trade on any cozy pair. This indicator does not repaint and practically does not
M1 Arrow
Oleg Rodin
4.81 (21)
Una strategia intraday basata su due principi fondamentali del mercato. L'algoritmo si basa sull'analisi dei volumi e delle onde di prezzo utilizzando filtri aggiuntivi. L'algoritmo intelligente dell'indicatore fornisce un segnale solo quando due fattori di mercato si combinano in uno solo. L'indicatore calcola le onde di un certo intervallo sul grafico M1 utilizzando i dati dell'intervallo di tempo più alto. E per confermare l'onda, l'indicatore utilizza l'analisi per volume. Questo indicatore
Top Bottom Tracker è un indicatore basato su sofisticati algoritmi che analizza l'andamento del mercato ed è in grado di rilevare i massimi e i minimi del trend / Versione MT5 . Il prezzo aumenterà progressivamente fino a raggiungere i 500$. Prossimo prezzo --> 99$ Caratteristiche Nessuna riverniciatura Questo indicatore non cambia i suoi valori all'arrivo di nuovi dati Coppie di trading Tutte le coppie forex Timeframe Tutti i timeframe Parametri ==== Configurazione dell'indicatore ====
Currency Strength Exotics
Bernhard Schweigert
4.88 (33)
ATTUALMENTE SCONTATO DEL 20%! La soluzione migliore per qualsiasi principiante o trader esperto! Questo indicatore è specializzato nel mostrare la forza della valuta per qualsiasi simbolo come coppie esotiche, materie prime, indici o futures. È il primo nel suo genere, qualsiasi simbolo può essere aggiunto alla nona riga per mostrare la vera forza della valuta di Oro, Argento, Petrolio, DAX, US30, MXN, TRY, CNH ecc. Si tratta di uno strumento di trading unico, di alta qualità e conveniente pe
Currency Strength Wizard è un indicatore molto potente che ti fornisce una soluzione all-in-one per un trading di successo. L'indicatore calcola la potenza di questa o quella coppia forex utilizzando i dati di tutte le valute su più intervalli di tempo. Questi dati sono rappresentati in una forma di indice di valuta facile da usare e linee elettriche di valuta che puoi utilizzare per vedere il potere di questa o quella valuta. Tutto ciò di cui hai bisogno è collegare l'indicatore al grafico che
The Super Arrow Indicator provides non-repainting buy and sell signals with exceptional accuracy. Key Features No repainting – confirmed signals remain fixed Clear visual arrows: green for buy, red for sell Real-time alerts via pop-up, sound, and optional email Clean chart view with no unnecessary clutter Works on all markets: Forex, gold, oil, indices, crypto Adjustable Parameters TimeFrame Default: "current time frame" Function: Sets the time frame for indicator calculation Options: Can be set
Prime Strike Signal
Camila Bernardez Camero
Prime Strike Signal – Ingresso Chiaro. Nessun Repaint. Prime Strike Signal No Repaint Never è uno strumento di segnale semplice e basato su regole, pensato per i trader che cercano chiarezza visiva e coerenza in condizioni di mercato volatili. Rileva i cambi di direzione con frecce immediate sul grafico, aiutandoti a restare allineata ai movimenti di prezzo a breve termine senza complicazioni inutili. Rimani Aggiornata Unisciti al canale ufficiale per restare informata su nuove versioni e agg
Altri dall’autore
This indicator was created as an MT4 version inspired by a TMA RSI Divergence indicator found on TradingView. This indicator detects both Regular and Hidden divergences using RSI pivot points, similar to TradingView's pivot-based divergence logic. -------------------------------------------------- Features -------------------------------------------------- • Regular Bullish / Bearish divergence • Hidden Bullish / Bearish divergence • Pivot-based detection (Left / Right bars) • Optional RSI SM
FREE
This indicator was created as an MT5 version inspired by a TMA RSI Divergence indicator found on TradingView. This indicator detects both Regular and Hidden divergences using RSI pivot points, similar to TradingView's pivot-based divergence logic. -------------------------------------------------- Features -------------------------------------------------- • Regular Bullish / Bearish divergence • Hidden Bullish / Bearish divergence • Pivot-based detection (Left / Right bars) • Optional RSI SM
FREE
MAD Bands (Moving Average Deviation Bands) MAD Bands are intended to be used when you want to visually check the behavior of price volatility in relation to a moving average. MAD_Bands (MQL5 version) parameter description This document explains the MT4 parameter input screen for each setting item (input parameter). Group: Main (basic settings) Period Default   :         20 Explanation   : The number of candlesticks used to calculate the moving average (Mid) and band width. The larger the value
FREE
MADBandPro Parameter Manual MADBandPro   is a highly functional band tool that goes beyond the concepts of traditional Bollinger Bands and Keltner Channels and allows you to select the median or robust statistics (MAD: Median Absolute Deviation). In addition to the traditional MADBand, the Pro version also includes multi-timeframe (MTF) analysis and a comprehensive alert function. Below we will explain all the parameters and options in detail. 1. Main (basic settings) Timeframe Default   :    
Filtro:
Nessuna recensione
Rispondi alla recensione