MA Gaussiana

5

The "MA Gaussiano" indicator is a custom tool for MetaTrader 5 (MQL5) that combines a Gaussian Moving Average with colored trend candles, designed to identify market trends in a visual and innovative way. It was developed with xAI assistance in 2025 and focuses on providing a smooth and sensitive representation of prices, ideal for traders looking to filter noise in charts of currencies, stocks, or cryptocurrencies.

Main Components:

  • Gaussian MA (Colored Line): Plots a line representing the Gaussian moving average. The line is colored green when the MA is rising (indicating an uptrend) and red when falling (downtrend). This is determined by comparing the current MA value with the previous one: if GaussianMA[i] > GaussianMA[i-1], green; otherwise, red.
  • Trend Candles: Displays candlesticks that copy the open, high, low, and close data from the original chart, but colored according to the Gaussian MA direction: green for bullish and red for bearish. This helps visualize the trend directly on the chart without needing additional indicators.

Input Parameters:

  • MAPeriod (default 14): Length of the period to calculate the MA. Higher values produce a smoother line but with more lag.
  • SigmaFactor (default 3.0): Adjusts the "width" of the Gaussian distribution. A lower value concentrates weights on recent prices, while a higher one distributes them more evenly.

The indicator requires at least MAPeriod data bars to calculate and updates on each tick or new bar. It is efficient thanks to precomputed weights and does not install external dependencies. It can be used on any timeframe for trend-following strategies, such as crossovers with other MAs or entry/exit signal confirmation. 

The term "Gaussian" in this indicator is due to Carl Friedrich Gauss, a German mathematician from the 19th century considered one of the greatest in history. The name comes from the Gaussian (or normal) distribution, a bell-shaped curve that describes many natural phenomena and which Gauss developed in the context of error theory and astronomy. In this indicator, the Gaussian function is applied to calculate weights in a weighted moving average, which smooths price data in a more natural way and sensitive to central values, similar to how the Gaussian distribution concentrates probability around the mean.

Form and Calculation Formula

The Gaussian Moving Average (Gaussian MA) is a variant of the weighted moving average that uses weights based on the Gaussian density function. Its general form is a weighted sum of recent closing prices, where the weights decrease symmetrically according to the distance from the current point, following the Gaussian curve.

The formula to calculate the Gaussian MA at time  i i is:

GaussianMA [ i ] = ∑ k = 0 M A P e r i o d − 1 close [ i − k ] ⋅ w [ k ] ∑ k = 0 M A P e r i o d − 1 w [ k ] GaussianMA[i]=k=0MAPeriod1w[k]k=0MAPeriod1close[ik]w[k]

Where:

  • close [ i − k ] close[ik] is the closing price at time  i − k ik.
  • w [ k ] = exp ⁡ ( − k 2 2 σ 2 ) w[k]=exp(2σ2k2) is the Gaussian weight for each  k k, with  k k representing the temporal distance (from 0 to MAPeriod-1).
  • σ = M A P e r i o d SigmaFactor σ=SigmaFactorMAPeriod is the standard deviation parameter that controls the width of the Gaussian curve (default SigmaFactor = 3.0).
  • MAPeriod is the period of the average (default 14), which determines how many historical prices are used.

The weights  w [ k ] w[k] are precomputed when initializing the indicator for efficiency, and the total sum of weights normalizes the result to make it a valid average.


Recensioni 1
Findolin
2090
Findolin 2025.10.29 11:58 
 

Excellent! And for free! Thank you so much!

Prodotti consigliati
WaveTrend Arrow LIGHT is a clean and lightweight WaveTrend-based arrow indicator for MetaTrader 5. This free version focuses purely on visual buy & sell arrows , generated from WaveTrend WT1 and WT2 crossings, without alerts or notifications. It is designed for traders who prefer a simple, non-repainting arrow indicator and for developers who want a stable signal source for EA integration . Features: Buy & Sell arrows based on WaveTrend crossing Non-repainting signals (closed bar option) Clean a
FREE
MultiClock
Achadi Hari Soebagio
Indicator Name: DualClockWithSignalTime.mq5 Description: The DualClockWithSignalTime is a custom MetaTrader 5 (MT5) indicator designed to display three pieces of real-time information directly on the chart: Broker Server Time Local Computer Time Last Signal Time (BUY/SELL) This indicator is helpful for traders who need to monitor both the broker's time and their own local time, ensuring better synchronization of trading actions. Additionally, it automatically detects and displays the latest BUY
FREE
Syntetic TRIX Normalizated
Danny Giovanni Romero Lozano
Synthetic TRIX Normalized   is a technical momentum oscillator designed to filter out price noise and identify high-probability trend reversals. By applying triple exponential smoothing to market data, this indicator provides a clear, normalized view of market momentum on a fixed   -100 to +100 scale . The indicator uses a dual-stage confirmation system: it first identifies potential market exhaustion (TRIX Extreme) and then validates entries through a dynamic price-to-EMA crossover. This logic
trend,trend gostergesi,momentum,osilator,histogram,trend gucu,piyasa akisi,trend onayi,yukselis,dusus,teknik analiz   Trend Flow Oscillator Trend Flow Oscillator è un indicatore di flusso e momentum del mercato, sviluppato per aiutare il trader a identificare in modo chiaro la forza e la direzione del movimento, con semplicità e lettura visiva immediata. È particolarmente efficace sui grafici a 5 minuti (M5), dove i cambiamenti di flusso avvengono più frequentemente. Cosa fa Identifica
FREE
Supports And Resistances Lines
Francisco Gomes Da Silva
4.66 (44)
Indicatore zone di supporto e resistenza MT5 questo indicatore sa come identificare automaticamente massimi e minimi. Questo indicatore di supporto e resistenza crea linee di supporto e linee di resistenza basate su massimi e minimi. come creare linee di supporto e resistenza. questo è un indicatore per creare linee automatiche di supporto e resistenza. come trovare il livello di supporto con l'indicatore. questo indicatore trova i massimi e i minimi automaticamente. L'indicatore crea automatica
FREE
Stochastic Cross Alert PRO Stochastic Cross Alert PRO is a lightweight and accurate indicator designed to detect Stochastic (14,3,3) crossover signals directly on the main chart. Instead of watching the oscillator window constantly, this indicator automatically marks buy and sell signals when the %K line crosses the %D line , making trade opportunities easier to spot. The calculation is built to match the native Stochastic oscillator behavior , ensuring that the signals appear exactly when the r
FREE
FX Clock
Abderrahmane Benali
FXClock – Professional Clock Indicator for Traders Please leave a 5 star rating if you like this free tool! Thank you so much :) The FXClock indicator is a practical and simple tool that displays time directly on your trading platform, allowing you to track multiple key pieces of information at the same time. It is specially designed to help traders synchronize their trading with market hours and global sessions. Key Features: Displays the broker server time with precision. Displays your local c
FREE
Money Flow Index EA Friendly
Flavio Javier Jarabeck
3.67 (3)
The traditional Money Flow Index indicator, this time, EA friendly . There are 3 buffers exposed that can be used by EAs to automatically analyze the Overbought and Oversold conditions of the quote. Just use the traditional iCustom() function to get these signals. This Money Flow Index calculation is based on the traditional Metaquote's MFI indicator. SETTINGS MFI Period Volume type to analyze (Real Volume or Ticks) Starting Overbought region Starting Oversold region USING WITH EAs Buffer #0: 
FREE
Tabajara V5
Flavio Javier Jarabeck
4.83 (36)
Metatrader 5 version of the famous Andre Machado's Tabajara indicator. If you don't know Andre Machado's Technical Analysis work you don't need this indicator... For those who need it and for those several friend traders who asked this porting from other platforms, here it is... FEATURES 8-period Moving Average 20-period Moving Average 50-period Moving Average 200-period Moving Average Colored candles according to the inflexion of the 20-period MA SETTINGS You can change the Period of all MA's
FREE
ATR Monitor EA Friendly
Flavio Javier Jarabeck
ATR Monitor ATR is a measure of volatility introduced by market technician J. Welles Wilder Jr. in his book, "New Concepts in Technical Trading Systems". In general, traders are accustomed to seeing the ATR in the form of a sub-window indicator. What I am presenting here is a simplified version of ATR - just the current ATR number - very useful for monitoring just the very moment of the current chart. And, by default, this indicator will not show up on screen, you can just use the buffers thems
FREE
Multi RsI BB MT5
Mansour Babasafary
5 (3)
A combined indicator of two famous indicators: RSI , Bollinger Bands Can be used in all currency pairs Can be used in all time frames with many signals Very simple and fast to use Description: This indicator is made from the combination of RSI and Bollinger Bands indicators As you can see, it shows good signals and is worth using and testing We hope you are satisfied with this indicator Settings: show past show candle: Displays the number of candles that the indicator calculates. For example
FREE
IMA Finder MT5
Mubashir Mohamed Quraish Albarakat
1 (1)
This indicator is designed based on the Moving Origin indicator When the moving origin indicator breaks the price, this indicator gives a signal It is useful for better viewing of signals and analysis on them Attributes: Can be used in all symbols Can be used in all time frames Too many signals Simple and quick settings Easy way to work Settings: period: like moving average settings alarmShow: If you want to receive an alert in Metatrader after receiving the signal, enable this setting alarmS
FREE
MACD Titanium
Donovan Tjin-a-tak
MACD Titanium è un indicatore MACD Zero-Lag per MetaTrader 5 progettato per fornire segnali di momentum più rapidi e puliti rispetto al MACD classico. Utilizza calcoli EMA Zero-Lag per ridurre il ritardo mantenendo la struttura tradizionale del MACD. Cosa lo rende diverso • EMAs Zero-Lag • Reazione più rapida ai cambi di momentum • Evidenzia chiaramente i crossover • Mostra bias direzionale tramite colore di sfondo dinamico • Funziona su tutti i timeframe Nessun repainting. Calcolo in tempo real
FREE
VFI Quantum
Nikita Berdnikov
5 (1)
Introducing VFI (Volume Flow Indicator) – a trading indicator that analyzes the relationship between volume and price movement to identify key trading opportunities. The indicator displays the strength and direction of volume flow, providing clear signals about potential entry and exit points. Signals are formed based on zero line crossovers, crossovers between the VFI line and its exponential moving average (EMA), and when the indicator exits overbought and oversold zones. Attention! This stra
FREE
Spike Catch Pro
Amani Fungo
4.14 (7)
Spike Catch Pro 22:03 release updates Advanced engine for searching trade entries in all Boom and Crash pairs (300,500 and 1000) Programmed strategies improvements Mx_Spikes (to combine Mxd,Mxc and Mxe), Tx_Spikes,   RegularSpikes,   Litho_System,   Dx_System,   Md_System,   MaCross,   Omx_Entry(OP),  Atx1_Spikes(OP),   Oxc_Retracement (AT),M_PullBack(AT) we have added an arrow on strategy identification, this will help also in the visual manual backtesting of the included strategies and see ho
FREE
RFOC Mini Chart
Ronaldo Franco De Oliveira Cardoso
The RFOC Mini Chart was created to project a macro view of the market, which the option to select the timeframe of interest other than the main chart, it is possible to include 2 indicators: 1 - Moving average channel On the mini chart, the moving average will be created based on the prices of the selected time frame for the RFOC Mini Chart. The moving average period must be selected in the indicator settings pannel. 2 - Boillinger Band In the mini chart, a boillinger band will be created based
FREE
TSO Stochastic RSI MT5
Dionisis Nikolopoulos
4.5 (2)
Stochastic RSI makes a stochastic calculation on the RSI indicator. The Relative Strength Index (RSI) is a well known momentum oscillator that measures the speed and change of price movements, developed by J. Welles Wilder. Features Find overbought and oversold situations. Sound alert when overbought/oversold level is reached. Get email and/or push notification alerts when a signal is detected. The indicator is non-repainting. Returns buffer values for %K and %D to be used as part of an EA. (se
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.6 (35)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
MP SMI for MT5
Pierre Ksachikian
The purpose of using Smart money index (SMI) or smart money flow index is to find out investors sentiment. The index was constructed by Don Hays and measures the market action. The indicator is based on intra-day price patterns. The beginning of the trading day is supposed to represent the trading by retail traders. The majority of retail traders overreact at the beginning of the trading day because of the overnight news and economic data. There is also a lot of buying on market orders and shor
FREE
Il canale TMA (Media Mobile Triangolare) è un tipo di media mobile utilizzato nell'analisi dei grafici azionari e delle criptovalute. Presenta una curva molto più fluida rispetto a una media mobile standard. Sebbene assomigli alle Bande di Bollinger, un indicatore popolare tra i trader, può evitare i segnali di inversione di tendenza che si verificano quando le Bande di Bollinger oscillano bruscamente, ed è quindi altamente efficace nel prevedere trend più stabili. Gli EA sviluppati utilizzan
FREE
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
RSI with Moving Average
Thiago Duarte
4.8 (15)
RSI with moving average is great to see when the price is overbought and oversold instead of RSI only. INPU T PARAME TERS : RSI: Period - RSI period. Price - RSI applied price. Color scheme - RSI color scheme (4 available). MOVING AVERAGE: Period - MA period. Type - MA  type. Apply - MA applica tion. Shift - MA shif t (correc tion). PRICE LINE: Show - specify if line with price, only line or nothing. Style - line style. OTHER: Overbought level - specify  the level . Overbought descriptio
FREE
Caicai L&S Yield Histogram Important Notice: This indicator is an integral tool of the automated EA Caicai Long and Short Pair Trading . This indicator visually displays the percentage deviation (Yield %) of a pair's current spread relative to its own historical mean. It is an excellent tool for quickly visualizing the gross financial potential of a market distortion in Long & Short operations. Main Features: Percentage Visualization: Understand the size of the distortion in palpable percentage
Media Mobile di Hull (HMA) La Media Mobile di Hull è stata progettata per eliminare quasi completamente il ritardo ( lag ) senza sacrificare la fluidità. Mentre una media mobile semplice (SMA) reagisce lentamente e una media esponenziale (EMA) può risultare ancora "pigra", la HMA utilizza una combinazione di medie mobili pesate (WMA) per anticipare l'azione dei prezzi. La "Magia" dell'Inversione (Colorazione) L'indicatore monitora l'inclinazione della linea a ogni tick: Bullish / Rialzista (Verd
FREE
Hybrid Stochastic
Flavio Javier Jarabeck
5 (10)
The Hybrid Stochastic indicator is a Stochastic RSI described by the famous Tushar Chande and Stanley Kroll in their book called " The New Technical Trader" . The main goal of this indicator is to generate more Overbought and Oversold signals than the traditional Relative Strength indicator (RSI). Combining these 2 indicators expands the range of the overbought and oversold territory. The idea behind it is to use the Stochastic formula over RSI values. If you want to know more about its internal
FREE
If you are (or were) a fan of the RSI indicator will love Tushar Chande's Dynamic Momentum Index indicator, that simply put is a dynamic variable lenght RSI, so it is more powerful. The DMI indicator internally uses a variable number of bars in its calculations, taking into consideration the volatility levels of the current market you are analyzing. This way, the DMI indicator will use more bars as volatility decreases and less bars when volatility increases, giving you a more powerfull analysis
FREE
Ema cloud smooth
Hermes Sebastian Cifuentes Bohorquez
5 (3)
This indicator has been developed as an analytical tool based on exponential moving averages (EMA) . Its purpose is to provide additional insights into market dynamics using two exponential moving averages (EMA) and one smoothed exponential moving average (SMMA) . The indicator can be applied to different financial instruments and timeframes, depending on user preferences. Some traders use it on 30-second charts , complementing it with a 2-minute chart . How the Indicator Works The analysis is b
FREE
Gm TrendSignal
Antonio Augusto Barreto De Melo
4.5 (4)
We often need to know the sudden change in trend that happens on the graph and this can be confirmed through indicators. This indicator shows the moments of trend reversal and how in which trend the price is shifting. Custom background, no need to configure the colors in the chart, just drag the indicator! Indication with arrows. - Blue arrow: Upward trend. - Pink Arrow: Downward Trend. NOTE: Free indicator, support may take a while to respond.
FREE
Mitimom
Danil Poletavkin
The indicator is based on Robert Miner's methodology described in his book "High probability trading strategies" and displays signals along with momentum of 2 timeframes. A Stochastic oscillator is used as a momentum indicator. The settings speak for themselves period_1 is the current timeframe, 'current' period_2 is indicated - the senior timeframe is 4 or 5 times larger than the current one. For example, if the current one is 5 minutes, then the older one will be 20 minutes The rest of the s
FREE
Auto Fibonacci
Ali Gokay Duman
5 (3)
This indicator calculates fibonacci levels via moving averages trend and draw these lines. You can change fast and slow Moving Averages settings for customization. Inputs: Fast MA Time Period :  64 Fast MA Shift: 0 Fast MA Method: Smoothed Fast MA Apply To: Median Price Slow MA Time Period: 32 Slow MA Shift: 0 Slow MA Method: Smoothed Slow MA Apply To: Median Price ZigZag: False ZigZag Color: Red ZigZag Type: DashDot ZigZag Width: VeryThin Fibo Settings TrendFibonacci: True FiboTrendColor: Black
FREE
Gli utenti di questo prodotto hanno anche acquistato
SuperScalp Pro
Van Minh Nguyen
5 (11)
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
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
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
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
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
[ My Products ] , [ My Channel ]   ,  [ LIVE SIGNAL ] HFT Spike Detector HFT Spike Detector è uno strumento professionale di monitoraggio dei tick progettato per analizzare e misurare in tempo reale i movimenti di prezzo ad alta frequenza (picchi improvvisi causati da HFT). Il suo scopo è permetterti di rilevare slippage anomalo, gap di liquidità e picchi di prezzo a livello millisecondo causati dal broker, utilizzando dati numerici. Poiché analizza il flusso di tick in tempo reale e le cond
Gold Entry Sniper
Tahir Mehmood
5 (6)
Gold Entry Sniper – Dashboard ATR Multi-Timeframe per Scalping e Swing Trading sull’Oro Gold Entry Sniper è un indicatore avanzato per MetaTrader 5 che offre segnali di acquisto/vendita precisi per XAUUSD e altri strumenti, basato sulla logica ATR Trailing Stop e l' analisi multi-timeframe . Caratteristiche e Vantaggi Analisi Multi-Timeframe – Visualizza trend su M1, M5, M15 in un'unica dashboard. Trailing Stop Basato su ATR – Stop dinamici che si adattano alla volatilità. Dashboard Professional
Trend Screener Pro MT5
STE S.S.COMPANY
4.81 (103)
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
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
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
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
Game Changer Indicator mt5
Vasiliy Strukov
4.64 (22)
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
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
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
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
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
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
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
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
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 <---- CARATTERISTICHE DELLA FRECCIA PIPS STALKER : PANNELLO STATISTICHE un dashboard informativo unico che mostra la percentuale complessiva di
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
Candle Smart Range
Gianny Alexander Lugo Sanchez
5 (1)
Candle Smart Range (CSR) per MetaTrader 5 Candle Smart Range è un indicatore tecnico progettato per l'identificazione automatica dei range di prezzo su più timeframe. Questo strumento analizza la struttura del mercato basandosi sulle formazioni delle candele e sull'interazione del prezzo con i massimi e i minimi precedenti. Caratteristiche principali: Rilevamento Range: Identifica le zone di consolidamento prima dei movimenti impulsivi. Identificazione Falsi Breakout: Segnala quando il prezzo su
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
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
Altri dall’autore
Geometric Adaptive Channel MT5
Victor Alfonso Molina Botello
5 (1)
Geometric Adaptive Channel MT5  By Grok(xAI) *A next-generation adaptive channel based on multiplicative geometry and spectral analysis using the Discrete Fourier Transform (DFT).*   NOTE: The MA Gaussiana indicator is also shown in the screenshots. --- ### What Is It and How Does It Work?   **Geometric Dynamic Channel MT5** is an **innovative channel indicator** that **does not use moving averages, RSI, MACD, or ATR**. Instead, it applies **advanced geometric calculations** on log-scale price
FREE
Support and Resistance ACPG
Victor Alfonso Molina Botello
Support And Resistance ACPG Indicator  The Support And Resistance ACPG Indicator  (developed by Grok by xAI) is an advanced tool for the MetaTrader 5 (MQL5) platform, designed to identify and visualize support and resistance zones on a price chart. Unlike traditional support and resistance indicators, the ACPG method combines a dynamic approach based on swing points, volatility analysis using the Average True Range (ATR), and an adaptive clustering system to detect high-relevance zones in the
FREE
Hurst Buy and Sell Mt4
Victor Alfonso Molina Botello
Hurst Buy and Sell  This innovative indicator, inspired by xAI Grok intelligence, uses the Hurst exponent to identify the nature of the market and generate buy/sell signals. The EA for this indicator (Hurst Razer PRO EA MT5) is now available, you can see it by clicking here!  https://www.mql5.com/es/market/product/153441?source=Site+Profile+Seller  If you want more signals from the indicator, change the minimum number of bars between consecutive signals. The lower the value, the more signals it
FREE
Alertas para las lineas mt5
Victor Alfonso Molina Botello
Alert for the lines This is an MetaTrader 5 indicator that **detects price crosses with any horizontal line you draw directly on the chart**. No need to manually input levels — simply draw a horizontal line using MT5’s built-in tool, and the indicator does the rest. **How it works:** 1. **Draw a horizontal line** on your chart using MT5’s native tool (Insert → Objects → Horizontal Line).   2. The indicator **monitors the Bid price in real time**.   3. **Only 1 alert per line per candle** is s
FREE
Channel QX
Victor Alfonso Molina Botello
Channel QX The EA (Hurst Razer PRO EA MT5) is now available, you can see it by clicking here!  https://www.mql5.com/es/market/product/153441?source=Site+Profile+Seller  Channel QX combines trend analysis with dynamic volume-based adaptation to provide accurate signals in highly volatile markets. Key Features Dynamic Volume Adaptation   Automatically adjusts channel width based on tick volume momentum   Responds instantly to changes in market activity Prevents false signals duri
FREE
Filtro:
Findolin
2090
Findolin 2025.10.29 11:58 
 

Excellent! And for free! Thank you so much!

Rispondi alla recensione