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

Önerilen ürünler
Weekly Levels Pro
N'da Lemissa Kouame
Türkçe (Turc) – Weekly Levels Pro Weekly Levels Pro – Haftalık Ana Seviyeler MetaTrader 5 için basit ama güçlü bir göstergedir ve her haftanın en önemli dört işlem seviyesini otomatik olarak gösterir: Haftalık Zirve (Weekly High) → doğal direnç seviyesi Haftalık Dip (Weekly Low) → doğal destek seviyesi Haftalık Açılış (Weekly Open) → trend referans noktası Haftalık Kapanış (Weekly Close) → boğa veya ayı gücünün göstergesi Ana Özellikler: Yeni haftanın başında otomatik güncelleme Grafik
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
Hoş Geldin Fiyatı: 35 $ Baş ve Omuz Deseni , hem yükseliş hem de düşüş Baş ve Omuz formasyonlarını içeren güvenilir desen tanıma arayan traderlar için idealdir. Entegre Fibonacci seviyeleri, boyun çizgisi kırılım tespiti ve erken tahmin teknikleriyle donatılmıştır. Grafik yapılarını ve trend dönüşlerini belirlemede teknik analize ve hassasiyete önem verenler için güçlü bir MT5 aracıdır. Çift Tespit Yöntemi Yöntem 1 - Klasik Desen Tespiti Tanımlanmış yapısal kurallar kullanarak standart Baş ve O
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.
Özel Fırsat : ALL TOOLS , her biri sadece $35 ! 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 Volatil bir işlem ortamında, güçlü ve sezgisel bir analiz aracı fırsatları hızla yakalamanıza yardımcı olabilir. Fibonacci Trend Scanner, sadece geleneksel Fibonacci indikatörü ve SuperTrend işlevlerini bir araya getirmekle kalmaz, aynı zamanda para birimi taraması, çoklu zaman dili
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
ZigZag WaveSize MT4'ün önceki sürümünün geliştirilmesi  ZigZag WaveSize MT4 ZigZag WaveSize -  noktalar cinsinden dalga uzunluğu bilgisi, seviyeler ve farklı uyarı mantığı eklenmiş değiştirilmiş standart ZigZag göstergesi Genel İyileştirmeler: MetaTrader 5 için kod uyarlaması Grafik nesneleriyle çalışmanın optimize edilmesi Yeni Özellikler: Ekstremumlarda yatay seviyeler Seviye tipi seçimi: yatay/ışınlar/bölümler Likid seviyeler filtresi (fiyat tarafından test edilmemiş) Kırılma için tampon: y
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
Belirtilen zaman dilimindeki Yüksek ve Düşük fiyatlara dayanarak otomatik olarak Fibo seviyelerini çizer Çoklu çubuklar   birleştirilebilir: örneğin, 10 günlük Yüksek ve Düşük fiyatlara dayalı bir Fibo elde edebilirsiniz Benim   #1   Aracım : 66+ özellik, bu gösterge dahil  |   Sorularınız için  iletişime geçin  |    MT4 sürümü Potansiyel dönüş seviyelerini görmeye yardımcı olur; Fibo seviyelerinde oluşan formasyonlar genellikle daha güçlüdür; Manuel   çizim   için   harcanan   zamanı   önemli  
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
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
**   All Symbols   x   All Timeframes   scan just by pressing scanner button ** Discount: The price is $50$, But now it is just $39, Limited time offer is active. *** Contact me  to send you instruction and add you in "Trend Reversal group" for sharing or seeing experiences with other users. Introduction: Trendlines are the most famous technical analysis in trading . Trendlines continually form on the charts of markets across all the different timeframes providing huge opportunities for traders
Bu ürünün alıcıları ayrıca şunları da satın alıyor
ARICoins
Temirlan Kdyrkhan
ARICoin is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cust
SuperScalp Pro
Van Minh Nguyen
5 (9)
SuperScalp Pro – Gelişmiş Çoklu Filtreli Scalping Gösterge Sistemi SuperScalp Pro, klasik Supertrend ile çok sayıda akıllı onay filtresini birleştiren gelişmiş bir scalping gösterge sistemidir. Gösterge M1’den H4’e kadar tüm zaman dilimlerinde verimli çalışır ve özellikle XAUUSD, BTCUSD ve ana Forex pariteleri için uygundur. Bağımsız bir sistem olarak kullanılabilir veya mevcut ticaret stratejilerine esnek şekilde entegre edilebilir. Gösterge, hız ve yavaş EMA’lar, trend belirleyen üç EMA, EMA e
AriX
Temirlan Kdyrkhan
1 (4)
AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking with real-time stat
Bu indikatörü satın alırsanız, Profesyonel Trade Manager’ımı  + EA ÜCRETSİZ olarak alacaksınız. Öncelikle, bu Ticaret Sistemi'nin Non-Repainting, Non-Redrawing ve Non-Lagging Göstergesi olduğunu vurgulamak önemlidir, bu da hem manuel hem de robot ticareti için ideal hale getirir. Online kurs, kılavuz ve ön ayarları indir. "Smart Trend Trading System MT5", yeni ve deneyimli tüccarlar için özelleştirilmiş kapsamlı bir ticaret çözümüdür. 10'dan fazla premium göstergeyi birleştiriyor ve 7'den fazla
FX Trend MT5 NG
Daniel Stein
5 (4)
FX Trend NG: Yeni Nesil Çoklu Piyasa Trend Zekâsı Genel Bakış FX Trend NG , çoklu zaman dilimlerinde çalışan profesyonel bir trend analiz ve piyasa izleme aracıdır. Piyasanın yapısını saniyeler içinde anlamanızı sağlar. Birden fazla grafik arasında geçiş yapmak yerine, hangi enstrümanların trendde olduğunu, momentumun nerede zayıfladığını ve hangi zaman dilimlerinin uyumlu olduğunu anında görebilirsiniz. Lansman Teklifi – FX Trend NG sadece $30 (6 Ay) veya $80 Ömür Boyu Lisans ile edinin. Zate
Divergence Bomber
Ihor Otkydach
4.89 (83)
Bu göstergeyi satın alan herkese aşağıdaki ekstra içerikler ücretsiz olarak sunulmaktadır: Her işlemi otomatik olarak yöneten, Stop Loss ve Take Profit seviyelerini ayarlayan ve işlemleri strateji kurallarına göre kapatan özel yardımcı araç: "Bomber Utility" Göstergenin farklı varlıklar üzerinde kullanılmasına yönelik ayar dosyaları (set dosyaları) Bomber Utility için 3 farklı modda kullanım sunan ayar dosyaları: "Minimum Risk", "Dengeli Risk" ve "Bekle-Gör Stratejisi" Bu ticaret stratejisini hı
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)
Size mükemmel bir teknik gösterge olan Grabber’ı tanıtıyorum. Bu araç, kullanıma hazır bir “her şey dahil” işlem stratejisi olarak çalışır. Tek bir yazılım kodu içinde güçlü piyasa teknik analiz araçları, işlem sinyalleri (oklar), uyarı işlevleri ve push bildirimleri entegre edilmiştir. Bu göstergeyi satın alan herkes aşağıdaki hediyeleri ücretsiz olarak alır: Açık emirleri otomatik yönetmek için Grabber Yardımcı Aracı Kurulum, yapılandırma ve nasıl işlem yapılacağını adım adım anlatan video kıl
RFI levels PRO MT5
Roman Podpora
3.67 (3)
Bu gösterge, fiyat dönüş noktalarını ve fiyat geri dönüş bölgelerini doğru bir şekilde gösterir.       Başlıca oyuncular   . Yeni trendlerin nerede oluştuğunu görüyorsunuz ve her işlem üzerinde kontrolü elinizde tutarak, azami hassasiyetle kararlar alıyorsunuz. TREND LINES PRO   göstergesiyle birlikte kullanıldığında maksimum potansiyelini ortaya koyar.  VERSION MT4 Göstergenin gösterdiği şey: Yeni bir trendin başlangıcında aktivasyonla birlikte tersine dönüş yapıları ve tersine dönüş seviyeler
FX Power MT5 NG
Daniel Stein
5 (31)
FX Power: Daha Akıllı Ticaret Kararları için Para Birimlerinin Gücünü Analiz Edin Genel Bakış FX Power , her piyasa koşulunda başlıca para birimlerinin ve altının gerçek gücünü anlamak için vazgeçilmez bir araçtır. Güçlü para birimlerini alıp zayıf olanları satarak, FX Power ticaret kararlarınızı basitleştirir ve yüksek olasılıklı fırsatları ortaya çıkarır. İster trendlere sadık kalın ister Delta'nın aşırı değerlerini kullanarak tersine dönüşleri öngörün, bu araç ticaret tarzınıza mükemmel bir
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
Atomic Analyst MT5
Issam Kassas
4.1 (29)
Öncelikle belirtmek gerekir ki bu Ticaret Göstergesi Yeniden Çizim Yapmaz, Gecikmez ve Gecikme Göstermez, bu da hem manuel hem de robot ticareti için ideal hale getirir. Kullanıcı kılavuzu: ayarlar, girişler ve strateji. Atom Analisti, Piyasada Daha İyi Bir Avantaj Bulmak İçin Fiyatın Gücünü ve Momentumunu Kullanan PA Fiyat Hareketi Göstergesidir. Gürültüleri ve Yanlış Sinyalleri Kaldırmaya ve Ticaret Potansiyelini Artırmaya Yardımcı Olan Gelişmiş Filtrelerle Donatılmıştır. Birden fazla katmanl
RelicusRoad Pro: Kantitatif Piyasa İşletim Sistemi ÖMÜR BOYU ERİŞİMDE %70 İNDİRİM (SINIRLI SÜRE) - 2.000+ TRADER'A KATILIN Neden çoğu trader "mükemmel" indikatörlere rağmen başarısız olur? Çünkü tekil kavramları boşlukta trade ederler. Bağlamı olmayan bir sinyal kumardır. Sürekli kazanmak için KONFLÜANS (UYUM) gerekir. RelicusRoad Pro basit bir ok indikatörü değildir. Tam bir Kantitatif Piyasa Ekosistemi dir. Tescilli volatilite modellemesini kullanarak fiyatın ilerlediği "Adil Değer Yolu"nu har
Quantum TrendPulse
Bogdan Ion Puscasu
5 (22)
SuperTrend   ,   RSI   ve   Stochastic'in   gücünü tek bir kapsamlı göstergede birleştirerek işlem potansiyelinizi en üst düzeye çıkaran nihai işlem aracı olan   Quantum TrendPulse'u   tanıtıyoruz. Hassasiyet ve verimlilik arayan yatırımcılar için tasarlanan bu gösterge, piyasa trendlerini, momentum değişimlerini ve en uygun giriş ve çıkış noktalarını güvenle belirlemenize yardımcı olur. Temel Özellikler: SuperTrend Entegrasyonu:   Güncel piyasa trendlerini kolayca takip edin ve karlılık dalgası
TREND ÇİZGİLERİ PRO       Piyasanın gerçek yön değiştirdiği noktayı anlamaya yardımcı olur. Gösterge, gerçek trend dönüşlerini ve büyük oyuncuların piyasaya yeniden girdiği noktaları gösterir. Anlıyorsun   BOS hatları   Daha yüksek zaman dilimlerindeki trend değişiklikleri ve önemli seviyeler, karmaşık ayarlar veya gereksiz gürültü olmadan gösterilir. Sinyaller yeniden çizilmez ve çubuk kapandıktan sonra grafikte kalır. MT4 SÜRÜMÜ   -   RFI LEVELS PRO   göstergesiyle   birlikte kullanıldığında m
Trend indicator AI mt5
Ramil Minniakhmetov
5 (15)
Trend Ai göstergesi, trend tanımlamasını işlem yapılabilir giriş noktaları ve geri dönüş uyarılarıyla birleştirerek bir yatırımcının piyasa analizini geliştirecek harika bir araçtır. Bu gösterge, kullanıcıların forex piyasasının karmaşıklıklarında güvenle ve hassasiyetle yol almalarını sağlar. Birincil sinyallerin ötesinde, Trend Ai göstergesi geri çekilmeler veya düzeltmeler sırasında ortaya çıkan ikincil giriş noktalarını belirleyerek, yatırımcıların belirlenen trend içindeki fiyat düzeltmele
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
Candle Smart Range
Gianny Alexander Lugo Sanchez
MetaTrader 5 için Candle Smart Range (CSR) Candle Smart Range, birden fazla zaman diliminde fiyat aralıklarının otomatik olarak tanımlanması için tasarlanmış teknik bir göstergedir. Bu araç, piyasa yapısını mum formasyonlarına ve fiyatın önceki en yüksek/en düşük seviyelerle olan etkileşimine dayanarak analiz eder. Ana Özellikler: Aralık Tespiti: İmpulsif hareketlerden önceki konsolidasyon bölgelerini tanımlar. Sahte Kırılma Tanımlama: Fiyatın önceki seviyeyi aştığı ancak mum kapanış kriterlerin
Mirage Trading System — False Breakout (Fakey) Pattern Detector for MetaTrader 5 MANUAL   ,   MQL5 Channel Buy any indicator and get a FREE bonus indicator Phantom trading System, SMC retest Trading system, GOLD SCALP System! Send me a private message for details. Overview   Mirage Trading System detects the Fakey pattern (false breakout reversal) 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 bar
ARIPoint
Temirlan Kdyrkhan
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
Trend Forecaster
Alexey Minkov
5 (7)
The Trend Forecaster indicator utilizes a unique proprietary algorithm to determine entry points for a breakout trading strategy. The indicator identifies price clusters, analyzes price movement near levels, and provides a signal when the price breaks through a level. The Trend Forecaster indicator is suitable for all financial assets, including currencies (Forex), metals, stocks, indices, and cryptocurrencies. You can also adjust the indicator to work on any time frames, although it is recommen
" Dynamic Scalper System MT5 " göstergesi, trend dalgaları içinde işlem yapmak için scalping yöntemi için tasarlanmıştır. Başlıca döviz çiftleri ve altın üzerinde test edilmiştir, diğer işlem araçlarıyla uyumluluğu mümkündür. Ek fiyat hareketi desteğiyle trend boyunca pozisyonların kısa vadeli açılması için sinyaller sağlar. Göstergenin prensibi. Büyük oklar trend yönünü belirler. Küçük oklar şeklinde scalping için sinyaller üreten bir algoritma trend dalgaları içinde çalışır. Kırmızı oklar yü
Tanıtım       Quantum Breakout PRO   , Breakout Bölgeleri ile ticaret yapma şeklinizi değiştiren çığır açan MQL5 Göstergesi! 13 yılı aşkın ticaret tecrübesine sahip deneyimli tüccarlardan oluşan bir ekip tarafından geliştirilmiştir.       Kuantum Breakout PRO       yenilikçi ve dinamik koparma bölgesi stratejisiyle ticaret yolculuğunuzu yeni zirvelere taşımak için tasarlanmıştır. Kuantum Breakout Göstergesi, size 5 kar hedefi bölgesi ile kırılma bölgelerinde sinyal okları ve kırılma kutusuna da
TPSproTREND PrO MT5
Roman Podpora
4.74 (19)
TPSproTrend PRO, piyasanın yön değiştirdiği anı belirler ve hareketin başlangıcında bir giriş noktası oluşturur. Piyasaya, fiyat hareketi henüz yeni başladığı anda girersiniz, hareket gerçekleştikten sonra değil.   Gösterge       Sinyalleri yeniden çizmez ve giriş noktalarını, Zarar Durdurma ve Kar Al seviyelerini otomatik olarak göstererek alım satımı net, görsel ve yapılandırılmış hale getirir. RUSÇA TALİMATLAR   -   MT4 SÜRÜMÜ Başlıca avantajlar Yeniden çizim yapılmadan sinyaller.   Tüm sinya
Matrix Arrow Indicator MT5
Juvenille Emperor Limited
5 (18)
Matrix Arrow Indicator MT5 ,   forex ,   emtialar ,   kripto   para birimleri ,   endeksler ,   hisse senetleri   gibi tüm sembollerde/araçlarda kullanılabilen   %100 yeniden boyamayan   çoklu zaman çerçevesi göstergesini izleyen benzersiz bir 10'u 1 arada trenddir.  Matrix Arrow Indicator MT5 , mevcut eğilimi erken aşamalarında belirleyecek ve aşağıdakiler gibi 10'a kadar standart göstergeden bilgi ve veri toplayacaktır: Ortalama Yönlü Hareket Endeksi (ADX) Emtia Kanal Endeksi (CCI) Klasik Hei
TrendMaestro5
Stefano Frisetti
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these da
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
Trend Hunter MT5
Andrey Tatarinov
5 (3)
Trend Hunter , Forex, kripto para birimi ve CFD piyasalarında çalışmaya yönelik bir trend göstergesidir. Göstergenin özel bir özelliği, fiyat trend çizgisini hafifçe deldiğinde sinyali değiştirmeden trendi güvenle takip etmesidir. Gösterge yeniden çizilmez; çubuk kapandıktan sonra pazara giriş sinyali görünür. Bir trend boyunca hareket ederken gösterge, trend yönünde ek giriş noktalarını gösterir. Bu sinyallere dayanarak küçük bir Zararı Durdur ile işlem yapabilirsiniz. Trend Hunter dürüst bi
Gold Sniper Scalper Pro
Ich Khiem Nguyen
3.63 (8)
Gold Sniper Scalper Pro — False Breakout Detector with Gold-Specific Filters for MetaTrader 5 MANUAL   ,   MQL5 Channel Buy any indicator and get a FREE bonus indicator Phantom trading System, SMC retest Trading system, Mirage Trading  System! Send me a private message for details. Overview   Gold Sniper Scalper Pro detects the Fakey pattern (false breakout reversal) on completed bars and applies three additional validation layers designed for XAUUSD characteristics: a 7-timeframe trend consens
Yazarın diğer ürünleri
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
Filtrele:
İnceleme yok
İncelemeye yanıt