Neuron MACD

Neuron MacD is a MACD you can read at a glance instead of squinting at. The histogram is split into four colours — not two — so each bar tells you which side of zero it sits on and whether it is still growing or already shrinking. The MACD line changes colour the moment it crosses its signal, a dot marks every cross on the signal line itself, and the whole calculation can be pulled from a higher timeframe while you trade a lower one. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts.

A panel on the price chart carries the state, the histogram and the MACD as live meters, so the reading is available without looking away from price. Native MQL5, no DLLs, closed bars are final, and it runs on forex, gold and metals, indices and crypto across any timeframe.

=== HOW IT WORKS ===

The core is the classic MACD: a fast exponential average minus a slow one, with a signal line and a histogram of the distance between them. Two details matter and are easy to get wrong. The signal here is a simple moving average of the MACD, not an exponential one, which is what the original rendering of this indicator uses and what gives the crosses their particular timing. And the histogram is the MACD minus that signal, so it is a measure of separation, not of the MACD itself.

The four histogram colours come from two questions asked together. Is the bar above or below zero, and is it taller or shorter than the bar before it? Above zero and growing means momentum is extending in favour of buyers. Above zero and shrinking means buyers are still ahead but losing ground — the warning that arrives while the histogram is still positive. Below zero the same pair reads for sellers. One colour, two facts, no second glance.

The MACD line is coloured by its position against the signal, so trend agreement is legible without tracing which line is on top, and a dot is printed on the signal line at every cross. Because the dot sits on the signal rather than floating above the pane, it marks the exact level the cross happened at.

Multi-timeframe is a first-class feature, not an afterthought. Leave the resolution on the chart's own and it behaves as a normal MACD. Point it at a higher timeframe and the entire calculation — both averages, the signal and the histogram — is computed on that timeframe's closes and mapped back onto your chart, so you can watch the four-hour picture while working a five-minute chart. The timeframe in use is printed on the panel so a borrowed reading is never mistaken for the chart's own.

=== WHAT IS INCLUDED ===

Module What it does
Four-colour histogram Above zero growing, above zero shrinking, below zero growing, below zero shrinking — each with its own colour, so a stalling move is visible before it turns.
Colour-changing MACD line The line itself carries the signal relationship, switching colour the bar the cross happens.
Cross dots A dot on the signal line at every MacD/signal cross, marking the exact level rather than a generic marker floating in the pane.
Multi-timeframe engine Run the whole calculation on any timeframe from any chart. The panel shows which timeframe is feeding the reading.
State & duration BULLISH or BEARISH with the number of bars held since the last cross — a six-bar-old cross and a sixty-bar-old trend stop looking alike.
Histogram meter The current histogram scaled against the last hundred bars, tagged fade the moment it stops growing, so strength is read in context instead of as a raw number.
MACD meter Distance from the zero line, scaled the same way, with the header naming which side of zero the MACD is on.
Signal panel The Neuron panel on the price chart, one of nine anchors, scalable from 70% to 250% for any screen. Reads closed bars only.
Light & dark themes Two tuned palettes, not one palette dimmed. A sun/moon icon in the panel header switches between them live.
Alerts Signal cross and zero-line cross, each switchable on its own, by terminal popup, phone push notification or email. Evaluated on closed bars, once per bar.
Display switches Histogram, lines and dots can each be turned off, and both colour schemes can be reduced to a single colour, so the pane shows only what you use.
EA buffers The raw MACD and signal are exposed as plain numeric buffers that stay filled whatever the display switches are set to, readable with a single CopyBuffer call.

=== HOW TO READ IT ===

Start with the histogram colour, not its height. A bright bar above zero is buyers extending; a dark bar above zero is the same buyers running out of push while still ahead. That change of shade is the earliest thing the indicator gives you, and it arrives well before the histogram crosses zero or the lines cross each other.

The MACD line colour confirms it. While the line holds its bullish colour the fast average is still above the signal, and a run of darkening histogram bars under a still-bullish line is a move losing steam rather than reversing. When the dot prints, the relationship has actually changed, and the panel's bar count restarts from there.

Use the zero line for context rather than for signals. A bullish cross that happens below zero is a counter-trend bounce inside a weak market; the same cross above zero is a pullback ending inside a strong one. The panel names the side explicitly so you do not have to judge it by eye on a compressed pane.

In multi-timeframe mode, read the panel's timeframe chip first. A higher-timeframe MACD holds one value across all the chart bars inside each of its own bars, so the line steps rather than curves and the histogram bars repeat — that is the higher timeframe speaking, not a fault.

=== INPUTS ===

Setting Default What it does
Timeframe
Use current chart resolution true Calculate on the chart's own timeframe. Uncheck to borrow another one.
Different timeframe H1 The timeframe to calculate on when the box above is unchecked.
Calculation
Fast EMA length 12 The faster of the two exponential averages.
Slow EMA length 26 The slower average. Must be larger than the fast one.
Signal SMA length 9 Simple moving average of the MACD, giving the signal line.
History bars to process 5000 How far back to calculate and draw. 0 processes all available history.
Display
Show MacD and signal line true Draw the two lines. Off leaves the histogram alone in the pane.
Show dots when MacD crosses signal true Print a dot on the signal line at every cross.
Show histogram true Draw the histogram.
Change MacD line colour on signal cross true Colour the line by its position against the signal. Off draws it in a single colour.
MacD histogram 4 colours true Off reduces the histogram to one neutral colour.
Dashboard
Show dashboard true Show the state, histogram and MACD panel on the price chart.
Dashboard position Bottom Left One of nine chart anchors.
Dark mode true Initial theme; the sun/moon icon in the header toggles it live.
Dashboard size % 100 70 to 250. Scales the whole panel — text, meters and padding together — for 4K screens or small laptops.
Alerts
Alert on MacD / signal cross true Fire on the bar the lines cross, naming the direction.
Alert on MacD zero-line cross false Fire when the MACD changes side of zero.
Terminal popup alert true Popup in the terminal.
Push notification to phone false Mirror alerts to the MetaTrader app.
Email alert false Mirror alerts to the email configured in the terminal.
Colours
Histogram: above zero, rising / falling Aqua / Blue Momentum extending, then fading, above the zero line.
Histogram: below zero, falling / rising Red / Maroon Momentum extending, then fading, below the zero line.
Histogram: unchanged Yellow A bar identical to the one before it, which is common in multi-timeframe mode.
Histogram: single-colour mode Gray Used when the four-colour switch is off.
MacD line above / below signal Lime / Red The two line colours, also used for the cross dots.
Signal line Yellow The signal line colour.
Zero line White The solid level through the middle of the pane.
Cross dot symbol 159 Wingdings character code for the cross marker.

Fixed internals, not exposed as inputs: both averages are seeded from the first available bar, the signal is a simple average of the MACD, the panel meters scale against the last hundred bars, and higher-timeframe data is read up to twenty thousand bars back.

=== GOOD TO KNOW ===

  • Closed bars are final — on the chart's own timeframe, a bar's value, colour and dot are fixed once it closes and are never redrawn. The forming bar updates live as price moves, exactly as on any oscillator, so read signals from the close if you want confirmed readings only. The panel ignores the forming bar entirely.
  • Multi-timeframe behaves like every MTF tool — while a higher-timeframe bar is still forming, its value moves, and the chart bars inside it hold whatever it read as they closed. Reloading the chart recalculates them from the completed higher-timeframe bar, so a reloaded chart can differ from what you watched live. This is inherent to reading one timeframe on another, and the panel names the timeframe so it is never a surprise.
  • Indicator, not an EA — Neuron MacD analyses and draws. It does not place, modify or close orders, and it makes no forecast of price. The decision, the risk and the sizing are yours.
  • Alerts behave — each event is evaluated once per closed bar and never fires twice for the same bar, loading history never produces a burst of stale alerts, and everything is muted inside the Strategy Tester and during optimization.
  • For EA developers — buffer 0 is the histogram, 2 the MACD line, 4 the signal, and buffers 7 and 8 carry the raw MACD and signal. The raw pair stays filled no matter which display switches are off, so an EA is never starved by a cosmetic setting. All are readable with iCustom and CopyBuffer.
  • Platform — MetaTrader 5, any symbol and any timeframe. The oscillator plots in its own sub-window; the panel is drawn through the built-in Canvas on the price chart. No DLLs, no file access, no network calls.
  • Light & dark — one click re-themes the panel, each mode with its own palette rather than a dimmed copy of the other. Every plot colour is a separate input, so the pane can be matched to any chart scheme.
Prodotti consigliati
TriYep Indicador
Miguel Jose Yepez
Indicador TriYep v1.02 – Más del 70% de señales precisas Indicador TriYep v1.02 – Más del 70% de señales precisas Presentación El indicador TriYep v1.02 se creó con un único propósito: ofrecer señales totalmente fiables. Esta versión gratuita está calibrada y optimizada específicamente para el par USD/JPY en el marco temporal M15 , donde su lógica alcanza su máximo rendimiento. Mientras que otros indicadores inundan tu gráfico con señales falsas y te hacen perder operación tras operación, hemos
FREE
Trend Quorum MT5
Kestutis Balciunas
5 (2)
Trend Quorum   è un indicatore adattivo di trend following che combina un motore SuperTrend dinamico con un Indice di Qualità del Trend (TQI) proprietario e 3 filtri di confluenza opzionali. I segnali si attivano solo quando un numero sufficiente di fattori indipendenti "votano" in accordo — come un quorum. Vedi la versione MT5 su:  Trend Quorum MT5 Vedi altri prodotti su:   Tutti i Pro dotti Per esempi live e nuovi strumenti, visita il mio profilo e invia una richiesta di amicizia per non perde
FREE
Panel Indicator For MT5 Panel Indicator For MT5 è un indicatore visivo progettato per MetaTrader 5 che integra in un unico pannello compatto tutte le informazioni essenziali sullo spread e sulle sessioni di mercato. Posizionato direttamente sul grafico, fornisce al trader una lettura immediata e aggiornata in tempo reale senza la necessità di aprire finestre aggiuntive o consultare fonti esterne. Monitoraggio dello spread in tempo reale Il pannello visualizza in maniera continua il valore corren
FREE
Stamina HUD
Michele Todesco
STAMINA HUD – Advanced Market & Trend Dashboard (MT5) STAMINA HUD   is a professional   market information panel   designed for traders who want   clarity, speed, and control   directly on the chart. It provides a   clean heads-up display (HUD)   with essential market data and   multi-timeframe trend direction , without cluttering the chart or generating trading signals. What STAMINA HUD Shows   Current Price   Spread (in real pips)   Today High–Low range (pips)   Average D
FREE
Friend of the Trend: Your Trend Tracker Master the market with Friend of the Trend , the indicator that simplifies trend analysis and helps you identify the best moments to buy, sell, or wait. With an intuitive and visually striking design, Friend of the Trend analyzes price movements and delivers signals through a colorful histogram: Green Bars : Signal an uptrend, indicating buying opportunities. Red Bars : Alert to a downtrend, suggesting potential selling points. Orange Bars : Represent cons
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
Il CV MACD Indicator è un indicatore professionale di momentum progettato per analizzare forza del trend, direzione del mercato e possibili inversioni. Grazie alla combinazione tra linea MACD, linea di segnale e istogramma, l’indicatore aiuta a identificare movimenti di mercato e setup operativi di alta qualità. Funzionalità: Analisi precisa del momentum MACD Individuazione anticipata dei cambi di trend Istogramma chiaro per valutare la forza del mercato Parametri Fast, Slow e Signal personalizz
FREE
SuperTrend for MT5
Ulises Calderon Bautista
4.44 (9)
Il popolare indicatore "SuperTrend" è uno strumento di analisi tecnica che aiuta a identificare la direzione di un trend e i possibili punti di ingresso o uscita nei mercati finanziari. L'indicatore si basa sulla Media dell'Intervallo Effettivo (ATR), che misura la volatilità del mercato in base agli intervalli di prezzo. È gratuito su altre piattaforme e qui non c'è motivo per cui non dovrebbe esserlo! Viene comunemente utilizzato in tre modi: Per identificare il trend attuale: quando il prezzo
FREE
Basic Theme Builder MT5
Mehran Sepah Mansoor
5 (2)
Basic Theme Builder: Semplifica la Personalizzazione del Tuo Grafico Trasforma la tua esperienza di trading con l'indicatore Basic Theme Builder , uno strumento versatile progettato per semplificare la personalizzazione dell'aspetto del tuo grafico su MetaTrader 5 . Questo indicatore intuitivo offre un pannello facile da usare che ti consente di passare senza sforzo tra vari temi e schemi di colore, migliorando sia l'aspetto visivo che la funzionalità del tuo ambiente di trading. Free MT4 versi
FREE
Line Master
Ahmad Bin Fawzi Bin Al-akhdar Al-fazai
Line Master – Trend Lines & Direction Arrows Line Master is a professional trend indicator for MetaTrader 5. It helps traders identify market direction by combining fast and slow trend lines and generating arrows at trend change points. Features: Slow Trend Line: Represents the overall market trend. Fast Trend Line: Responds quickly to short-term price changes. Color-Coded Lines: Uptrend: DodgerBlue Downtrend: Crimson Trend Arrows: Signals appear when the trend changes. Adjustable Inputs: Fast l
FREE
As traders, we all know that risk management is the most important aspect of profitable trading. So, we need to determine the lot size, every time we need to open a new trade. The FX lot size calculator is a simple tool that will help you to determine your lot size easily without using any third-party service but you will be able to do that by your MetaTrader terminal. LIMITED TIME OFFER: 30$ FOR 10 ACTIVATION. Inputs: Maximum_Risk_Prc: To determine your preferred risk%. For example, if your ris
FREE
Market Time
Kaan Caliskan
3 (1)
MarketTime - Orologio Multi-Fuso Orario e Indicatore di Sessioni Professionale Non Perdere Mai Più una Sessione di Trading - Monitora gli Orari del Mercato Globale in Tempo Reale MarketTime è un indicatore di livello professionale che visualizza più fusi orari, countdown di sessioni live e zone di sessioni di trading visive direttamente sui tuoi grafici MetaTrader 5. Nel trading forex, il timing è tutto - sapere quando i principali centri finanziari sono attivi e quando le sessioni si sovrappong
FREE
DC Indicator
Lamont Simone Reynecke
The donchian channel indicator might just be the best fit for you Trading in derivative products such as futures, options, CFD's, forex and certificates contains significant risk. These products are not suitable for every investor. Investors could potentially lose all or more than the original investment. If anything, only money equal to personal risk capital should be used and can be lost without jeopardizing financial security or lifestyle. Partially or fully automated trading programs can
FREE
Have you ever wondered which currency is the strongest at any particular time? Or which currency pair is trending the most. Well, the currency strength meter helps with just that.  It compares  USD ,  EUR ,  AUD ,  CHF ,  GBP ,  CAD  and  NZD  depending on the timeline you have chosen in settings, and ranks them on the number of pips each has moved compared to the rest. N/B: All currency charts of the above pairs must have loaded. You can do this by highlighting all major and minor currencies in
FREE
Lot Calculator MT5
Ibrahim Olalekan Ganiu
CALCOLA IL TUO LOTTO PROPRIO QUI SU METATRADER!!! Ciao trader. Siete trader orientati alla gestione del rischio? Se sì, allora questo è per voi. Mi chiamo Ibrahim e ho sviluppato uno strumento che può aiutarvi a calcolare il vostro lotto in base alla percentuale di rischio rispetto al saldo del vostro conto. Questo strumento può anche aiutarvi a calcolare il vostro lotto se avete un valore assoluto che desiderate rischiare, invece di specificare il rischio in percentuale. Ad esempio, potete sp
FREE
Strifor Lot Calculator — indicatore per MetaTrader 5 che aiuta i trader a calcolare la dimensione ottimale del lotto in base a rischio e stop-loss impostati. Permette un trading più consapevole, gestione del rischio e risparmio di tempo nei calcoli manuali. Vantaggi Controllo preciso del rischio — calcolo automatico del lotto in base alla percentuale di rischio scelta Due modalità — inserimento manuale o calcolo tramite linee sul grafico Supporta strumenti popolari — coppie di valute, oro (XAUUS
FREE
Enhanced Volume Profile: The Ultimate Order Flow & Liquidity Analysis Tool Overview Enhanced Volume Profile is an indicator for MetaTrader 5 that displays the traded volume at specific price levels over a defined period. It separates the total volume into buy and sell components, presenting them as a side-by-side histogram on the chart. This allows users to observe the volume distribution and the proportion of buy and sell volumes at each price level. Graphics Rendering The indicator uses the
FREE
Price Momentum
Flavio Javier Jarabeck
4.92 (12)
Value Chart indicator presents the Price evolution in a new form. This indicator, Price Momentum , was developed taking all the calculations presented in the book " Dynamic Trading Indicators " by Mark W. Helweg and David Stendahl (2002). The technique involves de-trended Prices from a user-defined Period of analysis and the addition of a Volatility index correction. The result is an Oscillator with 3 zones: Fair Price Value, Overbought/Oversold and Extremely Overbought/Oversold zones. Adding th
FREE
Calmer chart context, kept practical Northstar Flow Candles MT5 is a chart-window indicator that presents Heikin Ashi candles with a five-state trend context. It is designed for traders who want a quieter view of price while keeping the native chart available as an optional reference. Visual-only indicator: Northstar Flow Candles MT5 does not place trades and does not send popup, push, or email notifications. What appears on the chart Five candle states: strong bullish, bullish, balanced, bearis
FREE
Ultimate MACD MTF Pro è una versione potente e aggiornata del classico MACD, riprogettata per il trading moderno. Questo indicatore offre MACD Multi-Timeframe (MTF), colori dinamici dell'istogramma, marcatori di segnale incrociato e cambi intelligenti di colore della linea basati sul momentum. Costruito per i trader che desiderano segnali puliti, rilevamento precoce del trend e chiarezza visiva di livello professionale. Caratteristiche Chiave MACD Multi-Timeframe (MTF) Passa facilmente dal
FREE
Automatic Trendlines
Pasi Hakamaki
4.68 (50)
The indicator draws trendlines on chart. This indicator has six inputs. User can specify alternative labels for both lines. If multiple instances of the indicator are used, the labels must differ. User can set width and color of the lines and depth which specifies what significant peaks should be used. For example, Depth=10 sets trendlines using the current peaks and valleys that have at least 10 bars to the right and to the left and that have highs/lows less/greater than the peak's high/low. In
FREE
The idea behind this indicator is to find all currency pairs that are over-bought or over-sold according to the RSI indicator at one go. The RSI uses the default period of 14 (this can be changed in the settings) and scans all symbols to find the RSI level you will have specified. Once currency pairs that meet the specification are found, the indicator will open those charts for you incase those charts aren't open and proceed to write the full list of currencies on the experts tab.
FREE
LT Donchian Channel
Thiago Duarte
4.86 (7)
Donchian Channel is an indicator created by Richard Donchian. It is formed by taking the highest high and the lowest low of the last specified period in candles. The area between high and low is the channel for the chosen period. Its configuration is simple. It is possible to have the average between the upper and lower lines, plus you have alerts when price hits one side. If you have any questions or find any bugs, please contact me. Enjoy!
FREE
Live Sup Res MT5
Claudia Ramona Angerer
4.89 (9)
Identification of support and resistance areas A useful indicator for traders completely free Can be used in all symbols Can be used in all time frames It has three different trends: short term, medium term, long term Settings: Clr1,2: You can change the color of the lines Type Trend: You can determine the trend Message me for questions, criticism and suggestions
FREE
Kiwi Multi Pairs Indicator MT5 v1.01 Kiwi Multi Pairs Indicator MT5 is a multi-market and multi-timeframe confirmation dashboard for MetaTrader 5. Instead of opening many charts and checking indicators individually, Kiwi Multi Pairs Indicator brings 9 markets, 5 technical indicators and 7 timeframes together in one easy-to-read dashboard. The indicator is designed to help traders quickly identify bullish, bearish and mixed market conditions and compare confirmation across different symbols and t
FREE
TradeVision Pro
Ian Nganga Comba
TradeVisonPro Forex Analyzer Pro Dashboard di analisi e monitoraggio dei conti di trading MT5 TradeVisonPro Forex Analyzer Pro è una soluzione di analisi del trading e monitoraggio dei conti progettata per gli utenti di MetaTrader 5. Il prodotto organizza i dati di trading MT5 in una dashboard web strutturata, consentendo ai trader di visualizzare le informazioni del conto, monitorare le posizioni aperte, analizzare lo storico delle operazioni, seguire le strategie, mantenere un diario di tradin
FREE
Session Range Boxes
Krzysztof Karleszko
1. What Is SessionsScope? SessionsScope is a professional trading indicator for MetaTrader 5 that maps every major trading session directly onto your chart — and tells you, at a glance, exactly where each session started, ended, and how far price moved inside it. Every day the forex market moves through four distinct windows: Asia, Frankfurt, London, and New York. Each session has its own character, its own range, and its own relationship to the sessions that came before it. The high of the A
FREE
Key Price Levels MT5
Wafa Mohammed Omar Abou Alwafa
5 (3)
Key Price Levels Indicator Indicator that shows the highs and lows for the significant price levels for past periods that could be potentially considered as reaction levels. The indicator displays the following price levels: Yesterday high and low The day before yesterday high and low Two days back high and low Last week high and low Last month high and low Last three month high and low (Quarter) Last year high and low
FREE
Rainbow MT5
Jamal El Alama
4 (1)
Description : Rainbow MT5 is a technical indicator based on Moving Average with period 34 and very easy to use. When price crosses above MA and MA changes color to green, then this is a signal to buy. When price crosses below MA and MA changes color to red, then this is a signal to sell. The Expert advisor ( Rainbow EA MT5 ) based on Rainbow MT5 indicator is now available here . MT4 version is available here .
FREE
Double Correlation indicator (free) plots two windowed correlations in a separate window.  the size of window is taken as input before the two symbols to correlate to. Two symbols are taken as an input parameters as well as period length. and the two correlations are computed with the currently shown symbol ex: input GBPJPY and AUDNZD.  current symbol EURUSD then the following will be computed corr(EURUSD,GBPJPY) and corr(EURUSD,AUDNZD) The indicator can be useful to run a multi-symbol pair trad
FREE
Gli utenti di questo prodotto hanno anche acquistato
Questo prodotto è stato aggiornato per il mercato 2026 e ottimizzato per le ultime build di MT5. AVVISO DI AGGIORNAMENTO PREZZO: Smart Trend Trading System è attualmente disponibile a $99 . Il prezzo aumenterà a $199 dopo i prossimi 30 acquisti . OFFERTA SPECIALE: Dopo aver acquistato Smart Trend Trading System, inviami un messaggio privato per ricevere Smart Universal EA GRATIS e trasformare i tuoi segnali Smart Trend in operazioni automatiche. Smart Trend Trading System è un sistema di tradin
Trend Sniper X
Sarvarbek Abduvoxobov
5 (11)
Trend Sniper X è un indicatore di trend following multi-timeframe per MetaTrader 5 che aiuta i trader a identificare la direzione del trend e i potenziali punti di inversione con chiarezza e precisione. Informazioni sul prezzo: Il prezzo attuale è promozionale ed è soggetto a modifiche con il rilascio di futuri aggiornamenti e nuove funzionalità. Canale Code2Profit Domina il mercato con l'analisi multi-timeframe! Come massimizzare il tuo win rate con Trend Sniper X: Regole chiave e consigli sull
Neuro Poseidon MT5
Daria Rezueva
4.85 (54)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
Welcome to ENTRY IN THE ZONE AND SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading opp
SuperScalp Pro
Van Minh Nguyen
4.63 (32)
SuperScalp Pro –  Sistema Professionale di Scalping con Confluenza Multilivello SuperScalp Pro è un sistema professionale di scalping con confluenza multilivello, progettato per aiutare i trader a individuare opportunità con una probabilità più elevata grazie a conferme di ingresso più chiare, livelli di Stop Loss e Take Profit basati sull'ATR e un filtro flessibile dei segnali per XAUUSD, BTCUSD e le principali coppie Forex. La documentazione completa è disponibile nel blog del prodotto: [User
Divergence Bomber
Ihor Otkydach
4.89 (94)
Di tanto in tanto faccio trading con questo sistema personalmente. Dai un'occhiata al mio trading manuale con BOMBER su un conto reale - LIVE SIGNAL 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 configur
Cominciamo con la verità. Nessun indicatore da solo ti renderà profittevole. Se qualcuno ti dice il contrario, ti sta vendendo un sogno. Qualsiasi indicatore che mostra frecce perfette di acquisto/vendita può essere reso impeccabile — basta ingrandire la giusta sezione della storia e catturare solo i trade vincenti. Noi non lo facciamo.  SMC Intraday Formula è uno strumento. Legge la struttura del mercato per te, identifica le zone a più alta probabilità e ti mostra esattamente come appare la t
Zoryk Gold
Reda El Koutbane
5 (6)
ZORYK — Sistema avanzato di segnali XAUUSD per MetaTrader 5 Conosci sicuramente questa sensazione. Passi molto tempo ad analizzare l’oro. Aspetti il punto d’ingresso corretto. Finalmente apri l’operazione e il prezzo inizia immediatamente a muoversi contro di te. Chiudi troppo presto, sposti lo Stop Loss o esiti per alcuni secondi. Successivamente il mercato raggiunge esattamente l’obiettivo che avevi previsto inizialmente, ma senza di te nella posizione. Il problema non era sempre la direzione.
Atomic Analyst MT5
Issam Kassas
4.44 (54)
Questo prodotto è stato aggiornato per il mercato 2026 e ottimizzato per le ultime build di MT5. AVVISO DI AGGIORNAMENTO PREZZO: Atomic Analyst è attualmente disponibile a $99 . Il prezzo aumenterà a $199 dopo i prossimi 30 acquisti . OFFERTA SPECIALE: Dopo aver acquistato Atomic Analyst, inviami un messaggio privato per ricevere Smart Universal EA GRATIS e trasformare i tuoi segnali Atomic Analyst in operazioni automatiche. Atomic Analyst è un indicatore di trading Price Action non-repainting
GoldenX Entry MT5
Kareem Abbas
5 (16)
GoldenX Entry è un indicatore per MT5 con un algoritmo adattivo Smart Entry Trend, un sistema di scoring dei segnali, un rilevatore del regime di mercato e un filtro di volatilità. Ogni segnale include un livello di ingresso calcolato, tre livelli di Take-Profit (TP1, TP2, TP3) e un livello di Stop-Loss. È costruito su più livelli analitici progettati per adattarsi a diverse condizioni di mercato, combinando un sistema analitico multilivello con un ottimizzatore integrato e un sistema di traccia
La leggenda ritorna: Entry Points Pro 10. Il rilancio del leggendario indicatore che per 3 anni è rimasto nella Top-3 del MQL5 Market. Centinaia di recensioni entusiaste (589 su due versioni), migliaia di trader lo usano ogni giorno per operare, 31.000+ download della demo   MT4+MT5 . Ho letto ogni vostra recensione degli ultimi cinque anni — e invece di promesse ho inserito nella versione 10 le risposte. Dall'autore che opera sui mercati dal 1999 e tiene all'onestà, alla propria reputazione e a
M1 Sniper MT5
Oleg Rodin
5 (6)
M1 SNIPER   è un sistema di indicatori di trading facile da usare. Si tratta di un indicatore a freccia progettato per l'intervallo temporale M1. L'indicatore può essere utilizzato come sistema autonomo per lo scalping sull'intervallo temporale M1 e come parte del tuo sistema di trading esistente. Sebbene questo sistema di trading sia stato progettato specificamente per il trading sull'intervallo temporale M1, può comunque essere utilizzato anche con altri intervalli temporali. Inizialmente ho p
Gold Entry Sniper
Tahir Mehmood
5 (19)
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
Superhero
Ihor Otkydach
5 (2)
L'indicatore SUPERHERO è un sistema di trading multivaluta progettato secondo un approccio "all-inclusive". L'indicatore analizza autonomamente il mercato e fornisce segnali su quando aprire e chiudere le posizioni. Utilizza ordini Stop Loss e Take Profit. Il rapporto R:R è 1:1. Di tanto in tanto, opero personalmente in base ai segnali di questo sistema, ed ecco i risultati che ottengo: SEGNALE IN TEMPO REALE Questo sistema è in grado di inviare notifiche push sul tuo smartphone, consentendoti d
L'indicatore UZFX {SSS} Scalping Smart Signals v4.0 MT5 è un indicatore di trading ad alte prestazioni che non subisce ripaint, progettato per scalper, day trader e swing trader che necessitano di segnali accurati e in tempo reale in mercati in rapida evoluzione. Sviluppato da (UZFX-LABS), questo indicatore combina l’analisi dell’azione dei prezzi, la conferma del trend e il filtraggio intelligente per generare segnali di acquisto e vendita ad alta probabilità, segnali di allerta e opportunità d
FiboSniper Pro
Van Minh Nguyen
5 (2)
FiboSniper Pro – Sistema Professionale di Trading Fibonacci Grid con Multi-Filtro FiboSniper Pro è un sistema avanzato di indicatori tecnici di trading che combina le Fibonacci Envelopes con diversi livelli di conferma del mercato, tra cui ADX, EMA, RSI, ATR e filtri temporali. Combinando l’analisi della struttura dei prezzi, del trend, del momentum e della volatilità, aiuta i trader a individuare opportunità di ingresso più selettive e di maggiore qualità, fornendo al contempo livelli automatic
Axiom Matrix
Issam Kassas
5 (6)
AXIOM MATRIX MT5 PREZZO DI LANCIO: $99 Axiom Matrix è disponibile al prezzo di lancio di $99. Il prezzo aumenterà a $199 dopo i primi 30 acquisti. Dopo il tuo acquisto, inviami un messaggio diretto per ricevere le istruzioni e richiedere il tuo bonus regalo esclusivo. Axiom Matrix è uno scanner di mercato professionale multi-simbolo e multi-timeframe, oltre a un pannello decisionale per MetaTrader 5. Scansiona il tuo Market Watch, analizza più timeframe, legge più motori di evidenza, confronta l
Trend Catcher ind mt5
Ramil Minniakhmetov
5 (18)
INDICATORE TREND CATCHER L'indicatore Trend Catcher analizza i movimenti dei prezzi di mercato, utilizzando una combinazione di indicatori di analisi del trend proprietari dell'autore e personalizzati. Identifica la vera direzione del mercato filtrando il rumore a breve termine e concentrandosi sulla forza del momentum sottostante, sull'espansione della volatilità e sul comportamento della struttura dei prezzi. Utilizza inoltre una combinazione di indicatori personalizzati di smoothing e filtr
Gann Made Easy è un sistema di trading Forex professionale e facile da usare che si basa sui migliori principi del trading utilizzando la teoria di mr. WD Gann. L'indicatore fornisce segnali ACQUISTA e VENDI accurati, inclusi i livelli di Stop Loss e Take Profit. Puoi fare trading anche in movimento utilizzando le notifiche PUSH. CONTATTAMI DOPO L'ACQUISTO PER RICEVERE GRATUITAMENTE LE ISTRUZIONI DI TRADING E OTTIMI INDICATORI EXTRA! Probabilmente hai già sentito parlare molte volte dei metodi d
Power Candles MT5
Daniel Stein
5 (9)
Power Candles V3 - Indicatore di forza ad ottimizzazione automatica Power Candles V3 trasforma la forza delle valute e degli strumenti in un piano di trading attuabile su ogni grafico a cui è collegato. Invece di limitarsi a colorare le candele, esegue un'auto-ottimizzazione in tempo reale in background e ti fornisce i migliori valori di Stop Loss, Take Profit e soglia di segnale per il simbolo che hai davanti. Basta un clic per adottarlo nel trading live: i raggi di ingresso, Stop Loss e Take P
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (3)
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
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 Oracle Pro
Ottaviano De Cicco
5 (1)
The Oracle Pro: Synthetic Multi-Timeframe Bias Engine for MT5 ️ Summer Launch Offer — Get The Oracle Pro for USD 199 (early buyers). Price rises with traction; final price USD 399. The Oracle Pro is a premium multi-timeframe bias engine for MetaTrader 5, built for demanding and professional traders. It answers one question with discipline: what is the directional bias on each timeframe right now, how strong is it, and how much do the timeframes agree? Everything is computed on closed bars only
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. ️ Summer Sale
SkyHammer Signal Pro Indicatore professionale di segnali trend no-repaint con livelli Entry, SL e TP bloccati SkyHammer Signal Pro è un indicatore strutturato di trend e momentum, progettato per trader che desiderano segnali chiari, fissi e verificabili. Funziona al meglio su timeframe bassi, come M1 e M5 . L’indicatore non cerca di prevedere massimi o minimi del mercato. Attende invece una struttura di mercato confermata, una chiara direzione del trend, forza del momentum, volatilità sana e spa
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
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (6)
Un nuovo Re in città - Indicatore + Gestione ordini (TP1 + TP2 + TP3) + Invio opzionale di segnali Telegram INCLUSO (GRATIS) (SISTEMA COMPLETO DI TRADING e SEGNALI) Il nostro miglior EA per l’Oro: Gold Slayer Questo indicatore include una strategia avanzata, un sistema di trading con gestione ordini personalizzabile e un sistema mean reversion che combina estensioni di envelope, supportato da molteplici filtri intelligenti di conferma come RSI per individuare ingressi di inversione ad alta proba
Ace Trend
Mikhail Sergeev
5 (3)
Ti presentiamo un indicatore rivoluzionario che cambia le regole del gioco nel mondo del trading di tendenza. L'indicatore è progettato per ripensare le prestazioni e portare la tua esperienza di trading a livelli senza precedenti. Il nostro indicatore vanta una combinazione unica di funzionalità all'avanguardia che lo distinguono dalla concorrenza. La tecnologia avanzata "Real Pricing Factors" offre una sostenibilità senza pari anche nelle condizioni di mercato più difficili e volatili. Dì addi
Smc Pro ToolKit
Talal N Z Aljarusha
5 (10)
SMC PRO TOOLKIT — SMART MONEY ANALYSIS & STRUCTURED TRADE PLANNING SMC Pro ToolKit is a professional Smart Money Concepts analysis workspace for MetaTrader 5. It combines market structure, multi-timeframe analysis, institutional price zones, setup evaluation, confirmation tools, volume context, alerts, and risk planning inside one organized chart environment. One workspace. Multiple layers of confirmation. One structured trading plan. OPEN COMPLETE USER GUIDE MULTI-CONDITION SETUP ENGINE At
Quant Direction MT5
Georgios Kalomoiropoulos
Quant Direction è uno strumento di analisi di mercato 3D. Offre un'analisi di mercato perfettamente oggettiva, basata su algoritmi, calcolando con precisione le deviazioni percentuali su diversi parametri. Sviluppato utilizzando strumenti di modellazione avanzati basati sull'intelligenza artificiale e rigorosamente testato, questo algoritmo analizza il mercato con una precisione senza pari. È possibile analizzare qualsiasi coppia di valute o strumento finanziario sulla piattaforma. Che si pratic
Altri dall’autore
Cardwell Range
Muhammad Hassaan
Cardwell Range Analyze reads trend from the range the RSI holds, not from a fixed overbought or oversold line. Andrew Cardwell's observation was that in a genuine uptrend the RSI oscillates inside a higher band and rarely breaks below it, while in a downtrend it works a lower band and rarely breaks above — so the band the RSI is respecting is itself the trend signal. This indicator turns that reading into a confirmed regime, colours the chart by it, and projects a full ATR trade the moment the r
Breakout Target
Muhammad Hassaan
NeuronBreakout identifies volatility compression before the market expands. It waits for price to contract, anchors a breakout range to the most recent confirmed swing, tracks that range until price closes beyond it, then projects a complete trade with entry, ATR-based stop loss, and three R-multiple profit targets. Every completed breakout remains frozen on the chart, allowing you to review past setups exactly as they formed. It is an indicator for chart analysis only: it draws on the chart, it
SMC Flow Cloud
Muhammad Hassaan
SMF Cloud is a clean, lightweight chart indicator that visualizes directional market flow using an adaptive trend “cloud”, dynamic volatility bands, retest markers, and a TradingView-style strength gauge. It is designed for fast decision-making: identify trend shifts, measure trend strength, and spot pullback/retest opportunities at a glance. Key Features Smart Money Flow Trend Cloud Smooth trend baseline (EMA or ALMA) with optional additional smoothing. Clear bullish/bearish flow visualization
NeuronLiquidity is a chart-overlay indicator for MetaTrader 5 from Neuron Systems that maps where liquidity rests and marks the exact bar where it is taken. It is an indicator only: it draws on your chart and raises alerts. It does not place trades, it does not send buy or sell orders, and it does not manage positions or accounts. Native MQL5, no DLLs, no external dependencies. Works on any symbol (forex, gold and metals, indices, crypto) and any timeframe. === HOW IT FINDS LIQUIDITY POOLS === A
Chandelier Exit PRO A precise and reliable trend-following indicator for MetaTrader 5 Chandelier Exit PRO is a professionally engineered implementation of the Chandelier Exit indicator, designed to closely match the original version in both logic and signal behavior. It provides clear trend direction, dynamic stop levels, and well-timed reversal signals, making it suitable for traders who require consistency and accuracy in their decision-making. Core Features Accurate Logic This indicator repli
FREE
SuperTrend V
Muhammad Hassaan
*This is TradingView indicator converted to mql4* The SuperTrend V indicator is a popular technical analysis tool used to identify trends and potential trend reversals in financial markets. It is based on the concept of the SuperTrend indicator but incorporates additional features and variations. The SuperTrend V indicator uses a combination of price action and volatility to determine the trend direction and generate trading signals. Here are the key components and features of the indicator: Ca
FREE
Dashpro Reborn
Muhammad Hassaan
Trade. Allows you to perform basic trading operations in one click directly from the chart. Trading operations: Open Buy and Sell market positions with one click. Specify lot size manually before opening a trade. Set Stop Loss and Take Profit as price levels . Stop Loss and Take Profit are automatically initialized at a fixed distance from the current market price (default: ±50 pips , symbol-aware). Fully supports Forex, Metals (XAUUSD), Indices, and other MT5 symbols with correct price formatti
FREE
Trend Magicc
Muhammad Hassaan
*This is tradingview indicator converted to mql5* The Trend Magic Indicator is a popular technical analysis tool used to identify the direction of a market trend and potential trend reversals. It is a versatile indicator that can be applied to various financial instruments and timeframes. The Trend Magic Indicator consists of a combination of moving averages and a volatility-based filter. It aims to smooth out price fluctuations and provide a clearer visualization of the underlying trend. Here
FREE
*This is tradingview indicator converted to mql4* The CM Slingshot System Indicator is a trading tool that aims to identify potential trade setups based on market volatility and price action. It is designed to help traders spot entry and exit points in trending markets. The CM Slingshot System Indicator combines multiple indicators and techniques to generate trading signals. Here are the key features and components of the indicator: Bollinger Bands: The indicator incorporates Bollinger Bands, w
*This is tradingview indicator converted to mql4* The Chandelier Exit Indicator is a popular technical analysis tool developed by Chuck LeBeau. It is designed to help traders identify potential exit points for their trades based on market volatility and the concept of trailing stops. The Chandelier Exit Indicator consists of three main components: Average True Range (ATR): The indicator utilizes the Average True Range, which measures market volatility. The ATR calculates the average range betwe
UT bot alerts
Muhammad Hassaan
*This is tradingview bot converted to mql4* The UT Bot Alert Indicator is an advanced technical analysis tool designed to help traders optimize their trading performance. This innovative indicator is based on the proven UT Bot system, which utilizes multiple indicators to deliver accurate signals that can help traders make better decisions. The UT Bot Alert Indicator provides a range of features that can help you stay on top of market trends and capitalize on opportunities. Here are some of its
UT bot alert
Muhammad Hassaan
UT Bot Alerts is a technical indicator for MetaTrader 5 that highlights potential directional changes based on momentum conditions. The indicator marks signal points directly on the chart and can generate optional notifications for convenience. The signal generation logic can operate in two modes: Closed-bar mode: signals are confirmed only after the bar closes. Live-bar mode: signals are displayed during the formation of the current bar. Both modes are available depending on the user's preferr
HA Market Bias
Muhammad Hassaan
*This is trading view indicator converted in mql5* The HA Market Bias Indicator is a popular tool used in trading and technical analysis, designed to help traders identify market bias and potential trend reversals. It is commonly used in conjunction with candlestick charts and provides valuable insights into market sentiment. The indicator is based on the Heiken Ashi (HA) candlestick charting technique, which aims to filter out market noise and provide a smoother representation of price action.
The trendlines with breaks indicator return pivot point based trendlines with highlighted breakouts. Users can control the steepness of the trendlines as well as their slope calculation method. Trendline breakouts occur in real-time and are not subject to backpainting. Trendlines can however be subject to repainting unless turned off from the user settings. The indicator includes integrated alerts for trendline breakouts. Any valid trendlines methodology can be used with the indicator, users
AI Range Breaker
Muhammad Hassaan
Note: Kindly inbox me for setfile AI Range Breaker watches a time window you choose each day, marks that session’s high and low , then automatically places pending buy/sell orders just outside the range. If price breaks out, the EA manages the trade with breakeven, candle-based trailing, optional partial close, and a single scale-in once price moves in your favor. If nothing happens, the pending orders are removed after a set number of candles—keeping your chart and account clean. Best use Work
This indicator builds a Pivot Anchored Volume Profile (VAP/VPOC approximation using tick volume) and automatically splits the profile into pivot-to-pivot segments , giving you a clean, TradingView-like view of where volume concentrated during each swing. It draws a horizontal histogram for every segment and highlights the Value Area and key levels, making it easy to spot acceptance/rejection zones, high-volume nodes, and potential support/resistance. Key Features Segmented Volume Profile (Pivot-
Neuron Scanner
Muhammad Hassaan
NeuronScanner - Multi-Symbol Multi-Timeframe Confluence Scanner for MetaTrader 5 NeuronScanner is an on-chart scanner and dashboard for MetaTrader 5. It shows a colour-coded grid of confluence scores across many symbols and timeframes on one panel, so you can review a whole watchlist at once. Works on any symbol: forex, metals, gold, indices and crypto. HOW IT WORKS For every symbol and timeframe in the grid, NeuronScanner reads eight indicators and turns each into a simple vote - bullish, be
NeuronStructure reads market structure the way a desk does and labels every event on the exact closed bar that confirmed it, so what you see now is what you would have seen then. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. It is the market-structure companion to NeuronLiquidity, built to sit alongside it: structure tells you the framework and bias, liquidity te
Neuron Sessions
Muhammad Hassaan
NeuronSessions maps the four trading sessions, Sydney, Tokyo, London and New York, directly on your chart and keeps the read honest: a completed session is frozen and never redrawn, only the live one develops. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. It is the sessions companion to NeuronLiquidity and NeuronStructure, and is built to sit alongside them: stru
NeuronSniper is a complete ICT (Inner Circle Trader / smart-money) workspace and setup engine for MetaTrader 5 from Neuron Systems. It maps the whole picture, market structure, liquidity, order blocks, fair value gaps and premium/discount, and then marks one strict, high-quality reversal setup with a fixed risk:reward plan. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or acc
Neuron Flow SMC
Muhammad Hassaan
NeuronFlow is a smart-money trend-continuation toolkit for MetaTrader 5 from Neuron Systems. It reads market structure and then, on every confirmed break, marks a continuation setup, a pullback into the fresh order block or fair value gap left by the move, in the direction of the trend, with a fixed risk:reward plan. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts.
NeuronTrend is a premium adaptive trend engine for MetaTrader 5 from Neuron Systems. It draws one clean, non-repainting baseline that colours the trend blue (up) or red (down), surrounds it with a translucent neon trend cloud, and reads the trend across timeframes in a live dashboard. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. Native MQL5, no DLLs, non-repaint
NeuronCloud is a premium moving-average cloud for MetaTrader 5 from Neuron Systems. A fast and a slow moving average fill a translucent neon cloud behind the candles and colour it blue (up) or red (down), while a multi-MA ribbon between them shows when a trend is fanning out or compressing into a squeeze. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. Native MQL5,
NeuronIchimoku is a premium Ichimoku Kinko Hyo indicator for MetaTrader 5 from Neuron Systems. It draws the full classic Ichimoku system, projects the cloud forward of price, and scores every Tenkan/Kijun cross with a transparent five-factor confidence engine so you can see, at a glance, which crosses agree with the bigger picture and which do not. It is an indicator for chart analysis only: it does not place, modify or close trades, it does not send orders, and it does not manage positions or a
NeuronQuant is a premium quant analytics indicator for MetaTrader 5 from Neuron Systems. It reads the chart with the kind of statistical tools common in quantitative analysis: a forward expected-move range, realized volatility, a market-regime read and a standardized z-score. It is an indicator for chart analysis only: it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. Native MQL5, no DLLs, non-repainting closed-bar logic. Works on a
NeuronPropGuard — prop-firm rule compliance & trade management for MT5 Most funded accounts are not lost on bad entries — they are lost on a single trade that crosses the daily-loss line or the max-drawdown floor. NeuronPropGuard keeps those rules in front of you in real time, sizes every trade against the room you actually have left, and can step in before a buffer is breached. It reads only your own MetaTrader 5 account — no external feed, no signals, no profit promises. It cannot guarantee co
NeuronDivergence — multi-oscillator confluence divergence engine for MT5 A single oscillator showing divergence is a hint; three agreeing at once is a setup. NeuronDivergence reads RSI, MACD and Stochastic together, finds regular and hidden divergence on each, and only marks a signal when enough of them agree — then scores that agreement 0–100 with a confidence engine and draws it on your chart with entry, stop and target levels, a command dashboard and alerts. It is non-repainting and closed-ba
NeuronCopier — a local MT5 trade copier that actually thinks Most copiers blindly mirror lots. NeuronCopier verifies the symbol by price, sizes each trade by risk, scores the master it is copying, protects the receiving account against prop-firm and drawdown breaches, and ships with a full on-chart trade manager. It mirrors trades from one MetaTrader 5 account to one or many others running on the same PC , instantly and reliably, through the shared terminal data folder. 100% native MQL5 — no DLL
NeuronReplay — replay each of your closed trades one by one, bar-by-bar, and analyze exactly what happened Your trade history is just a list of numbers. NeuronReplay turns it into film. It lists every closed trade in a dashboard; click any one and it re-plays that single trade candle-by-candle on its own chart , exactly like stepping through the MetaTrader 5 Strategy Tester — but scoped to a real trade you already took. You see the entry, the stop, the target and the exit drawn in, a floating P&
NeuronJournal - Trading Journal and Analytics Dashboard for MetaTrader 5 NeuronJournal reads your own MetaTrader 5 closed-trade history and presents it as an analytics dashboard inside the terminal. It shows your performance metrics, a calendar of daily results, a quant-style score of your trading, and a detailed breakdown of every trade and every day, with a built-in notes journal. It is an analytics and journaling tool only. It reads your account and draws. It does not give trading signals and
Filtro:
Nessuna recensione
Rispondi alla recensione