NTL Average Bar Height ABH

ABH - Candle Component Analysis - User Guide

Overview and Features

The ABH - Average Bar Height indicator is designed to help traders analyze market volatility and identify potential buy and sell signals by measuring the average size of each candlestick component over a specific period. The indicator calculates and displays four lines representing different candlestick metrics. By analyzing these values, traders can interpret market strength, volatility, and potential trend changes.

Beyond standard volatility measures, the ABH indicator provides insights into the consistency of candlestick patterns over time. By observing changes in average body height and wick sizes, traders can detect subtle shifts in momentum or pressure from buyers and sellers, which may not be immediately obvious in raw price data. For example, a steady increase in the average body height can signal growing momentum in the direction of the trend, while shrinking wick heights may suggest reduced market indecision.

Key Features

The primary purpose of the ABH indicator is to provide a clearer view of the typical price movements within a defined period. The four lines in the indicator each represent a key part of the candlestick structure:

  • ABH Line: Represents the average height from the high to the low price of the bar.
  • Average Body Height Line: Represents the average height from the opening to the closing price of the bar.
  • Average Upper Wick Line: Represents the average height of the upper wick (the part of the bar above the closing price).
  • Average Lower Wick Line: Represents the average height of the lower wick (the part of the bar below the opening price).
  • Trend Detection and Market Sentiment Analysis: By providing averages for each candlestick component, the ABH indicator helps detect emerging trends or consolidations. For instance, if the average body height consistently rises, it could suggest increasing trend strength, while narrowing wicks may signal less market indecision and stronger directional conviction.
  • EAsiTrader EA Compatibility: Seamlessly integrates with the EAsiTrader EA, offering extended analytical capabilities for automated trading setups.

This combination of metrics empowers traders to identify subtle shifts in market sentiment, better informing their entry and exit strategies based on real-time candlestick analysis.

Installation and Settings

This section provides the installation steps for setting up the ABH indicator on the MQL5 platform, as well as detailed explanations of customizable settings to configure it for optimal performance.

Installation

  1. Install the Indicator:

    • Download the ABH indicator file (ABH.ex5) and place it in the Indicators\NTL folder in your MQL5 platform directory. If this folder does not exist, create it manually.
    • Typical path: Terminal -> MQL5 -> Indicators -> NTL . Restart the platform to make the indicator appear in the Navigator panel.
  2. Apply to a Chart:

    • Open your desired chart, select the symbol and timeframe.
    • Drag the ABH indicator from the Navigator panel onto your chart.
    • Configure the Input settings to customize ABH, display options, and other parameters.
  3. Customize Settings:

    • Access the Input settings by double-clicking the indicator on the chart or through the Navigator panel.
  4. Save as Template:

    • Save your preferred settings as a template by right-clicking on the chart and selecting Template -> Save Template . Give it a descriptive name like ABH_Custom for easy access.

Settings

  • Period: This setting allows the trader to specify the number of bars the indicator should use in its calculations. A higher period smooths out individual bar differences and provides a broader average, while a lower period makes the indicator more sensitive to recent bar changes.

  • Bar Flags: This is a bit mask setting that allows traders to control which of the four lines appear on the chart. Each bit in the mask corresponds to a line:

    • Bit 0: Average Bar Height (ABH Line
    • Bit 1: Average Body Height Line
    • Bit 2: Upper Wick Line
    • Bit 3: Lower Wick Line

    To display a line, set the corresponding bit in the mask. For example, a BarFlags value of 3 (binary 0011) will display the ABH Line and the Average Body Height Line but hide the other lines.

Using the Indicator

  • Identifying Volatility: The ABH Line gives an overall sense of market volatility. If the ABH line is high, the market is experiencing strong price movements, which might suggest a trend or high volatility phase. Lower ABH values often indicate a consolidating or less volatile market.

  • Spotting Trend Changes: Watch for shifts in the Average Body Height Line. Increasing values can signify that buyers or sellers are driving stronger price movements, possibly indicating the start of a trend. Decreasing values might suggest weakening momentum.

  • Buy and Sell Signals: The upper and lower wick lines can signal market rejections. For instance, a rising Average Upper Wick Line suggests repeated price rejections at higher levels, potentially signaling resistance. Conversely, a rising Average Lower Wick Line might indicate support, where buyers are stepping in at lower prices.

  • Divergence with Price Movement: Compare the ABH Line with the price trend. If the ABH Line shows decreasing volatility while price trends upwards, it might signal an impending trend reversal as momentum slows. Conversely, an increasing ABH Line during a downtrend might indicate strengthening momentum.

  • Body Height vs. Wick Height: A large Average Body Height Line relative to the wick lines often indicates a strong trend with decisive price movements. When wick lines grow relative to the body height, it may indicate more indecisive price action, often seen near potential reversal zones.

  • Fine-Tuning Entries and Exits: By adjusting the Bar Flags, you can focus on specific lines that are relevant to your strategy. For example, showing only the ABH Line and Average Body Height Line could help you concentrate on market volatility and trend strength while ignoring minor price rejections.

Example Configurations

  • Short-Term Volatility: Set a low Period (e.g., 5-10) to get a quick snapshot of the recent price movements. Use Bar Flags to enable the ABH Line and Average Body Height Line.
  • Trend Analysis: Set a higher Period (e.g., 20-50) to smooth out recent fluctuations and focus on broader market behavior. Enable only the ABH Line for a clear volatility overview.
  • Support and Resistance Insights: Enable the Upper and Lower Wick Lines with a Period of 10-20 to see where the market is rejecting prices, highlighting possible support and resistance levels.

The ABH - Average Bar Height indicator is a versatile tool that can enhance a trader’s understanding of market conditions. By examining the average height of bars and their components, traders can gain insights into market volatility, trend strength, and potential reversal points. Experiment with the settings to find configurations that best support your trading strategy.

Advanced Usage and Strategy Integration

Indicator Buffers

The ABH indicator provides data across four buffers, each corresponding to a distinct component of bar height analysis. These buffers are accessible when integrating the ABH indicator with other indicators or Expert Advisors (EAs), allowing you to incorporate bar height metrics into custom trading strategies.

  • Buffer 0: Contains values for the Average Bar Height, representing the overall size of each bar based on the selected period.
  • Buffer 1: Holds Average Body Height values, focusing specifically on the body portion of each candlestick, indicating the price range between open and close.
  • Buffer 2: Stores Average Upper Wick Height values, showing the upper wick’s length, which can signal upward momentum or selling pressure.
  • Buffer 3: Contains Average Lower Wick Height values, measuring the lower wick’s length to assess downward momentum or buying pressure.

Access these buffers directly within your MQL5 code by referencing the buffer index, enabling you to enhance analyses with ABH’s comprehensive bar height metrics.

Line Cross Analysis: Identifying Trends and Reversals

Interpreting line crosses in the ABH - Average Bar Height indicator can offer nuanced insights into market dynamics, providing signals for potential buy or sell opportunities and hints at trend reversals or shifts in market sentiment. Here’s a speculative analysis of each line cross combination and what it might signify:

1. ABH Line and Average Body Height Line Crosses

  • Increasing Gap Between ABH and Average Body Height Line: When the ABH Line (average full bar height) maintains a larger gap above the Average Body Height Line, it may indicate an increase in volatility, with price swings becoming more pronounced.
  • Decreasing Gap Between ABH and Average Body Height Line: A narrowing gap between these lines may suggest stable price action, where fluctuations are more contained, indicating possible consolidation.

2. Average Body Height Line and Wick Lines (Upper and Lower) Crosses

  • Average Body Height Line Increases Relative to Wick Lines: When this line rises and exceeds both wick lines, it suggests strong directional movement and can be indicative of trending conditions.
  • Average Body Height Line Falls Below Wick Lines: When the wick lines rise in relation to the body height, this implies increased market indecision, where price levels are encountering resistance or support.

3. Upper Wick Line and Lower Wick Line Crosses

  • Upper Wick Line Exceeds Lower Wick Line: This may suggest repeated price rejection at higher levels, possibly signaling resistance.
  • Lower Wick Line Exceeds Upper Wick Line: This may indicate buying support and potential accumulation, often preceding an uptrend.

4. Multiple Lines Crossing Simultaneously

  • All Lines Converge: Signals low volatility and market indecision, commonly seen in range-bound markets.
  • Divergence of All Lines: Indicates heightened volatility, potentially signaling a major price move or trend change.

5. Crosses as Leading vs. Lagging Signals

  • Lagging Signals: The ABH Line may act as a more lagging indicator, while body and wick lines reflect more immediate price behavior.
  • Leading Signals: The wick lines can serve as leading indicators, hinting at potential trend reversals before they appear in the ABH Line.

6. Speculative Use in Trend Reversal or Continuation

  • Continuation Signal: A steady spread between the ABH Line and the Average Body Height Line, with minimal crosses, often implies a continuation of the current trend.
  • Reversal Signal: Rapid, frequent crosses between the ABH Line, Average Body Height Line, and wick lines could signal market uncertainty and the potential for a trend reversal.

In summary, line crosses in the ABH indicator provide a unique perspective on price volatility, trend momentum, and potential support and resistance levels. By analyzing these crosses in context, traders can speculate on market conditions, align with trends, or anticipate possible reversals, making the ABH indicator a versatile tool for both trend and countertrend trading strategies.

Insights

One subtle but valuable insight with the ABH indicator is to monitor the relative height of the upper and lower wick lines in relation to average body height, especially during consolidating phases. When the upper wick height consistently exceeds the lower wick height, it may suggest persistent selling pressure at higher levels, even within a sideways market. Conversely, if the lower wick height shows dominance, it could indicate accumulation or underlying buying interest. Traders can use this relationship to spot early signs of potential breakout directions in consolidating markets, providing an edge in timing entry or exit points as the market prepares for a shift.

Advantages of the ABH Indicator over the ATR Indicator

The ABH indicator offers several advantages over the ATR indicator, especially for traders interested in understanding specific candlestick dynamics and price action nuances:

  1. Granular Analysis of Candlestick Components:

    • The ABH indicator breaks down each candlestick into four metrics: total bar height, body height, upper wick, and lower wick. This provides a more detailed view of each candlestick, allowing traders to see where the majority of price action occurs within the bar (body vs. wicks), which can reveal sentiment shifts and pressure points at specific price levels.
    • In contrast, ATR provides a single, averaged volatility value that doesn’t differentiate between candlestick parts, making ABH better suited for precise candlestick pattern analysis.
  2. Enhanced Reversal and Continuation Signals:

    • By tracking changes in the average body height and wick lengths, the ABH indicator can indicate potential reversal or continuation signals based on changes in buying and selling pressure within candlesticks. For instance, increasing upper wick length over time may suggest growing selling pressure.
    • ATR, while useful for identifying volatility trends, does not provide insight into price action within individual bars, which can limit its effectiveness for traders seeking nuanced reversal or continuation patterns.
  3. Support for Short-Term Market Sentiment Analysis:

    • The ABH indicator’s detailed breakdown of candlestick components enables traders to spot subtle shifts in market sentiment. For instance, a rise in lower wick height over time may indicate accumulating buying interest at lower prices.
    • ATR provides a broader view of volatility, which is often useful for setting stops and gauging general trend strength but lacks the detail for assessing immediate sentiment within each candlestick.
  4. Application to Intraday Trading:

    • For intraday traders, the ABH indicator can be particularly helpful in understanding rapid price action changes within short time frames, which is useful for identifying quick reversals or surges in momentum.
    • ATR, being a more generalized volatility measure, may not provide the same level of actionable detail for intraday trades or short-term price fluctuations.

Overall, while the ATR is valuable for broader volatility analysis, the ABH indicator offers a more nuanced and targeted view of candlestick behavior, making it advantageous for traders focused on candlestick-level insights and immediate sentiment analysis.


Prodotti consigliati
First Dawn MT5
Innovicient Limited
The First Dawn indicator uses a unique mechanism to search and plot signals. This keeps searching for signals, making it a great indicator for scaping and identification of changes in direction, swing trading and trend trading. The    First Dawn     helps you get early signals. The backtest gives the true picture of how the indicator works with real/demo accounts. Although this is a tiny indicator it is packed with advantageous settings that will help you whether you desire to: Snap the Peaks a
Over Trend MT5
Mansour Babasafary
Trend based indicator Identify trends with this indicator A simple-to-use trend indicator No complicated settings Attributes: Can be used in all symbols Can be used in all time frames Relatively high signals No complicated settings Specific to the trend Lifetime support Settings: Alarm Show Alert: By activating these settings, after receiving the signal, you will receive an alarm in Metatrader Alarm Show Notification: By activating these settings, after receiving the signal, you will receive a
LevelPAttern MT5 is a technical indicator based on the daily levels and Price Action patterns. The indicator is based on the standard ZigZag indicator + reversal candlestick pattens, such as Star, Hammer (also knows as Pin bar), Engulfing and others. The indicator generates audio and text notifications when a pattern is formed and a level is touched. It also supports sending email and push notifications. Indicator operation features It is suitable for working with any CFD and FOREX trading inst
Machine Learning Adaptive SuperTrend - Take Your Trading to the Next Level! Introducing the   Machine Learning Adaptive SuperTrend , an advanced trading indicator designed to adapt to market volatility dynamically using machine learning techniques. This indicator employs k-means clustering to categorize market volatility into high, medium, and low levels, enhancing the traditional SuperTrend strategy. Perfect for traders who want an edge in identifying trend shifts and market conditio
Ultimate Double Top & Bottom (Pro Volume Matrix) Stop trading retail breakouts. Start trading Institutional Traps. The   Ultimate Double Top & Bottom   is not a standard, lagging pattern scanner. It is a highly advanced, non-repainting structural engine equipped with a proprietary   3-Leg Volume Matrix . Designed exclusively for Smart Money Concepts (SMC) and order flow traders, this indicator mathematically dissects the tick volume inside M and W patterns to reveal true institutional intent:  
Orderflow Super Candles - Simple Footprint Chart Indicator Platform: MetaTrader 5 (MT5)  (The last screenshot shows the use of the DOM tool in conjunction with the product.) 1. Product Introduction Orderflow Super Candles is a professional charting tool based on underlying Tick data analysis, designed to provide traders with a deep "X-ray" view of the market. By parsing the buy and sell volume distribution within each candlestick, this indicator visualizes the hidden market microstructure. It
The indicator determines the state of the market: trend or flat. The state of the market is determined by taking into account volatility. The flat (trading corridor)is displayed in yellow. The green color shows the upward trend. The red color shows the downward trend. The height of the label corresponds to the volatility in the market. The indicator does not redraw . Settings History_Size   - the amount of history for calculation. Period_Candles  - the number of candles to calculate the indicat
ProSignal Suite  One Indicator. Every Signal You Need. Most traders run five indicators and still miss the entry. ProSignal Suite solves that. It combines trend detection, momentum confluence, volume analysis, Smart Money structure, and candlestick pattern recognition into a single, precision-engineered signal engine. Every arrow on your chart has passed through six independent filter layers. If any layer fails, no signal appears. The result: fewer signals, higher quality, and the confidence to
Better RSI With Tester
Mohammad Taher Halimi Tabrizi
Category: Trend Indicator Platform: MetaTrader 5 Type: Entry Indicator Timeframes: All Trader Styles: Scalping, Day Trading, Swing Trading, Binary Options Markets: All Description This indicator is an enhanced version of the Relative Strength Index (RSI) with additional features for visual clarity and cycle detection. It is designed to provide traders with a clearer view of momentum conditions and potential turning points. Main features: Improved RSI Visualization – The indicator displays RSI va
RSI Divergence Suite Pro - Indicatore Avanzato per MetaTrader 5 Panoramica RSI Divergence Suite Pro è un indicatore tecnico avanzato per MetaTrader 5 che rileva automaticamente le divergenze tra prezzo e RSI, fornendo segnali di trading ad alta precisione. Questo indicatore professionale combina la potenza dell'RSI con l'analisi delle divergenze, il supporto/resistenza multi-timeframe e un sistema di allerta completo. Caratteristiche Principali Rilevamento Avanzato delle Divergenze Quattro tipi
DYNAMIC SR TREND CHANNEL Dynamic SR Trend Channel is a simple indicator for trend detection as well as resistance/support levels on the current timeframe. It shows you areas where to expect possible change in trend direction and trend continuation. It works with any trading system (both price action and other trading system that use indicators) and is also very good for renko charting system as well. In an uptrend, the red line (main line) serves as the support and the blue line serves as the r
L'indicatore aiuta ad entrare in un trade seguendo il trend, allo stesso tempo, dopo alcune correzioni. Trova forti movimenti di tendenza di una coppia di valute su un determinato numero di barre e trova anche livelli di correzione per questa tendenza. Se la tendenza è abbastanza forte e la correzione diventa uguale a quella specificata nei parametri, l'indicatore lo segnala. È possibile impostare diversi valori di correzione, i valori di 38, 50 e 62 (livelli di Fibonacci) sono più adatti. Inol
Rocket Trend
Andriy Sydoruk
The Rocket Trend indicator is trending. The indicator draws two-color points connected by lines along the chart. This is a trend indicator, it is an algorithmic indicator. It is easy to work and understand when a blue circle appears, you need to buy, when a red one appears, sell. The indicator is used for scalping and pipsing, and has proven itself well. Rocket Trend is available for analyzing the direction of the trend for a specific period of time. Ideal for novice traders learning the laws o
Smart Money Trap Detector identifica le trappole di liquidita sui massimi e minimi oscillanti. Rileva quando il prezzo supera un livello chiave e inverte, segnalando una potenziale trappola rialzista o ribassista creata da operatori istituzionali. Ogni trappola rilevata riceve un punteggio di forza da 1 a 5 basato sulla dimensione dello stoppino, la velocita di inversione e il volume.   Come funziona L'indicatore traccia i massimi e minimi oscillanti con un periodo di retrospezione configurabile
This is the Super Trend Dashboard MT5. This dashboard will scan multiple timeframes in MT5 platform, from M1 chart to D1 chart. It will send the buy/sell signals by alert on the platform or sending notification to your phone or message you via a email. The buy signal is generated when the super trend line flip from SELL to BUY. The sell signal is is generated when the super trend line flip from BUY to SELL. The up trend color will be displayed depending on the current Super Trend value.
【Super Scanner】Indicator Introduction : The color of the Super Scanner which is green and climbing up means that the price trend is going up.The color of the Super Scanner is red and going down means that the price trend is going down. It is very simple to use it to judge the market trend! What's even better is that the open parameters of the indicators allow investors to adjust. You can adjust【Super Scanner】according to your needs. Adjust it faster to be closer to short-term market fluctuatio
Holiday Sales Zones Indicator The Zones Indicator is your everyday Trading tool that  leverages advanced algorithms, including ICT institutional concepts like order blocks , engulfing candle patterns , and Level interactions , to identify critical levels of supply and demand (Resistance & Support). Visual signals are generated and clearly marked on the chart, providing a straightforward guide for traders to spot key opportunities. Key Features Advanced Algorithmic Analysis : Identifies supply
Deviation trend
VLADISLAV AKINDINOV
Indicator of trend deviation with a static level. The deviation coefficient is set for the trend histogram. Signals are the intersection of the level trend histogram in the direction of the trend or during a trend reversal - the option is selected in the indicator settings by the "Revers" parameter. There are all the necessary settings for the design of the indication and sending messages to mail or a mobile terminal. All input parameters have an intuitive name. Analog for MT4: https://www.mql5.
Hammer Star
Arkadii Zagorulko
Indicatore Hammer & Star Bar per MT5 Individua rapidamente i pattern di inversione chiave, Hammer e Star Bar , per entrare nei punti migliori. Funzioni: Rilevamento massimi/minimi delle ultime X barre Rapporto corpo-candela personalizzabile Conferma ombra opposta Alert Push e commenti sul grafico TF consigliato: H4 Vantaggi: Per principianti e trader esperti Completamente personalizzabile Non ridisegna , segnali affidabili Potenzia il tuo trading con Hammer & Star Bar per MT5!
This indicator will draw patterns based on   Rob Smith's   The Strat   as they emerge in real time on your chart. As price evolves,   TheStrat   offers 18 distinct price action patterns that can help you get good entries in the market. Each pattern involves two or three candles, and this indicator will draw a bounding box around the candles and name the pattern. The indicator also shows when a potential setup is forming, known by stratters as an Actionable signal. Candles Each candle is defin
BS Time Band是一个很好的波段交易指示器,这个指标可以单独使用,但是最好是配合 StartPoint 一起使用效果更好,适用于任何时间框架,非常适合喜欢做波段交易的朋友。它能很好的体现出一个波段的完整信息,你可以很快的从这个指示器上寻找到最佳的预警区域,然后配合 StartPoint 找到最佳的buy位置和最佳的sell位置,也能很好根据指示器去坚守自己的持仓定订单。指标不含有未来函数,不会重新绘制,不仅能够应用到自己的手动交易过程中,还能完全可以写入到自己的EA中。(如果你感觉到这个指标能够帮助你进行更准确的交易,请帮忙给个好评,希望我的作品能够帮助更多有需要的人) =================参考使用方法=================== 此指标可以适用于任何交易品种。 做波段建议参数 timeFame:M5 如果配合 StartPoint 建议 StartPoint 的参数为(240,60)
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
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
A useful scanner/dashboard that shows the RSI values for multiple symbols and Time-frames. It can be easily hidden/displayed with a simple click on the scanner man top left of the dashboard. You can input upper and lower RSI values and the colours can be set to show when above/below these values. The default values are 70 and 30. There are also input colours for when the RSI is above or below 50 (but not exceeding the upper/lower levels Symbols and time-frames are input separated by commas. S
Engulfing Candlestick Bulkowski The engulfing candlestick is a well-known candle pattern composed of two candles. This indicator for showing engulfing candlestick that describe by Thomas Bulkowski. If you need for MetaTrader 4 version, please visit here: https://www.mql5.com/en/market/product/34193 Feature Highlights Show bullish engulfing and bearish engulfing. Customizable "Up Symbol". Customizable "Down Symbol". Customizable symbol distance from candlestick. Customizable "Down Color". Custo
Rejection Block
Usiola Oluwadamilol Olagundoye
5 (1)
The "Rejection Block" MetaTrader 5 Indicator offers traders a comprehensive tool for identifying and visualizing rejection candlestick patterns, commonly known as rejection blocks. These patterns are pivotal in discerning potential market reversals or continuations, making them invaluable for traders seeking to enhance their analysis. Key Features: Rejection Block Detection: The indicator diligently scans price data, pinpointing instances of rejection candlestick patterns. These patterns typical
FREE
EngulfingDetector
Jemy Yeferson Dimu Ludji
Unleash the Power of Precision Trading with Engulfing Detector ! Are you struggling to spot high-probability reversal patterns on your charts? Say goodbye to guesswork and hello to accuracy with Engulfing Detector ! Why Choose Engulfing Detector? Automated Detection : Instantly identifies Bullish and Bearish Engulfing patterns with pinpoint accuracy. Visual Alerts : Clear arrows mark potential entry points, so you never miss a trading opportunity. User-Friendly : Designed for traders of all l
Visual Phoenix Turn Indicator
AL MOOSAWI ABDULLAH JAFFER BAQER
Introducing the Phoenix Turn Indicator The Phoenix Turn indicator is designed for traders who seek to harness the power of precise market-turn detection. This tool provides clear visual cues to identify potential buy and sell opportunities based on dynamic price-action and indicator-based logic. Why Choose Phoenix Turn? Unoptimized for Flexibility: This indicator is provided as a raw tool for you to optimize and customize, fitting perfectly with your unique trading strategy. Clear Visual Signal
Mean Reversal Heikin Ashi Indicator calculates special trade reversal points based on Heikin Ashi candlesticks patterns. This indicator can be used on all symbols, even in Forex or B3 Brazillian Markets. You can configure just the position of each arrow. Then, after include the indicator on the graphic, pay attention on each arrow that indicates a long or short trade.
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
Gli utenti di questo prodotto hanno anche acquistato
SuperScalp Pro
Van Minh Nguyen
5 (9)
SuperScalp Pro – Sistema avanzato di indicatore per scalping con filtri multipli SuperScalp Pro è un sistema avanzato di indicatore per scalping che combina il classico Supertrend con molteplici filtri di conferma intelligenti. L’indicatore funziona in modo efficiente su tutti i timeframe da M1 a H4 ed è particolarmente adatto per XAUUSD, BTCUSD e le principali coppie Forex. Può essere utilizzato come sistema stand-alone o integrato in modo flessibile nelle strategie di trading esistenti. L’indi
Se acquisti questo indicatore, riceverai il mio Trade Manager Professionale + EA  GRATUITAMENTE. Innanzitutto è importante sottolineare che questo sistema di trading è un indicatore Non-Repainting, Non-Redrawing e Non-Lagging, il che lo rende ideale sia per il trading manuale che per quello automatico. Corso online, manuale e download di preset. Il "Sistema di Trading Smart Trend MT5" è una soluzione completa pensata sia per i trader principianti che per quelli esperti. Combina oltre 10 indicat
Divergence Bomber
Ihor Otkydach
4.89 (83)
Ogni acquirente dell’indicatore riceverà inoltre gratuitamente: L’utilità esclusiva “Bomber Utility”, che gestisce automaticamente ogni operazione, imposta i livelli di Stop Loss e Take Profit e chiude le posizioni secondo le regole della strategia I file di configurazione (set file) per adattare l’indicatore a diversi asset I set file per configurare il Bomber Utility in tre modalità: “Rischio Minimo”, “Rischio Bilanciato” e “Strategia di Attesa” Una guida video passo-passo per installare, conf
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
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
Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool developed based on Smart Money Concepts (SMC). It is designed to analyze market structure, price direction, reversal points, and key zones across multiple timeframes in a systematic way. The system displays Points of Interest (POI) and real-time No Repaint signals, with instant alerts when price reaches key zones or when signals occur within those zones. It functions as both an Indicator and a Signal System (2-in-1), c
Grabber System MT5
Ihor Otkydach
4.82 (22)
Ti presento un eccellente indicatore tecnico: Grabber, che funziona come una strategia di trading "tutto incluso", pronta all’uso. In un solo codice sono integrati strumenti potenti per l’analisi tecnica del mercato, segnali di trading (frecce), funzioni di allerta e notifiche push. Ogni acquirente di questo indicatore riceve anche gratuitamente: L’utility Grabber: per la gestione automatica degli ordini aperti Video tutorial passo dopo passo: per imparare a installare, configurare e utilizzare
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
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
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.1 (29)
Innanzitutto, vale la pena sottolineare che questo indicatore di trading non è repaint, non è ridisegno e non presenta ritardi, il che lo rende ideale sia per il trading manuale che per quello automatico. Manuale utente: impostazioni, input e strategia. L'Analista Atomico è un indicatore di azione del prezzo PA che utilizza la forza e il momentum del prezzo per trovare un miglior vantaggio sul mercato. Dotato di filtri avanzati che aiutano a rimuovere rumori e segnali falsi, e aumentare il pote
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)
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
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
Order Block Pro MT5
N'da Lemissa Kouame
Order Block Pro (MQL5) – Versione 1.0 Autore: KOUAME N'DA LEMISSA Piattaforma: MetaTrader 5 Descrizione: Order Block Pro è un indicatore avanzato progettato per rilevare automaticamente Order Block rialzisti e ribassisti sul tuo grafico. Analizzando candele di consolidamento seguite da candele impulsive forti, l’indicatore evidenzia le aree chiave dove il prezzo è destinato a muoversi rapidamente. Ideale per trader che vogliono: Identificare punti di ingresso e uscita precisi. Rilevare zone din
FX Power MT5 NG
Daniel Stein
5 (26)
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
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
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
Presentazione       Quantum Breakout PRO   , l'innovativo indicatore MQL5 che sta trasformando il modo in cui scambi le zone di breakout! Sviluppato da un team di trader esperti con un'esperienza di trading di oltre 13 anni,       Quantum Breakout PRO       è progettato per spingere il tuo viaggio di trading a nuovi livelli con la sua strategia innovativa e dinamica della zona di breakout. Quantum Breakout Indicator ti fornirà frecce di segnalazione sulle zone di breakout con 5 zone target di
RelicusRoad Pro: Sistema Operativo Quantitativo di Mercato 70% DI SCONTO ACCESSO A VITA (TEMPO LIMITATO) - UNISCITI A 2.000+ TRADER Perché la maggior parte dei trader fallisce anche con indicatori "perfetti"? Perché operano su Singoli Concetti isolati. Un segnale senza contesto è una scommessa. Per vincere serve CONFLUENZA . RelicusRoad Pro non è un semplice indicatore. È un Ecosistema Quantitativo completo . Mappa la "Fair Value Road", distinguendo tra rumore e rotture strutturali. Smetti di in
Trend indicator AI mt5
Ramil Minniakhmetov
5 (15)
Trend Ai indicator è un ottimo strumento che migliorerà l'analisi di mercato di un trader combinando l'identificazione della tendenza con punti di ingresso utilizzabili e avvisi di inversione. Questo indicatore consente agli utenti di navigare nelle complessità del mercato forex con fiducia e precisione Oltre ai segnali primari, l'indicatore Ai di tendenza identifica i punti di ingresso secondari che si presentano durante i pullback o i ritracciamenti, consentendo ai trader di capitalizzare le
Trend Hunter MT5
Andrey Tatarinov
5 (3)
Trend Hunter è un indicatore di tendenza per lavorare nei mercati Forex, criptovaluta e CFD. Una caratteristica speciale dell'indicatore è che segue con sicurezza la tendenza, senza cambiare il segnale quando il prezzo supera leggermente la linea di tendenza. L'indicatore non viene ridisegnato; un segnale per entrare nel mercato appare dopo la chiusura della barra. Quando ci si sposta lungo un trend, l'indicatore mostra ulteriori punti di ingresso nella direzione del trend. Sulla base di quest
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. The indicator analyzes market structure, liquidity behavior and price imbalance to highlight areas where institutional activity may occu
Bill Williams Advanced
Siarhei Vashchylka
5 (10)
Bill Williams Advanced is designed for automatic chart analysis using Bill Williams' "Profitunity" system. The indicator analyzes four timeframes at once. Manual (Be sure to read before purchasing) Advantages 1. Analyzes the chart using Bill Williams' "Profitunity" system. Signals are displayed in a table in the corner of the screen and on the price chart. 2. Finds all known AO and AC signals, as well as zone signals. Equipped with a trend filter based on the Alligator. 3. Finds "Divergence Bar
Candle Smart Range
Gianny Alexander Lugo Sanchez
Candle Smart Range (CSR) per MetaTrader 5 Candle Smart Range è un indicatore tecnico progettato per l'identificazione automatica dei range di prezzo su più timeframe. Questo strumento analizza la struttura del mercato basandosi sulle formazioni delle candele e sull'interazione del prezzo con i massimi e i minimi precedenti. Caratteristiche principali: Rilevamento Range: Identifica le zone di consolidamento prima dei movimenti impulsivi. Identificazione Falsi Breakout: Segnala quando il prezzo su
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
La soluzione migliore per ogni principiante o trader esperto! Questo indicatore è uno strumento di trading unico, di alta qualità e conveniente perché abbiamo incorporato una serie di caratteristiche proprietarie e una nuova formula. Con un solo grafico è possibile leggere la forza delle valute per 28 coppie Forex! Immaginate come migliorerà il vostro trading perché sarete in grado di individuare l'esatto punto di innesco di una nuova tendenza o di un'opportunità di scalping? Manuale d'uso:  
TPSproTREND PrO MT5
Roman Podpora
4.74 (19)
TPSproTrend PRO identifica il momento in cui il mercato cambia effettivamente direzione e forma un punto di ingresso all'inizio del movimento. Si entra nel mercato quando il prezzo sta appena iniziando a muoversi, e non dopo che il movimento si è già verificato.   Indicatore       Non ridisegna i segnali e visualizza automaticamente i punti di ingresso, lo Stop Loss e il Take Profit, rendendo il trading chiaro, visivo e strutturato. ISTRUZIONI RUS   -   VERSIONE MT4 Vantaggi principali Segnali
Btmm state engine pro
Garry James Goodchild
5 (2)
BTMM State Engine Pro — the   all-in-one Banks   & Institutions Market Maker indicator for Meta Trader 5. Built for   BTMM traders who follow the Asian   session breakout methodology with Kill Zone timing , level stacking, peak formation detection , and multi-pair scanning — all   from a single chart. Combines   a full BTMM State Engine   with a built-in multi-pair Scanner dashboard, eliminating the need to flip between charts or run multiple indicators. WHAT IT DOES Automatically detec
MetaBands M5
Vahidreza Heidar Gholami
4.5 (2)
MetaBands uses powerful and unique algorithms to draw channels and detect trends so that it can provide traders with potential points for entering and exiting trades. It’s a channel indicator plus a powerful trend indicator. It includes different types of channels which can be merged to create new channels simply by using the input parameters. MetaBands uses all types of alerts to notify users about market events. Features Supports most of the channel algorithms Powerful trend detection algorith
Altri dall’autore
AutoFib: Advanced Fibonacci Retracement for MetaTrader 5 Automate Fibonacci Analysis for Smarter Trading Decisions AutoFib simplifies Fibonacci retracement analysis by automatically identifying key levels of support and resistance directly on your MT5 charts. Whether you're new to Fibonacci analysis or an advanced trader, AutoFib enhances your ability to identify potential reversals, continuations, and critical price levels. Key Features: Automatic Fibonacci Levels – Identify retracement and ext
Japanese Candle Patterns (JCP) User Guide Overview and Features Japanese candlestick patterns, a foundational element of technical analysis, provide traders with visual insights into market psychology. Each pattern represents the battle between bulls and bears, encapsulating critical information about market sentiment, potential reversals, and continuation signals. Developed centuries ago and later popularized by Steve Nison in Japanese Candlestick Charting Techniques , these patterns are now wi
EAsiTrader: Advanced Strategy Creation & Automation for MetaTrader 5 EAsiTrader is designed for those who want to eliminate the hassle of programming and drastically accelerate the process of creating Expert Advisors, making strategy development faster and more efficient. EAsiTrader is a versatile trading tool designed specifically for MetaTrader 5, providing automation features and a comprehensive set of tools to help users build, test, and refine and run trading strategies. EAsiTrader adapts
NTL Pivot Lines
Northen Trading Labs
Pivot Lines (PL) User Guide Overview and Features The Pivot Lines Indicator (PL) provides traders with a powerful tool for identifying potential support and resistance levels based on well-established pivot point calculation methods. By offering insights into possible price turning points, this indicator helps traders make more informed trading decisions and refine their entry and exit strategies. With customizable settings for different timeframes and calculation methods, PL is versatile and a
NTL Market Times
Northen Trading Labs
NTL Market Times Indicator The NTL Market Times Indicator for MT5 provides a clear unobtrusive display of the opening and closing times of the world’s major Forex trading centers. It automatically adjusts for UK daylight saving time, ensuring reliable market session information all year round. Main Features Major Markets: Displays New York, London, Frankfurt, Sydney, and Tokyo trading hours. Color-Coded Sessions: Each market session is uniquely color-coded for quick identification on the chart.
NTL HLines
Northen Trading Labs
HLines User Guide Overview and Features The NTL HLines Indicator is designed to elevate your trading with precise support and resistance analysis. Utilizing a sophisticated algorithm, this MQL5 indicator scans for high-probability price levels across multiple timeframes, helping traders pinpoint strategic entry and exit zones. With fully customizable pivot scanning and multi-timeframe support, HLines provides a powerful, adaptable toolset for traders of all experience levels. Key features includ
Filtro:
Nessuna recensione
Rispondi alla recensione