NTL Pivot Lines

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 adaptable to various trading styles, whether for scalping, day trading, or swing trading.

Key Features

  • Multiple Calculation Methods
    Choose from four popular pivot point calculation methods:

    • Regular (Standard): Calculates pivot points and support/resistance levels based on traditional methods.
    • Camarilla: Provides closely clustered support and resistance levels ideal for intraday trading.
    • Woodie: Emphasizes the most recent closing prices for more adaptive levels.
    • Fibonacci: Utilises Fibonacci retracement levels for identifying key reversal points.
  • Customisable Timeframes
    Set pivot levels on daily, weekly, or monthly timeframes, allowing traders to align the indicator with their specific trading strategy and time horizon.

  • Enhanced Decision-Making
    Provides visually defined pivot points and levels to aid in spotting potential support, resistance, and reversal areas, giving traders valuable insights for anticipating market movements.

  • Compatible with EAsiTrader EA: Provides signals to NTL EAsiTrader EA for automated trading.

PL is an essential tool for traders looking to strengthen their market analysis and gain a competitive edge. Whether you’re focusing on short-term or longer-term setups, this indicator helps you stay aligned with market dynamics.

Installation and Settings

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

Installation

  1. Install the Indicator:

    • Download the Pivot Lines indicator file (PL.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 PL indicator from the Navigator panel onto your chart.
    • Configure the Input settings to customize PL, 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 PL_Custom for easy access.

Settings

  • EA Flag
    Set to true when loading this indicator with an EA. This will prevent the indicator drawing on the chart.

  • Period
    Defines the timeframe for calculating pivot points. Options include:

    • Daily: Calculates pivot points based on daily data, suited for intraday traders.
    • Weekly: Uses weekly data, providing a broader view for short-term and swing trading.
    • Monthly: Calculates from monthly data, ideal for longer-term market perspectives.
  • Method
    Selects the calculation method for pivot points, each offering different approaches to identifying support and resistance levels:

    • Regular: The standard calculation method, widely used across markets.
    • Camarilla: Provides closer support and resistance levels, useful in tight, range-bound markets.
    • Woodie: Gives more weight to the recent closing price, creating adaptive levels.
    • Fibonacci: Uses Fibonacci retracement levels to identify potential reversal points.
  • Font Size
    Defines the size of font to be used to display the level names.

  • Chart Label Style
    Determines the style used to display the level names. Use Label to show the name as a simple label, or use Boxed to show the name inside a rectangle box.

  • Chart Edge Alignment
    Determines which end of the line the level name is shown on the chart.

Advanced Usage and Strategy Integration

PL offers more than just basic support and resistance identification. By integrating this indicator into a broader trading strategy, traders can enhance the reliability of signals and optimize their setups. Here are some advanced usage tips and strategies for maximizing the indicator’s potential.

Combining with Other Indicators

  1. Moving Averages
    Use moving averages in conjunction with pivot points to identify trend direction. When price approaches a pivot point in the direction of the prevailing trend (e.g., price moving towards a support level in an uptrend), it may signal a strong continuation opportunity.

  2. Relative Strength Index (RSI)
    The RSI can help confirm pivot levels as potential reversal points. If the price is approaching a resistance level and the RSI indicates overbought conditions, this convergence can increase the probability of a price reversal at that level.

  3. MACD (Moving Average Convergence Divergence)
    MACD crossovers near pivot levels can act as additional confirmation. For example, a bullish MACD crossover near a support level can signal a high-probability buy setup.

Strategy Ideas for Different Market Conditions

  1. Range-Bound Markets
    In range-bound or consolidating markets, the Camarilla and Woodie pivot methods are particularly useful. These methods provide tighter support and resistance levels, helping to capture smaller price movements within defined boundaries. Using these levels with oscillators like RSI or Stochastic can improve timing for trades within a range.

  2. Trending Markets
    In trending markets, the Fibonacci pivot levels are valuable for identifying retracement points within the trend. For example, in an uptrend, look for price pullbacks to Fibonacci support levels as potential buying opportunities, using the indicator’s R1 and S1 levels to set profit targets or stop-loss levels.

  3. Intraday Scalping
    For scalpers, daily pivot levels (especially using the Regular method) can serve as effective support and resistance levels. Scalping around these levels with additional confirmation from volume indicators or short-term oscillators can enhance entry precision.

Trade Management and Risk Control

Utilize the pivot levels not only for entries but also as a tool for setting stop-loss and take-profit levels. Placing a stop-loss slightly below a support pivot (or above a resistance pivot) provides a logical area where the trade setup is considered invalidated. Similarly, taking profit at the next pivot level helps capture gains while reducing the risk of reversals.

Strategy Integration Tips

  • Backtesting: Test the indicator in various market conditions (e.g., trends, ranges) to understand how each pivot method performs.
  • Set Alerts: Set alerts on your trading platform for when price approaches a key pivot level to stay prepared for potential trade opportunities.
  • Adapt to Timeframes: Adjust the Period setting (daily, weekly, or monthly) based on your trading style. For instance, short-term traders may prefer daily pivots, while swing traders might benefit more from weekly or monthly levels.

PL is a flexible tool that complements various technical strategies, making it an essential addition to a comprehensive trading plan. By combining it with other indicators and adjusting to different market contexts, traders can gain a more nuanced understanding of price action and improve their trading outcomes.

Calculation Methods

PL offers four calculation methods for pivot points: Regular, Camarilla, Woodie, and Fibonacci. Each method provides a unique approach for identifying support and resistance levels based on previous price data.

1. Regular (Standard) Pivot Points

  • Pivot Point (PP) = (High + Low + Close) / 3
  • Support and Resistance Levels:
    • R1 = (2 * PP) - Low
    • S1 = (2 * PP) - High
    • R2 = PP + (High - Low)
    • S2 = PP - (High - Low)
    • R3 = High + 2 * (PP - Low)
    • S3 = Low - 2 * (High - PP)

2. Camarilla Pivot Points

  • Pivot Point (PP) = (High + Low + Close) / 3
  • Support and Resistance Levels:
    • R1 = Close + ((High - Low) * 1.1 / 12)
    • S1 = Close - ((High - Low) * 1.1 / 12)
    • R2 = Close + ((High - Low) * 1.1 / 6)
    • S2 = Close - ((High - Low) * 1.1 / 6)
    • R3 = Close + ((High - Low) * 1.1 / 4)
    • S3 = Close - ((High - Low) * 1.1 / 4)
    • R4 = Close + ((High - Low) * 1.1 / 2)
    • S4 = Close - ((High - Low) * 1.1 / 2)

3. Woodie Pivot Points

  • Pivot Point (PP) = (High + Low + 2 * Close) / 4
  • Support and Resistance Levels:
    • R1 = (2 * PP) - Low
    • S1 = (2 * PP) - High
    • R2 = PP + (High - Low)
    • S2 = PP - (High - Low)

4. Fibonacci Pivot Points

  • Pivot Point (PP) = (High + Low + Close) / 3
  • Support and Resistance Levels:
    • R1 = PP + 0.382 * (High - Low)
    • S1 = PP - 0.382 * (High - Low)
    • R2 = PP + 0.618 * (High - Low)
    • S2 = PP - 0.618 * (High - Low)
    • R3 = PP + 1.000 * (High - Low)
    • S3 = PP - 1.000 * (High - Low)

Indicator Buffers

PL provides data across nine buffers, one buffer for each pivot level. These buffers can be accessed when integrating PL with other indicators or Expert Advisors (EAs).

  • Buffer 0: PP (Pivot Point) Line values
  • Buffer 1: R1 Line values
  • Buffer 2: R2 Line values
  • Buffer 3: R3 Line values
  • Buffer 4: R4 Line values
  • Buffer 5: S1 Line values
  • Buffer 6: S2 Line values
  • Buffer 7: S3 Line values
  • Buffer 8: S4 Line values

Insights

PL provides a deeper understanding of price action by highlighting areas of high-probability support and resistance. Recognizing patterns in how price interacts with these pivot levels can offer valuable insights into market sentiment and potential reversals.

Identifying and Analyzing Key Patterns

  1. Price Reversal at Pivot Levels
    When price consistently reverses near a specific pivot level (such as R1, S1, or the central pivot point), it indicates that this level is holding strong as support or resistance. Observing these reversals over several periods suggests a possible trend or range boundary, making it a key area to watch for future setups.

  2. Breakout Beyond Pivot Levels
    When price decisively breaks through a pivot level, particularly R2/S2 or R3/S3, it often signals a stronger momentum move in that direction. This breakout can indicate a shift in sentiment, with buyers or sellers gaining control. Following these moves, consider using the next pivot level as a target or retracement point.

  3. Testing and Retesting
    If price repeatedly tests a pivot level without breaking it, this can signal that the market is accumulating strength for a breakout. Observing the frequency and strength of tests at key levels provides insights into the likelihood of a future breakout versus a potential reversal.

Using Pivot Levels as Trend Confirmation

Pivot points can also help confirm trends when analyzed over consecutive periods:

  • Consistent Higher Highs: If the price consistently closes above successive pivot points, this pattern reflects a bullish trend.
  • Consistent Lower Lows: Conversely, if the price continues closing below pivot levels, it suggests a bearish trend.

Volatility and Pivot Levels

In periods of high volatility, price often moves quickly between pivot levels, increasing the likelihood of reversals or breakouts. Monitoring how price reacts to pivot levels in such environments helps traders anticipate potential pullbacks and continuation points.

Differentiating Strong vs. Weak Signals

While pivot points offer strong guidance, consider these additional factors to assess the strength of signals:

  • Volume Confirmation: Higher trading volume near a pivot level reinforces the validity of a breakout or reversal, indicating strong interest at that price.
  • Time of Day: For intraday traders, pivot levels may hold different significance at certain times, such as market open or close, when trading volume typically increases.
  • Higher Timeframe Confluence: When daily pivot levels align with weekly or monthly levels, it adds strength to the level, making it more likely to act as a robust support or resistance area.

PL helps traders decode market behavior by providing reliable levels for anticipating price movement. By interpreting these patterns and combining them with other indicators or volume analysis, traders can gain valuable insights into the underlying market sentiment and improve their decision-making.

Rev: 14/11/24

Prodotti consigliati
Weekly Levels Pro
N'da Lemissa Kouame
Italiano (Italien) – Weekly Levels Pro Weekly Levels Pro – Livelli Settimanali Chiave è un indicatore semplice ma potente per MetaTrader 5, progettato per mostrare automaticamente i quattro livelli di trading più importanti di ogni settimana: Massimo settimanale (Weekly High) → livello naturale di resistenza Minimo settimanale (Weekly Low) → livello naturale di supporto Apertura settimanale (Weekly Open) → punto di riferimento del trend Chiusura settimanale (Weekly Close) → indicatore di forz
FibExtender
Syed Oarasul Islam
This Indicator draws Fibonacci Extension levels in two different ways. You can select whether to draw Fibonacci Extension levels based on your favourite ZigZag settings or you can let the indicator to draw Fibonacci Extension  level based on given number of Bars or Candles.  You can also set Mobile and Email notification for your favourite Extension  levels individually. With this indicator you will not have to feel lonely as the it can generate Voice alerts, which will keep you focused on your
ArcTracer
Syed Oarasul Islam
This Indicator draws Fibonacci Arc levels in two different ways. You can select whether to draw Fibonacci Arc levels based on your favourite ZigZag settings or you can let the indicator to draw Arc levels based on given number of bars or candles.  You can also set Mobile and Email notification for your favourite Arc levels individually. With this indicator you will not have to feel lonely as the it can generate Voice alerts, which will keep you focused on your trading and remove boredom.  Produc
This Automatic support/resistance indicator calculates various peaks and troughs of the price action, identifies relevant levels and draws support and resistance automatically. It uses the built-in "ZigZag" indicator in Metatrader as a data source hence, very much accurate indicator.  The support and resistance lines are contineusely updated as new levels and formed. The indicator has only 5 parameters to set, and mostly it can be used with the default values:  The description of the settings is
Prezzo di benvenuto: 35 $ Il modello   Testa e Spalle   è ideale per i trader che cercano un riconoscimento affidabile dei modelli, includendo formazioni rialziste e ribassiste di Testa e Spalle, con livelli di Fibonacci integrati, rilevamento della rottura del neckline e tecniche di previsione anticipata. Uno strumento MT5 potente per chi apprezza l'analisi tecnica e la precisione nell'identificare strutture grafiche e inversioni di tendenza. Metodi di Rilevamento Doppio Metodo 1 - Rilevamento
Este indicador para Metatrader5 analiza múltiples timeframes dinámicamente para identificar máximos   y mínimos significativos según va avanzando el precio, proyectando niveles de recuperación   (Fibonacci o personalizados). Incluye sistema de caché para máximo   rendimiento y validación no intrusiva de timeframes.     CARACTERÍSTICAS PRINCIPALES: 1.   Análisis multi-timeframe (hasta 3 timeframes simultáneos) 2.   Dinámico: Sigue la evolución del precio   3. Sistema de caché inteligente (optimiz
Auto Fib Retracements
Ross Adam Langlands Nelson
4.2 (5)
Automatic Fibonacci Retracement Line Indicator. This indicator takes the current trend and if possible draws Fibonacci retracement lines from the swing until the current price. The Fibonacci levels used are: 0%, 23.6%, 38.2%, 50%, 61.8%, 76.4%, 100%. This indicator works for all charts over all timeframes. The Fibonacci levels are also recorded in buffers for use by other trading bots. Any comments, concerns or additional feature requirements are welcome and will be addressed promptly. 
FREE
Two-way Fibonacci indicator. The function is to facilitate traders to find their retracement and entry and exit points. The principle of the workpiece of this indicator: First, draw a V shape for the high and low points formed by the fractal indicator, and then draw a golden section proportional line for the V line, which can be applied to any period and currency pair.
Offerta speciale : ALL TOOLS , solo $35 ciascuno! New tools   will be   $30   for the   first week   or the   first 3 purchases !  Trading Tools Channel on MQL5 : Join my MQL5 channel to update the latest news from me In un ambiente di trading volatile, uno strumento di analisi potente e intuitivo può aiutarti a cogliere rapidamente le opportunità. Fibonacci Trend Scanner non solo integra le funzioni tradizionali dell’indicatore Fibonacci e SuperTrend, ma amplia anche le funzionalità con la sca
Overview Auto Fibo Trend Signal is a comprehensive analysis tool designed to support discretionary traders in market environment recognition and trade execution. Featuring an interactive on-chart dashboard, it allows for seamless control over multiple technical indicators and dynamic drawing tools. This indicator eliminates the need to constantly open the properties window, enabling flexible, real-time analysis directly on the chart. Key Features Interactive Dashboard The dedicated control pane
FREE
The indicator automatically plots and tracks buy and sell Fibo levels at any symbol and timeframe. FiboPlus displays: Fibo levels of the probable upward or downward price movements. entry points are shown using "up arrow", "down arrow" icons. The data is doubled on SELL and BUY buttons. rectangle area limited by levels 0-100. Trading is performed from one level to another (no trend). Features price movement forecast, market entry points, stop loss and take profit for orders. ready-made trading
AUTO FIBONACCI MULTI-TIMEFRAME TOOLKIT Technical analysis tool that automatically draws Fibonacci levels for 4H, Daily, Weekly, and Monthly sessions. AUTOMATIC FIBONACCI RETRACEMENTS (7 CLASSIC LEVELS): - 0.0% (Previous session Low - support level) - 23.6% (Fibonacci Golden Ratio - early entry level) - 38.2% (Strong retracement level) - 50.0% (Key pivot level highlighted in YELLOW - market equilibrium) - 61.8% (Main Golden Ratio - critical decision level) - 78.6% (Deep retracement level) - 100.0
Sviluppo della versione precedente dell'indicatore ZigZag WaveSize MT4 ZigZag WaveSize - indicatore ZigZag standard modificato con l'aggiunta di informazioni sulla lunghezza d'onda in punti, livelli e diverse logiche di allarme Miglioramenti generali: Adattamento del codice per MetaTrader 5 Lavoro ottimizzato con gli oggetti grafici Novità: Livelli orizzontali agli estremi Scelta del tipo di livelli: orizzontale/raggi/segmenti Filtro per livelli liquidi (non penetrati dal prezzo) Buffer per le
FREE
Time Candle Suleiman
Suleiman Alhawamdah
5 (19)
Per favore, lascia una recensione positiva. Nota importante: L'immagine mostrata negli screenshot è quella dei miei indicatori, l'indicatore Suleiman Levels e l'indicatore RSI Trend V, inclusa ovviamente la "Time Candle" allegata, che fa originariamente parte dell'indicatore completo per l'analisi avanzata e i livelli esclusivi, Suleiman Levels. Se ti piace, prova l'indicatore "RSI Trend V": https://www.mql5.com/en/market/product/132080 e se ti piace, prova l'indicatore "Suleiman Levels": https:
FREE
Fibonacci sequence is defined by integer sequence: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ... By definition, it starts from 0 and 1, the next number is calculated as a sum of two previous numbers. Instead of the standard moving average, the indicator uses the following calculation of average price: Bar0 + Bar1 + Bar2 + Bar3 + Bar5 + Bar8 + Bar13 + Bar21 + ... This indicator shows 2 moving Fibonacci lines and arrows when 2 these lines crossing each other. If an Aqua line is crossing a Yell
Unlock the power of Fibonacci with our advanced indicator! This tool precisely plots Fibonacci levels based on the previous day's high and low, identifying the next day's key support and resistance levels. Perfect for day trading and swing trading, it has consistently generated weekly profits for me. Elevate your trading strategy and seize profitable opportunities with ease. NOTE: In the Input section make sure the draw labels are set to "True" so you can see each levels.
Master head and shoulders patterns for better trading decisions A head and shoulders pattern is a chart formation that resembles a baseline with three peaks, the outside two are close in height and the middle is highest. It predicts a bullish-to-bearish trend reversal and is believed to be one of the most reliable trend reversal patterns. It is one of several top patterns that signal, with varying degrees of accuracy, that a trend is nearing its end.  [ Installation Guide | Update Guide | Troub
Fibonacci theft is an ultrascalping system that uses Fibonacci levels to launch a scalping system that allows theft   a few pips from the market. This system allows the use of fibonacci levels, predetermined levels or a level chosen by the user. It also presents the option of using or not volume and impulse filters. Being a very aggressive scalping system, it should only be used in pairs with a low spread and low commissions. This system is suitable for small accounts and can be used with only
Pattern Trader No Repaint Indicator MT5 Version Indicator searches for 123 Pattern, 1234 Pattern, Double Top, Double Bottom Patterns , Head and Shoulders, Inverse Head and Shoulders, ZigZag 1.618 and Father Bat Pattern. Pattern Trader indicator uses Zig Zag Indicator and Improved Fractals to determine the patterns. Targets and Stop Loss Levels are defined by Fibonacci calculations.  Those levels must be taken as a recommendation. The trader may use different tools like Moving Avarages,
Product Name: Anchor auto TP and SL Trade Manager Pro MT5 The ultimate manual assistant. Turns trades into auto-grids with Hedging, Zero-Loss Breakeven & Spread Detection. Your manual trade will be managed automatically. Anchor Auto TP and SL Trade Manager MT5 Pro is the advanced edition of our popular trade assistant. It transforms simple manual trades into sophisticated, professional-grade recovery grids. Unlike the free version, this PRO edition fully supports Hedging (simultaneous Buy & Sell
I want to present to you my solution in the implementation of automatic drawing of Fibo levels on the whole trend and the last trend leg. The logic of the indicator is based on the principle of swings, and when indicator gets a signal for a trend direction change, the previous key point before reversing is considered the start point of the indicator's drawing. When you test the indicator, note that changing the direction of the whole trend leg of Fibonacci often leads to a reversal of the trend.
The indicator builds a graphical analysis based on the Fibonacci theory. Fibo Fan is used for the analysis of the impulses and corrections of the movement. Reversal lines (2 lines at the base of the Fibonacci fan) are used to analyze the direction of movements. The indicator displays the of 4 the target line in each direction. The indicator takes into account market volatility. If the price is above the reversal lines, it makes sense to consider buying, if lower, then selling. You can open posi
"The Squeeze indicator attempts to identify periods of consolidation in a market. In general the market is either in a period of quiet consolidation or vertical price discovery. By identifying these calm periods, we have a better opportunity of getting into trades with the potential for larger moves. Once a market enters into a "squeeze," we watch the overall market momentum to help forecast the market direction and await a release of market energy." The Modified TTM Squeeze Indicator is a modi
Indicator Description: 5 EMA with Ichimoku-like Color Filling   is a technical analysis indicator for MetaTrader 5 that combines five Exponential Moving Averages (EMAs) with visual fill areas similar to the Ichimoku Cloud concept. Key Features: Five EMA Lines : EMA1 (13-period): Fastest moving average EMA2 (21-period): Medium-fast moving average EMA3 (34-period): Base/reference moving average EMA4 (55-period): Medium-slow moving average EMA5 (233-period): Slowest moving average (often used as a
Description The base of this indicator is an ZigZag algorithm based on ATR and Fibo retracement. The ZigZag can be drawn like a classic ZigZag or like Arrows or needn't be drawn at all. This indicator is not redrawing in sense that the ZigZag's last shoulder is formed right after the appropriate conditions occur on the market. The shoulder doesn't change its direction afterwards (can only continue). There are some other possibilities to show advanced information in this indicator: Auto Fibo on
By default, MetaTrader 5 only supports timeframes of one minute or higher. Ultra-short-term charts such as 1-second or 5-second timeframes are not available in the standard platform. Seconds Chart Generator is a utility EA designed to generate seconds-based charts in real time using tick data, allowing traders to observe ultra-short-term price movements with precision. Simply attach it to any standard chart, and it will automatically create a custom symbol representing the seconds-based chart. Y
Historical Pivot Zones - Fibonacci Indicator MT5 Automatically draws Fibonacci retracement and projection zones based on historical price pivots. This MT5 indicator intelligently selects pivot points from different timeframes (weekly, monthly, or 6-month ranges) and creates visual Fibonacci zones around key levels. Features include: Smart Mode Selection - Auto-adjusts based on your chart timeframe Clean Visual Zones - Highlighted areas instead of just lines Essential Fib Levels - 9 retrace
Fibonacci Auto
Makarii Gubaydullin
Traccia automaticamente i livelli di Fibonacci, basati sui prezzi Massimo e Minimo del timeframe specificato Più barre   possono essere unite: ad esempio, puoi ottenere un Fibonacci basato sui Massimi e Minimi di 10 giorni Il mio   #1   Strumento : 66+ funzionalità, incluso questo indicatore  |   Contattami  per qualsiasi domanda  |    Versione MT4 Aiuta a identificare potenziali livelli di inversione; I pattern formati ai livelli di Fibonacci tendono a essere più forti; Riduce   notevolmente  
Overview Harmonic Patterns MT5 is a technical analysis indicator designed for the MetaTrader 5 platform. It identifies and displays harmonic price patterns, such as Butterfly, Cypher, Crab, Bat, Shark, and Gartley, in both bullish and bearish directions. The indicator calculates key price levels, including entry, stop loss, and three take-profit levels, to assist traders in analyzing market movements. Visual elements and customizable alerts enhance usability on the chart. Features Detects six ha
Indicator Description: Support & Resistance Rectangles This custom indicator for   MetaTrader 5   automatically draws   support and resistance zones   on your chart. It does not use buffers or plots; instead, it creates filled rectangle objects to visually highlight price areas where the market has previously reversed or stalled. How It Works The indicator divides the chart history into consecutive blocks of   Lookback   bars. For each block, it: Finds the   lowest low   and   highest high   wit
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
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
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
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
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
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
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
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
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 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
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
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
CGE Trading Suite
Carl Gustav Johan Ekstrom
5 (1)
CGE Trading Suite delivers the analytical edge typically reserved for professional trading desks. The platform integrates a full suite of analytical tools into one seamless workflow: dynamic grid mapping, liquidity behavior analysis, ECM, trend lines, MIDAS, trade cycles, and directional channel projections. Together, these provide a unified view of market structure and momentum. Directional clarity is further enhanced by the capital flow index, which measures currency basket strength to identif
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
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
L'indicatore " Dynamic Scalper System MT5 " è progettato per il metodo di scalping, ovvero per il trading all'interno di onde di trend. Testato sulle principali coppie di valute e sull'oro, è compatibile con altri strumenti di trading. Fornisce segnali per l'apertura di posizioni a breve termine lungo il trend, con ulteriore supporto al movimento dei prezzi. Il principio dell'indicatore. Le frecce grandi determinano la direzione del trend. Un algoritmo per generare segnali per lo scalping sott
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
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
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
Gold Sniper Scalper Pro
Ich Khiem Nguyen
3.78 (9)
Gold Sniper Scalper Pro is a price action indicator for MT5 designed to detect false breakout reversal setups after a range-compression structure. A detailed user guide is available on the author’s MQL5 Blog . Additional updates are available through the author’s MQL5 Channel . Overview Gold Sniper Scalper Pro detects false breakout reversal patterns on completed bars and draws Entry, Stop Loss, and Take Profit levels on the chart. Detection is non-repainting. Signal values do not change after
Mirage Trading System
Ich Khiem Nguyen
5 (1)
Mirage Trading System is a price action indicator for MT5 designed to detect false breakout reversal setups after a range-compression structure. A detailed user guide is available on the author’s   MQL5 Blog . Additional updates are available through the author’s   MQL5 Channel . Depending on the current support policy, buyers may receive additional access to selected companion tools developed by the author. Overview Mirage Trading System detects false breakout reversal patterns on completed ba
Easy SMC Trading
Israr Hussain Shah
Structure Trend con Auto RR e Scanner BOS Versione: 1.0 Panoramica Structure Trend con Auto RR è un sistema di trading completo progettato per i trader che si affidano all'azione del prezzo e alla struttura del mercato. Combina un filtro di tendenza levigato con il rilevamento dei punti swing e i segnali di rottura della struttura (BOS) per generare configurazioni di trading ad alta probabilità. La caratteristica distintiva di questo strumento è la gestione automatica del rischio. Al rilevame
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
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
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