• Panoramica
  • Recensioni
  • Commenti

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
Title: Advanced Trend Lines   Supports and Resistances Levels Overview: Enhance your trading decisions with this powerful Trend Lines Supports and Resistances Levels Indicator . This tool identifies key market structures such as trend lines, pivot points, and support/resistance zones, providing traders with actionable insights to spot potential breakout or reversal opportunities. Tailored for technical analysts, this indicator offers customizability and real-time alerts to match any trading st
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.
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
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
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
Support and Resistance X3 calculate and show Support and Resistance in 3 different modes and 2 different Styles. Modes: ICT High / Low Mode Fractal Mode ZigZag mode Styles: Dot Line Options: Button to choose between  3 Modes Button to choose between 2  Styles Alert when Support and Resistance touched Alert when Support and Resistance break Button to hide / show Menu Button take and save screenshot of current chart
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
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
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.
Fractal Ichimoku
Sylvestre Setufa Djagbavi
INTRODUCTION Please, even if you already have a lot of trading knowledge, take the time to read before paying bots. Whether it's mine, or for someone else. You can't know everything. Trading is a business of probability. No matter what type of strategy, robot or analysis (technical or fundamental) you use, you can never know for sure, if your next trade will win or lose, you can never know for sure if your next month will be a gain or a loss. All you can be sure of is that, if you have done a go
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 onl
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.
Introduction to Harmonic Pattern Scenario Planner The present state of Forex market can go through many different possible price paths to reach its future destination. Future is dynamic. Therefore, planning your trade with possible future scenario is an important step for your success. To meet such a powerful concept, we introduce the Harmonic Pattern Scenario Planner, the first predictive Harmonic Pattern Tool in the world among its kind. Main Features Predicting future patterns for scenari
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 op
"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
L'indicatore mostra modelli armonici sul grafico basati su Dynamic ZigZag (   https://www.mql5.com/en/market/product/5356   ) ed è quasi un analogo completo di una delle versioni del noto korHarmonics. L'indicatore riconosce i seguenti modelli e le loro varietà: ABCD, Gartley (Butterfly, Crab, Bat), 3Drives, 5-0, Batman, SHS, One2One, Camel, Triangles, WXY, Fibo e Vibrations. Per impostazione predefinita, nelle impostazioni è abilitata solo la visualizzazione dei modelli ABCD e Gartley. La linea
This is a well-known ZigZag indicator. But it differs by the fact that its plot is based on values of the middle line which is set by a user. It can display Andrews’ Pitchfork and standard or Bobokus Fibo levels. NO REPAINTING. Parameters Period МА — middle line period. Default value is 34. Minimum value is 4. Maximum value is set at your discretion. Used to calculate price — type of price used for the midline calculations. The averaging method — type of smoothing for the middle line. Turning
Fibo Expertt
Ignacio Agustin Mene Franco
Fibo expert! It is an automatic fibonacci indicator. adapting to any temporality, to catch those rebounds, or the path of that trend, special to make longs in H1 or H4 clear the trend, but it also works for scalp in m1 up to m15 works for all forex pairs and for all pairs of synthetic indices, ideal for volatility 75 in synthetics no more to enjoy good profit World Investor.
Bollinger Band Ichimoku
Sylvestre Setufa Djagbavi
INTRODUCTION Please, even if you already have a lot of trading knowledge, take the time to read before paying bots. Whether it's mine, or for someone else. You can't know everything. Trading is a business of probability. No matter what type of strategy, robot or analysis (technical or fundamental) you use, you can never know for sure, if your next trade will win or lose, you can never know for sure if your next month will be a gain or a loss. All you can be sure of is that, if you have done a go
ICT Kill zone and Macros Indicator mark and display the following zone times on the chart: Kill zones   Kill zone Forex Asian London Open New York Open London Close Central Bank Dealing range Kill zone Indices Asian London Open New York AM New York Lunch New York PM Power Hour Macros London 1 London 2 New York Am 1 New York AM 2 New York Lunch New York PM 1 New York PM 2 Silver bullet London Open New York AM New York PM Sessions Asian London New York Chart The display of  Kill zone ,
SAR Ichimoku retracement
Sylvestre Setufa Djagbavi
INTRODUCTION Please, even if you already have a lot of trading knowledge, take the time to read before paying bots. Whether it's mine, or for someone else. You can't know everything. Trading is a business of probability. No matter what type of strategy, robot or analysis (technical or fundamental) you use, you can never know for sure, if your next trade will win or lose, you can never know for sure if your next month will be a gain or a loss. All you can be sure of is that, if you have done a go
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
ATrend
Zaha Feiz
4.89 (9)
"ATREND: Come funziona e come utilizzarlo" ### Come funziona L'indicatore "ATREND" per la piattaforma MT5 è progettato per fornire ai trader robusti segnali di acquisto e vendita utilizzando una combinazione di metodologie di analisi tecnica. Questo indicatore sfrutta principalmente l'Average True Range (ATR) per la misurazione della volatilità, insieme ad algoritmi di individuazione dei trend per identificare potenziali movimenti di mercato. Lascia un messaggio dopo l'acquisto e ricevi un rega
Fibonacci Auto
Makarii Gubaydullin
Automatically plots Fibo levels, based on the High & Low prices from the specified time frame Multiple bars   may be united: e.g. you can get a Fibo based on the 10-days Highs and Lows My   #1   Utility : 65+ features, including this indicator  |   Contact me  for any questions  |    MT4 version Helps to see potential reversal levels; Patterns formed at the Fibo levels tend to be stronger; Significantly   reduces   the   time   spent   on   manual  plotting ; Settings: Timeframe to calculate the
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 + ... Input parameters: fiboNum - numbers in the following integer sequence for Fibo Moving Average 1. 5 on default. fiboNum2 - numbers i
Rsi MA Adx
Sylvestre Setufa Djagbavi
INTRODUCTION Please, even if you already have a lot of trading knowledge, take the time to read before paying bots. Whether it's mine, or for someone else. You can't know everything. Trading is a business of probability. No matter what type of strategy, robot or analysis (technical or fundamental) you use, you can never know for sure, if your next trade will win or lose, you can never know for sure if your next month will be a gain or a loss. All you can be sure of is that, if you have done a go
Moving Average Breakout
Sylvestre Setufa Djagbavi
INTRODUCTION Please, even if you already have a lot of trading knowledge, take the time to read before paying bots. Whether it's mine, or for someone else. You can't know everything. Trading is a business of probability. No matter what type of strategy, robot or analysis (technical or fundamental) you use, you can never know for sure, if your next trade will win or lose, you can never know for sure if your next month will be a gain or a loss. All you can be sure of is that, if you have done a go
The Fibonacci series.  This number sequence is formed as each subsequent number is a sum of the previous two. it turns out that it refers to its neighbors in the ratio 0.618 and 1.618 The most commonly used method for measuring and forecasting the length of the price movement is along the last wave, which ended in the opposite direction The Fibonacci Waves indicator could be used by traders to determine areas where they will wish to take profits in the next leg of an Up or Down trend.
The indicator automatically plots and tracks buy and sell Fibo levels at any symbol and timeframe. FiboPlus Trend displays: the trend on all timeframes and indicators values. 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 calculation of the trend of indicators (RSI,
Gli utenti di questo prodotto hanno anche acquistato
TPSpro RFI Levels MT5
Roman Podpora
4.67 (15)
ISTRUZIONI       RUS   -   INGLESE       Si   consiglia di utilizzare con un indicatore       -       TPSpro   TENDENZA PRO -   Versione MT4         Un elemento chiave nel trading sono le zone o i livelli da cui vengono prese le decisioni di acquisto o vendita di uno strumento di trading. Nonostante i tentativi dei principali attori di nascondere la loro presenza sul mercato, lasciano inevitabilmente delle tracce. Il nostro compito era imparare a identificare queste tracce e interpretarle corre
TPSproTREND PrO MT5
Roman Podpora
4.54 (13)
TPSpro TREND PRO   è un indicatore di tendenza che analizza automaticamente il mercato, fornisce informazioni sulla tendenza e sui rispettivi cambiamenti e fornisce segnali per entrare nelle operazioni senza ridisegnare. L'indicatore utilizza ciascuna candela e la analizza separatamente. Si riferisce a vari shock al rialzo o al ribasso. Punto di ingresso preciso per il trading di valute, criptovalute, metalli, azioni e indici! Versione MT5                   Descrizione completa dell'indicatore
Golden Trend Indicator MT5
Noha Mohamed Fathy Younes Badr
4.83 (12)
Golden Trend indicator  is The best indicator for predicting trend movement this indicator never lags and never repaints and never back paints    and give  arrow buy and sell    before the candle appear  and it will help you and  will make your trading decisions clearer its work on all currencies and  gold and crypto and all time frame This unique  indicator uses very secret algorithms to catch the  trends, so you can trade using this indicator and see the trend clear on charts  manual guide and
Ora $ 147 (aumentando a $ 499 dopo alcuni aggiornamenti) - account illimitati (PC o MAC) Manuale utente di RelicusRoad + Video di formazione + Accesso al gruppo Discord privato + Stato VIP UN NUOVO MODO DI GUARDARE IL MERCATO RelicusRoad è l'indicatore di trading più potente al mondo per forex, futures, criptovalute, azioni e indici, fornendo ai trader tutte le informazioni e gli strumenti di cui hanno bisogno per rimanere redditizi. Forniamo analisi tecniche e piani di trading per aiutar
Quantum TrendPulse
Bogdan Ion Puscasu
5 (5)
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
FX Volume MT5
Daniel Stein
4.93 (14)
Ottenere un vero vantaggio nel Forex con FX Volume: L'indicatore di volume definitivo FX Volume è il primo e unico indicatore di volume che rivela il vero sentiment del mercato da una prospettiva da insider. Fornendo una visione unica del posizionamento dei partecipanti istituzionali al mercato e dei broker, FX Volume vi consente di operare con la lungimiranza solitamente riservata ai principali operatori. Dite addio ai ritardi dei rapporti COT: FX Volume vi fornisce queste informazioni crucia
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
Gold Trend 5
Sergei Linskii
5 (1)
Gold Trend - è un buon indicatore tecnico azionario. L'algoritmo dell'indicatore analizza il movimento del prezzo di un asset e riflette la volatilità e le potenziali zone di ingresso. I migliori segnali dell'indicatore: - Per VENDERE = istogramma rosso + puntatore SHORT rosso + freccia di segnale gialla nella stessa direzione. - Per l'ACQUISTO = istogramma blu + puntatore LONG blu + freccia di segnale acquatica nella stessa direzione. Vantaggi dell'indicatore: 1. L'indicatore produ
MetaForecast M5
Vahidreza Heidar Gholami
5 (2)
MetaForecast predice e visualizza il futuro di qualsiasi mercato basandosi sull'armonia dei dati dei prezzi. Sebbene il mercato non sia sempre prevedibile, se esiste un modello nei prezzi, MetaForecast può prevedere il futuro con la massima precisione possibile. Rispetto ad altri prodotti simili, MetaForecast può generare risultati più accurati analizzando le tendenze di mercato. Parametri di input Past size (Dimensione passata) Specifica il numero di barre che MetaForecast utilizza per creare
TrendMaestro5
Stefano Frisetti
nota: questo indicatore e' per METATRADER5, se vuoi la versione per  METATRADER4 questo e' il link:   https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.4 TRENDMAESTRO   riconosce un nuovo TREND sul nascere, non sbaglia mai. La sicurezza di identificare un nuovo TREND non ha prezzo. DESCRIZIONE TRENDMAESTRO identifica un nuovo TREND sul nascere, questo indicatore prende in esame la volatilita' i volumi ed il momentum per identificare il momento in cui c'e' un'esplosione di uno
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
FX Power MT5 NG
Daniel Stein
5 (7)
Sbloccate tutta la potenza di FX Power NG: l'ultimo misuratore di forza delle valute Da oltre otto anni, FX Power offre ai trader di tutto il mondo un'analisi affidabile e precisa della forza delle valute. Ora FX Power NG porta questo strumento di fiducia a un livello superiore, offrendo funzioni avanzate che portano precisione, personalizzazione e approfondimenti senza pari al vostro trading. Cosa rende FX Power NG un must per i trader più seri? FX Power NG si basa su tutto ciò che avete am
Atomic Analyst MT5
Issam Kassas
4.32 (19)
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
FX Dynamic - L'unico indicatore ATR di cui avrete mai bisogno Siete pronti a potenziare le vostre strategie di trading con una precisione e un'intuizione senza precedenti? Ecco FX Dynamic , il primo e unico indicatore ATR progettato per l' analisi delle valute e per l' aggiustamento automatico dei cambi GMT dei broker . Dite addio agli strumenti obsoleti e abbracciate la soluzione definitiva per dominare la volatilità del mercato. Perché FX Dynamic cambia le carte in tavola Analisi ATR basa
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 indicatori premium e offre più di 7 robuste strategie di trading, rendendolo una scelta versatile per div
Quantum Trend Sniper
Bogdan Ion Puscasu
4.73 (51)
Presentazione       Quantum Trend Sniper Indicator   , l'innovativo indicatore MQL5 che sta trasformando il modo in cui identifichi e scambi le inversioni di tendenza! Sviluppato da un team di trader esperti con un'esperienza di trading di oltre 13 anni,       Indicatore Quantum Trend Sniper       è progettato per spingere il tuo viaggio di trading verso nuove vette con il suo modo innovativo di identificare le inversioni di tendenza con una precisione estremamente elevata. *** Acquista Quant
IX Power MT5
Daniel Stein
4.17 (6)
Vi presentiamo IX Power, lo strumento definitivo per aumentare la vostra precisione di trading! Progettato con la stessa imbattibile precisione di FX Power, IX Power vi consente di padroneggiare qualsiasi simbolo di trading, dagli indici e dalle azioni alle materie prime, agli ETF e persino alle criptovalute. Preparatevi a migliorare il vostro trading con intuizioni precise sulle tendenze a breve, medio e lungo termine di tutti i vostri asset preferiti. Perché scegliere IX Power? Con IX Power
Questo cruscotto mostra gli ultimi   pattern armonici   disponibili per i simboli selezionati, in modo da risparmiare tempo ed essere più efficienti /   versione MT4 . Indicatore gratuito:   Basic Harmonic Pattern Colonne dell'indicatore Symbol :   vengono visualizzati i simboli selezionati Trend:   rialzista o ribassista Pattern:   tipo di pattern (gartley, butterfly, bat, crab, shark, cypher o ABCD) Entry:   prezzo di ingresso SL:   prezzo di stop loss TP1:   1 prezzo di take profit TP
Royal Scalping Indicator M5
Vahidreza Heidar Gholami
5 (6)
Royal Scalping Indicator is an advanced price adaptive indicator designed to generate high-quality trading signals. Built-in multi-timeframe and multi-currency capabilities make it even more powerful to have configurations based on different symbols and timeframes. This indicator is perfect for scalp trades as well as swing trades. Royal Scalping is not just an indicator, but a trading strategy itself. Features Price Adaptive Trend Detector Algorithm Multi-Timeframe and Multi-Currency Trend Low
Weis Wave with Alert MT5
Trade The Volume Waves Single Member P.C.
4.94 (16)
Rental/Lifetime Package Options and Privileges  Rent Monthly Six Months   Yearly/Lifetime Weis Wave with Speed with Alert+Speed Index x x x Manual  x x x Quick Set up Video x x x Blog x x x Lifetime Updates x x x Setup and Training Material x x Discord Access Channel "The SI traders"          x Rectangle Break Alert Tool      x How to trade with it:    http://www.tradethevolumewaves.com   ** If you purchase please contact me to setup your  : Two hour  webinar and  training Room and  com
FxaccurateLS
Shiv Raj Kumawat
WHY IS OUR FXACCCURATE LS MT5 THE PROFITABLE ? PROTECT YOUR CAPITAL WITH RISK MANAGEMENT Gives entry, stop and target levels from time to time. It finds Trading opportunities by analyzing what the price is doing during established trends. POWERFUL INDICATOR FOR A RELIABLE STRATEGIES We have made these indicators with a lot of years of hard work. It is made at a very advanced level. Established trends provide dozens of trading opportunities, but most trend indicators completely ignore them!
TPA True Price Action indicator reveals the true price action of the market makers through 100% non-repainting signals strictly at the close of a candle! TPA shows entries and re-entries, every time the bulls are definitely stronger than the bears and vice versa. Not to confuse with red/green candles. The shift of power gets confirmed at the earliest stage and is ONE exit strategy of several. There are available now two free parts of the TPA User Guide for our customers. The first "The Basics"
Blahtech Supply Demand MT5
Blahtech Limited
4.54 (13)
Was: $299  Now: $149  Supply Demand uses previous price action to identify potential imbalances between buyers and sellers. The key is to identify the better odds zones, not just the untouched ones. Blahtech Supply Demand indicator delivers functionality previously unavailable on any trading platform. This 4-in-1 indicator not only highlights the higher probability zones using a multi-criteria strength engine, but also combines it with multi-timeframe trend analysis, previously confirmed swings
Matrix Arrow Indicator MT5
Juvenille Emperor Limited
5 (13)
Matrix Arrow Indicator MT5   è un trend unico 10 in 1 che segue un indicatore multi-timeframe al   100% non ridipinto   che può essere utilizzato su tutti i simboli/strumenti:   forex ,   materie prime ,   criptovalute ,   indici ,   azioni .  Matrix Arrow Indicator MT5  determinerà la tendenza attuale nelle sue fasi iniziali, raccogliendo informazioni e dati da un massimo di 10 indicatori standard, che sono: Indice di movimento direzionale medio (ADX) Indice del canale delle materie prime (CCI
Trend Forecaster
Alexey Minkov
5 (6)
!!!CHRISTMAS SALE!!! The Trend Forecaster indicator utilizes a unique proprietary algorithm to determine entry points for a breakout trading strategy. The indicator identifies price clusters, analyzes price movement near levels, and provides a signal when the price breaks through a level. The Trend Forecaster indicator is suitable for all financial assets, including currencies (Forex), metals, stocks, indices, and cryptocurrencies. You can also adjust the indicator to work on any time frames, al
CBT Quantum Maverick Sistema di Trading Binario ad Alta Efficienza CBT Quantum Maverick è un sistema di trading binario ad alte prestazioni progettato per trader che cercano precisione, semplicità e disciplina. Non è necessaria alcuna personalizzazione: il sistema è ottimizzato per fornire risultati efficaci fin dall'inizio. Con un po' di pratica, i segnali possono essere facilmente compresi. Caratteristiche principali: Precisione dei Segnali: Segnali di trading basati sulla candela attuale
Gartley Hunter Multi
Siarhei Vashchylka
5 (9)
Gartley Hunter Multi - An indicator for searching for harmonic patterns simultaneously on dozens of trading instruments and on all possible timeframes. Manual (Be sure to read before purchasing) | Version for MT4 Advantages 1. Patterns: Gartley, Butterfly, Shark, Crab. Bat, Alternate Bat, Deep Crab, Cypher 2. Simultaneous search for patterns on dozens of trading instruments and on all possible timeframes 3. Search for patterns of all possible sizes. From the smallest to the largest 4. A
Contact me for instruction, any questions! Related Product:  Gold Trade Expert MT5 Introduction The breakout and retest strategy is traded support and resistance levels. it involves price breaking through a previous level.  The break and retest strategy is designed to help traders do two main things, the first is to avoid false breakouts. Many false breakouts start with a candlestick that breaks out of a level but ends with an immediate candlestick that brings the price back into the level. T
Il profitto dalla struttura del mercato cambia quando il prezzo si inverte e si ritira. L'indicatore di avviso di inversione della struttura del mercato identifica quando una tendenza o un movimento di prezzo si sta avvicinando all'esaurimento e pronto a invertire. Ti avvisa dei cambiamenti nella struttura del mercato che in genere si verificano quando stanno per verificarsi un'inversione o un forte pullback. L'indicatore identifica inizialmente i breakout e lo slancio del prezzo, ogni volta
PZ Trend Trading MT5
PZ TRADING SLU
3.8 (5)
Capture every opportunity: your go-to indicator for profitable trend trading Special Offer: Purchase now to receive free bonuses worth $109! (Read more for details) Trend Trading is an indicator designed to profit as much as possible from trends taking place in the market, by timing pullbacks and breakouts. It finds trading opportunities by analyzing what the price is doing during established trends. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Trade financial
Altri dall’autore
NTL EAsiTrader
Northen Trading Labs
EAsiTrader: Advanced Automation for MetaTrader 5 EAsiTrader: Advanced Automation for MetaTrader 5 Create, Customize, and Automate Trading Strategies with Ease EAsiTrader is a versatile trading tool for MetaTrader 5, providing automation features and a comprehensive set of tools to help users build, test, and refine trading strategies. EAsiTrader adapts to various trading styles, whether you prefer full automation or manual trade management. *Note: EAsiTrader is not compatible with the MT5 Strate
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
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