Iconic HullX AI

ICONIC HULLX AI v2.0 | NEUROCORE EDITION ICONIC HULLX AI v2.0 — NEUROCORE 2.0 EDITION

Hull Suite × Volatility-Band Squeeze × 5-Layer AI Intelligence Stack

ICONIC HULLX AI v2.0 is a professional-grade signal indicator for MetaTrader 5, built around the Hull Moving Average suite and extended by five independent, mathematically rigorous AI filter gates. Every signal that reaches the chart has passed through a multi-layer intelligence stack that learns in real-time from your actual trade outcomes — no static rules, no fixed thresholds that go stale.

The system is designed around one principle: a signal that cannot be confirmed by multiple independent statistical layers does not appear. Each gate targets a different source of false positives. Together they form a cascading noise filter that adapts to changing market regimes without external configuration or manual intervention.

THE INTELLIGENCE STACK — 5 INDEPENDENT FILTER GATES

All five gates sit before the NEUROCORE ensemble decision and are individually toggleable. This means you can run them in HUD-only mode first, observe which gates fire most frequently on your symbol, and then activate vetoing selectively. Each gate logs its decisions when Debug_SignalLog is enabled, so you always know exactly why a signal was suppressed.

1.   Diagonal S6 Mamba State-Space Model (SSM Gate)

A linear state-space model with 16 hidden channels whose system matrix is strictly diagonal and stable. Because the matrix is diagonal, the continuous-to-discrete Zero-Order Hold transform reduces to a pure element-wise exp() — no matrix exponential, no matrix inversion, no NaN paths over any lookback horizon. Each hidden channel is an independent first-order IIR pole spread across multiple time constants, giving the system a multi-horizon view of the feature stream in O(N) linear time.

The hidden state h[t] is persistent across ticks. A new bar is a single 16-dimensional update — never a history rescan. Online-learned cluster centroids (exponential fading memory) define the geometry of historically winning market contexts. When the current context vector lies outside every learned winning cluster by more than the tolerance radius, the gate blocks the signal.

The gate is permanently permissive until it has accumulated enough real winning trades to learn from. It never vetoes on an empty model.

2.   RLS Adaptive Feature Weighting

A Recursive Least Squares filter with a bounded forgetting factor (λ clamped to [0.97, 0.999]) that learns, purely in RAM, which of the six market features carry predictive signal in the current regime and which are noise.

The covariance matrix P is trace-bounded on every update to prevent the classic RLS windup divergence. Weights are applied mean-normalised — the total signal energy into the SSM is preserved, but the distribution shifts: a predictive feature is amplified (up to 2.5×), a noise feature is attenuated (down to 0.2×). In a trending regime the Efficiency Ratio carries weight; in chop the RSI is suppressed. The rebalancing happens automatically within a handful of resolved trades.

A minimum sample gate (default: 25 resolved trades) holds the flat default weighting until the filter is statistically trusted. Day-one behaviour is identical to a standard indicator.

3.   Koopman-Style Nonlinear Feature Lifting

The six raw market features are blended with a set of fixed nonlinear observables — interaction products and squared terms — that expose market states that look identical in the linear feature space. For example:

  • Efficiency Ratio × Hull Momentum — trend conviction (strong trend with rising hull)
  • ADX Slope × Volatility Expansion — breakout energy
  • RSI × Hull Momentum — overbought/oversold alignment with trend direction
  • Volatility Expansion − Body Size — range expansion without candle body (noise flag)

The lifting is dimension-preserving (still 6 inputs into the SSM), controlled by a single KOOP_Mix parameter (default 0.35 = light blend), and carries zero SVD, zero per-tick matrix operations. O(N) cost and NaN-safety are fully preserved.

4.   Momentum-Exhaustion Band Filter

A targeted mean-reversion veto at the volatility band edges. When a signal fires with the entry already pressed deep into the outer band and the Hull momentum slope has decayed below a floor, the move is statistically more likely to reverse than to extend. These are precisely the signals that the Hull suite generates at the tail end of a trend and that produce the highest ratio of late entries.

The filter checks two conditions simultaneously: band penetration fraction (≥85% of the way to the outer band) and normalised momentum slope (below configurable floor). A genuine momentum breakout, where the slope is still rising, passes untouched.

5.   Cross-Timeframe Wilson Hit-Rate Gate

Each indicator instance writes its live TP1 win/loss tally to a shared slot in the MetaTrader Common folder, keyed by symbol and timeframe. At every signal, the instance reads all peer slots for the same symbol and compares hit rates — not raw percentages, but Wilson score lower bounds at 95% confidence.

The Wilson lower bound is the statistically correct pessimistic estimate of the true win rate given a finite sample. Its critical property: a timeframe with only 4 trades and a raw rate of 75% receives a Wilson lower bound of just 30%, which cannot beat a timeframe with 100 trades and a raw rate of 54% (lower bound 44%). Small samples can never trigger a veto.

A signal is suppressed only when all three conditions are met simultaneously:

  • Both the current TF and the best peer TF have ≥ TFG_MinSamples resolved trades
  • The peer's Wilson lower bound exceeds the current TF's lower bound by ≥ TFG_MarginPP (default: 10 percentage points)
  • The peer's data was written within the last TFG_StaleHours (default: 72 hours)

If any condition is not met — insufficient data, margin too small, stale slot — the signal passes through. The gate is permanently permissive when running on a single chart.

CROSS-TIMEFRAME SETUP GUIDE

To activate the Cross-Timeframe Hit-Rate Gate, attach ICONIC HULLX AI v2.0 to four charts of the same symbol simultaneously:

Chart Timeframe Role
Chart 1 M5 High-frequency signal source, accumulates short-term statistics
Chart 2 M15 Intermediate confirmation layer
Chart 3 M30 Intermediate confirmation layer
Chart 4 H1 Structural context layer, typically highest hit rate

Each instance operates fully independently and shares statistics automatically. No manual data transfer, no external tools. All inter-instance communication happens via a single binary file in the MetaTrader Common folder (ICONIC_HULLX_TFSTATS_v1.bin by default). The gate activates as soon as each timeframe has accumulated the minimum required number of resolved trades — until then, every instance runs permissively without suppressing any signal.

Single-chart users: The gate is permanently permissive with no peer data. All other four gates remain fully active. No setup required.

NEUROCORE 2.0 ENSEMBLE ENGINE

The five precursor gates feed into the existing NEUROCORE ensemble, which has not been altered:

  • TD(λ) Q-Table with 5-action Boltzmann-Softmax policy and heuristic priors (no cold-start random behaviour)
  • Online Logistic Regression with per-regime weight separation (Trend / Chop / Volatile)
  • Pattern kNN with cosine similarity matching against the historical signal ledger
  • PAVA Isotonic Calibration — monotone score-to-TP1-rate mapping built from realised outcomes
  • ATR-Adaptive SL / TP — all exit levels scale with current volatility, never fixed points
  • AI-Adaptive Entry Nudge — entry offset adjusted by ensemble conviction score

The raw ensemble score gates signals (not the calibrated score), preserving the full spread needed for selective filtering.

FULL FEATURE LIST

  • Hull Moving Average suite: HMA, EHMA, THMA variants with adaptive length (ER-driven, EMA-smoothed, step-clamped)
  • Keltner Channel + Bollinger Band squeeze detection with squeeze counter
  • Adaptive volatility bands (ATR × ER-weighted multiplier, inner + outer)
  • Buy / Sell arrow signals with configurable bar-close or intrabar trigger
  • Full signal ledger with 7 / 30 / 90-day TP1 and TP2 win-rate statistics
  • Per-symbol / per-timeframe brain files (AI state, RLS weights, SSM clusters, TF stats)
  • Native MetaTrader 5 economic calendar news filter (USD, EUR; configurable)
  • Push notifications with Symbol / Direction / Entry / SL / TP1 / TP2
  • Cyberpunk HUD with sine-wave animation, live AI score, gate status
  • Market profile presets: Forex Majors, Gold / Metals, Crypto, Indices
  • All AI learning and state persistence fully in RAM during live session — disk writes are time-throttled (default: every 4 hours) and only occur on trade close or terminal shutdown
  • Compatible with MetaTrader 5 Strategy Tester (including visual mode)

INPUT PARAMETERS OVERVIEW

Hull Suite
Hull_Variant HMA / EHMA / THMA
Hull_Length Base period (default: 55)
Adaptive_Hull Enable ER-driven adaptive length
Intelligence Stack Gates
SSM_Enable / SSM_Gates_Signals Mamba SSM gate on/off, veto or HUD-only
RLS_Enable / RLS_Lambda Adaptive feature weighting, forgetting factor
KOOP_Enable / KOOP_Mix Nonlinear lifting blend (0.0–1.0)
EXH_Enable / EXH_PenetrationFrac Exhaustion filter, band penetration threshold
TFG_Enable / TFG_MinSamples / TFG_MarginPP Cross-TF gate, min samples, margin in pp
NEUROCORE AI Engine
AI_Enable Master AI switch
AI_Signal_MinScore Minimum raw ensemble score to pass a signal
AI_AdaptiveExits AI-computed SL / TP1 / TP2
AI_UseEnsemble Enable full multi-model ensemble
Signal Filtering
ADX_MinLevel Minimum ADX for trend confirmation
RSI_LongMin / RSI_ShortMax RSI alignment filter
UseNewsFilter Suppress signals near high-impact news events
Alerts
Push_Enable / Push_MinAIScore Push notification gate and minimum score
Signal_On_BarClose Bar-close only or intrabar signals

SYSTEM REQUIREMENTS

  • Platform: MetaTrader 5 (build 2361 or later recommended)
  • Chart type: Any symbol — Forex, Indices, Crypto, Commodities
  • Recommended timeframes: M5, M15, M30, H1 (attach all four per symbol for Cross-TF gate)
  • No external DLLs required. All computation runs natively inside the MetaTrader 5 sandbox
  • Common folder write access required for state persistence and cross-TF communication

IMPORTANT NOTES

No indicator guarantees profitability. All AI components learn from your own live trade outcomes on your specific symbol and timeframe. Performance depends on market conditions, broker, spread, and execution. Always validate on a demo account before deploying on a funded account. Walk-forward testing is strongly recommended before using this indicator in a prop firm challenge or live environment.

The Cross-Timeframe Hit-Rate Gate requires a minimum of TFG_MinSamples resolved trades per timeframe before it becomes active. During the warm-up period all instances run permissively.

The RLS feature weighting requires a minimum of RLS_MinSamples resolved trades before deviating from the flat default. Until this threshold is reached the indicator behaves identically to a standard Hull suite with the NEUROCORE ensemble.

ICONIC HULLX AI v2.0 is developed and maintained by ICONIC FX / NEUROCORE AI. For support, questions, and updates visit the MQL5 profile page.

Prodotti consigliati
FiveStarFX Gold Reversal Edge Professional automated trading solution designed for structured execution and controlled risk management in the Gold market. Built for traders who value discipline, precision, and consistency. Key Features Fully automated trading One trade at a time (controlled exposure) Fixed Stop Loss and Take Profit Smart Break-Even protection Profit lock with buffer Step-based trailing management Spread protection system Works on any broker Trade Management The E
FREE
MACD Sniper Pro
Noppawat Tumjai
MACD Sniper Pro is an advanced automated trading system designed for traders seeking high-precision entries and robust risk management. By combining the classic momentum of MACD Crossover with a strict ADX Volatility Filter and Dynamic ATR Management , this EA completely eliminates emotional trading and filters out dangerous flat/sideways markets. Unlike standard MACD indicators that suffer during consolidation, MACD Sniper Pro verifies trend strength before entering and protects your capital us
FREE
RBreaker
Zhong Long Wu
RBreaker Gold Indicators is a short-term intraday trading strategy for gold futures that combines trend following and intraday reversal approaches. It not only captures profits during trending markets but also enables timely profit-taking and counter-trend trading during market reversals. This strategy has been ranked among the top ten most profitable trading strategies by the American magazine   Futures Truth   for 15 consecutive years. It boasts a long lifecycle and remains widely used and st
Show Pips for MT5
Roman Podpora
4.48 (31)
Questo indicatore informativo sarà utile per coloro che vogliono essere sempre informati sulla situazione attuale del conto. VERSION MT 4 -   More useful indicators L'indicatore mostra dati come profitto in punti, percentuale e valuta, nonché lo spread per la coppia corrente e il tempo fino alla chiusura della barra nell'intervallo di tempo corrente. Esistono diverse opzioni per posizionare la linea delle informazioni sulla carta: A destra del prezzo (corre dietro al prezzo); Come commento (nell
FREE
Supply and Demand DE inspired EA Professional Supply & Demand Zone Trading System with Multi-Timeframe Confirmation Overview This advanced Expert Advisor automatically identifies and trades high-probability Supply and Demand zones using institutional trading principles. The EA combines classical supply/demand zone detection with modern confirmation filters including Break of Structure (BoS), Fair Value Gaps (FVG), and higher timeframe validation. 5m chart Setfile link: https://drive.google.com/
FREE
Half ma
Artem Svistunov
The Half ma arrow indicator for the MetaTrader 5 trading terminal is a simple but effective tool that gives a signal about a change in the current trend. The Half ma indicator looks like a solid dynamic line that changes color at the points where the trend changes. At these points, the indicator draws arrows of the corresponding color and direction.The Half ma arrow indicator for the MT5 terminal is not an independent source of input signals. It will be most effective to use it as a trend filte
Lo Scanner Multivaluta dell'Indice Direzionale Medio (ADX) MT5 è un indicatore di trading avanzato progettato per analizzare più coppie di valute simultaneamente. Offre vantaggi ai trader che cercano di migliorare il loro processo decisionale fornendo segnali in tempo reale basati sull'Indice Direzionale Medio, consentendo un'analisi efficiente delle tendenze di mercato. Questo strumento semplifica l'esperienza di trading semplificando l'identificazione della forza della tendenza e del movimento
ARE Quantum Liquidity
Jakir Hussain Shaikh
ARE Quantum Liquidity Institutional Smart Money Engine ARE Quantum Liquidity is an advanced Smart Money Concepts (SMC) indicator designed to help traders identify institutional liquidity movements and high-probability trading opportunities. The indicator analyzes market structure in real time and automatically detects important price action elements used by professional traders, including Break of Structure (BOS), Change of Character (CHoCH), Order Blocks, Fair Value Gaps (FVG), Liquidity Swe
Nem Nem
Taha Saber Ashour Kamel
Nem Nem is super accurate mt5 indicator it is working with any pair any time frame it will show and provide you with high Winrate signal you can use for forex pairs , gold and any other pairs it is easy to use also you can see the white lines for starting and end of signals it will help you to read the chart and enter and make correct decisions in trades. also it  will be clear for you when to enter and exit from any trades
FREE
MercariaPattern1-2-3 відстежує рух ціни, знаходить трьоххвильові структури 1-2-3 та підсвічує момент, коли сценарій підтверджується пробоєм ключового рівня. MercariaPattern1-2-3 tracks price movement, detects three-leg 1-2-3 structures and highlights the moment when the scenario is confirmed by a key level breakout. Індикатор збирає локальні свінги в компактну фігуру 0–1–2–3 , чекає підтвердженого пробою та будує стрілку входу з готовими рівнями SL/TP. The indicator combines local swings into a
"2nd To NoneFX Scalper" is one powerful indicator which you can use on any timeframe. The accuracy is in between 90% - 95% can be more. The indicator is 100% non repaint so it doesn't repaint at all. When the arrow comes out wait for the candlestick to close the arrow won't repaint/recalculate or move. The indicator works with all volatility indices,step index, Boom & Crash(500 & 1000) and all currency pairs. You can change settings of the indicator. For great results find the trend of the pair,
Liquidity Breaks and Swings
Erik Istvan Fazekas
5 (2)
Consulta "Novità" per una descrizione delle funzioni più recenti. La versione 1.4 è stata solo una pulizia, niente di speciale. //+---------------------------------------------------------------------------------------------------------------+ Ho creato questo perché avevo bisogno di un indicatore frattale personalizzabile. Verifica anche la diminuzione dei volumi per avere una sorta di conferma. Ecco la descrizione: Panoramica Questo indicatore è progettato per aiutare a identificare i punti ch
FREE
GDS Renko Pip ST Chart - Pip-Based Renko Chart Indicator for MetaTrader 5 GDS Renko Pip ST Chart is a pip-based Renko chart indicator for MetaTrader 5. It helps traders build and study cleaner Renko price movement using a practical fixed pip or point-based brick structure. This tool is designed as a Renko chart foundation for manual analysis. It does not predict the market, does not generate buy or sell signals and does not decide whether a trade should be opened. What Pip ST Chart Does Renko ch
FREE
High Low Open Close
Alexandre Borela
4.98 (44)
Se ti piace questo progetto, lascia una recensione a 5 stelle. Questo indicatore disegna i prezzi aperti, alti, bassi e di chiusura per i specificati periodo e può essere regolato per un determinato fuso orario. Questi sono livelli importanti guardati da molti istituzionali e professionali commercianti e può essere utile per voi per conoscere i luoghi dove potrebbero essere più attivo. I periodi disponibili sono: Giorno precedente. Settimana precedente. Mese precedente. Precedente trimestre. A
FREE
# DRAWDOWN INDICATOR V4.0 - The Essential Tool to Master Your Trading ## Transform Your Trading with a Complete Real-Time Performance Overview In the demanding world of Forex and CFD trading, **knowing your real-time performance** isn't a luxury—it's an **absolute necessity**. The **Drawdown Indicator V4.0** is much more than a simple indicator: it's your **professional dashboard** that gives you a clear, precise, and instant view of your trading account status. --- ## Why This Indicator
"Adjustable Fractals" - è una versione avanzata dell'indicatore frattale, uno strumento di trading molto utile! - Come sappiamo, l'indicatore MT5  Standard fractals non ha impostazioni, il che è molto scomodo per i trader. - Adjustable Fractals ha risolto questo problema, ha tutte le impostazioni necessarie: - Periodo regolabile dell'indicatore (valori consigliati: superiori a 7). - Distanza regolabile dai massimi/minimi del prezzo. - Design regolabile delle frecce frattali. - L'indicatore è do
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
BTC Trend Scalper MT5 Trend Capture Edition — Trading di Precisione basato sul Momentum per BTCUSD Ciao, trader! Sono il   BTC Trend Scalper MT5   — un Expert Advisor intelligente per il trading su Bitcoin, progettato per catturare i movimenti di momentum con una gestione del rischio disciplinata. Non   sono una martingala. Non   sono un sistema a griglia. Non   sono un robot da gioco d'azzardo. Sono uno   scalper che segue il trend , costruito specificamente per trader che capiscono che prote
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
BlueBoat – Prime Cycle is a technical indicator for MetaTrader 5 that visualizes market cycles based on the Fimathe cycle model (Marcelo Ferreira) . It identifies and displays historic and live cycle structures such as CA, C1, C2, C3, etc., helping traders understand the rhythm and timing of price movement across multiple sessions. This tool is ideal for manual analysis or as a supporting signal in discretionary strategies. Key Features Historical Cycle Analysis – Backtest and visualize as many
Gecko EA MT5
Profalgo Limited
5 (1)
NEW PROMO: Only a few copies copies available at 349$ Next price: 449$ Make sure to check out our " Ultimate EA combo package " in our   promo blog ! Gecko runs a simple, yet very effective, proven strategy.  It looks for important recent support and resistance levels and will trade the breakouts.  This is a "real" trading system, which means it will use a SL to protect the account.  It also means it will not use any dangerous techniques like martingale, grid or averaging down. The EA shows its
HAS RSI Signal — Indicatore di Tendenza Professionale con Calcolo SL/TP HAS RSI Signal è un potente strumento di trading che combina classici intramontabili con moderni algoritmi di filtraggio del rumore. L'indicatore analizza il mercato attraverso le candele Heiken Ashi Smoothed (HAS) e l'oscillatore RSI , fornendo al trader segnali di ingresso chiari durante le inversioni di tendenza o l'uscita dalle zone di ipercomprato/ipervenduto. Vantaggi Principali: Doppio Filtraggio: L'uso di Heiken Ashi
L'indicatore costruisce le quotazioni attuali, che possono essere confrontate con quelle storiche e su questa base fanno una previsione del movimento dei prezzi. L'indicatore ha un campo di testo per una rapida navigazione fino alla data desiderata. Opzioni: Simbolo - selezione del simbolo che visualizzerà l'indicatore; SymbolPeriod - selezione del periodo da cui l'indicatore prenderà i dati; IndicatorColor - colore dell'indicatore; HorisontalShift - spostamento delle virgolette disegnate d
SPECIAL LAUNCH OFFER: $30 (1-Month Rent) Limited time offer to build our community and gather feedback! AmbM GOLD Institutional Scalper A high-precision M5 algorithm for XAUUSD (Gold) , engineered to trade exclusively at Institutional Liquidity Levels ($5/$10 psychological marks). PERFORMANCE DATA (BUY ONLY) • Win Rate: 87.09%. • Safe Growth: +$4,113 profit on $10k (13.75% Max Drawdown). • Extreme Stress Test: Successfully generated +$22,997 in a 5-year stress test (2020-2026), proving
Zizag Alerte
Okou Roger Dozo
Alerte Zigzag Pro Zigzag Alerte est un indicateur de trading professionnel conçu pour identifier avec une précision chirurgicale les sommets ( Peaks ) et les creux ( creux ) majeurs du marché. Basé sur une cartographie dynamique de la structure des prix, il utilise un algorithme d'analyse des vagues combiné à un système de notification instantanée, éliminant le bruit du marché pour ne garder que les points de retour stratégique. Zigzag Alerte n'est ni un indicateur classique retardé, ni un outi
STRICTLY FOR BOOM INDEX ONLY!!!!! Here I bring the Maximum Trend Arrows OT1.0 MT5 indicator. This indicator is made up of a combination of different trend indicators for entries and exits, for entries an orange arrow will paint on the chart below the current market and a red flag for closing of trades and it produces buy arrows only. When the orange arrow appears, it will appear along with it's sound to notify you. The 1H timeframe is recommended, don't use it anywhere else than on the 1H timefr
Easy GOLD MT5
Franck Martin
3.87 (45)
Easy Gold is the latest addition to the BotGPT family. It is surprising and very powerful. It is ideal for beginners due to its simplicity.  There is absolutely nothing to do, it's 100% automated, simply indicate the percentage of risk you want to take per trade and the EA is ready. Whatever your capital, the EA takes care of everything. Optimized on (XAUUSD).  Unleash all the power with the professional version (AGI Gold) and its connection to the neural network, available in my store. My othe
FREE
Receive notifications for multi-trendline or single trendline breakout. Yes! You heard us right!  You will be notified the moment price crosses any and all the timeframe trendlines that you have chosen.  1.    ADDING MULTIPLE OR SINGLE TRENDLINES IN THE SAME DIRECTION To trigger a stronger trading opportunity you can require that price breaks one or more trend lines of different timeframes in the same direction. To do this navigate to the timeframe for which you want to add a trendline and click
Ultimate Boom and Crash Indicator The Ultimate Boom and Crash Indicator is a cutting-edge tool developed by  Coetsee Digital , designed to identify potential spike opportunities in the market. Crafted for traders focusing on Deriv and Weltrade synthetic markets, this indicator is optimized to operate exclusively on the 3-minute (M3), 5-minute (M5), 15-minute (M15), 30-minute (M30), and 1-hour (H1) timeframes and supports only the following pairs: PainX 1200, PainX 999, PainX 800, PainX 600, Pai
Support & Resistance Auto Plot Lines Indicator for MT5 – Perfect for Scalping! Make your trading easier with our Support & Resistance Auto Plot Lines indicator for MT5. This powerful tool automatically detects key support and resistance levels on your chart, helping you make better trading decisions with minimal effort. Why Choose This Indicator? Perfect for Scalping – Quickly identify strong price zones for fast, precise entries and exits. Automatic Level Detection – No need to manually dra
Gli utenti di questo prodotto hanno anche acquistato
Superhero
Ihor Otkydach
5 (1)
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
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
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
Divergence Bomber
Ihor Otkydach
4.89 (93)
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
M1 Quantum MT5
Hamed Dehgani
4.27 (11)
Segnali di Trading Live con M1 Quantum: Segnale   (Operazione eseguita automaticamente dal Quantum Trade Assistant , incluso gratuitamente con questo prodotto.) Piano prezzi: Prezzo attuale: $169 (Offerta per i primi utenti) Prossimo prezzo previsto: $189 Prezzo al dettaglio previsto: $299 Nota dello sviluppatore: Dopo l’acquisto, contattami per ricevere il file di configurazione più recente (Set File) , consigli operativi e l’invito al gruppo VIP di supporto , dove potrai interagire con altri
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
Quantum TrendPulse
Bogdan Ion Puscasu
5 (25)
Ecco   Quantum TrendPulse   , lo strumento di trading definitivo che combina la potenza di   SuperTrend   ,   RSI   e   Stocastico   in un unico indicatore completo per massimizzare il tuo potenziale di trading. Progettato per i trader che cercano precisione ed efficienza, questo indicatore ti aiuta a identificare con sicurezza le tendenze di mercato, i cambiamenti di momentum e i punti di entrata e uscita ottimali. Caratteristiche principali: Integrazione SuperTrend:   segui facilmente l'andame
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
TrendMaestro5
Stefano Frisetti
Attenzione alle truffe, questo indicatore e' distribuito esclusivamente su MQL5.com nota: questo indicatore e' per METATRADER5, se vuoi la versione per  METATRADER4 questo e' il link:   https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO   riconosce un nuovo TREND sul nascere, non sbaglia mai. La sicurezza di identificare un nuovo TREND non ha prezzo. DESCRIZIONE TRENDMAESTRO identifica un nuovo TREND sul nascere, questo indicatore prende in esame la volatilita' i
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
Btmm state engine pro
Garry James Goodchild
5 (4)
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 5. Asian session range, London and New York kill zones, level progression (L1/L2/L3), peak formation detection (PFH/PFL), entry signals, and a multi-pair scanner from one chart. Stop scanning charts one pair at a time. The State Engine tracks the BTMM daily cycle automatically — Asian box, room boundaries, level blocks, peak formations, and filtered entries — while the scanner dashboard shows level, peak status, 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
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
Precision Spike Detector
Francisco Mandomo Simbine
5 (2)
Precision Spike Detector V3 – Institutional-Grade AI Trading System Attention: The price increases by US$50 for every 10 purchases.  Final price: US$599 Precision Spike Detector V3   is a   state-of-the-art, institutional-grade market analysis system   for   MetaTrader 5 , designed to detect   high-probability market movements   in synthetic indices such as   Boom, Crash, GainX, and PainX . After purchase, please contact me through the MQL5 messaging system to receive the order management tool
Trend Forecaster
Alexey Minkov
5 (8)
Trend Forecaster is a MetaTrader 5 indicator that combines breakout signals, possible reversal area analysis, market range data and a visual statistics panel in one chart workspace. It shows Buy and Sell signals, tracks Average Range and Current Range, and can automatically adjust Sensitivity for the current symbol and timeframe. Manual Sensitivity control is also available. The indicator can be used on Forex pairs, metals, stocks, indices and cryptocurrencies. Different timeframes are supported
Zain Gold ScalpingV5
Ahmed Gamal Abdel Nasser Mohamed
# Indicatore Zen Gold Scalping V5 - Indicatore di trading Forex e Oro multi-timeframe **Zen Gold Scalping V5** è uno strumento di analisi tecnica completo e professionale, progettato specificamente per la piattaforma MetaTrader 5 (MT5). Questo indicatore è pensato per soddisfare le esigenze sia dei trader retail che di quelli professionali, offrendo una combinazione eccezionale di velocità, adattabilità multi-timeframe e precisione analitica superiore. Che tu stia cercando movimenti di prezzo
KURAMA GOLD SIGNAL PRO (MT5) — Filtro a 7 livelli · TP/SL automatico · Punteggio di qualità · Salvataggio dello storico dei segnali | Sistema di trading completo per XAUUSD Nessun ridisegno (repaint) in tempo reale. Nell'istante in cui appare un segnale, freccia, ingresso, TP e SL vengono bloccati sul posto e non si spostano mai più. Ciò che fai tradare è proprio questo segnale in tempo reale. E nella v7.20, ogni segnale realmente inviato viene salvato automaticamente e ripristinato con esattez
A2SR per MT5 Indicatore: Domanda e Offerta Effettive Automatizzate (S/R). + Strumenti di Trading. Product description in English here. --   Guidance   : -- at   https://www.mql5.com/en/blogs/post/734748/page4#comment_16532516 -- and  https://www.mql5.com/en/users/yohana/blog Potente, Autentico e Risparmio di Tempo per Decisioni di Trading più Intelligenti + Oggetti compatibili con EA. Vantaggi Principali Livelli di SR Effettivi Anticipanti (Non Lagging, Non Repainting) Dopo anni di comprov
Ziva LSE Pro
Hassan Abdullah Hassan Al Balushi
ZIVA LSE Pro: Trade the Flow, Not the Noise ZIVA LSE Pro was developed around a simple belief: professional traders do not need more random signals; they need better context. This workflow reflects the ZIVA approach to filtering market noise and focusing on the liquidity and structural mechanics that influence price behavior. Most indicators treat the market like a static picture. ZIVA LSE Pro is built to read it as a dynamic environment where liquidity, structure, volatility, and execution con
ICT PO3 (Power of 3) AMD Protocol Framework Indicator True Time & Structure Integration   |  Non-Repainting | Real-Time  | Multi-Asset  | MT4 Version Available Full Setup Guide & Strategy Playbook: https://www.mql5.com/en/blogs/post/768683 MT4 Version: https://www.mql5.com/en/market/product/171742 Indicator Overview The ICT PO3 AMD Protocol Framework is a complete structural overlay for MetaTrader 5 that maps the True Daily Cycle directly onto your lower-timeframe execution chart. It projects
Presentazione       Quantum Breakout PRO   , l'innovativo indicatore MQL5 che sta trasformando il modo in cui scambi le zone di breakout! Sviluppato da un team di trader esperti con un'esperienza di trading di oltre 13 anni,       Quantum Breakout PRO       è progettato per spingere il tuo viaggio di trading a nuovi livelli con la sua strategia innovativa e dinamica della zona di breakout. Quantum Breakout Indicator ti fornirà frecce di segnalazione sulle zone di breakout con 5 zone target di
Connix MT5
Garry James Goodchild
5 (1)
Connix SMC Scanner by G-Labs — ICT and Smart Money Concepts multi-pair dashboard for MetaTrader 5. Order blocks, fair value gaps, break of structure, change of character, VWAP, premium and discount range, and multi-timeframe scanner from one chart. Connix scans multiple symbols across configurable timeframes and shows market structure status in an interactive table while drawing the same structures on the active chart. It is an analytical toolkit — you control every setting; it does not place
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
PrimeScalping
Temirlan Kdyrkhan
PrimeScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
RelicusRoad Pro MT5
Relicus LLC
4.96 (24)
RelicusRoad Pro: Sistema Operativo Quantitativo di Mercato 70% DI SCONTO ACCESSO A VITA (TEMPO LIMITATO) - UNISCITI A 2.000+ TRADER Perché la maggior parte dei trader fallisce anche con indicatori "perfetti"? Perché operano su Singoli Concetti isolati. Un segnale senza contesto è una scommessa. Per vincere serve CONFLUENZA . RelicusRoad Pro non è un semplice indicatore. È un Ecosistema Quantitativo completo . Mappa la "Fair Value Road", distinguendo tra rumore e rotture strutturali. Smetti di in
Gold Scalper Pro PSAR ADX Dashboard MT5 Indicatore professionale multi–timeframe con rilevamento avanzato dei segnali di trading. Panoramica Il Parabolic SAR V3 + ADX è un indicatore di analisi tecnica sofisticato che combina le capacità di follow–trend del Parabolic SAR con la misurazione della forza del trend fornita dall’Average Directional Index (ADX). Questa versione migliorata include un’ottimizzazione specifica per coppie di valute, un sistema di avvisi multilingue e un dashboard multi–ti
Trade smarter, not harder: Empower your trading with Harmonacci Patterns This is arguably the most complete harmonic price formation auto-recognition indicator you can find for the MetaTrader Platform. It detects 19 different patterns, takes fibonacci projections as seriously as you do, displays the Potential Reversal Zone (PRZ) and finds suitable stop-loss and take-profit levels. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  ] It detects 19 different harmonic pric
Bill Williams Advanced
Siarhei Vashchylka
5 (11)
Bill Williams Advanced is designed for automatic chart analysis using Bill Williams' "Profitunity" system. The indicator analyzes four timeframes at once. Manual (Be sure to read before purchasing) Advantages 1. Analyzes the chart using Bill Williams' "Profitunity" system. Signals are displayed in a table in the corner of the screen and on the price chart. 2. Finds all known AO and AC signals, as well as zone signals. Equipped with a trend filter based on the Alligator. 3. Finds "Divergence Bar
Berma Bands
Muhammad Elbermawi
5 (10)
L'indicatore Berma Bands (BBs) è uno strumento prezioso per i trader che cercano di identificare e capitalizzare i trend di mercato. Analizzando la relazione tra il prezzo e le BBs, i trader possono discernere se un mercato è in una fase di trend o di range. Visita il [ Berma Home Blog ] per saperne di più. Le Berma Bands sono composte da tre linee distinte: la Upper Berma Band, la Middle Berma Band e la Lower Berma Band. Queste linee sono tracciate attorno al prezzo, creando una rappresentazion
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
Iconic BTC AI
Maurice Prang
5 (1)
ICONIC BTC AI+ | SYNAPSE.PHENOTYPE S6 ENGINE (Versione 15.00) Prezzo di lancio Prezzo attuale: 499 USD. Licenze disponibili: 10. Livello di prezzo successivo: 599 USD. Prezzo finale: 1699 USD. Il prezzo di accesso anticipato riflette la fase attuale del lancio del prodotto. Il prezzo aumenterà man mano che il contingente di licenze attuale si esaurirà e si apriranno i livelli successivi. Non è prevista una data dopo la quale il prezzo attuale cesserà di essere disponibile. Bitcoin non è una copp
ICONIC NEUROCORE AI+  |  OMNI NEXUS EDITION Expert Advisor a doppio simbolo per BTCUSD e XAUUSD su MetaTrader 5  |  Versione 2.00 Eseguire due sistemi automatizzati indipendenti sullo stesso conto non equivale a operare un'architettura a due asset coordinata. Due Expert Advisor indipendenti condividono margine e capitale, ma non possono vedersi. Non possono ridurre l'esposizione quando l'altro detiene già una posizione. Non riconoscono quando entrambi gli strumenti sono temporaneamente correlat
ICONIC KYBERNETIC AI+ — OMNI-NEXUS CYBERNETIC CORE Un grafico. Due mercati. Quattro tecnologie centrali. Cinque livelli di apprendimento adattivo. La maggior parte degli Expert Advisor opera su un singolo simbolo e si autodefinisce "intelligente". Pochi tentano di gestire due simboli contemporaneamente e si presentano come "sistema di portafoglio". ICONIC KYBERNETIC AI+ esegue una vera architettura cognitiva a quattro tecnologie che tratta Bitcoin e Oro come un sistema unificato e causalmente co
ICONIC GOLD AI+ | COGNITIVE LIQUIDITY SYNAPSE ENGINE ICONIC GOLD AI+ è un sistema di trading automatizzato per MetaTrader 5, progettato esclusivamente per il XAUUSD sul timeframe M10. Il suo nucleo è il COGNITIVE LIQUIDITY SYNAPSE ENGINE , un'implementazione completa dell'architettura SYNAPSE.PHENOTYPE S6 utilizzata nell'intera gamma di prodotti ICONIC FX. Il sistema integra una rete neurale a plasticità differenziabile, un archivio di élite fenotipiche MAP Elites 3x3, riproduzione dell'esperien
ICONIC TRENDLINE for MetaTrader 5 Title: ICONIC TRENDLINE: Advanced Trend Indicator with MTF Panel & Alerts Short Description Tired of identifying trends too late and getting tricked by false signals in sideways markets? The ICONIC TRENDLINE indicator for MT5 is your solution. This advanced tool combines intelligent EMA logic with the power of the ADX to provide you with clear, early, and filtered trend signals. With a dynamic trendline, a multi-timeframe dashboard, and instant push notificatio
FREE
ICONIC AI SIGNAL v2.0 Indicatore di confluenza multitemporale adattivo per MetaTrader 5 Gli indicatori tecnici tradizionali falliscono nel momento esatto in cui si passa al trading in tempo reale. La ragione è matematicamente inevitabile: sono statici. Formule fisse. Nessuna memoria. Nessuna capacità di riconoscere se il mercato si trova attualmente in un trend chiaro o se sta collassando in un range laterale caotico e illiquido. Quando sembrano perfetti in un backtest, è quasi sempre perché so
In-Depth Analysis of the "ICONIC TRENDLINE SIGNAL" Indicator The provided MQL5 code is for a sophisticated, multi-faceted trend-following indicator designed for the MetaTrader 5 platform. It moves beyond simple line crossovers by integrating trend strength , volatility , multi-timeframe analysis , and a quantitative scoring system into a single, comprehensive decision-support tool. 1. Core Trading Strategy and Logic The indicator's strategy is built upon a robust, multi-layered logical framewor
FREE
ICONIC TITAN AI: il motore neurale di segnali che legge il mercato su sette timeframe contemporaneamente La maggior parte dei trader non fallisce per la strategia. Fallisce perché nessun cervello umano può valutare sette timeframe in parallelo, con 22 variabili tecniche per ciascuno, in tempo reale e senza emozione. ICONIC TITAN AI è stato costruito esattamente per colmare questo divario: un insieme di reti neurali che scansiona simultaneamente da M1 a D1 e fornisce un calcolo di probabilità, no
Filtro:
Nessuna recensione
Rispondi alla recensione