MovingAverageDeviationBandsMT5Pro

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 :   current   (Current timeframe)
  • Comments : Select the timeframe to use for the calculation.
    • MTF (Multi-Timeframe) function : If you select a "higher" timeframe than the current chart here (e.g., select H1 on an M5 chart), the bands of the higher timeframe will be overlaid on the current chart.
    • Sync Correction : In MTF mode, an automatic sync function is activated to prevent display misalignment due to data loading delays.

Period

  • Default :   20
  • Explanation : The length of the period (number of candlesticks) over which the moving average or deviation is calculated.

Shift

  • Default :   0
  • Explanation : Shift the whole band left or right (plus = future, minus = past).   0   is.

Center Method (Centerline calculation method) [Enum]

Select the formula to draw the center of the band (Mid line).

  • SMA (Simple Moving Average) : Simple moving average. Standard.
  • EMA (Exponential Moving Average) : Exponentially smoothed moving average. Sensitive to recent movements.
  • WMA (Weighted Moving Average) : Weighted moving average. Linear weighting.
  • SMMA (Smoothed Moving Average) : A smooth moving average that shows slow fluctuations and long-term trends.
  • ZLMA (Zero Lag MA) : A special EMA that minimizes lag. Ideal for scalping, etc.
  • TMA (Triangular Moving Average) : A triangular moving average that draws a smooth line through double smoothing.
  • MEDIAN (Robust Statistic) : Uses the "median" within the period. It has robust properties because it can completely ignore the influence of outliers (spikes).

Applied Price [Enum]

The candlestick price data to use in the calculation.

  • Close : Closing price
  • Open : Opening price
  • High : High price
  • Low : Lowest price
  • Median :   (High + Low) / 2
  • Typical :   (High + Low + Close) / 3
  • Weighted :   (High + Low + Close x 2) / 4

Deviation Method [Enum]

The calculation logic that determines the band width.

  • Bollinger (Standard Deviation) : Uses standard deviation. The bands widen significantly with sudden price fluctuations (volatility-following type).
  • ATR (Average True Range) : Keltner Channel method, which uses ATR (average price range) and maintains a stable bandwidth.
  • MAD (Median Absolute Deviation) : Median absolute deviation. It measures pure volatility and is less affected by outliers than standard deviation. It prevents excessive band widening due to false positives.
  • Quantile Sigma : Calculates the sigma equivalent range from the difference between the statistical quantiles (84.13% and 15.87% points). Suitable for real-world market data that does not follow a normal distribution.
  • Blend (Linear Blend) : Mixes "Standard Deviation" and "ATR" in the specified ratio (adjust with Blend Weight).
  • Max (Max of StdDev & ATR) : Always use the larger of the "Standard Deviation" and "ATR". Since it always uses the wider band, it acts as a filter to avoid false breaks.

ATR Period

  • Default :   14
  • Explanation : Deviation Method   ATR, Blend, Max   The ATR calculation period used when is selected.

2. Deviation Settings (Bandwidth Adjustment)

Deviation Multiplier (Overall Multiplier)

  • Default :   1.0
  • Explanation : The coefficient that adjusts all deviations at once. 1.0   Then just leave it as it is, 1.1   Then we'll expand it by 10%.

Blend Weight

  • Default :   0.5
  • Explanation : Deviation Method   Blend   This is only valid if you select
    • 0.0: Perfect standard deviation (Bollinger)
    • 0.5: 50:50 blend of standard deviation and ATR
    • 1.0: Full ATR (Keltner)

3. TailRisk (Tail Risk Guard Function)

A function that detects abnormal fluctuations in the market and temporarily forcibly expands the band to protect your position.

Use one-sided CVaR guard

  • Default :   false
  • Description :   true   It is normally the normal band, but it will be extended only when a risk is detected.

Tail window (N)

  • Default :   100
  • Description : The historical period monitored for risk calculations.

Tail alpha (worst %)

  • Default :   0.10
  • Description : The probability threshold for an anomaly.

Tail weight (beta)

  • Default :   1.0
  • Explanation : The strength of the band expansion when guard is activated.

Tail Components (Risk Measurement Source) [Enum]

Specify what you want to measure upside and downside risk based on.

  • HO (High - Open) : Upper shadow or the body of a bullish candlestick + upper shadow. Upward pressure.
  • OL (Open - Low) : Lower shadow or the body of a bearish candlestick + lower shadow. Downward pressure.
  • HC (High - Close) : The width of the reversal including the upper shadow (in the case of a bullish candle) and the body.
  • CL (Close - Low) : The width of the reversal including the lower shadow (in the case of a bearish candle) and the body.

4. Levels (Display Line Settings)

Visible ±1~5 sigma

  • Explanation : Turns the display of each band ON/OFF.

±1~5 sigma Multiplier

  • Explanation : Set the magnification for each band.
    • InpDev1 : 1.0σ
    • InpDev2 : 2.0σ ( *Alert criteria )
    • InpDev3 : 3.0σ
    • InpDev4 : 4.0σ
    • InpDev5 : 5.0σ

5. Alerts

InpDev2 (typically ±2σ)   It will notify you when the price touches the line or breaks it on a confirmed bar.

Alert Enable

  • Default :   false
  • Explanation : The main switch for the alert function.

Notification means

  • AlertSound : Play sound (waveform file can be specified with InpAlertFile)
  • AlertPopup : Popup on the MT5 screen
  • AlertPush : Push notifications to mobile apps
  • AlertEmail : Send email

Alert Bar Close

  • Default :   true
  • Description :
    • true: Determined based on the value at which the bar is confirmed (closing price break is guaranteed).
    • false: Judged the moment the touch is made during the formation of the bar (real time).

Configuration Example

This is an example of a specific parameter combination that makes use of the diverse functions of MADBandPro.

A. Standard Settings (Basic)

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   (Bollinger)
  • Period :   20

2. Keltner Channel Settings

This is a classic and reliable channel that measures the strength of a trend using the ATR.

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

B. Scalping Settings (Impatient/Fast Reaction)

3. Highly Reactive Scalping Setup (Zero-Lag + MAD)

While improving price tracking, the use of MAD (Median Angle Deviation) reduces the band's overreaction due to sudden shadows.

  • Center Method :   ZLMA   (or   EMA)
  • Deviation Method :   MAD
  • Period :   10   ~   14

4. Scalping Sniper Settings (Zero-Lag + Quantile)

"Quantile Sigma" filters out short-term noise that does not follow a normal distribution, capturing deviations in pure price movements.

  • Center Method :   ZLMA
  • Deviation Method :   Quantile Sigma
  • Alert Bar Close :   false   (For instant entry by touch)

C. Robust and Protective Settings (Focus on avoiding deception and defense)

5. Robust Guardian Settings (Robust Median + Guard)

It eliminates the "fakeouts" that regular Bollinger Bands cannot prevent and captures the essence of the trend.

  • Center Method :   MEDIAN   (median)
  • Deviation Method :   MAD
  • Use one-sided CVaR guard :   true
  • Tail alpha :   0.05
  • Tail weight :   2.0

6. Robust Trend Filter Settings (Max Deviation)

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   (Use the wider of Bollinger and ATR)
  • Use one-sided CVaR guard :   true

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

Normally, we use the statistically rigorous Quantile Sigma to capture fluctuations, but we only use the Tail Risk function to protect against black swan-level fluctuations that occur once in 100.

  • Center Method :   Median
  • Deviation Method :   Equivalent Sigma from Quantiles
  • Use one-sided CVaR guard :   true
  • Tail alpha :   0.01   ~   0.05   (Detects abnormalities only at a rate of 1 in 100 to 1 in 20)
  • Tail weight :   2.0   ~   3.0   (In the event of an abnormality, the band strength is increased by 2 to 3 times for protection)

D. Special operations/useful functions

8. Robust Keltner Settings

This setting provides a more stable center line than the standard Keltner setting and is suitable for long-term trend following.

  • Center Method :   SMMA   or   EMA
  • Deviation Method :   ATR
  • Period :   50
  • Multiplier :   2.0   ~   2.5

9. Hybrid Blend Settings (Balanced Blend)

This setting takes the best of both worlds: the responsiveness of Bollinger Bands and the stability of Keltner Channels.

  • Deviation Method :   Blend
  • Blend Weight :   0.5   (50:50 blend)

10. MTF Trend Monitor

This setting allows you to grasp the overall picture of the higher time frame (H1) while scalping on the lower time frame (M5).

  • Timeframe :   1 Hour   (H1)
  • Levels : Set to display only Level 2 (2σ)
  • Center Method :   SMA
  • You can always be aware of the ±2σ resistance band on the higher time frame.

Prodotti consigliati
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
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
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
The new update makes this indicator a complete tool for studying, analyzing and operating probabilistic patterns. It includes: On-chart Multi-asset percentage monitor. Configurable martingales. Twenty-one pre-configured patterns, including Mhi patterns and C3. An advanced pattern editor to store up to 5 custom patterns. Backtest mode to test results with loss reports. Trend filter. Hit operational filter. Martingale Cycles option. Various types of strategies and alerts. Confluence between patter
PZ Mean Reversion MT5
PZ TRADING SLU
3 (2)
Indicatore unico che implementa un approccio professionale e quantitativo al trading di reversione. Sfrutta il fatto che il prezzo devia e ritorna alla media in modo prevedibile e misurabile, il che consente regole di entrata e uscita chiare che superano di gran lunga le strategie di trading non quantitative. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Segnali di trading chiari Incredibilmente facile da scambiare Colori e dimensioni personalizzabili Implementa l
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
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
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
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
L'indicateur SMC Venom Model BPR est un outil professionnel pour les traders travaillant dans le concept Smart Money (SMC). Il identifie automatiquement deux modèles clés sur le graphique des prix: FVG   (Fair Value Gap) est une combinaison de trois bougies, dans laquelle il y a un écart entre la première et la troisième bougie. Forme une zone entre les niveaux où il n'y a pas de support de volume, ce qui conduit souvent à une correction des prix. BPR   (Balanced Price Range) est une combinaiso
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
Double HMA MTF for MT5
Pavel Zamoshnikov
4 (4)
This is an advanced multi-timeframe version of the popular Hull Moving Average (HMA) Features Two lines of the Hull indicator of different timeframes on the same chart. The HMA line of the higher timeframe defines the trend, and the HMA line of the current timeframe defines the short-term price movements. A graphical panel with HMA indicator data from all timeframes at the same time . If the HMA switched its direction on any timeframe, the panel displays a question or exclamation mark with a tex
Trendlines v5 — MACD-Based Multi-Timeframe Trendlines and Support Levels Short description  Trendlines v5 automatically draws clean, non-repainting trendlines and support levels derived from MACD phase pivots across D1, H4, H1 and the current chart timeframe, with strict timeframe visibility filtering for a clutter-free view. Overview Trendlines v5 is a chart-window indicator for MetaTrader 5 designed to help traders visualize market structure using automatically generated trendlines and support
Identify precise entry and exit points with AB=CD patterns This indicator finds AB=CD retracement patterns. The AB=CD Retracement pattern is a 4-point price structure where the initial price segment is partially retraced and followed by an equidistant move from the completion of the pullback, and is the basic foundation for all harmonic patterns. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Customizable pattern sizes Customizable AC and BD ratios Customizable b
Wave Trend MT5
Diego Arribas Lopez
MT4 Version Wave Trend MT5 Wave Trend is an oscillator, which helps identifing in a extremely accurate manner market reversals. The Oscillator being obove the overbought level and a cross down of the fast into the slow MA usually indicates a good SELL signal. If the oscillators is below the oversold level and the fast MA crosses over the slower MA usually highlights a good BUY signal. The Wave Trend indicator can be also used when divergences appear against the price, indicating the current move
Indicatore Crypto_Forex "HTF Moving Averages Cross" per MT5. - Migliora i tuoi metodi di trading con il potente indicatore HTF Moving Averages Cross per MT5. HTF significa "intervallo di tempo più lungo". - Questo indicatore è eccellente per i trader di tendenza con movimenti di prezzo. - Permette di collegare medie mobili veloci e lente da intervalli di tempo più lunghi al grafico corrente --> questo è un metodo professionale. - HTF Moving Averages Cross ha avvisi integrati per dispositivi mo
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
The Priority Argument indicator algorithm is based on standard indicators as well as its own mathematical calculations. The indicator will help users determine the direction of the trend. It will also become an irreplaceable advisor for entering the market or for closing a position. This indicator is recommended for everyone, both beginners and professionals. How to work: The implementation of the trend indicator is simple - in the form of lines of two colors. We buy when the indicator line c
Strategia a Freccia RSI Bande di Bollinger (RSI Bollinger Bands Arrow Strategy) La Strategia a Freccia RSI Bande di Bollinger è un indicatore tecnico pulito ed efficace progettato per identificare punti di inversione ad alta probabilità utilizzando la combinazione di RSI e Bande di Bollinger. Questa strategia utilizza l'indicatore RSI insieme alle Bande di Bollinger per: Vendere quando il prezzo è al di sopra della Banda di Bollinger superiore. Comprare quando il prezzo è al di sotto della Banda
This indicator helps you to identify trends and patterns. It shows the short-term, medium-term and long-term trend at the same time on the screen. It supports every timeframe except monthly. This indicator NOT implement the ZigZag indicator, but it uses its own, fast react algorithm. Supported markets: -         Forex -         Metal -         Energies Spot -         in Energies Futures only o    US Crude Oils -         in Indices Spot only o    US Tech 100 Index o    UK 100 Index o    US Wall
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
The Swing High Low and Fibonacci Retracement Indicator is a powerful technical analysis tool designed to identify key price levels and potential reversal zones in the market. It automatically detects recent swing highs and swing lows on the chart and overlays Fibonacci retracement levels based on these points. This indicator helps traders: Visualize market structure by highlighting recent swing points. Identify support and resistance zones using Fibonacci ratios (e.g., 38.2%, 50%, 61.8%). Adapt
STRUCTURAL TREND LINES - MT5 Indicator Simple indicator that automatically draws trend lines based on market structure. Features: - 3 degrees of structure detection (short, medium, long term) - Configurable swing strength for each degree - Single color per degree for clean visualization - Adjustable number of lines per degree - Customizable colors and line widths How it works: The indicator identifies swing highs and lows based on the strength parameter, then connects these points to create t
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ó
Ichimoku Aiko MTF
Michael Jonah Randriamampionontsoa
Ichimoku Aiko MTF is a collection of technical indicators that show support and resistance levels, as well as momentum and trend direction. It is a multi-timeframe indicator so you don't need to change the chart timeframe when you want to see the ichimoku clouds on a higher timeframe.  eg. The chart timeframe is M15 and you want to see on the M15 timeframe chart the H1 ichimoku indicators (the ichimoku in Metatrader can't do that) that's why you need to use Ichimoku Aiko MTF.
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
Introducendo il Multi Divergence MT5, un indicatore di trading avanzato progettato per migliorare la tua analisi di mercato rilevando le divergenze tra più indicatori. Questo strumento è ideale per i trader che cercano di migliorare le loro strategie di ingresso e uscita identificando potenziali inversioni e continuazioni nelle tendenze dei prezzi. Con il Multi Divergence MT5, puoi ottenere un vantaggio significativo nel tuo trading interpretando rapidamente i segnali di divergenza che indicano
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.6 (35)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
ZigZag with Fibonacci
Rafael Caetano Pinto
This indicator uses the metaquotes ZigZag indicator as base to plot fibonacci extension and fibonacci retracement based in the Elliot waves. A fibonacci retracement will be plotted on every wave draw by the ZigZag. A fibonacci extension will be plotted only after the 2nd wave. Both fibonacci will be updated over the same wave tendency. Supporting until 9 consecutive elliot waves. Parameters: Depth: How much the algorithm will iterate to find the lowest and highest candles Deviation: Amount of
Presentiamo il Support and Resistance Breakout MT5, un indicatore di trading essenziale progettato specificamente per gli utenti di MetaTrader 5. Questo potente strumento identifica automaticamente i livelli critici di supporto e resistenza, fornendo ai trader segnali di breakout affidabili per configurazioni di trade ad alta probabilità nei mercati di forex, azioni, criptovalute e materie prime. Con il Support and Resistance Breakout MT5, i trader beneficiano di una maggiore precisione nell'ind
Gli utenti di questo prodotto hanno anche acquistato
SuperScalp Pro
Van Minh Nguyen
5 (11)
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
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
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
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.81 (103)
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
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
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
Game Changer Indicator mt5
Vasiliy Strukov
4.64 (22)
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
Atomic Analyst MT5
Issam Kassas
4.03 (30)
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
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
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
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
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
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
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
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
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
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
Pips Stalker mt5
Abdulkarim Karazon
5 (1)
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
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
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
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (1)
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
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
Questo indicatore è un indicatore per l'analisi automatica delle onde perfetto per il trading pratico! Caso... Nota:   non sono abituato a usare nomi occidentali per la classificazione delle onde a causa dell'influenza della convenzione di denominazione di Tang Lun (Tang Zhong Shuo Zen), ho chiamato l'onda base come   penna   e la banda dell'onda secondaria come   segmento   At allo stesso tempo, il segmento ha la direzione del trend. La denominazione   è principalmente segmento di trend   (que
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 (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,
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
Filtro:
Nessuna recensione
Rispondi alla recensione