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.

Önerilen ürünler
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)
MT4 versiyonu  |  FAQ Owl Smart Levels Indicator , Bill Williams'ın gelişmiş fraktalları , piyasanın doğru dalga yapısını oluşturan Valable ZigZag ve kesin giriş seviyelerini gösteren Fibonacci seviyeleri gibi popüler piyasa analiz araçlarını içeren tek gösterge içinde eksiksiz bir ticaret sistemidir. pazara ve kar elde edilecek yerlere. Stratejinin ayrıntılı açıklaması Gösterge ile çalışma talimatı Baykuş Yardımcısı ticaretinde Danışman Yardımcısı Kullanıcıların özel sohbeti -> Satın aldıktan
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
Ortalama geri dönüş ticareti için profesyonel ve nicel bir yaklaşım uygulayan benzersiz gösterge. Fiyatın tahmin edilebilir ve ölçülebilir bir şekilde ortalamaya döndüğü ve yön değiştirdiği gerçeğinden yararlanır, bu da nicel olmayan ticaret stratejilerinden büyük ölçüde daha iyi performans gösteren net giriş ve çıkış kurallarına izin verir. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Ticaret sinyallerini temizle Ticaret yapmak inanılmaz derecede kolay Özelleş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
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 , doğru alım ve satım sinyalleri vermek için tasarlanmış, kullanımı kolay ve akıllı bir ok göstergesidir. Geçmiş verilere dayalı işlem simülasyonları kullanarak, her enstrüman ve zaman dilimi için en etkili RSI seviyelerini otomatik olarak belirler. Bu gösterge, bağımsız bir işlem sistemi olarak veya mevcut stratejinize entegre edilerek kullanılabilir ve özellikle kısa vadeli işlem yapanlar için faydalıdır. Geleneksel RSI’nin sabit seviyeleri (örneğin 70/30) yerine,   Auto Opt
RSI Divergence Suite Pro - MetaTrader 5 için Gelişmiş Gösterge Genel Bakış RSI Divergence Suite Pro, fiyat ve RSI arasındaki uyumsuzlukları otomatik olarak algılayan ve yüksek hassasiyetli alım satım sinyalleri sağlayan MetaTrader 5 için gelişmiş bir teknik göstergedir. Bu profesyonel gösterge, RSI'ın gücünü uyumsuzluk analizi, çoklu zaman dilimi destek/direnç ve eksiksiz bir uyarı sistemi ile birleştirir. Ana Özellikler Gelişmiş Uyumsuzluk Tespiti Dört tür uyumsuzluk: Normal Yükseliş: Fiyat dah
L'indicatore SMC Venom Model BPR è uno strumento professionale per i trader che operano nell'ambito del concetto di Smart Money (SMC). Identifica automaticamente due modelli chiave sul grafico dei prezzi: FVG   (Fair Value Gap) è una combinazione di tre candele, in cui c'è un gap tra la prima e la terza candela. Forma una zona tra livelli in cui non c'è supporto di volume, il che spesso porta a una correzione dei prezzi. BPR   (Balanced Price Range) è una combinazione di due modelli FVG che for
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
MT5 için "HTF Hareketli Ortalamalar Çaprazı" Kripto Forex Göstergesi. - MT5 için güçlü HTF Hareketli Ortalamalar Çaprazı göstergesiyle işlem yöntemlerinizi geliştirin. HTF, daha yüksek zaman aralığı anlamına gelir. - Bu gösterge, Fiyat Hareketi girişleri olan Trend Yatırımcıları için mükemmeldir. - Mevcut grafiğinize daha yüksek zaman aralığından Hızlı ve Yavaş Hareketli Ortalamalar eklemenizi sağlar --> bu profesyonel bir yöntemdir. - HTF Hareketli Ortalamalar Çaprazı, mobil ve PC için yerleş
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
SI Bollinger Bantları Ok Stratejisi (RSI Bollinger Bands Arrow Strategy) RSI Bollinger Bantları Ok Stratejisi, RSI ve Bollinger Bantlarının kombinasyonunu kullanarak yüksek olasılıklı dönüş noktalarını belirlemek için tasarlanmış temiz ve etkili bir teknik göstergedir. Bu strateji, RSI göstergesini Bollinger Bantları ile birlikte kullanarak: Fiyat, üst Bollinger Bandının üzerindeyken satar . Fiyat, alt Bollinger Bandının altındayken alır . Sinyaller, yalnızca her iki göstergenin de aynı piyasa k
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
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
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
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
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
Elevate your breakout trading with the Support Resistance Breakout Indicator MT5, a powerful ZigZag-driven tool that dynamically identifies support and resistance zones, delivering confirmed breakout signals for high-probability entries in forex, stocks, crypto, and commodities markets. Drawing from established price action principles outlined on sites like Investopedia and BabyPips, where breakouts from support/resistance are hailed for signaling trend reversals or continuations by shifting bu
Gobbo MT5
Alessandro Grossi
Gobbo è un indicatore professionale che evidenzia il trend del mercato con un aspetto grafico chiaro e comprensibile, è basato sulla Moving Average e può essere impostato su qualsiasi periodo di intervallo, di default impostato sul periodo 14, scegliendo un periodo più alto evidenzierà meno cambi di tendenza per un approccio sul medio o lungo periodo, con un periodo più basso più cambi di tendenza per un approccio sul breve termine L'aggiornamento e l'adattamento al time frame scelto avviene in
SMC Trend Momentum – Adaptive Trend and Momentum Oscillator SMC Trend Momentum is a momentum oscillator plotted in a separate window. The indicator combines a Donchian position bias with a ZigZag leg normalization and transforms this into a smoothed, color‑coded histogram for assessing trend direction and momentum changes. Optionally, a higher timeframe filter can be applied. The indicator is designed to be flexible for different trading styles (short‑term, swing, indices, FX) using ready‑to‑u
KT Horizontal Lines MT5
KEENBASE SOFTWARE SOLUTIONS
MetaTrader’da birden fazla   yatay çizgi   çizmek ve bu çizgilerin fiyat seviyelerini takip etmek zahmetli olabilir. Bu gösterge, fiyat uyarıları ayarlamak, destek/direnç seviyelerini çizmek ve diğer manuel işlemler için eşit aralıklarla otomatik olarak birden fazla yatay çizgi çizer. Bu gösterge, hızlı alım-satımlarla kâr elde etmeyi hedefleyen yeni başlayan Forex yatırımcıları için uygundur. Yatay çizgiler, piyasa bir trend izliyorken ya da yatay seyrederken işlem başlatılabilecek potansiyel a
Bu ürünün alıcıları ayrıca şunları da satın alıyor
SuperScalp Pro
Van Minh Nguyen
5 (9)
SuperScalp Pro – Gelişmiş Çoklu Filtreli Scalping Gösterge Sistemi SuperScalp Pro, klasik Supertrend ile çok sayıda akıllı onay filtresini birleştiren gelişmiş bir scalping gösterge sistemidir. Gösterge M1’den H4’e kadar tüm zaman dilimlerinde verimli çalışır ve özellikle XAUUSD, BTCUSD ve ana Forex pariteleri için uygundur. Bağımsız bir sistem olarak kullanılabilir veya mevcut ticaret stratejilerine esnek şekilde entegre edilebilir. Gösterge, hız ve yavaş EMA’lar, trend belirleyen üç EMA, EMA e
Divergence Bomber
Ihor Otkydach
4.89 (83)
Bu göstergeyi satın alan herkese aşağıdaki ekstra içerikler ücretsiz olarak sunulmaktadır: Her işlemi otomatik olarak yöneten, Stop Loss ve Take Profit seviyelerini ayarlayan ve işlemleri strateji kurallarına göre kapatan özel yardımcı araç: "Bomber Utility" Göstergenin farklı varlıklar üzerinde kullanılmasına yönelik ayar dosyaları (set dosyaları) Bomber Utility için 3 farklı modda kullanım sunan ayar dosyaları: "Minimum Risk", "Dengeli Risk" ve "Bekle-Gör Stratejisi" Bu ticaret stratejisini hı
Bu indikatörü satın alırsanız, Profesyonel Trade Manager’ımı  + EA ÜCRETSİZ olarak alacaksınız. Öncelikle, bu Ticaret Sistemi'nin Non-Repainting, Non-Redrawing ve Non-Lagging Göstergesi olduğunu vurgulamak önemlidir, bu da hem manuel hem de robot ticareti için ideal hale getirir. Online kurs, kılavuz ve ön ayarları indir. "Smart Trend Trading System MT5", yeni ve deneyimli tüccarlar için özelleştirilmiş kapsamlı bir ticaret çözümüdür. 10'dan fazla premium göstergeyi birleştiriyor ve 7'den fazla
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
FX Trend MT5 NG
Daniel Stein
5 (4)
FX Trend NG: Yeni Nesil Çoklu Piyasa Trend Zekâsı Genel Bakış FX Trend NG , çoklu zaman dilimlerinde çalışan profesyonel bir trend analiz ve piyasa izleme aracıdır. Piyasanın yapısını saniyeler içinde anlamanızı sağlar. Birden fazla grafik arasında geçiş yapmak yerine, hangi enstrümanların trendde olduğunu, momentumun nerede zayıfladığını ve hangi zaman dilimlerinin uyumlu olduğunu anında görebilirsiniz. Lansman Teklifi – FX Trend NG sadece $30 (6 Ay) veya $80 Ömür Boyu Lisans ile edinin. Zate
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
Grabber System MT5
Ihor Otkydach
4.82 (22)
Size mükemmel bir teknik gösterge olan Grabber’ı tanıtıyorum. Bu araç, kullanıma hazır bir “her şey dahil” işlem stratejisi olarak çalışır. Tek bir yazılım kodu içinde güçlü piyasa teknik analiz araçları, işlem sinyalleri (oklar), uyarı işlevleri ve push bildirimleri entegre edilmiştir. Bu göstergeyi satın alan herkes aşağıdaki hediyeleri ücretsiz olarak alır: Açık emirleri otomatik yönetmek için Grabber Yardımcı Aracı Kurulum, yapılandırma ve nasıl işlem yapılacağını adım adım anlatan video kıl
Quantum TrendPulse
Bogdan Ion Puscasu
5 (22)
SuperTrend   ,   RSI   ve   Stochastic'in   gücünü tek bir kapsamlı göstergede birleştirerek işlem potansiyelinizi en üst düzeye çıkaran nihai işlem aracı olan   Quantum TrendPulse'u   tanıtıyoruz. Hassasiyet ve verimlilik arayan yatırımcılar için tasarlanan bu gösterge, piyasa trendlerini, momentum değişimlerini ve en uygun giriş ve çıkış noktalarını güvenle belirlemenize yardımcı olur. Temel Özellikler: SuperTrend Entegrasyonu:   Güncel piyasa trendlerini kolayca takip edin ve karlılık dalgası
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
Atomic Analyst MT5
Issam Kassas
4.03 (30)
Öncelikle belirtmek gerekir ki bu Ticaret Göstergesi Yeniden Çizim Yapmaz, Gecikmez ve Gecikme Göstermez, bu da hem manuel hem de robot ticareti için ideal hale getirir. Kullanıcı kılavuzu: ayarlar, girişler ve strateji. Atom Analisti, Piyasada Daha İyi Bir Avantaj Bulmak İçin Fiyatın Gücünü ve Momentumunu Kullanan PA Fiyat Hareketi Göstergesidir. Gürültüleri ve Yanlış Sinyalleri Kaldırmaya ve Ticaret Potansiyelini Artırmaya Yardımcı Olan Gelişmiş Filtrelerle Donatılmıştır. Birden fazla katmanl
Power Candles – Tüm Piyasalar İçin Güce Dayalı Giriş Sinyalleri Power Candles , Stein Investments’ın kanıtlanmış güç analizini doğrudan fiyat grafiğinize taşır. Sadece fiyata tepki vermek yerine, her mum gerçek piyasa gücüne göre renklendirilir. Bu sayede momentum birikimleri, güç hızlanmaları ve net trend geçişleri anında görülebilir. Tüm Piyasalar İçin Tek Mantık Power Candles tüm işlem sembollerinde otomatik olarak çalışır. Gösterge, mevcut sembolün Forex mi yoksa Forex dışı bir piyasa mı old
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
Trend Screener Pro MT5
STE S.S.COMPANY
4.84 (101)
Trend Göstergesi, Trend Alım Satım ve Filtreleme için Çığır Açan Benzersiz Çözüm, Tüm Önemli Trend Özellikleriyle Tek Bir Araç İçinde Yerleştirildi! Forex, emtialar, kripto para birimleri, endeksler ve hisse senetleri gibi tüm sembollerde/araçlarda kullanılabilen %100 yeniden boyamayan çoklu zaman çerçevesi ve Çoklu para birimi göstergesidir. Trend Screener, grafikte noktalarla ok trend sinyalleri sağlayan etkili bir trend trend göstergesidir. Trend analizörü göstergesinde bulunan özellikler: 1.
Tanıtım       Quantum Breakout PRO   , Breakout Bölgeleri ile ticaret yapma şeklinizi değiştiren çığır açan MQL5 Göstergesi! 13 yılı aşkın ticaret tecrübesine sahip deneyimli tüccarlardan oluşan bir ekip tarafından geliştirilmiştir.       Kuantum Breakout PRO       yenilikçi ve dinamik koparma bölgesi stratejisiyle ticaret yolculuğunuzu yeni zirvelere taşımak için tasarlanmıştır. Kuantum Breakout Göstergesi, size 5 kar hedefi bölgesi ile kırılma bölgelerinde sinyal okları ve kırılma kutusuna da
Smart Stop Indicator – Stop-loss düzeylerini doğrudan grafikte akıllı ve hassas şekilde belirleyin Genel Bakış Smart Stop Indicator, stop-loss seviyesini tahmin ederek veya sezgilere güvenerek değil, net ve sistematik bir şekilde belirlemek isteyen traderlar için özel olarak geliştirilmiştir. Bu araç, klasik price-action mantığını (yükselen tepeler, düşen dipler) modern breakout algılama ile birleştirerek bir sonraki mantıklı stop seviyesini belirler. Trendlerde, yatay piyasalarda veya hızlı k
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
RFI levels PRO MT5
Roman Podpora
3.67 (3)
Bu gösterge, fiyat dönüş noktalarını ve fiyat geri dönüş bölgelerini doğru bir şekilde gösterir.       Başlıca oyuncular   . Yeni trendlerin nerede oluştuğunu görüyorsunuz ve her işlem üzerinde kontrolü elinizde tutarak, azami hassasiyetle kararlar alıyorsunuz. TREND LINES PRO   göstergesiyle birlikte kullanıldığında maksimum potansiyelini ortaya koyar.  VERSION MT4 Göstergenin gösterdiği şey: Yeni bir trendin başlangıcında aktivasyonla birlikte tersine dönüş yapıları ve tersine dönüş seviyeler
Order Block Pro (MQL5) – Sürüm 1.0 Yazar: KOUAME N'DA LEMISSA Platform: MetaTrader 5 Açıklama: Order Block Pro , grafiğinizdeki boğa ve ayı emir bloklarını (Order Blocks) otomatik olarak tespit eden gelişmiş bir göstergedir. Konsolidasyon mumlarını ve ardından gelen güçlü impuls mumlarını analiz ederek, fiyatın hızlanabileceği kritik bölgeleri belirler. Bu gösterge, şunları yapmak isteyen traderlar için idealdir: Kesin giriş ve çıkış noktalarını belirlemek Dinamik destek ve direnç bölgelerini t
TREND ÇİZGİLERİ PRO       Piyasanın gerçek yön değiştirdiği noktayı anlamaya yardımcı olur. Gösterge, gerçek trend dönüşlerini ve büyük oyuncuların piyasaya yeniden girdiği noktaları gösterir. Anlıyorsun   BOS hatları   Daha yüksek zaman dilimlerindeki trend değişiklikleri ve önemli seviyeler, karmaşık ayarlar veya gereksiz gürültü olmadan gösterilir. Sinyaller yeniden çizilmez ve çubuk kapandıktan sonra grafikte kalır. MT4 SÜRÜMÜ   -   RFI LEVELS PRO   göstergesiyle   birlikte kullanıldığında m
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
FX Power MT5 NG
Daniel Stein
5 (31)
FX Power: Daha Akıllı Ticaret Kararları için Para Birimlerinin Gücünü Analiz Edin Genel Bakış FX Power , her piyasa koşulunda başlıca para birimlerinin ve altının gerçek gücünü anlamak için vazgeçilmez bir araçtır. Güçlü para birimlerini alıp zayıf olanları satarak, FX Power ticaret kararlarınızı basitleştirir ve yüksek olasılıklı fırsatları ortaya çıkarır. İster trendlere sadık kalın ister Delta'nın aşırı değerlerini kullanarak tersine dönüşleri öngörün, bu araç ticaret tarzınıza mükemmel bir
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
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
Trend indicator AI mt5
Ramil Minniakhmetov
5 (15)
Trend Ai göstergesi, trend tanımlamasını işlem yapılabilir giriş noktaları ve geri dönüş uyarılarıyla birleştirerek bir yatırımcının piyasa analizini geliştirecek harika bir araçtır. Bu gösterge, kullanıcıların forex piyasasının karmaşıklıklarında güvenle ve hassasiyetle yol almalarını sağlar. Birincil sinyallerin ötesinde, Trend Ai göstergesi geri çekilmeler veya düzeltmeler sırasında ortaya çıkan ikincil giriş noktalarını belirleyerek, yatırımcıların belirlenen trend içindeki fiyat düzeltmele
FX Dynamic MT5
Daniel Stein
5 (5)
FX Dynamic: Özelleştirilebilir ATR Analiziyle Volatilite ve Trendleri Takip Edin Genel Bakış FX Dynamic , ortalama gerçek aralık (ATR) hesaplamalarını kullanarak günlük ve gün içi volatilite hakkında rakipsiz bilgiler sağlayan güçlü bir araçtır. 80%, 100%, 130% gibi net volatilite eşikleri ayarlayarak, piyasa olağan hareketlerinin ötesine geçtiğinde hızlı şekilde uyarı alabilir ve potansiyel kazanç fırsatlarını süratle tespit edebilirsiniz. FX Dynamic , brokerınızın zaman dilimine uyum sağlaya
Market Structure Order Block Dashboard MT5 , MT5 için bir indikatördür . Piyasa yapısı ve ICT / Smart Money Concepts yaklaşımına odaklanır: HH/HL/LH/LL , BOS , ChoCH , ayrıca Order Blocks , Fair Value Gaps (FVG) , likidite (EQH/EQL, sweeps), seanslar / Kill Zones ve entegre Volume Profile ile kompakt bir confluence dashboard sunar. Önemli: Bu bir analiz aracıdır . İşlem açmaz (EA değildir). Alıcı Bonusu Satın aldıktan sonra mağazamdan seçerek 2 bonus indikatör ücretsiz alabilirsiniz. Bonusları
FX Levels MT5
Daniel Stein
5 (13)
FX Levels: Tüm Piyasalar İçin Son Derece Hassas Destek ve Direnç Hızlı Bakış Döviz kurları, endeksler, hisseler veya emtialar gibi herhangi bir piyasada güvenilir destek ve direnç seviyeleri belirlemek mi istiyorsunuz? FX Levels geleneksel “Lighthouse” yöntemini ileri düzey bir dinamik yaklaşımla birleştirerek neredeyse evrensel bir doğruluk sağlar. Gerçek broker deneyimimize ve otomatik günlük güncellemeler ile gerçek zamanlı güncellemelerin birleşimine dayalı olarak, FX Levels size dönüş nok
Ultimate SMC Indicator
Hicham Mahmoud Almoustafa
1 (1)
Ultimate SMC PRO – Smart Money Concepts Indicator (Order Blocks, FVG, Liquidity, BOS) for MetaTrader 5 Ultimate SMC PRO is a professional trading indicator designed to visualize Smart Money Concepts directly on the chart. The indicator combines several institutional trading tools in one system to help traders identify potential high-probability trading zones. ULTIMATE SMC INDICATOR — COMPLETE TRADING GUIDE The indicator analyzes market structure, liquidity behavior and price imbalance to highl
RelicusRoad Pro: Kantitatif Piyasa İşletim Sistemi ÖMÜR BOYU ERİŞİMDE %70 İNDİRİM (SINIRLI SÜRE) - 2.000+ TRADER'A KATILIN Neden çoğu trader "mükemmel" indikatörlere rağmen başarısız olur? Çünkü tekil kavramları boşlukta trade ederler. Bağlamı olmayan bir sinyal kumardır. Sürekli kazanmak için KONFLÜANS (UYUM) gerekir. RelicusRoad Pro basit bir ok indikatörü değildir. Tam bir Kantitatif Piyasa Ekosistemi dir. Tescilli volatilite modellemesini kullanarak fiyatın ilerlediği "Adil Değer Yolu"nu har
Algo Pumping
Ihor Otkydach
4.76 (21)
PUMPING STATION – Kişisel “her şey dahil” stratejiniz Karşınızda PUMPING STATION — forex dünyasında işlem yapma şeklinizi heyecan verici ve etkili bir sürece dönüştürecek devrim niteliğinde bir gösterge. Bu sadece bir yardımcı değil, güçlü algoritmalarla donatılmış tam teşekküllü bir ticaret sistemidir ve daha istikrarlı işlem yapmanıza yardımcı olur. Bu ürünü satın aldığınızda ŞUNLARI ÜCRETSİZ olarak alırsınız: Özel ayar dosyaları: Otomatik kurulum ve maksimum performans için. Adım adım video e
Yazarın diğer ürünleri
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
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
Filtrele:
İnceleme yok
İncelemeye yanıt