ALL Averages MT5

  • Purpose: The AllAverages indicator plots a moving average line on the chart, with options to select from a wide range of MA types and price applications. It also displays buy and sell signals as arrows when the trend changes, and supports alerts (sound, email, push notifications) for these signals.
  • Key Features:
    • Supports multiple moving average types (e.g., SMA, EMA, HMA, TEMA, etc.).
    • Allows customization of the price type (e.g., Close, Open, High, Low, Heiken Ashi variants).
    • Displays a colored MA line (yellow for neutral, blue for uptrend, red for downtrend when ShowInColor is enabled).
    • Generates buy (lime arrows) and sell (red arrows) signals based on trend direction changes.
    • Configurable alerts for trend changes (sound, email, push notifications).
    • Supports multi-timeframe (MTF) analysis.
  • General Settings

    • TimeFrame: Select the timeframe for the indicator (e.g., M1, M5, H1, D1, or 0 for the current chart timeframe).
    • Price: Choose the price type for calculations:
      • Options include Close, Open, High, Low, Median, Typical, Weighted Close, Heiken Ashi variants, etc.
      • Example: Select close for standard close price or haClose for Heiken Ashi close.
    • MA_Period: Set the period for the moving average (default: 14). This determines the number of bars used in the calculation.
    • MA_Shift: Shift the MA line forward or backward on the chart (default: 0). Positive values shift forward, negative values shift backward.
    • MA_Method: Select the moving average type:
      • Options include SMA, EMA, Wilder, LWMA, HMA, TEMA, T3, Laguerre, etc. (see ENUM_MA_MODE in the code for the full list).
      • Example: SMA for Simple Moving Average, HMA for Hull Moving Average.
    • ShowInColor: Enable/disable color changes for the MA line (default: true).
      • Yellow: Neutral trend.
      • DeepSkyBlue: Uptrend (MA rising).
      • OrangeRed: Downtrend (MA falling).
    • CountBars: Number of bars to calculate (default: 0, meaning all available bars).

    Alert Settings

    • AlertOn: Enable/disable sound alerts for trend changes (default: false).
    • AlertShift: Bar to check for signals (0 = current bar, 1 = previous bar, default: 1).
    • SoundsNumber: Number of times to play the sound alert (default: 5).
    • SoundsPause: Pause in seconds between sound alerts (default: 5).
    • UpTrendSound: Sound file for uptrend signals (default: "alert.wav").
    • DnTrendSound: Sound file for downtrend signals (default: "alert2.wav").
    • EmailOn: Enable/disable email alerts (default: false).
    • EmailsNumber: Number of email notifications to send (default: 1).
    • PushNotificationOn: Enable/disable push notifications to mobile devices (default: false).

    4. How the Indicator Works

    • Moving Average Line:
      • The indicator plots a single MA line on the chart based on the selected MA_Method and Price.
      • The line changes color if ShowInColor is enabled:
        • Yellow: Neutral (no clear trend).
        • DeepSkyBlue: Uptrend (current MA value > previous MA value).
        • OrangeRed: Downtrend (current MA value < previous MA value).
    • Buy/Sell Signals:
      • Buy Signal: A lime arrow (symbol code 233) appears below the candle when the trend changes from downtrend (trend = 2) to uptrend (trend = 1).
      • Sell Signal: A red arrow (symbol code 234) appears above the candle when the trend changes from uptrend (trend = 1) to downtrend (trend = 2).
      • Signals are generated when the MA direction changes, indicating a potential trend reversal.
    • Multi-Timeframe (MTF):
      • If a higher timeframe is selected (e.g., H1 on an M15 chart), the indicator calculates the MA based on the higher timeframe data.
    • Alerts:
      • When a trend change occurs, the indicator can trigger:
        • Sound Alerts: Plays the specified sound file (UpTrendSound or DnTrendSound) up to SoundsNumber times with a pause of SoundsPause seconds.
        • Email Alerts: Sends an email with the signal details (up to EmailsNumber times).
        • Push Notifications: Sends a notification to your mobile device via the MT5 app.

    1. Example Configuration

    For a trend-following strategy on a daily chart (D1):

    • TimeFrame: D1 (or 0 for current chart).
    • Price: close.
    • MA_Period: 21.
    • MA_Shift: 0.
    • MA_Method: HMA (Hull Moving Average, for smoother and faster trend detection).
    • ShowInColor: true.
    • CountBars: 0 (calculate all bars).
    • AlertOn: true.
    • AlertShift: 1 (signals on the previous bar for confirmation).
    • UpTrendSound: "alert.wav".
    • DnTrendSound: "alert2.wav".
    • EmailOn: false.
    • PushNotificationOn: true.

    Expected Behavior:

    • The chart displays a Hull MA (HMA) line that changes color based on trend direction.
    • Lime arrows appear below candles for buy signals (trend turns up).
    • Red arrows appear above candles for sell signals (trend turns down).
    • Push notifications are sent to your mobile device when a new signal occurs.


    Prodotti consigliati
    The "MR Volume Profile Rectangles 5" indicator is a charting tool that displays trading volume at different price levels rather than time intervals. A key concept in volume profile is the point of control (POC) —the price level with the highest volume traded during the session or time range. While tools like VWAP or OBV provide volume trends, the "MR Volume Profile Rectangles 5" indicator offers granular detail about where the most market activity occurs at specific price levels. This makes it a
    L'indicateur SMC Venom Model BPR est un outil professionnel pour les traders travaillant dans le concept Smart Money (SMC). Il identifie automatiquement deux modèles clés sur le graphique des prix: FVG   (Fair Value Gap) est une combinaison de trois bougies, dans laquelle il y a un écart entre la première et la troisième bougie. Forme une zone entre les niveaux où il n'y a pas de support de volume, ce qui conduit souvent à une correction des prix. BPR   (Balanced Price Range) est une combinaiso
    https://www.mql5.com/en/users/gedeegi/seller    The GEN indicator is a multifunctional technical analysis tool for the MetaTrader 5 (MT5) platform. It is designed to automatically identify and display key Support and Resistance (S&R) levels and detect False Breakout signals, providing clear and visual trading cues directly on your chart. Its primary goal is to help traders identify potential price reversal points and avoid market traps when the price fails to decisively break through key levels
    FREE
    DeepInsight
    Gustavo Santos Pedrosa
    Title: DeepInsight: Flow and Market Context Analysis What is DeepInsight? DeepInsight is a technical analysis tool for MetaTrader 5, developed to assist in reading market dynamics. The indicator processes volume and price movement data to generate objective visual references, facilitating the identification of areas of interest on the chart. The tool functions as an auxiliary analysis dashboard, offering support for manual decision-making without performing automatic order execution. Operationa
    Value Chart Candlesticks
    Flavio Javier Jarabeck
    4.69 (13)
    The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach. It
    FREE
    Best SAR MT5
    Ashkan Hazegh Nikrou
    4.33 (3)
    Descrizione:  siamo felici di presentare il nostro nuovo indicatore gratuito basato su uno degli indicatori professionali e popolari nel mercato forex (PSAR) questo indicatore è una nuova modifica sull'indicatore SAR parabolico originale, nell'indicatore pro SAR puoi vedere l'incrocio tra i punti e il grafico dei prezzi, questo il crossover non è un segnale ma parla del potenziale di fine movimento, puoi iniziare a comprare con un nuovo punto blu e posizionare lo stop loss un atr prima del pri
    FREE
    Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
    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
    CvdDeltaVolumes
    Parasbhai N Patel
    Delta + CVD & CVD Candles Order-flow indicator combining Delta (Ask–Bid), Cumulative Volume Delta (CVD), and a unique CVD-based synthetic candle system. Shows buy/sell pressure, volume aggressiveness, and momentum shifts with optional Delta histogram, CVD line, and CVD+Delta combined candles. Useful for scalping, intraday trading, divergence detection, and understanding buyer/seller dominance. Overview The Delta + CVD & CVD Candles Indicator combines multiple order-flow tools into one clean
    PZ Mean Reversion MT5
    PZ TRADING SLU
    3 (2)
    Indicatore unico che implementa un approccio professionale e quantitativo al trading di reversione. Sfrutta il fatto che il prezzo devia e ritorna alla media in modo prevedibile e misurabile, il che consente regole di entrata e uscita chiare che superano di gran lunga le strategie di trading non quantitative. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Segnali di trading chiari Incredibilmente facile da scambiare Colori e dimensioni personalizzabili Implementa l
    RBreaker
    Zhong Long Wu
    RBreaker Gold Indicators is a short-term intraday trading strategy for gold futures that combines trend following and intraday reversal approaches. It not only captures profits during trending markets but also enables timely profit-taking and counter-trend trading during market reversals. This strategy has been ranked among the top ten most profitable trading strategies by the American magazine   Futures Truth   for 15 consecutive years. It boasts a long lifecycle and remains widely used and st
    The new update makes this indicator a complete tool for studying, analyzing and operating probabilistic patterns. It includes: On-chart Multi-asset percentage monitor. Configurable martingales. Twenty-one pre-configured patterns, including Mhi patterns and C3. An advanced pattern editor to store up to 5 custom patterns. Backtest mode to test results with loss reports. Trend filter. Hit operational filter. Martingale Cycles option. Various types of strategies and alerts. Confluence between patter
    Owl Smart Levels MT5
    Sergey Ermolov
    4.03 (32)
    Versione MT4  |  FAQ L' indicatore Owl Smart Levels è un sistema di trading completo all'interno dell'unico indicatore che include strumenti di analisi di mercato popolari come i frattali avanzati di Bill Williams , Valable ZigZag che costruisce la corretta struttura a onde del mercato, e i livelli di Fibonacci che segnano i livelli esatti di entrata nel mercato e luoghi per prendere profitti. Descrizione dettagliata della strategia Istruzioni per lavorare con l'indicatore Consulente-assistente
    Statistical Arbitrage Spread Generator for Cointegration [MT5] What is Pair Trading? Pair trading is a market-neutral strategy that looks to exploit the relative price movement between two correlated assets — instead of betting on the direction of the market. The idea? When two assets that usually move together diverge beyond a statistically significant threshold, one is likely mispriced. You sell the expensive one, buy the cheap one , and profit when they converge again. It’s a statistica
    FREE
    HMA Trend Professional MT5
    Pavel Zamoshnikov
    4.25 (4)
    Improved version of the free HMA Trend indicator (for MetaTrader 4) with statistical analysis. HMA Trend is a trend indicator based on the Hull Moving Average (HMA) with two periods. HMA with a slow period identifies the trend, while HMA with a fast period determines the short-term movements and signals in the trend direction. The main differences from the free version: Ability to predict the probability of a trend reversal using analysis of history data. Plotting statistical charts for analyzi
    Adjustable Consecutive Fractals  looks for 2 or more fractals in one direction and sends out a on screen alert, sound alert and push notification, for strong reversal points . Adjustable Consecutive Fractals, shows the fractals on chart along with a color changing text for buy and sell signals when one or more fractals appear on one side of price. Adjustable Consecutive Fractals is based Bill Williams Fractals . The standard Bill Williams fractals are set at a non adjustable 5 bars, BUT withe th
    Range Directional Force Indicator – Designed for You to Optimize! The Range Directional Force Indicator is a cutting-edge tool designed to empower traders by visualizing market dynamics and directional strength. Built to offer insights into market trends and reversals, this indicator is an invaluable asset for traders seeking precision in their strategies. However, it is important to note that this indicator is not optimized, leaving room for you to tailor it to your unique trading preferences.
    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
    Donchian Breakout And Rsi
    Mattia Impicciatore
    5 (1)
    Descrizione generale Questo indicatore è una versione avanzata del classico Donchian Channel , arricchita con funzioni operative per il trading reale. Oltre alle tre linee tipiche (massimo, minimo e linea centrale), il sistema rileva i breakout e li segnala graficamente con frecce sul grafico, mostrando solo la linea opposta alla direzione del trend per semplificare la lettura. L’indicatore include: Segnali visivi : frecce colorate al breakout Notifiche automatiche : popup, push e email Filtro R
    FREE
    Your Trend Friend
    Luigi Nunes Labigalini
    5 (1)
    The trend is your friend! Look at the color of the indicator and trade on that direction. It does not  repaint. After each candle is closed, that's the color of the trend. You can focus on shorter faster trends or major trends, just test what's most suitable for the symbol and timeframe you trade. Simply change the "Length" parameter and the indicator will automatically adapt. You can also change the color, thickness and style of the lines. Download and give it a try! There are big movements w
    High Low Open Close
    Alexandre Borela
    4.98 (43)
    Se ti piace questo progetto, lascia una recensione a 5 stelle. Questo indicatore disegna i prezzi aperti, alti, bassi e di chiusura per i specificati periodo e può essere regolato per un determinato fuso orario. Questi sono livelli importanti guardati da molti istituzionali e professionali commercianti e può essere utile per voi per conoscere i luoghi dove potrebbero essere più attivo. I periodi disponibili sono: Giorno precedente. Settimana precedente. Mese precedente. Precedente trimestre. A
    FREE
    Indicatore per determinare flat e trend. Se il prezzo è inferiore a uno qualsiasi dei due istogrammi e delle due linee (rossa e blu), questa è una zona di vendita. Quando acquisti questa versione dell'indicatore, versione MT4 per un conto reale e uno demo - in regalo (per ricevere, scrivimi un messaggio privato)! Se il prezzo è al di sopra di uno dei due istogrammi e delle due linee (rossa e blu), questa è una zona di acquisto. Versione MT4: https://www.mql5.com/en/market/product/3793 Se il
    Overview Heiken Ashi CE Filtered MT5 is a technical indicator for the MetaTrader 5 platform. It integrates smoothed candlestick charting with a dynamic exit strategy and a customizable trend filter to deliver clear buy and sell signals. The indicator is designed to improve trend detection and signal reliability by reducing market noise. If you want to see more high-quality products or order the development/conversion of your own products, visit my partners' website: 4xDev Get 10% OFF on manual
    Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
    1. Overview The Scalping PullBack Signal indicator is a powerful technical analysis tool designed to help traders identify scalping opportunities based on potential pullback and reversal signals. This tool is particularly useful on lower timeframes (below 15 minutes) but can also be applied on higher timeframes for longer-term trades. This indicator integrates several key analytical components, providing a comprehensive view of trends and potential entry/exit points, helping you make quick and e
    FREE
    Introduction The Wave Trend Oscillator Indicator for MT5 is one of the well known indicators in the market, helping traders find strong entry points into the market. Like any other MetaTrader 5 indicator , it can produce both good and bad signals, but the number of accurate buy/sell signals is significantly higher than the weak ones. This makes it a powerful tool for improving your forex trading strategy , whether you are a beginner or an advanced trader. How does this indicator work? This indic
    Indicatore Crypto_Forex "HTF Moving Averages Cross" per MT5. - Migliora i tuoi metodi di trading con il potente indicatore HTF Moving Averages Cross per MT5. HTF significa "intervallo di tempo più lungo". - Questo indicatore è eccellente per i trader di tendenza con movimenti di prezzo. - Permette di collegare medie mobili veloci e lente da intervalli di tempo più lunghi al grafico corrente --> questo è un metodo professionale. - HTF Moving Averages Cross ha avvisi integrati per dispositivi mo
    SPECIAL LAUNCH OFFER: $30 (1-Month Rent) Limited time offer to build our community and gather feedback! AmbM GOLD Institutional Scalper A high-precision M5 algorithm for XAUUSD (Gold) , engineered to trade exclusively at Institutional Liquidity Levels ($5/$10 psychological marks). PERFORMANCE DATA (BUY ONLY) • Win Rate: 87.09%. • Safe Growth: +$4,113 profit on $10k (13.75% Max Drawdown). • Extreme Stress Test: Successfully generated +$22,997 in a 5-year stress test (2020-2026), proving
    General Description In the simplest terms this is a contrarian intra-day scalping system. Built to try and let correct trades run as far as possible and flip the trade when indicated. The indicator looks at historical daily trading ranges to lay out levels at which it takes long and short positions based on the statistical levels. The indicator is built around index futures, mainly around S&P and the DOW but can be used an any futures contract mainly using AMP Futures to trade. The indicator is
    Long&Short Cointegration Analyzer An advanced tool for traders looking to profit from cointegration. Analyzes any asset pair for Long&Short strategies. What does the Long&Short Cointegration Analyzer do? Identifies cointegrated pairs that revert to the mean, ideal for profitable trades. Provides a detailed panel with statistical data for confident decisions. Works with any currency pair, on any timeframe. Find buying and selling opportunities based on cointegration. Minimize risks with a relia
    Gli utenti di questo prodotto hanno anche acquistato
    SuperScalp Pro
    Van Minh Nguyen
    5 (10)
    SuperScalp Pro – Sistema avanzato di indicatore per scalping con filtri multipli SuperScalp Pro è un sistema avanzato di indicatore per scalping che combina il classico Supertrend con molteplici filtri di conferma intelligenti. L’indicatore funziona in modo efficiente su tutti i timeframe da M1 a H4 ed è particolarmente adatto per XAUUSD, BTCUSD e le principali coppie Forex. Può essere utilizzato come sistema stand-alone o integrato in modo flessibile nelle strategie di trading esistenti. L’indi
    Divergence Bomber
    Ihor Otkydach
    4.89 (83)
    Ogni acquirente dell’indicatore riceverà inoltre gratuitamente: L’utilità esclusiva “Bomber Utility”, che gestisce automaticamente ogni operazione, imposta i livelli di Stop Loss e Take Profit e chiude le posizioni secondo le regole della strategia I file di configurazione (set file) per adattare l’indicatore a diversi asset I set file per configurare il Bomber Utility in tre modalità: “Rischio Minimo”, “Rischio Bilanciato” e “Strategia di Attesa” Una guida video passo-passo per installare, conf
    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
    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
    Se acquisti questo indicatore, riceverai il mio Trade Manager Professionale + EA  GRATUITAMENTE. Innanzitutto è importante sottolineare che questo sistema di trading è un indicatore Non-Repainting, Non-Redrawing e Non-Lagging, il che lo rende ideale sia per il trading manuale che per quello automatico. Corso online, manuale e download di preset. Il "Sistema di Trading Smart Trend MT5" è una soluzione completa pensata sia per i trader principianti che per quelli esperti. Combina oltre 10 indicat
    FX Trend MT5 NG
    Daniel Stein
    5 (4)
    FX Trend NG: La Nuova Generazione di Intelligenza di Trend Multi-Mercato Panoramica FX Trend NG è uno strumento professionale di analisi del trend multi-timeframe e monitoraggio dei mercati. Ti consente di comprendere la struttura completa del mercato in pochi secondi. Invece di passare tra numerosi grafici, puoi identificare immediatamente quali strumenti sono in trend, dove il momentum sta diminuendo e dove esiste un forte allineamento tra i timeframe. Offerta di Lancio – Ottieni FX Trend NG
    Power Candles MT5
    Daniel Stein
    5 (6)
    Power Candles – Segnali di ingresso basati sulla forza per tutti i mercati Power Candles porta l’analisi di forza collaudata di Stein Investments direttamente sul grafico dei prezzi. Invece di reagire solo al prezzo, ogni candela viene colorata in base alla reale forza di mercato, consentendo di identificare immediatamente accumuli di momentum, accelerazioni della forza e transizioni di trend pulite. Un’unica logica per tutti i mercati Power Candles funziona automaticamente su tutti i simboli di
    Trend Screener Pro MT5
    STE S.S.COMPANY
    4.84 (101)
    Indicatore di tendenza, soluzione unica rivoluzionaria per il trading di tendenze e il filtraggio con tutte le importanti funzionalità di tendenza integrate in un unico strumento! È un indicatore multi-timeframe e multi-valuta al 100% non ridipingibile che può essere utilizzato su tutti i simboli/strumenti: forex, materie prime, criptovalute, indici e azioni. Trend Screener è un indicatore di tendenza che segue un indicatore efficiente che fornisce segnali di tendenza a freccia con punti nel gra
    Grabber System MT5
    Ihor Otkydach
    4.83 (23)
    Ti presento un eccellente indicatore tecnico: Grabber, che funziona come una strategia di trading "tutto incluso", pronta all’uso. In un solo codice sono integrati strumenti potenti per l’analisi tecnica del mercato, segnali di trading (frecce), funzioni di allerta e notifiche push. Ogni acquirente di questo indicatore riceve anche gratuitamente: L’utility Grabber: per la gestione automatica degli ordini aperti Video tutorial passo dopo passo: per imparare a installare, configurare e utilizzare
    AriX
    Temirlan Kdyrkhan
    1 (4)
    AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking with real-time stat
    Atomic Analyst MT5
    Issam Kassas
    4.03 (30)
    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
    Game Changer Indicator mt5
    Vasiliy Strukov
    4.62 (21)
    Game Changer è un indicatore di tendenza rivoluzionario, progettato per essere utilizzato su qualsiasi strumento finanziario, per trasformare il tuo MetaTrader in un potente analizzatore di trend. Funziona su qualsiasi intervallo temporale e aiuta a identificare i trend, segnala potenziali inversioni, funge da meccanismo di trailing stop e fornisce avvisi in tempo reale per risposte tempestive del mercato. Che tu sia un professionista esperto o un principiante in cerca di un vantaggio, questo st
    FX Power MT5 NG
    Daniel Stein
    5 (31)
    FX Power: Analizza la Forza delle Valute per Decisioni di Trading Più Intelligenti Panoramica FX Power è lo strumento essenziale per comprendere la reale forza delle principali valute e dell'oro in qualsiasi condizione di mercato. Identificando le valute forti da comprare e quelle deboli da vendere, FX Power semplifica le decisioni di trading e rivela opportunità ad alta probabilità. Che tu segua le tendenze o anticipi inversioni utilizzando valori estremi di Delta, questo strumento si adatta
    Smart Stop Indicator – Precisione intelligente dello stop-loss direttamente sul grafico Panoramica Smart Stop Indicator è la soluzione ideale per i trader che desiderano posizionare il loro stop-loss in modo chiaro e metodico, senza dover indovinare o affidarsi all’intuizione. Questo strumento combina la logica classica del price action (massimi e minimi strutturali) con un moderno riconoscimento dei breakout per identificare il prossimo livello di stop realmente logico. In trend, in range o i
    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
    RFI levels PRO MT5
    Roman Podpora
    3.67 (3)
    L'indicatore mostra accuratamente i punti di inversione e le zone di ritorno dei prezzi in cui il       Principali attori   . Vedi dove si formano le nuove tendenze e prendi decisioni con la massima precisione, mantenendo il controllo su ogni operazione. VERSION MT4     -    Rivela il suo massimo potenziale se combinato con l'indicatore   TREND LINES PRO Cosa mostra l'indicatore: Strutture di inversione e livelli di inversione con attivazione all'inizio di un nuovo trend. Visualizzazione dei li
    Innanzitutto, vale la pena sottolineare che questo Strumento di Trading è un Indicatore Non-Ridipingente, Non-Ridisegnante e Non-Laggante, il che lo rende ideale per il trading professionale. Corso online, manuale utente e demo. L'Indicatore Smart Price Action Concepts è uno strumento molto potente sia per i nuovi che per i trader esperti. Racchiude più di 20 utili indicatori in uno solo, combinando idee di trading avanzate come l'Analisi del Trader del Circolo Interno e le Strategie di Tradin
    Presentazione       Quantum Breakout PRO   , l'innovativo indicatore MQL5 che sta trasformando il modo in cui scambi le zone di breakout! Sviluppato da un team di trader esperti con un'esperienza di trading di oltre 13 anni,       Quantum Breakout PRO       è progettato per spingere il tuo viaggio di trading a nuovi livelli con la sua strategia innovativa e dinamica della zona di breakout. Quantum Breakout Indicator ti fornirà frecce di segnalazione sulle zone di breakout con 5 zone target di
    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 indicator AI mt5
    Ramil Minniakhmetov
    5 (15)
    Trend Ai indicator è un ottimo strumento che migliorerà l'analisi di mercato di un trader combinando l'identificazione della tendenza con punti di ingresso utilizzabili e avvisi di inversione. Questo indicatore consente agli utenti di navigare nelle complessità del mercato forex con fiducia e precisione Oltre ai segnali primari, l'indicatore Ai di tendenza identifica i punti di ingresso secondari che si presentano durante i pullback o i ritracciamenti, consentendo ai trader di capitalizzare le
    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
    FX Levels MT5
    Daniel Stein
    5 (13)
    FX Levels: Supporti e Resistenze di Precisione Eccezionale per Tutti i Mercati Panoramica Rapida Cercate un modo affidabile per individuare livelli di supporto e resistenza in ogni mercato—coppie di valute, indici, azioni o materie prime? FX Levels fonde il metodo tradizionale “Lighthouse” con un approccio dinamico all’avanguardia, offrendo una precisione quasi universale. Basato sulla nostra esperienza reale con i broker e su aggiornamenti automatici giornalieri più quelli in tempo reale, FX
    Quantum TrendPulse
    Bogdan Ion Puscasu
    5 (22)
    Ecco   Quantum TrendPulse   , lo strumento di trading definitivo che combina la potenza di   SuperTrend   ,   RSI   e   Stocastico   in un unico indicatore completo per massimizzare il tuo potenziale di trading. Progettato per i trader che cercano precisione ed efficienza, questo indicatore ti aiuta a identificare con sicurezza le tendenze di mercato, i cambiamenti di momentum e i punti di entrata e uscita ottimali. Caratteristiche principali: Integrazione SuperTrend:   segui facilmente l'andame
    Crystal Heikin Ashi Signals
    Muhammad Jawad Shabir
    5 (1)
    Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
    Gold Sniper Scalper Pro
    Ich Khiem Nguyen
    3.33 (9)
    Gold Sniper Scalper Pro è un indicatore per MetaTrader 5 costruito specificamente per rilevare pattern di falsa rottura (false breakout) su XAUUSD. Identifica la struttura trappola a 4 barre dove il prezzo supera il confine di un range, attira i trader di rottura e poi inverte — confermando che il movimento era una falsa rottura. L'indicatore valuta ogni setup secondo 17 fattori di qualità, lo elabora attraverso un pipeline di confluenza a 4 livelli, lo verifica contro un motore di consenso di
    FX Dynamic MT5
    Daniel Stein
    5 (5)
    FX Dynamic: Monitora volatilità e trend con un’analisi ATR personalizzabile Panoramica FX Dynamic è uno strumento potente che sfrutta i calcoli di Average True Range (ATR) per fornire ai trader informazioni impareggiabili sulla volatilità, sia giornaliera che intraday. Impostando soglie di volatilità chiare—ad esempio 80%, 100%, 130%—puoi individuare rapidamente opportunità di profitto o ricevere avvisi quando il mercato supera i range abituali. FX Dynamic si adatta al fuso orario del tuo brok
    IX Power MT5
    Daniel Stein
    4.92 (13)
    IX Power: Scopri approfondimenti di mercato per indici, materie prime, criptovalute e forex Panoramica IX Power è uno strumento versatile progettato per analizzare la forza di indici, materie prime, criptovalute e simboli forex. Mentre FX Power offre la massima precisione per le coppie di valute utilizzando i dati di tutte le coppie disponibili, IX Power si concentra esclusivamente sui dati di mercato del simbolo sottostante. Questo rende IX Power una scelta eccellente per mercati non correlat
    Trend Lines PRO MT5
    Roman Podpora
    5 (1)
    LINEE DI TENDENZA PRO  Aiuta a capire dove il mercato sta realmente cambiando direzione. L'indicatore mostra reali inversioni di tendenza e punti in cui i principali operatori rientrano. Vedi   Linee BOS   Cambiamenti di tendenza e livelli chiave su timeframe più ampi, senza impostazioni complesse o rumore inutile. I segnali non vengono ridisegnati e rimangono sul grafico dopo la chiusura della barra. VERSIONE MT4   -   Svela il suo massimo potenziale se abbinato all'indicatore   RFI LEVELS PRO
    PZ Swing Trading MT5
    PZ TRADING SLU
    5 (5)
    Protect against whipsaws: revolutionize your swing trading approach Swing Trading is the first indicator designed to detect swings in the direction of the trend and possible reversal swings. It uses the baseline swing trading approach, widely described in trading literature. The indicator studies several price and time vectors to track the aggregate trend direction and detects situations in which the market is oversold or overbought and ready to correct. [ Installation Guide | Update Guide | Tro
    Pips Stalker mt5
    Abdulkarim Karazon
    5 (1)
    Il Pips Stalker è un indicatore a freccia lunga e corta, aiuta i trader di tutti i livelli a prendere decisioni migliori nel trading sul mercato, l'indicatore non viene mai ridipinto e usa l'RSI come logica principale del segnale; una volta applicata una freccia, non verrà mai ridipinta o ridipinga e le frecce non vengono ritardate. VERSIONE MT4 &lt;---- CARATTERISTICHE DELLA FRECCIA PIPS STALKER : PANNELLO STATISTICHE un dashboard informativo unico che mostra la percentuale complessiva di
    Altri dall’autore
    This MQL5 indicator, named BoS_ChoCh_Indicator, detects Break of Structure (BoS) and Change of Character (ChoCh) in trading charts. It identifies pivot highs and lows using a user-defined period (default 5), monitors price breakouts above highs or below lows, classifies them as bullish/bearish BoS or ChoCh based on the prevailing trend, draws colored lines and labels on the chart for visualization, and populates buffers with signals, structure levels, and trend direction (1 for up, -1 for down)
    If you are unsure how to use this indicator, please feel free to reach out to me. I will explain it to you and provide reading materials to help you make the most of it. Here’s a brief description of how to use the indicator effectively. MT4 version: https://www.mql5.com/en/market/product/129509?source=Site +Market+My+Products+Page My Other Products:  https://www.mql5.com/en/users/1700046313/seller How to Use TD Sequential by Tom DeMark The TD Sequential is a technical analysis indicator develo
    This indicator functions similarly to the traditional Relative Strength Index (RSI), but it's integrated directly onto the main price chart. This setup allows traders to more easily identify price fluctuations and recognize conditions of overbought or oversold markets. By observing the indicator in conjunction with price movements, you can gain valuable insights into potential trend reversals or continued momentum. Keep an eye on these signals to enhance your trading strategy. Happy trading, eve
    FREE
    TD Sequential EA
    George Njau Ngugi
    Overview The TD Sequential EA is a sophisticated automated trading system designed to capitalize on the TD Sequential indicator, developed by Tom DeMark. This EA identifies trading opportunities based on TD Sequential setups and executes trades with predefined risk management parameters. It offers a clean and customizable chart appearance and allows users to set their own lot sizes and other trading parameters. Key Features Automated Trading : Executes buy and sell orders based on TD Sequential
    To access the TD sequential Scanner for MT5, please check https://www.mql5.com/en/market/product/123369?source=Site +Market+My+Products+Page. One of the MT5 versions includes additional timeframes such as M1, M2, M3,H2,H6,H8 and so on.( https://www.mql5.com/en/market/product/123367?source=Site +Market+My+Products+Page) TD Sequential Scanner: An Overview The TD Sequential scanner is a powerful technical analysis tool designed to identify potential price exhaustion points and trend reversals in fi
    The indicator I’m referring to is a leading indicator, similar to the Bill Williams Fractals indicator, but with an added feature: it draws vertical lines on the chart to mark significant points in time. This functionality makes it particularly useful for traders as it provides clear visual cues for potential trading opportunities. What sets this indicator apart is its versatility; it can be applied across all timeframes and any currency pair, making it suitable for a wide range of trading stra
    RSI on the chart
    George Njau Ngugi
    This indicator functions similarly to the Relative Strength Index (RSI), but with a key difference: instead of being displayed in a separate window, it overlays directly on the main price chart. This allows for more convenient visualization and interpretation of market momentum alongside price movements. I believe this indicator will enhance your trading experience by providing clearer insights into market conditions. Wishing you successful trading!
    This tool is designed specifically for traders seeking to identify market reversals, allowing you to capitalize on advantageous trading opportunities. The indicator has undergone extensive testing and has established itself as a leading indicator; it often predicts market movements effectively. When a buy or sell signal is generated by the indicator, it tends to align with the market’s subsequent behavior, following the trend indicated by the signal. By utilizing this indicator, you can enhance
    If you are unsure how to use this indicator, please feel free to reach out to me. I will explain it to you and provide reading materials to help you make the most of it. Here’s a brief description of how to use the indicator effectively. How to Use TD Sequential by Tom DeMark The TD Sequential is a technical analysis indicator developed by Tom DeMark, designed to identify potential turning points in market trends. It is widely used by traders to anticipate market reversals and manage trading ris
    If you are unsure how to use this indicator, please feel free to reach out to me. I will explain it to you and provide reading materials to help you make the most of it. Most effective with TD sequential :           MT4:  https://www.mql5.com/en/market/product/129509?source=Site +Profile+Seller           MT5:  https://www.mql5.com/en/market/product/129507?source=Site +Profile+Seller My Other products:  https://www.mql5.com/en/users/1700046313/seller Here’s a brief description of how to use the
    This indicator outlines take profit (TP) stations derived from the Dinapoli ABC price projections. The key levels identified include COP (the critical operation point) designated as TP1, OP (the optimal point) marked as TP3, and SXOP (the secondary operation point) noted as TP4. This indicator proves to be especially beneficial for traders entering positions without clearly defined exit points. The Dinapoli levels provide precise price projections that highlight where the market is most likely
    A fair value gap (FVG) is a temporary price gap that occurs when the price of a stock or security is out of line with its fair value.   This gap is often caused by an imbalance between buyers and sellers. How it works Price imbalance When there is an imbalance between buyers and sellers, the price of a security can move too quickly. Price gap This creates an unadjusted area on the price chart, known as the fair value gap Price correction The price is often drawn back to the fair value gap, as i
    If you're familiar with COP, OP, and XOP levels, this indicator is definitely worth considering. There's no need to manually plot the ABC levels, as the indicator automatically calculates and displays the OP projection levels for you, updating regularly as the price changes. This is an essential indicator for your trading toolkit. Please if you are unsual on how to use this indicator feel fell to ask me for help and i can assist you where i can. Happy trading!
    If you're familiar with trading using Dinapoli levels, then this indicator is definitely worth your attention. It automatically plots key levels such as COP (Change of Polarity), OP (Objective Price), and XOP (Extended Objective Price) on your charts, regardless of the timeframe you choose to work with. One of the standout features of this indicator is its ability to generate alerts. Whenever a new ABC pattern is automatically identified and plotted by the indicator, you will receive a notifica
    Moving MinMax is a custom trend indicator that helps you easily identify the current market direction , reversals , and high-probability trade setups . This tool uses a unique calculation method that measures price pressure from both buyers and sellers, helping you see who is in control and when the market is likely to change direction. Unlike basic oscillators or moving averages, this indicator computes trend likelihoods using a distribution-based exponential model applied over a moving price w
    Two indicator
    George Njau Ngugi
    How to Use this indicator-: 1. Trend-Following Strategy Objective : Enter trades in the direction of the trend when the Net Score and Signal Line confirm a strong trend. Identify the Trend : Look at the Net Score in the separate window: If the Net Score is above 0 and rising, the trend is bullish. If the Net Score is below 0 and falling, the trend is bearish. Confirm with the LazyLine on the main chart: Green LazyLine indicates an uptrend. Red LazyLine indicates a downtrend. Entry : Buy (Long)
    Purpose : The AllAverages indicator plots a moving average line on the chart, with options to select from a wide range of MA types and price applications. It also displays buy and sell signals as arrows when the trend changes, and supports alerts (sound, email, push notifications) for these signals. Key Features : Supports multiple moving average types (e.g., SMA, EMA, HMA, TEMA, etc.). Allows customization of the price type (e.g., Close, Open, High, Low, Heiken Ashi variants). Displays a colore
    The Trend and Revesal Indicator is a custom indicator designed to help traders identify trend direction, reversal points, and high-probability trade setups. It uses advanced mathematical calculations to analyze market behavior and highlight potential turning points with great accuracy. This indicator measures buying and selling pressure over a defined period and shows which side is in control. It provides a clear visual display of trend zones, reversal arrows, and momentum signals in a separate
    If you are unsure how to use this indicator, please feel free to reach out to me. I will explain it to you and provide reading materials to help you make the most of it. TD Sequential Scanner: An Overview The TD Sequential scanner is a powerful technical analysis tool designed to identify potential price exhaustion points and trend reversals in financial markets. Developed by Tom DeMark, this method is widely used by traders to gauge market cycles and potential turning points with precision. Ho
    This new version includes all MT5 timeframes (M1, M2, M3, M4, M5, M6, M10, M12, M15, M20, M30, H1, H2, H3, H4, H6, H8, H12, D1, W1 & MN1). The TD count for each timeframe is displayed on the top left corner. You don't need to do analysis anymore, as the scanner does all the analysis and updates every 1 second, allowing users to see real-time data for informed decision-making. Alerts are set on by default (can be turned off), which notifies users at the completion of every TD9. If you need a sca
    Description of the Ichimoku Cloud Scanner  The Ichimoku Cloud Scanner is an advanced MetaTrader 5 (MT5) custom indicator designed to monitor the Ichimoku Cloud system across multiple timeframes and provide visual and audible alerts based on the price's position relative to the Ichimoku Cloud. Here's a detailed description of its features and functionalities: Features: Ichimoku Cloud Calculation : Utilizes the Ichimoku Cloud indicator, which consists of five components: Tenkan-sen (Conversion Lin
    This indicator serves as a crucial leading tool for identifying pivotal points in market reversals. It provides traders with valuable insights regardless of the timeframe they are analyzing, whether it be minutes, hours, or days. Additionally, it is compatible with all trading pairs, making it highly versatile for various market scenarios. Incorporating this indicator into your trading strategy can significantly enhance your decision-making process and improve your overall trading performance. B
    A fair value gap (FVG) is a temporary price gap that occurs when the price of a stock or security is out of line with its fair value.   This gap is often caused by an imbalance between buyers and sellers. How it works Price imbalance When there is an imbalance between buyers and sellers, the price of a security can move too quickly. Price gap This creates an unadjusted area on the price chart, known as the fair value gap Price correction The price is often drawn back to the fair value gap, as i
    The Machine Learning Supertrend is a highly effective trading indicator specifically designed to identify and illustrate potential buy and sell signals through the use of clearly marked arrows.  One of the key advantages of this indicator is that it operates as a leading indicator, meaning it anticipates market movements rather than following them. Unlike many traditional indicators, the Machine Learning Supertrend does not lag or repaint, ensuring the signals provided are timely and reliable.
    The Jurik Moving Average (JMA) is a sophisticated, adaptive moving average designed to reduce lag while maintaining smoothness. Unlike traditional moving averages (e.g., SMA, EMA), JMA adjusts dynamically to market volatility, making it more responsive to price changes. It’s particularly useful in trading for identifying trends and generating signals with less noise. Input Parameters : inpJmaPeriod (default: 14): The period for calculating the JMA and ATR. inpJmaPhase (default: 0): Controls the
    Generates Buy/Sell Signals : Buy Signal : An upward arrow ( DRAW_ARROW ) appears when the JMA changes from a downtrend (red) to an uptrend (green). Sell Signal : A downward arrow ( DRAW_ARROW ) appears when the JMA changes from an uptrend (green) to a downtrend (red). Arrows are placed below (buy) or above (sell) the candle for visibility. Trend Following : Green Line : Indicates an uptrend. Consider holding or entering long positions. Crimson Line : Indicates a downtrend. Consider holding or en
    Purpose : The SuperTrend indicator tracks price trends, plotting a line that follows the trend direction (up or down) and optionally fills the area between the trend line and the closing price Plots : SuperTrend Line : A colored line (green for uptrend, red for downtrend) plotted below the price in uptrends and above in downtrends. Filling : Optional filled area (bisque/pale green) between the SuperTrend line and the closing price, shown only if Show_Filling is true. Logic : Calculates ATR usin
    Advanced Range Analyzer Pro – Smart Range Breakout & Probability Indicator Advanced Range Analyzer Pro is a powerful volatility-based range detection tool designed to identify high-probability consolidation zones before explosive breakouts occur. Using ATR, RSI, MACD, and volume-weighted price dynamics, this indicator automatically: Detects and draws clean, non-overlapping consolidation ranges Measures real-time Range Strength (compression & accumulation analysis) Calculates Bullish vs Bea
    Renko Chartt
    George Njau Ngugi
    Smart Adaptive Renko Pro – Dynamic ATR & Fixed Box Renko Indicator Smart Adaptive Renko Pro is a powerful non-time-based Renko indicator designed to eliminate market noise and reveal true price momentum with precision. Unlike standard chart candles, this indicator builds Renko bricks based purely on price movement — helping traders focus on trend strength, reversals, and clean breakout structures. Key Features Adaptive ATR-Based Box Size (Auto-adjusts to market volatility) Fixed Pip Box M
    FractalEA Pro
    George Njau Ngugi
    FractalEA Pro — Smart Fractal Trading, Fully Automated FractalEA Pro turns Bill Williams' proven Fractal indicator into a complete, fully automated trading system. Every entry is confirmed by multiple filters — EMA trend direction, RSI momentum check, ATR volatility guard, and session timing — so the EA only trades when conditions genuinely align, not on every signal that appears. What makes FractalEA Pro stand out is the control it gives you. Every single feature has its own ON/OFF switch. Turn
    Filtro:
    Nessuna recensione
    Rispondi alla recensione