Neuron Squeeze Momentum

Neuron Squeeze reads the volatility cycle. Bollinger Bands contracting inside the Keltner Channels is the signature of a market storing energy; the bands pushing back outside is the signature of a market spending it. This indicator marks both states bar by bar on the zero line, drives a four-colour linear-regression momentum histogram that shows which side is in control and whether that control is building or bleeding away, and grades the depth of every coil on a panel so a shallow pause never reads like a real 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.

The squeeze itself is a well-known volatility method; what is added here is the grading, the state duration, the momentum meter and an alert engine that fires on the bar the coil releases rather than leaving you to watch for it. 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 ===

Two envelopes are measured over the same window, and they measure different things. The Bollinger Bands are built from the standard deviation of closing prices, so they widen when closes stray from their own mean. The Keltner Channels are built from average True Range, so they widen when bars themselves get tall. Comparing the two asks a precise question: is price oscillating in a band narrower than the size of recent bars would imply? When the answer is yes, the market is coiling.

That comparison produces three states, and every bar carries the marker for its own state. Squeeze ON means the Bollinger Bands sit entirely inside the Keltner Channels — compression, and the stand-by condition. Squeeze OFF means the bands have expanded back outside the channels — the coil has released. No squeeze means bands and channels are crossed and no clean reading exists.

Momentum is not price minus a moving average. Price is first detrended against the whole recent structure: the midpoint between the highest high and the lowest low of the window is averaged with the simple moving average of closes, and that composite centre is subtracted from the close. A least-squares regression is then fitted across the window of those detrended values and read at its endpoint. The result reacts to where price sits relative to both the extremes and the mean of its own range, and the regression endpoint smooths the series without the lag a moving average would add.

The histogram carries two facts in one colour. Above or below zero gives the side in control; bright or dark gives whether the reading is accelerating or fading. Because a bar dims as soon as momentum stops extending, the warning appears while the histogram is still on its own side of zero — before the cross, not after it.

The compression meter turns the yes/no squeeze into a number. It measures the Bollinger width against the Keltner width, so a coil that has collapsed to a third of the channel reads very differently from one that has just slipped inside it. Once the squeeze fires, the same meter flips to expansion and grades how far outside the channels the move has carried, so the reading stays live through the whole cycle instead of sitting at zero between coils.

The classic preset reproduces the rendering traders already know from the widely-used public implementation of this method, in which the Bollinger deviation is scaled by the Keltner multiplier. Switch it off and the Bollinger deviation input is used instead, giving a textbook 2.0 band. The preset is on by default so charts match what you are used to.

=== WHAT IS INCLUDED ===

Module What it does
Squeeze markers A marker on the zero line for every bar, coloured by state: squeeze on, squeeze off, or no reading. The run of markers is the coil, and its length is visible at a glance.
Momentum histogram Linear-regression momentum in four colours — above zero rising and fading, below zero falling and fading — so direction and the change in direction are read from one bar.
Compression meter Bollinger width measured against Keltner width and shown as a percentage with a bar. Grades how deep the coil is while it holds, then flips to expansion once it fires.
State & duration SQUEEZE ON, FIRED, EXPANDED or NEUTRAL with the number of bars the state has held. A twenty-bar coil and a three-bar pause stop looking alike.
Momentum meter The current histogram value scaled against the last hundred bars, tagged fade the moment acceleration stops, so strength is read in context rather than in absolute numbers.
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.
Adaptive markers Zero-line marker colours fit themselves to a light or dark chart background instead of vanishing into it, and follow along when the chart theme changes.
Alerts Squeeze release, squeeze start and momentum zero-cross, each switchable on its own, by terminal popup, phone push notification or email. Evaluated on closed bars, once per bar.
EA buffers Squeeze state and compression exposed as plain numeric buffers, readable by an Expert Advisor with a single CopyBuffer call.

=== HOW TO READ IT ===

While the squeeze markers hold, the market is coiling and nothing needs to be done. Read the compression percentage and the bar count together: a high reading held for many bars is a market that has wound tight, and those are the releases worth waiting for. A shallow reading that lasts three bars is a pause, not a setup.

The first bar whose marker changes from on to off is the release. The histogram at that moment gives the direction the market chose, and the momentum meter says how strong that choice is against the last hundred bars. A release into a bright, extending histogram is the market committing; a release into a dim histogram near the bottom of its own range is the coil leaking rather than breaking.

While the move runs, the histogram is the thing to watch. Bright bars mean momentum is still extending. The first dark bar is the first sign that it is not, and it appears before the histogram crosses zero — which is the entire reason the colour is split four ways instead of two.

The panel and every plotted value are read from the last closed bar, so what you see on a completed bar is what it will still show tomorrow.

=== INPUTS ===

Setting Default What it does
Calculation
Bollinger Bands period 20 Lookback for the Bollinger basis and its deviation. Higher gives fewer and broader squeezes.
Bollinger Bands deviation 2.0 Standard-deviation multiplier. Used only when the classic preset is off.
Keltner Channel period 20 Lookback for the channel midline, its range average, and the momentum regression window.
Keltner Channel multiplier 1.5 Range multiplier setting channel width. Lower makes the channels tighter and squeezes rarer.
Keltner uses True Range true True Range for the channel width; off uses plain high minus low, which ignores gaps.
Classic preset true Scales the Bollinger deviation by the Keltner multiplier, reproducing the familiar rendering of this method.
Dashboard
Show dashboard true Show the state, compression and momentum 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.
Appearance
Momentum above zero, rising Lime Bullish and accelerating.
Momentum above zero, falling Green Bullish but fading.
Momentum below zero, falling Red Bearish and accelerating.
Momentum below zero, rising Maroon Bearish but fading.
Marker: no squeeze Blue Bands and channels crossed.
Marker: squeeze ON White Compression active.
Marker: squeeze OFF Gray Compression released.
Histogram width 4 Thickness of the momentum bars, 1 to 5.
Marker width 2 Thickness of the zero-line markers, 1 to 5.
Marker symbol 251 Wingdings character code. 159 gives a dot, 89 gives a cross.
Auto-fit marker colour true Adapts marker colours to a light or dark chart background so they never disappear into it.
Alerts
Alert on squeeze release true Fire on the bar the coil releases, naming the momentum direction.
Alert on squeeze start false Fire when compression begins.
Alert on momentum zero-cross false Fire when the histogram changes side.
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.

Fixed internals, not exposed as inputs: the standard deviation is a population figure divided by N, the regression is read at its endpoint with no offset, the momentum meter scales against the last hundred bars, and a released squeeze reads as FIRED for five bars before settling to EXPANDED.

=== GOOD TO KNOW ===

  • Closed bars are final — once a bar closes, its histogram value, its colour and its marker are fixed 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.
  • Indicator, not an EA — Neuron Squeeze 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 4 carries the squeeze state (0 none, 1 on, 2 off) and buffer 5 the compression percentage, positive while the bands are inside the channels. Buffer 0 is momentum and buffer 1 its colour index. 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, and the zero-line markers fit themselves to your chart background independently.
  • Settings — the defaults of 20, 2.0, 20 and 1.5 are the standard values and a sound start on any instrument. Higher timeframes give fewer and cleaner coils; lower timeframes give more of them, and more noise with them.
Prodotti consigliati
Value Chart Candlesticks
Flavio Javier Jarabeck
4.57 (14)
The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach. It
FREE
Swing BOS Structure is a market structure indicator for MetaTrader 5. The indicator automatically detects: • Swing High (SH) • Swing Low (SL) • Break of Structure (BOS) • Change of Character (CHoCH) Swings are confirmed only after a defined number of candles, ensuring no repainting. BOS signals indicate trend continuation. CHoCH signals indicate a potential change in market structure and may appear less frequently depending on market conditions and timeframe. The indicator is lightweight, fa
FREE
SMC Analytics MT5
Lim Wei Liang
5 (34)
SMC All-in-One: Institutional Market Structure & Liquidity The SMC (Smart Money Concept) Analytics Indicator is a comprehensive tool designed to automate your price action analysis. Instead of manually drawing levels, this indicator provides real-time labeling of internal and swing market structures, high-probability order blocks, and liquidity zones. By identifying where institutional participants are likely placing orders, this indicator helps you find optimal Points of Interest (POI) for more
FREE
Certainly! Let me introduce you to a powerful tool for MetaTrader 5 (MT5) that can automatically identify and draw support and resistance (S&R) levels on your trading charts. This tool is called the “Support and Resistance Levels Guru” . Support Resistance Levels Guru  The Support & Resistance Indicator automatically displays essential S&R levels on your chart. These levels are crucial for technical analysis and are used by many traders. Resistance levels (zones) are shown in R ed , while suppo
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
Reversal Oscillator — Advanced Momentum Shift Detector Reversal Oscillator is a free indicator designed to highlight price zones that are statistically outside their normal movement patterns, helping traders anticipate potential turning points before they occur. Unlike traditional oscillators that react mainly to overbought/oversold conditions, this indicator applies third derivative analysis (the "acceleration of the acceleration" of price) calculated using two independent methods within a n
FREE
PROMETHEUS TECHNICAN VERSION Free | By THE SONS A gift from The Sons — no strings, no trial, no expiry. Every trader deserves access to professional-grade market intelligence. That belief is why Prometheus Technical Version exists, and why it costs nothing. Consider it our handshake to the trading community. What You're Getting This is not a simplified tool dressed up as a gift. Prometheus Technican Version is a fully built, institutional-quality technical analysis indicator running a dual-model
FREE
WH Price Wave Pattern MT5
Wissam Hussein
4.15 (13)
Benvenuto nel nostro   modello di ondata di prezzo   MT5 --(modello ABCD)-- Il modello ABCD è un modello di trading potente e ampiamente utilizzato nel mondo dell'analisi tecnica. È un modello di prezzo armonico che i trader utilizzano per identificare potenziali opportunità di acquisto e vendita sul mercato. Con il modello ABCD, i trader possono anticipare potenziali movimenti di prezzo e prendere decisioni informate su quando entrare e uscire dalle negoziazioni. Versione EA:   Price Wave EA
FREE
(Special New Year promotion - free price!) The indicator displays the actual 'Scale in points per bar' (identical to the manual setting in the Terminal, see screenshot) in the upper right corner of the chart. The displayed value changes INSTANTLY whenever the chart scale is changed! (This is very convenient when planning screenshots). In Settings: Change language (Russian/English), font size of the displayed text, text label offset coefficient from the graph corner, equally in X and Y directi
FREE
AliPivot Points is a Meta Trader 5 Indicator that draws you the latest pivot points. You can choose from timeframes ranging from 1 Minute to 1 Month. Calculation methods for pivot points includes: Classic Pivot Points Camarilla Pivot Points Fibonacci Pivot Points Woodie Pivot Points You can personalize the line colors, style, and width to suit your preference. The indicator displays values on the right side of the chart. AliPivot Points values can also be utilized by developers for creating Expe
FREE
Supply & Demand Zones with Smart Filters (MQL5) This indicator detects high-probability supply and demand zones using a multi-step Smart Money Concept (SMC) approach, specifically optimized for the MetaTrader 5 platform. Core Logic Liquidity Sweep Detection: Identifies when price sweeps above a pivot high (supply setup) or below a pivot low (demand setup), capturing liquidity grabs by institutional traders. Displacement Confirmation: Requires a strong displacement candle (measured by ATR a
FREE
This is  RSI with alarm and push notification  -is a indicator based on the popular Relative Strength Index (RSI) indicator with Moving Average and you can use it in Forex, Crypto, Traditional, Indices, Commodities. You can change colors to see how it fits you. Back test it, and find what works best for you. This product is an oscillator with dynamic overbought and oversold levels, while in the standard RSI, these levels are static and do not change. This allows  RSI with alarm and push notifica
FREE
Daily High Low Danilo Monteiro
Danilo Hudson Couto Monteiro
4 (2)
# Indicador Daily High - Danilo Monteiro - MT5 ## Descrição O Daily High/Low Labels é um indicador personalizado para MetaTrader 5 que exibe automaticamente as máximas e mínimas diárias no gráfico, facilitando a identificação rápida dos níveis importantes de preço. O indicador marca os preços com etiquetas e linhas horizontais, permitindo uma visualização clara dos níveis críticos do dia atual e anterior. ## Principais Características ### 1. Marcação Automática - Exibe automaticamente as máxi
FREE
SND Zones
Arif Lesmana Yoga
SNR SND Zones – Support & Resistance, Supply & Demand Zones with Flip Detection and Trade Setup Visualization SNR SND Zones is a technical analysis tool that combines two complementary concepts into a single indicator: classic Support & Resistance (SNR) levels and Supply & Demand (SND) zones, together with automatic flip-zone detection, zone quality tags, and a visual trade setup (entry, stop loss, and multiple take-profit targets). Support & Resistance (SNR) The indicator scans historical price
FREE
PZ Penta O MT5
PZ TRADING SLU
3.8 (5)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
Market Shift and FVG MT5
Cruz Molina William Alberto
Market Structure Shift with FVG Indicator for MT5 This MT5 indicator from the   apexfintech.net   suite identifies market structure shifts and fair value gaps (FVGs) to provide traders with potential trading opportunities. It alerts users on these events via mobile notifications, enabling them to react quickly to changing market conditions. Key Features: Market Structure Shift Detection:   Identifies bullish and bearish market structure shifts based on swing high/low breaks and significant candl
FREE
Super Trend eu
Emin Ulucanli
4.83 (6)
SUPERTREND; È un indicatore di trend following basato sull'ATR SuperTrend creato da Olivier Seban. Può essere utilizzato per rilevare i cambiamenti nella direzione del trend e individuare gli arresti. Quando il prezzo scende al di sotto della curva dell'indicatore, diventa rosso e indica una tendenza al ribasso. Al contrario, quando il prezzo si sposta al di sopra della curva, l'indicatore diventa verde, indicando un trend rialzista. Come altri indicatori, funziona bene su SuperTrend se utilizza
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
RM Sync Master
Mohammadreza Mahdi Mavaddat
5 (1)
IF YOU FIND THIS TOOL HELPFUL, PLEASE LEAVE A 5-STAR RATING & REVIEW! Your feedback helps us maintain and update this FREE tool for the trading community. ================================================================= RM Sync Master - Ultimate Multi-Chart & Multi-Timeframe Sync Utility ================================================================= RM Sync Master is a powerful chart synchronization utility for MetaTrader designed to link and synchronize multiple charts instantly. Align
FREE
Trade Behavior Mirror legge esclusivamente lo storico delle operazioni già chiuse del proprio conto e conta un solo schema: aprire una nuova posizione poco dopo una perdita realizzata, con un lotto superiore al proprio volume abituale. Lo strumento non prevede nulla e non dà alcun consiglio. Ogni numero nel pannello è qualcosa che è già accaduto su questo conto. Come vengono costruiti i numeri: legge fino a 31 giorni di operazioni chiuse su tutti i simboli e tutti i magic number - è una fotogra
FREE
SMC Mechanical Structure
Ahmad Arju Sholeh
5 (1)
SMC Mechanical Structure  is an advanced, all-in-one trading indicator designed to combine objective Smart Money Concepts (SMC) market structure analysis with multi-session tracking and an intelligent theme engine. It automatically identifies Break of Structure (BOS), Change of Character (CHoCH), Inducement (IDM), and Order Blocks (OB) while mapping out major global market sessions to provide a complete institutional trading workspace. With the built-in Smart Theme Engine , the indicator instan
FREE
MyFXRoom Supply & Demand Zones Automatically identifies and draws high-probability Supply and Demand zones directly on your chart using a ZigZag-based swing point algorithm. Zones are calculated on a configurable higher timeframe and projected onto any chart timeframe, giving you clean, objective levels without manual analysis. How It Works The indicator scans historical price data for significant swing highs and swing lows using a ZigZag algorithm. Each confirmed swing point becomes a Supply z
FREE
This indicator sums up the difference between the sells aggression and the buys aggression that occurred in each Candle, graphically plotting the waves of accumulation of the aggression volumes.   Through these waves an exponential average is calculated that indicates the direction of the business flow. Note: This indicator DOES NOT WORK for Brokers and/or Markets WITHOUT the type of aggression (BUY or SELL).   Be sure to try our Professional version with configurable features and alerts:  Agre
FREE
Donchian Pro
Paulo Henrique Faquineli Garcia
5 (3)
The Donchian Channel Channels are among the most popular tools of technical analysis, as they visually convey to the analyst the limits within which most price movement tends to occur. Channel users know that valuable information can be obtained at any time, whether prices are in the central region of a band or close to one of the border lines. One of the best known techniques to explore these concepts is Bollinger Bands. However, John Bollinger was not the only one to research the application
FREE
Volume-to-Price Movement Oscillator (VP Oscillator) for MT5 The VP Oscillator highlights the balance (or imbalance) between trading volume and price movement, helping traders spot hidden accumulation, distribution, or weakening trends. How It Works: Calculates each bar’s price range (High–Low) and tick volume. Normalizes both values over a set period (default: 14). Plots the absolute difference between them ×100 — showing how closely price action aligns with trading activity. Interpretation: Hig
FREE
Macro-R Pro Signal — Advanced Trading Signal Indicator Macro-R Pro Signal is a professional trading indicator designed to deliver high-quality BUY and SELL signals with enhanced precision and reduced market noise. By combining Bollinger Bands, RSI, and adaptive volatility filtering , this indicator helps traders identify high-probability reversal points while avoiding unfavorable market conditions. How the Strategy Works This indicator is built on a mean reversion + momentum confirmation concep
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
Fimathe PCM Indicador
Cristiano Rodrigo Olegini
Velas Forex FIMATHE PCM Indicator (GRATUITO) Il Velas Forex FIMATHE PCM Indicator è un indicatore gratuito progettato per aiutare i trader ad analizzare il mercato in modo semplice, rapido ed efficace. Il suo obiettivo è facilitare l'identificazione delle condizioni di mercato attraverso segnali visivi chiari, consentendo ai trader di prendere decisioni operative con maggiore sicurezza. Miglior risultato per XAUUSD: Timeframe: 5M Ora del server MT5: 02:00 Gestione del rischio: 1 Take Profit: in
FREE
Auto Fibonacci Retracement Indicator — Flexible and Reliable This isn’t just another Auto Fibonacci Retracement indicator. It’s one of the most flexible and dependable tools available . If you find it useful, please consider leaving a review or comment — your feedback means a lot! Check out my other helpful tools below: Telegram to MT5 using AI   - AI-Powered Signal Copier Bot Smart Alert Manager   - Set up advanced alerts and send them to Mobile, Telegram, Discord, Webhook... Timeframes Trend
FREE
Ict market structure signals
Botsalo Martin Letlhoagoje
5 (2)
SMC Signals  (BOS/CHoCH + ADR TP/SL Zones)  SMC Signals  is a free Smart Money Concepts (SMC) market structure indicator for MetaTrader 5 that automatically detects: BOS (Break of Structure) CHoCH (Change of Character) Swing High / Swing Low pivots Trade entry levels and projected targets The indicator also calculates ADR(10) (Average Daily Range) and automatically plots: Entry level Stop Loss (SL) Take Profit 1 (TP1) Take Profit 2 (TP2) A built-in dashboard displays live performance statistic
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