Pivots Levels

Summary

This indicator plots multiple pivot points (support and resistance levels) using various calculation methods, allows customization of their appearance, and can alert when price touches these levels. It works on different timeframes and can display historical levels or just the current ones.

Overview

  • Purpose: Plots dynamic pivot levels (Pivot, S1-S4, R1-R4) on the chart to help identify potential price reversal zones.

  • Key Features:

    • Supports 7 calculation methods (Classic, Camarilla, Woodie, Fibonacci, etc.).

    • Displays levels either for the current period (Today) or historically across past bars.

    • Customizable visuals (colors, line styles, widths) and alerts for price touches.

Input Parameters

  1. Timeframe: Choose the base period for calculating pivots (e.g., Daily, Weekly).

  2. Calculation Mode:

    • Classic 1/2: Traditional (H+L+C)/3 formula with derived support/resistance.

    • Camarilla: Uses previous close and range for tighter levels.

    • Woodie: Incorporates the current open price.

    • Fibonacci/Fibonacci Retracement: Applies Fib ratios to the prior period's range.

    • Floor: Modified classic formula with additional levels.

  3. Display Mode: Show levels for the current period or historical bars.

  4. Visual Customization: Toggle labels, price tags, line colors/styles/widths.

  5. Alerts: Trigger popups, emails, sounds, or notifications when price touches levels.

Indicator Logic

  1. Data Handling:

    • Uses historical price data (High, Low, Close, Open) from the selected timeframe.

    • Adjusts for weekends if  Include Sundays  is disabled.

    • For historical mode, plots levels on past bars; for today mode, draws horizontal lines extending into the future.

  2. Calculation Methods:

    • 1. Classic 1

      Formula:

      • Pivot (PP) = (High + Low + Close) / 3

      • R1 = 2*PP - Low

      • S1 = 2*PP - High

      • R2 = PP + (High - Low)

      • S2 = PP - (High - Low)

      • R3 = R2 + (High - Low)

      • S3 = S2 - (High - Low)

      Key Features:

      • Most widely used traditional method.

      • Focuses on the previous period's price range.

      • Levels expand symmetrically from the pivot.

      Usage:

      • Best for daily/weekly charts to identify mid-term support/resistance.

      2. Classic 2

      Formula:

      • Pivot (PP) = (High + Low + Close + Open) / 4

      • R1 = 2*PP - Low

      • S1 = 2*PP - High

      • R2 = PP + (High - Low)

      • S2 = PP - (High - Low)

      • R3 = PP + 2*(High - Low)

      • S3 = PP - 2*(High - Low)

      Key Features:

      • Incorporates the open price into the pivot calculation.

      • Produces slightly different levels than Classic 1.

      Usage:

      • Suitable for markets where the opening price is significant (e.g., futures).

      3. Camarilla

      Formula:

      • R1 = Close + 1.1/12*(High - Low)

      • S1 = Close - 1.1/12*(High - Low)

      • R2 = Close + 1.1/6*(High - Low)

      • S2 = Close - 1.1/6*(High - Low)

      • R3 = Close + 1.1/4*(High - Low)

      • S3 = Close - 1.1/4*(High - Low)

      • R4 = Close + 1.1/2*(High - Low)

      • S4 = Close - 1.1/2*(High - Low)

      • PP = (R1 + S1) / 2

      Key Features:

      • Focuses on the previous close and tight intraday ranges.

      • Levels cluster closer to the price, ideal for short-term trading.

      Usage:

      • Popular for intraday trading (e.g., scalping on 5M/15M charts).

      4. Woodie

      Formula:

      • Pivot (PP) = (High + Low + 2*Open) / 4

      • 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)

      Key Features:

      • Emphasizes the current day's open price.

      • Levels adjust dynamically with price action.

      Usage:

      • Effective in trending markets for intraday breakouts.

      5. Fibonacci

      Formula:

      • Pivot (PP) = (High + Low + Close) / 3

      • R1 = PP + 0.382*(High - Low)

      • R2 = PP + 0.618*(High - Low)

      • R3 = PP + 1.0*(High - Low)

      • S1 = PP - 0.382*(High - Low)

      • S2 = PP - 0.618*(High - Low)

      • S3 = PP - 1.0*(High - Low)

      Key Features:

      • Applies Fibonacci ratios to the prior period's range.

      • User can customize ratios (default: 38.2%, 61.8%, 100%).

      Usage:

      • Ideal for identifying retracement zones in swing trading.

      6. Floor

      Formula:

      • Pivot (PP) = (High + Low + Close) / 3

      • R1 = 2*PP - Low

      • S1 = 2*PP - High

      • R2 = PP + (High - Low)

      • S2 = PP - (High - Low)

      • R3 = R1 + (High - Low)

      • S3 = Low - 2*(High - PP)

      Key Features:

      • Derived from classic formula but adds unique R3/S3 calculations.

      • Levels expand asymmetrically.

      Usage:

      • Useful in volatile markets to capture extended price moves.

      7. Fibonacci Retracement

      Formula:

      • PP = Low + 0.5*(High - Low)

      • R1 = Low + 0.618*(High - Low)

      • R2 = Low + 0.786*(High - Low)

      • R3 = High

      • S1 = Low + 0.382*(High - Low)

      • S2 = Low + 0.236*(High - Low)

      • S3 = Low

      Key Features:

      • Based purely on Fibonacci retracement levels of the prior range.

      • Pivot (PP) acts as the 50% retracement level.

      Usage:

      • Best for counter-trend strategies to spot pullback entries.

      Key Takeaways:

      • Classic Methods: Balance simplicity and symmetry.

      • Camarilla/Woodie: Optimized for intraday trading with tighter levels.

      • Fibonacci-Based: Align with harmonic patterns and retracements.

      • Customization: Users can adjust Fibonacci ratios and toggle levels.

      Each method caters to specific trading styles, from scalping (Camarilla) to swing trading (Fibonacci). The choice depends on market conditions, timeframe, and strategy goals.

    • Visualization:

      • Draws trend lines for each level.

      • Adds price tags and text labels for clarity.

      • Updates buffers to display/hide levels based on user toggles.

    • Alerts:

      • Monitors price crossings of pivot levels.

      • Triggers alerts via multiple channels (popup, email, sound) when a level is breached.

    Usage Scenarios

    • Day Trading: Use intraday timeframes (e.g., 1H) with Camarilla for short-term reversals.

    • Swing Trading: Apply Fibonacci levels on Daily charts to identify key zones.

    • Backtesting: Analyze historical pivot reactions in historical display mode.

    Advantages

    • Flexibility: Multiple calculation methods cater to different trading styles.

    • Customization: Full control over appearance and alerts.

    • Multi-Timeframe: Works on any timeframe, even if higher than the chart’s period.

    Limitations

    • Repainting in Historical Mode: Levels are drawn on past bars, which might not reflect real-time conditions.

    • Weekend Gaps: May require adjustment for markets that close over weekends.

    Example Output

    • Chart Display: Horizontal lines labeled P, S1-S4, R1-R4 with customizable styles.

    • Alert: "EURUSD (Cam Daily) - R1 (1.1850) touched" sent via email/popup.






    Prodotti consigliati
    Haven FVG Indicator
    Maksim Tarutin
    4.9 (10)
    Haven FVG Indicator 2.0 - Un nuovo livello di analisi degli squilibri di mercato Scopri il grande aggiornamento: Haven FVG Indicator 2.0 ! Questo è uno strumento professionale per lavorare con i Fair Value Gaps (FVG), ora più potente che mai. In questa versione, abbiamo implementato un'analisi completa Multi-Timeframe (MTF) e un sistema di notifica avanzato, che ti consente di operare secondo il concetto di Smart Money con la massima precisione, senza sprecare tempo a cambiare costantemente gra
    FREE
    The indicator is designed to work on any trading platform. The program is based on proprietary algorithms and W.D.Ganna's mathematics, allowing you to calculate target levels of price movement based on three points with the highest degree of certainty. It is a great tool for stock trading. The indicator has three buttons: NEW - call up a triangle for calculation. DEL - delete the selected triangle. DELS - completely remove all constructions. The probability of achieving the goals is more than 80
    ==================================================================== SMC Pro v6.1 APEX AI — XAUUSD Gold Empire MetaTrader 5 Indicator · Smart Money Concepts · Predictive Intelligence Engine ==================================================================== SMC Pro v6.1 APEX AI is a professional Smart Money Concepts indicator system built exclusively for XAUUSD (Gold) on MetaTrader 5. It combines the complete SMC framework — Order Blocks, Liquidity sweeps, Fair Value Gaps, Break of Structure,
    Rilevatore intelligente multistrato di breakout e pullback per MetaTrader 5 "Intelligente. Semplice. Veloce!" Sei stanco di perdere entrate su breakout ad alta probabilità? Passi ore a scansionare più grafici, cercando di allineare i breakout con la direzione del trend e il momentum delle valute — solo per perdere il movimento? Break Pullback risolve tutto questo con un solo indicatore. Cos'è Break Pullback? Break Pullback è un indicatore MetaTrader 5 di livello professionale, progettato speci
    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
    Indicatore Balance of Power (BOP) con supporto multi-timeframe, segnali visivi personalizzabili e sistema di avvisi configurabile. I servizi di programmazione freelance, gli aggiornamenti e altri prodotti TrueTL sono disponibili nel mio profilo MQL5 . Feedback e recensioni sono molto apprezzati! Cos'è il BOP? Balance of Power (BOP) è un oscillatore che misura la forza degli acquirenti rispetto ai venditori confrontando la variazione del prezzo con il range della candela. L'indicatore viene ca
    FREE
    Double HMA MTF for MT5
    Pavel Zamoshnikov
    4 (4)
    This is an advanced multi-timeframe version of the popular Hull Moving Average (HMA) Features Two lines of the Hull indicator of different timeframes on the same chart. The HMA line of the higher timeframe defines the trend, and the HMA line of the current timeframe defines the short-term price movements. A graphical panel with HMA indicator data from all timeframes at the same time . If the HMA switched its direction on any timeframe, the panel displays a question or exclamation mark with a tex
    Summary (What Changed & Why It Matters) Traditional FVG indicators suffer from three structural flaws : Detection and mitigation are coupled Wicks and bodies are treated identically Partial mitigation is not preserved This indicator introduces a new FVG model where: Detection ≠ Mitigation Wick interaction ≠ Body acceptance FVGs decay progressively , not instantly This transforms FVGs from a static drawing tool into a dynamic price-acceptance model .
    All Harmonics 26
    Alexey Isavnin
    3.5 (4)
    Harmonic patterns are characteristic series of price movements with respect to Fibonacci levels, which statistically precede price reversals. This indicator searches for harmonic patterns. It is capable of recognising 26 classical and non-classical harmonic patterns : Classical Gartley Butterfly Alternate Butterfly Bat Alternate Bat Crab Deep Crab Three Drives Non-classical Shark Alternate Shark Cypher 5-0 Anti Gartley Anti Butterfly Anti Alternate Butterfly Anti Bat Anti Alternate Bat Anti Crab
    Looking for reliable levels on a price chart? Already tired of searching for similar indicators? Are the levels not working out as they should? Then this is the indicator for you. Volume Prices Universal is a reliable indicator of horizontal volumes. What does it show? First of all, the main idea of ​​the indicator is to display at which price mark the price has been for the longest time. Thus, the display of price volumes on the price chart is formed. With the help of which you can very simpl
    DoctorEdge V-LINE (Pump it & Dump it) Strategy Pro Confirms trend direction using smart momentum logic and key price behavior How It Works DoctorEdge V-LINE is a smart visual indicator designed to detect trend impulses and confirm their strength based on how price reacts around certain dynamic zones. Buy Trend: When price reaches level -20 , the line turns green , signaling a potential buy . If price breaks above level 0 and the line stays green, the uptrend is confirmed . If price doe
    Gold Trader Pro is an advanced analytical tool specifically engineered for professional trading on XAUUSD (Gold). It provides an immediate comprehensive overview of market structure across 7 different timeframes, allowing traders to identify flow direction and signal strength through a modern, draggable, and interactive interface. Key Features Multi-Timeframe Analysis: Real-time monitoring of M1, M5, M15, M30, H1, H4, and D1. Two Operational Modes: MODE_SCALPING: Optimized for fast-paced analys
    FREE
    Renko System
    Marco Montemari
    This indicator can be considered as a trading system. It offers a different view to see the currency pair: full timeless indicator, can be used for manual trading or for automatized trading with some expert advisor. When the price reaches a threshold a new block is created according to the set mode. The indicator beside the Renko bars, shows also 3 moving averages. Features renko mode median renko custom median renko 3 moving averages wicks datetime indicator for each block custom notification
    https://youtu.be/JJanqcNzLGM ,  https://youtu.be/l70MIHaQQa4 ,  https://youtu.be/pg0oiT5_8y0   Automated Supply and Demand Trading Edge MT5. These videos demonstrate how we apply the supply and demand system to our latest trading review and market analysis Enhance your Trading Strategy with the Supply and Demand Trading Edge MT5. Gain a competitive market advantage with the Supply and Demand Trading Edge MT5 indicator, a powerful tool that combines MACD signals with supply and demand zones. By
    ChanLun Ind
    Jing Cheng Liu
    ChanLun Ind - 缠论自动画线系统 交易辅助 • 精准绘制 • 结构清晰 产品简介 ChanLun Ind 是一款基于传奇交易理论“缠论”开发的 MT5 指标。它旨在帮助缠论学习者和交易者快速画出符合缠论形态的 上涨 、 下跌 和 中枢结构 。 本指标严格遵循缠中说禅《教你炒股票》108课中的数学定义,通过计算机算法自动、精确地处理 K 线包含关系,绘制出 “笔”与“中枢” 。无论您是缠论初学者,还是资深交易员,它都能让您从繁杂的画图中解放出来,专注于市场结构的分析与交易决策。 引言:什么是《缠论》(ChanLun)? 缠论 (缠中说禅技术分析理论)是一套系统性的技术分析方法。其核心目标只有一句话: “用严格的几何结构,描述价格运动的内在逻辑,从而实现可重复、可验证的交易决策。” 为快速上手该指标,您可以优先了解以下核心概念: 走势类型 :价格走势只表现为 上涨、下跌、盘整。 笔 (Bi/Pen) :由相邻顶分型与底分型连接而成的最小走势单位。 中枢 (Pivot/ZhongShu) :至少三段重叠的价格区间,代表市场的震荡核心(类似箱体)。 线段 (Segm
    Potential Reversal Price (PRP) Indicator - Ultimate Sniper Entries for XAUUSD Discounted   Price   !!     Secure your lifetime access   now   before it switches to   subscription-only ! Welcome to the Potential Reversal Price (PRP) Indicator , your ultimate trading tool designed to catch high-probability market reversals with extreme precision. Built for serious traders who demand accuracy, the PRP Indicator combines advanced market structure analysis with momentum exhaustion to pinpoint the exa
    CRT Candle Range Theory HTF MT5.   Ultimate CRT Indicator: Advanced ICT Concepts and Malaysian SnR Trading System Discounted   Price $50  !!     Secure your lifetime access now before it switches to subscription-only ! Master the Market Maker's Footprints with the Most Advanced Candle Range Theory Indicator Unlock the true power of Smart Money Concepts (SMC) and trade precisely like the institutions with the Ultimate CRT Indicator . Built exclusively for serious traders, this indicator automates
    Indicatore Average True Range (ATR) con supporto multi-timeframe, segnali visivi personalizzabili e sistema di alert configurabile. Servizi di programmazione freelance, aggiornamenti e altri prodotti TrueTL sono disponibili sul mio profilo MQL5 . Feedback e recensioni sono molto apprezzati! Cos'è l'ATR? L'Average True Range (ATR), sviluppato da J. Welles Wilder, è un indicatore tecnico che misura la volatilità del mercato. Calcola la media del True Range su un periodo specificato. Il True Ran
    FREE
    Questo prodotto è stato aggiornato per il mercato 2026 e ottimizzato per le ultime build di MT5. AVVISO DI AGGIORNAMENTO PREZZO: Smart Price Action Concepts è attualmente disponibile a $200 . Il prezzo aumenterà a $299 dopo i prossimi 30 acquisti . OFFERTA SPECIALE: Dopo l’acquisto, inviami un messaggio privato per ricevere un bonus gratuito + regalo . Prima di tutto, vale la pena sottolineare che questo strumento di trading è un indicatore non-repainting, non-redrawing e non-lagging, il che lo
    AdvancedForecasterPro
    Le Parquet Trading Floor
    Panoramica Advanced Key Levels Predictor EA è un Expert Advisor sofisticato per MetaTrader 5 che combina analisi tecnica avanzata con algoritmi predittivi per identificare i livelli chiave del mercato e prevedere i futuri movimenti di prezzo. Questo EA offre capacità di visualizzazione complete con indicatori chiari per aiutare i trader a prendere decisioni informate. Funzionalità principali Rilevamento livelli chiave Livelli di supporto e resistenza : rilevamento automatico di livelli signif
    SMC Guardian
    Mohammed Mamdouh Abdel Fattah Mohammed El Sayed
    5 (2)
    GUARDIAN: The Ultimate Trend & Security Indicator GUARDIAN is a sophisticated technical analysis tool designed for traders who prioritize precision and capital preservation. This indicator acts as a vigilant protector of your trades, filtering market noise and identifying high-probability trend reversals with institutional-grade accuracy. Core Features: Adaptive Trend Detection: Utilizes advanced algorithms to detect market shifts before they become obvious. Smart Risk Management: Built-in signa
    FREE
    Auto Optimized RSI   è un indicatore a freccia intelligente e facile da usare, progettato per fornire segnali di acquisto e vendita precisi. Utilizza simulazioni di trading su dati storici per individuare automaticamente i livelli RSI più efficaci per ogni strumento e timeframe. Questo indicatore può essere utilizzato come sistema di trading autonomo o integrato nella tua strategia esistente, ed è particolarmente utile per i trader a breve termine. A differenza dei livelli fissi tradizionali del
    Price Magnet — Price Density and Attraction Levels Indicator Price Magnet is a professional analytical tool designed to identify key support and resistance levels based on statistical Price Density. The indicator analyzes a specified historical period and detects price levels where the market spent the most time. These zones act as “magnets,” attracting price action or forming a structural base for potential reversals. Unlike traditional Volume Profile tools, Price Magnet focuses on price-time d
    Support & Resistance indicator is a modification of the standard Bill Williams' Fractals indicator. The indicator works on any timeframes. It displays support and resistance levels on the chart and allows setting stop loss and take profit levels (you can check the exact value by putting the mouse cursor over the level). Blue dashed lines are support level. Red dashed lines are resistance levels. If you want, you can change the style and color of these lines. If the price approaches a support lev
    Doctor Edge Strategy Pro – Range & Breakout Zones Doctor Edge Strategy Pro is a professional indicator designed to simplify market reading based on range and breakout zones. It combines concepts of Price Action, ICT, and Smart Money Concepts, providing an automated and precise approach for traders of synthetic indices, cryptocurrencies, and Forex pairs. How It Works Doctor Edge Strategy Pro automatically draws on the chart: The range zone (lateral accumulation); The upper breakout zone (gr
    L'indicatore costruisce le quotazioni attuali, che possono essere confrontate con quelle storiche e su questa base fanno una previsione del movimento dei prezzi. L'indicatore ha un campo di testo per una rapida navigazione fino alla data desiderata. Opzioni: Simbolo - selezione del simbolo che visualizzerà l'indicatore; SymbolPeriod - selezione del periodo da cui l'indicatore prenderà i dati; IndicatorColor - colore dell'indicatore; HorisontalShift - spostamento delle virgolette disegnate d
    Trend Follower LukaHo
    Lukasz Mariusz Holla
    TrendFollower (The Swiss Army Knife for Trends) Forget standard indicators. Discover TrendFollower – 5 strategies in one! Tired of indicators that show a buy signal when the market is long past its peak? Your moving averages are so laggy that they show last Tuesday's trend? Let's get this straightened out. I present to you TrendFollower – a powerful, modular framework (Institution-Grade) that analyzes market structure from five different perspectives. Whether you're a patient sw
    Chanlun
    Xiaonong Yu
    The ChanLun or Chan theory is one of the most popular trading theories in China. But it seems like that it has little influence in western countries. Actually, the Chan Theory is based on a sophisticated mathematical model. The basic idea ChanLun is to simplify the bar chart by its model. With the help of ChanLun, a trader can analyze and predict the trend of future goods, stocks. In ChanLun, there are several basic elements called fractals, strokes, line segments and pivots . A trader should pa
    RAD CRITICAL LEVES RAD indicator tracks “Relevant Volume” in real time, identifying accumulation and distribution processes, projecting them in the chart as SUPPORT or RESISTANCE zones. Natural   support   and resistance levels are generated by Volume Accumulation and Distribution processes. As these processes evolve, levels at which the relevant volume in the market place is positioned, become difficult areas to cross upwards or downwards. By using this information, traders can identify very s
    Gli utenti di questo prodotto hanno anche acquistato
    PrimeScalping
    Temirlan Kdyrkhan
    PrimeScalping 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 e
    SmartScalping
    Temirlan Kdyrkhan
    SmartScalping 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 e
    ScalpPoint
    Temirlan Kdyrkhan
    ScalpPoint 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 emai
    SignalTech MT5 is an unique fully rule based trading system for EURUSD, USDCHF, USDJPY, AUDUSD, NZDUSD, EURJPY, AUDJPY, NZDJPY, CADJPY.  All the winning trades with chart setups are published on the comments page. 2026-05 4107 Pips (Until 05-29 NY Closed) 2026-04 2243 Pips 2026-03 2165 Pips 2026-02 2937 Pips 2026-01 2624 Pips 2025-12 1174 Pips It can generate signals with Buy/Sell Arrows and Pop-Up/Sound Alerts. Each signal has clear Entry and Stop Loss levels, which should be automatically flag
    TrendProMaster
    Temirlan Kdyrkhan
    MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   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 wit
    MasterTrend
    Temirlan Kdyrkhan
    MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   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 wit
    Azimuth Pro
    Ottaviano De Cicco
    5 (7)
    Azimuth Pro V2: Synthetic Fractal Structure and Confirmed Entries for MT5 Overview Azimuth Pro is a multi-level swing structure indicator by Merkava Labs . Four nested swing layers, swing-anchored VWAP, ABC pattern detection, three-timeframe structural filtering, and closed-bar confirmed entries — one chart, one workflow from micro-swings to macro-cycles. This is not a blind signal product. It is a structure-first workflow for traders who care about location, context, and timing. V2 Launch Offe
    RelicusRoad Pro MT5
    Relicus LLC
    4.96 (24)
    RelicusRoad Pro: Sistema Operativo Quantitativo di Mercato 70% DI SCONTO ACCESSO A VITA (TEMPO LIMITATO) - UNISCITI A 2.000+ TRADER Perché la maggior parte dei trader fallisce anche con indicatori "perfetti"? Perché operano su Singoli Concetti isolati. Un segnale senza contesto è una scommessa. Per vincere serve CONFLUENZA . RelicusRoad Pro non è un semplice indicatore. È un Ecosistema Quantitativo completo . Mappa la "Fair Value Road", distinguendo tra rumore e rotture strutturali. Smetti di in
    ARIPoint
    Temirlan Kdyrkhan
    1 (1)
    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
    KT Alpha Hunter Arrows MT5
    KEENBASE SOFTWARE SOLUTIONS
    La maggior parte degli indicatori a frecce ti dà un segnale e poi ti lascia capire da solo tutto il resto. KT Alpha Hunter Arrows ti offre un piano di trading completo. Ogni freccia di segnale appare con un piano completo già disegnato: linea di ingresso, stop loss, quattro livelli di take profit e un verdetto live sull’edge, che ti indica se quel simbolo e quel timeframe meritano davvero di essere tradati in quel momento. Il Trade Manager EA incluso gestisce l’esecuzione dopo il tuo ingresso, c
    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
    OmniSync Projection
    Antonio-alin Teculescu
    5 (1)
    Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
    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
    Gem SIGNAL
    Shengzu Zhong
    5 (1)
    GEM Signal Pro GEM Signal Pro è un indicatore trend-following per MetaTrader 5, progettato per i trader che desiderano segnali più chiari, configurazioni operative più strutturate e una gestione del rischio più pratica direttamente sul grafico. Invece di mostrare solo una semplice freccia, GEM Signal Pro aiuta a presentare l’intera idea di trading in modo più chiaro e leggibile. Quando le condizioni sono confermate, l’indicatore può mostrare sul grafico il prezzo di ingresso, lo stop loss e gli
    The Zain GOLD indicator
    Haitham Gamal Abdelnaser Mohamed
    Specializing in (All brokers supported): Professional Trading Tools Want the same tools used by professional traders? Get them now and start dominating the markets! Join our premium communities for free: Specializing in (All brokers supported): Gold (XAUUSD) - Unmatched accuracy Forex Pairs - Comprehensive global market coverage Binary Options - Highly accurate signals ️ Synthetic Derivatives - Trade pairs using Drive Cryptocurrencies - Professional cryptocurrency trad
    CGE Trading Suite
    Carl Gustav Johan Ekstrom
    5 (2)
    Institutional-Grade Analytics for MT5 C GE Trading Suite delivers the analytical edge typically reserved for professional trading desks. The platform integrates a full suite of analytical tools into one seamless workflow: dynamic grid mapping, liquidity behavior analysis, ECM, trend lines, MIDAS, trade cycles, and directional channel projections. Together, these provide a unified view of market structure and momentum. Directional clarity is further enhanced by the capital flow index, which meas
    Euro Escalper
    Cristofher Robles
    Euro Escalper — Indicatore Professionale di Scalping Istituzionale Euro Escalper V1 e un indicatore di trading ad alte prestazioni progettato per trader che richiedono precisione istituzionale in ogni entrata. Funziona con Indici Sintetici (Deriv), Forex e qualsiasi asset disponibile su MetaTrader 5. Combina zone di liquidita basate su Fibonacci, un motore SuperTrend integrato e un pannello di controllo professionale in tempo reale. Vantaggi Principali Senza Ridisegno: Le frecce di segnale appai
    Big Player Range
    Thalles Nascimento De Carvalho
    5 (3)
    BigPlayerRange – Il miglior indicatore per MT5 BigPlayerRange è considerato il miglior indicatore per Mini Indice e Mini Dollaro su MetaTrader 5. Questo strumento essenziale evidenzia le zone strategiche di azione dei grandi player, offrendo un’analisi tecnica istituzionale di altissima precisione. Come usare BigPlayerRange: Questo indicatore mostra zone di acquisto (linea verde) e di vendita (linea rossa). Quando il prezzo chiude fuori da queste aree, è probabile un movimento di tendenz
    Il livello Premium è un indicatore unico con una precisione superiore all'80% delle previsioni corrette! Questo indicatore è stato testato dai migliori Specialisti di Trading per più di due mesi! L'indicatore dell'autore che non troverai da nessun'altra parte! Dagli screenshot puoi vedere di persona la precisione di questo strumento! 1 è ottimo per il trading di opzioni binarie con un tempo di scadenza di 1 candela. 2 funziona su tutte le coppie di valute, azioni, materie prime, criptovalu
    Gold Xausd Hunter
    Metin Erkamoglu
    5 (1)
    MATADOR GOLD XAUUSD M5 Scalp Signals for MT5 MATADOR GOLD is a decision-support indicator for MetaTrader 5, designed for traders who analyze short-term Gold movement on the M5 timeframe. The indicator does not open, close, or manage trades automatically. It provides buy and sell signal guidance so the user can make their own trading decisions according to their risk plan, broker conditions, and trade management rules. Main purpose MATADOR GOLD is built to help traders avoid noisy signal flow and
    L'indicatore " Dynamic Scalper System MT5 " è progettato per il metodo di scalping, ovvero per il trading all'interno di onde di trend. Testato sulle principali coppie di valute e sull'oro, è compatibile con altri strumenti di trading. Fornisce segnali per l'apertura di posizioni a breve termine lungo il trend, con ulteriore supporto al movimento dei prezzi. Il principio dell'indicatore. Le frecce grandi determinano la direzione del trend. Un algoritmo per generare segnali per lo scalping sott
    Assembler
    Darko Licardo
    5 (1)
    Introducing Assembler:  The best value for money,  Designed for advanced traders and professionals, yet accessible for ambitious beginners ready to elevate their trading game. Great for ICT, SMC, TREND and breakout traders . Combining advanced analytics, a sleek graphical interface, and highly customizable features, Assembler empowers you to trade with precision, clarity, and confidence. Key Features of Assembler 1. Dynamic Graphical User Interface (GUI): A fully draggable, customizable interf
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++ Link to EURUSD Only Free Version -->  https://www.mql5.com/en/market/product/156904?source=Unknown +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Hallo Trader, This is a traditional GANN & FIBONACCI strategy based on detection of an impulsive move in the opposite direction. This is called a Breakout. At the moment of Breakout, the indicator draw
    Hidden Trend Channel Project 17 Tool SPECIAL NOVEMBER SALE is now finished. Price goes back to normal.  This is an Automated Tool for Multi Timeframe Trend Channel Analysis Visualization with Intelligent Range Market, Trending Market, Reversal, Breakout Detection.  It draws multiple Trend Channels with multiple sub-trendlines levels inside the channel for perfectly give you the trader, the crystal clear Trend channels where price trend direction is moving. This tool is accurately useful for T
    OrderFlow Absorption – Indicatore professionale di Delta e Segnali di Assorbimento per MT5 Sblocca la potenza della vera analisi del flusso degli ordini con OrderFlow Absorption – l’indicatore definitivo di istogramma delta e segnali di assorbimento per MetaTrader 5. Progettato per i trader che vogliono vedere cosa succede davvero dietro ogni movimento di prezzo, questo strumento rivela la pressione nascosta di acquisto/vendita e gli eventi di assorbimento che muovono il mercato. Caratteristiche
    Btcusd Pro
    Metin Erkamoglu
    BTCUSD PRO Signal Solution for MT5 BTCUSD PRO is a decision-support indicator for MetaTrader 5, designed for traders who analyze BTCUSD or BTCUSD# with a structured signal workflow. The product is not an automated trading system. It does not open, close, or manage trades automatically. It provides analytical buy and sell signal information and displays a visual trade plan on the chart so the user can make their own trading decisions. Main purpose BTCUSD PRO is designed for traders who prefe
    I concetti alla base di questo indicatore, che gli conferiscono un vantaggio unico e incisivo, si fondano sulla "TEORIA" dei FAIR VALUE GAPS, ideata e sviluppata da Arjo, uno dei migliori mentori del settore. Io stesso ho contribuito allo sviluppo dei concetti spiegati. La serie di video includerà link originali a YouTube per spiegazioni complete e approfondite, oltre a screenshot del sistema MT4/MT5 in esecuzione. Tutti i sistemi pubblicati saranno disponibili separatamente per MT4 e MT5, per a
    Pointer Trend Switch — precision trend reversal indicator Pointer Trend Switch is a high-precision arrow indicator designed to detect key moments of trend reversal based on asymmetric price behavior within a selected range of bars. It identifies localized price impulses by analyzing how far price deviates from the opening level, helping traders find accurate entry points before a trend visibly shifts. This indicator is ideal for scalping, intraday strategies, and swing trading, and performs equa
    First time on MetaTrader, introducing IQ Star Lines - an original Vedic Astrology based indicator. "Millionaires don't use astrology, billionaires do" . - J.P. Morgan, Legendary American financier and banker. Welcome to  the new and updated  IQ Star Lines , the ultimate fusion of ancient planetary harmonic cycles and modern quantitative trading. published for the   first time on Metatrader. This is an indicator built by the developer, who has spent almost 2 decades trading while studying Vedic
    Introduction to X3 Chart Pattern Scanner X3 Cherart Pattern Scanner is the non-repainting and non-lagging indicator detecting X3 chart patterns including Harmonic pattern, Elliott Wave pattern, X3 patterns, and Japanese Candlestick patterns. Historical patterns match with signal patterns. Hence, you can readily develop the solid trading strategy in your chart. More importantly, this superb pattern scanner can detect the optimal pattern of its kind. In addition, you can switch on and off individu
    Altri dall’autore
    Bot3
    Garfield Heron
    Introducing the Ultimate Trading Solution: Bot3 – Your Edge in the Forex Market Are you ready to take your trading to the next level?  Bot3  is a cutting-edge Expert Advisor (EA) designed for MetaTrader 5, combining advanced technical analysis, risk management, and harmonic pattern detection to deliver consistent results. Whether you're a beginner or an experienced trader, this EA automates your trading strategy with precision and reliability, helping you maximize profits while minimizing risks
    Filtro:
    Nessuna recensione
    Rispondi alla recensione