Entry smc model back to basic

Wyckoff sweep and order block detector

I got tired of marking the same structure by hand every morning, so I wrote this. It looks for one thing only: the Wyckoff sequence that ends with a liquidity sweep and a pullback into the order block that started the move. When all the pieces line up, it draws them and tells you.

That's the whole job. It doesn't predict, it doesn't score setups out of ten, and it won't tell you how much to risk. It marks structure that's already there and saves you the eye strain.

The sequence it looks for

Take a bearish case. The bullish one is the same thing upside down.

Buy Climax (BC). A sharp push up on heavy volume that runs out of buyers. This becomes the anchor for everything else, and the indicator picks it from the swing zigzag.

Automatic Reaction (AR). Price falls away from the climax on its own, without needing bad news. The low of that drop is the AR.

Secondary test. Price comes back up toward the climax but can't get there. A lower high. If the market were still strong, it would have made a new one.

Hunt / Purge. Now price does break above the climax, briefly. This is the part most people get wrong, because it looks like a breakout. It's usually stops being collected before the real move.

Displacement. After the sweep, price has to break down through the order block with intent. No displacement, no model. The indicator waits for this before it draws anything.

Return to origin (RTO). Price climbs back into the order block and closes below it. That's the signal bar, and it's where the arrow and the alert come from.

The order block itself is the last opposite-colour candle at the climax. On the chart it's the shaded box that keeps stretching to the right while the model is still alive.

What changed in 3.0

This is a bigger update than the version number suggests. Some of it is new features, some of it is me fixing things I should have caught earlier.

Signal history is visible now. In 2.0 the indicator reused one set of chart objects, so you only ever saw the most recent model. Every earlier setup got overwritten. That's gone. Each model now keeps its own drawings and the last 20 stay on the chart, greyed out once they're voided. You can finally scroll back and check the thing yourself, which is what people kept asking for.

It publishes buffers. The MT5 build had no indicator buffers at all, which meant  iCustom  returned nothing and you couldn't build anything on top of it. That's fixed, and both platforms now expose the same layout, so one EA reads either one:

Buffer Contents
0 Signal: 1 buy, 2 sell, 0 none
1 Entry price
2 Stop loss
3 Target 1
4 Target 2
5, 6 The buy and sell arrows drawn on the chart

If you're already reading buffers 0 to 4 from the MT4 build, nothing changes for you. Target 2 was never actually filled in before, though. It is now.

Order block minimum size. If the candle at the climax happens to be a doji, the old code would build an order block a fraction of a pip tall, and then both the entry trigger and the invalidation would fire on noise. I've seen one that was 0.4 pip. There's now a minimum height, set as a multiple of ATR so it travels between symbols.

Stop placement is fixed. On sell models the buffer was being subtracted instead of added, which put the stop slightly under the sweep high rather than above it. Buy models were always correct. Sorry about that one.

Stops and targets on every model. The old build only filled them in for a model that formed on the very last bar, so historical setups showed nothing. All models get them now.

Higher timeframe bias filter. Off by default. Turn it on and signals against the higher timeframe EMA get blocked, with a counter on the panel so you can see how many. It reads closed higher timeframe bars only, so it doesn't repaint.

On-chart report. Counts confirmed setups, RTO signals, voided models, and how many reached target versus stop. If a bar touches both in the same candle it counts the stop, so the number leans pessimistic on purpose.

Multi timeframe panel. Optional. Shows what state the model is in on three timeframes at once.

Legacy switch. If you've been running 2.0 and want your charts to look exactly like before, tick "Legacy behaviour". I checked this against the old build bar by bar and the output matches.

One setting is gone: the old AR height filter. I measured it and it made results worse, so I retired it rather than leave a knob that quietly hurts you.

How often it fires

Running the detection over EURUSD H1 from 2015 to 2026 (72,169 bars) it confirmed 406 models, and 184 of those went on to produce an RTO signal. So on H1 you're looking at somewhere around fifteen signals a year on one symbol. The order block filter in 3.0 cuts that down further.

Look, that's thin. It's a swing structure on an hourly chart, and if you want something that fires every session this isn't it. Run it across several symbols, or drop to M15, if you need more.

I'm deliberately not putting profit numbers here. The signals feed into whatever you do next, and I have no idea how you manage a trade, so any equity curve I showed you would be measuring my exit rules and not this indicator.

Settings that actually matter

Swing length left / right. This sets what counts as a swing point, and it decides where BC and SC land. 60 and 30 are what I use. Bigger numbers mean fewer, larger structures.

Internal length left / right. This defines the small pivots inside the consolidation, used to find the secondary test and to confirm displacement. 2 and 1 by default.

Medium length left / right. Only used by the New method, to find the climax on a shorter zigzag than the swing one.

Method. Classic anchors the sweep to the bar you're on. New anchors it to a confirmed swing pivot, which is steadier. Both runs the two together and that's the default now.

Sizing mode. Points or ATR. ATR is better if you run more than one symbol.

Everything else is colours, text size and alerts.

What it won't do

It only detects this one structure. If the market is trending cleanly with no sweep, you'll get nothing for weeks, and that's correct behaviour rather than a fault.

It also has no opinion about context. A textbook sell model can form in the middle of a strong uptrend and the indicator will draw it happily, because the structure is genuinely there. That's what the higher timeframe filter is for, and it's why I'd turn it on before trading anything mechanically.

Fair warning on the report panel too: with a small number of settled signals the hit rate bounces around a lot. Don't read anything into the first ten.

A few questions I get

Why is my chart empty when I first attach it? It needs history. The default lookback is 1000 bars and the swing settings need a few hundred more on top. Scroll back once to pull the data in.

Can I run it on M5? You can. I wouldn't, at least not with the default lengths, because the swing settings are sized for something slower. Drop them if you try it.

Does it repaint? Models are evaluated on closed bars. A model at state 0 can still be replaced by a deeper sweep on the same climax, but once it's confirmed it stays put, and 3.0 no longer wipes a confirmed model when a new candidate shows up. That was a real problem in 2.0.

Does it work on indices and metals? The structure appears everywhere. Use ATR sizing mode and retune the swing lengths, because what works on EURUSD H1 won't transfer as is.

Notes

The basic pattern shows up on every timeframe and it reflects a trend, so don't panic if a signal appeared a few bars ago and you missed it. Wait for structure to pull back and take the next one.

ICT's market maker models follow the same skeleton, so if that's your framework the same marks apply.

Detailed write-up of the theory at here

*** Note

This version of SMC back to basic need a highest/lowest point in swing (atlest 60 bar leftside and 30 bar at rightside) to confirm this is Buy/Sell climax. And then need confirm model ( test, stop hunt, rto) to make signal when price retest RTO. So  this indicator not provide signal everytime . But signal is not buy/sell entry only , it also tell us trend also. Please watch this video to more detail 

*** Frequently Asked Questions

Why nothing show on chart when i load inidicator?

https://www.youtube.com/watch?v=hW-KHHvUCWI

How i build signal scan system with this indicator?

https://youtu.be/VlaQJvTQVAw

Prodotti consigliati
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
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
JTC Smart Gold Indicator is a professional trading indicator designed exclusively for the XAUUSD (Gold) 5-minute timeframe on MetaTrader 5. It focuses on identifying high-quality trading opportunities during the New York session while helping traders maintain a disciplined and structured trading approach. Unlike indicators that generate excessive signals, JTC is designed to prioritise quality over quantity, typically highlighting a small number of carefully selected opportunities during active
AutoTrend Pro
Aram Hussein Mohammed
TL Method — Automatic Trendline Detection & Strength Indicator Tired of drawing trendlines manually? TL Method does it for you — automatically detecting, drawing, and scoring trendlines in real time. What it does: Scans up to 1000 bars to find valid support and resistance trendlines Scores each trendline by counting confirmed anchor touches Generates buy/sell signal arrows when price approaches strong trendlines Alerts you via popup, push notification, or sound — with smart cooldown to avoid spa
Trend Master V2
Oratile Pitsoane
What Is Trend Master Pro? Trend Master Pro   is a professional-grade trend trading indicator built for MetaTrader 5. It was designed with one goal in mind — to keep you on the right side of the market at all times by combining three powerful technical tools into a single, clean, easy-to-read display directly on your price chart. Instead of cluttering your screen with multiple separate indicators, Trend Master Pro fuses an   EMA Ribbon trend filter , a   ZigZag swing point engine , and a   breako
Unlock powerful breakout opportunities The 123 Pattern is one of the most popular, powerful and flexible chart patterns. The pattern is made up of three price points: a bottom, a peak or valley, and a Fibonacci retracement between 38.2% and 71.8%. A pattern is considered valid when the price breaks beyond the last peak or valley, moment at which the indicator plots an arrow, rises an alert, and the trade can be placed. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  ]
Automated Trendlines MT5
Georgios Kalomoiropoulos
Le linee di tendenza sono lo strumento più essenziale di analisi tecnica nel forex trading. Sfortunatamente, la maggior parte dei trader non li disegna correttamente. L'indicatore automatizzato delle linee di tendenza è uno strumento professionale per i trader seri che ti aiuta a visualizzare il movimento di tendenza dei mercati. Esistono due tipi di linee di tendenza, linee di tendenza rialziste e linee di tendenza ribassiste. Nella tendenza rialzista, la linea di tendenza Forex viene tracci
Tma Poc Gold
Ignacio Agustin Mene Franco
POC + TMA SCALPER GOLD - Expert Advisor Professional DESCRIPTION: Automated trading system designed specifically for XAU/USD, combining Point of Control (POC) with Triangular Moving Average (TMA) to identify high-volume and trending zones. It uses advanced risk management with dynamic trailing stops and an intelligent grid system. TECHNICA
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
Your Trend Friend
Luigi Nunes Labigalini
5 (1)
The trend is your friend! Look at the color of the indicator and trade on that direction. It does not  repaint. After each candle is closed, that's the color of the trend. You can focus on shorter faster trends or major trends, just test what's most suitable for the symbol and timeframe you trade. Simply change the "Length" parameter and the indicator will automatically adapt. You can also change the color, thickness and style of the lines. Download and give it a try! There are big movements w
Market Trend Indicator Analog Copyright 2025, Jose María Molina Sánchez molinatrader67@gmail.com | Versione 1.00 Introduzione Il Market Trend Indicator Analog è un indicatore avanzato progettato per misurare la forza e la direzione della tendenza di mercato in tempo reale. A differenza degli oscillatori tradizionali, questo indicatore utilizza un sistema di filtraggio adattivo che risponde dinamicamente alle condizioni di mercato, fornendo una rappresentazione analoga precisa tra -100
Liquidity Order Blocks MT5
Johan Adrian Nieto Resendiz
Liquidity Order Blocks MT5 Liquidity Order Blocks MT5 is a professional visual indicator for MetaTrader 5 designed to help traders identify and monitor potential bullish and bearish liquidity areas directly on the chart. The indicator detects pivot-based order block zones and displays each zone with a structured visual breakdown of estimated bullish volume, bearish volume, relative strength and delta. Its purpose is to make liquidity areas easier to read, compare and monitor during market analys
"Impulses and Corrections 5" is created to help traders navigate the market situation. The indicator shows multi-time frame upward and downward "Impulses" of price movements. These impulses are the basis for determining the "Base" , which is composed of zones of corrections of price movements, as well as "Potential" zones for possible scenarios of price movement. Up and down impulses are determined based on a modified formula of Bill Williams' "Fractals" indicator. The last impulse is always "U
Overview The Market Perspective Structure Indicator is a comprehensive MetaTrader indicator designed to provide traders with a detailed analysis of market structure across multiple timeframes. It identifies and visualizes key price action elements, including swing highs and lows, Break of Structure (BOS), Change of Character (CHOCH), internal structures, equal highs/lows, premium/discount levels, previous levels from higher timeframes, and trading session zones. With extensive customization opt
This trading indicator is non-repainting, non-redrawing, and non-lagging, making it an ideal choice for both manual and automated trading. It is a Price Action–based system that leverages price strength and momentum to give traders a real edge in the market. With advanced filtering techniques to eliminate noise and false signals, it enhances trading accuracy and potential. By combining multiple layers of sophisticated algorithms, the indicator scans the chart in real-time and translates comple
VELOS Trading Indicator Precision. Speed. Confidence. The VELOS Trading Indicator is a professional, non-repainting MT5 trading system developed by DC Trading to help traders identify high-probability trading opportunities with confidence. Designed for both beginner and experienced traders, VELOS combines trend analysis, momentum confirmation, and volatility filtering into one intelligent indicator, delivering precise entry and exit signals while reducing false setups. Built for fast-moving m
Scan pattern
VLADISLAV AKINDINOV
The indicator is designed to help in making a decision on the direction of trading (buy or sell). It is a history scanner that searches for matches of the current pattern (combination of several current bars) with historical data in percentage terms by the relative vertical position of candles relative to each other, the size of each candle, the size of the candle body and the candle shadows. In history, the matches found are indicated by vertical lines on the candle of the beginning of the soug
WBS SMC Without Repaint – Ultimate XAUUSD Scalping Engine (M5 Timeframe) Take your Gold trading to the institutional level with "WBS SMC Without Repaint", a highly advanced premium indicator engineered specifically for XAUUSD (Gold) on the M5 (5-Minute) timeframe.  Built upon the core pillars of Smart Money Concepts (SMC) combined with precise algorithmic candle pattern recognition, this tool identifies high-probability institutional footprints in real-time. Best of all: 100% ABSOLUTELY
Trend impulse indicator
Vincent Albert Feugier
Master the Market, Minus the Noise. Trading shouldn't be a guessing game. This indicator transforms cluttered, confusing charts into a clear, immediate, and actionable vision. Built to eliminate hesitation, it helps you focus on what really matters: price strength and direction. Key Features Instant Visual Feedback: Candles shift colors (Green/Yellow/Red) based on current market state. You’ll know in a glance if the market is in an impulsive trend, a pullback, or consolidation. Adaptive Structur
ATrend
Zaha Feiz
4.83 (18)
"ATREND: Come funziona e come utilizzarlo" ### Come funziona L'indicatore "ATREND" per la piattaforma MT5 è progettato per fornire ai trader robusti segnali di acquisto e vendita utilizzando una combinazione di metodologie di analisi tecnica. Questo indicatore sfrutta principalmente l'Average True Range (ATR) per la misurazione della volatilità, insieme ad algoritmi di individuazione dei trend per identificare potenziali movimenti di mercato. Lascia un messaggio dopo l'acquisto e ricevi un rega
Candle Pattern Pro MT5
Komang Putra Riswanjaya
Description : In the world of trading, candlestick patterns are a popular technical analysis tool used by many traders.   There are numerous candlestick patterns, ranging from reversal patterns to continuation patterns. However, remembering all these patterns can be challenging, especially for novice traders. This often leads to traders having to manually memorize and identify candlestick patterns, which can be time-consuming and prone to errors. Candle Pattern Pro is a powerful indicator desig
Utraspikedetector
Odete Argelio Simbine
UltraSpikeDETECTOR for MQL5 is a professional market indicator designed to detect sudden price spikes and market trends efficiently. It provides real-time alerts, clear visual signals, and full integration with the MQL5 platform. Fully customizable and adaptable to various trading strategies, it helps traders monitor market movements more effectively. This tool is intended to support informed decision-making and improve trading analysis. No profit guarantees are provided, ensuring compliance wit
XC-Fibonacci: The Ultimate Smart Fibonacci Indicator for Maximum Profit! Do you struggle with drawing the right Fibonacci retracement lines? Or do you often miss out on crucial market moves when the price hits key levels? Meet XC-Fibonacci , a premium indicator by Eazytrading specifically designed to simplify your technical analysis and drastically improve your entry and exit accuracy! Going beyond standard drawing tools, XC-Fibonacci automates your Support, Resistance, and Fibonacci le
Wave Trend MT5
Diego Arribas Lopez
MT4 Version Wave Trend MT5 Wave Trend is an oscillator, which helps identifing in a extremely accurate manner market reversals. The Oscillator being obove the overbought level and a cross down of the fast into the slow MA usually indicates a good SELL signal. If the oscillators is below the oversold level and the fast MA crosses over the slower MA usually highlights a good BUY signal. The Wave Trend indicator can be also used when divergences appear against the price, indicating the current move
Our offer also includes a free panel — Indicator Panel — which allows you to show or hide indicators created by BOToBRACIA ->  MT4  /   MT5 Our offer also includes a version for MetaTrader 4 ->    https://www.mql5.com/en/market/product/169981?source=Site+Market+Product+Page Liquidity Grab Indicator   is a practical price action tool that automatically identifies and draws liquidity levels based on swing highs and swing lows. It highlights areas where stop-losses and pending orders most commonl
C88 Projected Candle See the Bigger Picture Before the Candle Closes C88 Projected Candle is a professional market visualization indicator that projects the current higher timeframe candle directly onto your active chart. It helps traders understand the evolving market structure without constantly switching between timeframes. Whether you trade Price Action, ICT, Smart Money Concepts (SMC), or Volume Profile, this indicator provides a cleaner and more intuitive way to read market context. Key Fe
CleanTrend di NeuralTick è un indicatore di tendenza che NON RIDIPINGE MAI il passato. Stanco di indicatori che sembrano perfetti sullo storico ma che ridipingono i segnali nel trading reale? Tre ragioni per cui i trader, stanchi del rumore e degli inganni, scelgono CleanTrend: 100% NESSUN RIDIPINGIMENTO. Il colore della linea viene fissato per sempre. Nessuna barra cambierà retroattivamente — verificalo nello Strategy Tester. DOPPIO FILTRO ANTIRUMORE. Un segnale appare solo quando il pr
Indicatore SMC Reversal Plus Alert L’ Indicatore SMC Reversal Plus Alert è uno strumento di trading potente basato sui concetti di Smart Money (SMC), progettato per aiutare i trader a identificare zone di inversione ad alta probabilità e segnali di ingresso precisi, utilizzando la logica istituzionale. Questo indicatore traccia automaticamente le zone di offerta e domanda sui timeframe H4 e D1 , a partire dal giorno di trading corrente, consentendo ai trader di vedere chiaramente dove è probabil
Wyckoff Strategy with signal is a MetaTrader 5 indicator that applies the Wyckoff Method to detect accumulation and distribution, marks the key Wyckoff events on the chart, and prints entries with stop loss and three take-profit targets. Features Automatic phase analysis: tracks the four Wyckoff phases (accumulation, markup, distribution, markdown) driven by institutional money. Trading-range mapping: draws the current range high (resistance) and low (support) and shades the active accumulation
Harraz Scalper System Pro
Muhammad Azraf Bin Dzul Fauzi
Harraz Neural Scalper PRO – The Future of XAUUSD Scalping ​Experience the next generation of precision trading with the Harraz Neural Scalper System. ​Are you tired of cluttered charts and lagging signals? Harraz Neural Scalper v2.8 is not just an indicator; it’s a high-performance AI Neural HUD designed specifically for the fast-paced world of Gold (XAUUSD) scalping. ​Built with a surgical crossover logic and filtered by a 200-period Major Trend Engine, this system ensures you are always on th
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
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
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
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
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
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
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
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
Session High Low Lines Indicator that plots key intraday reference levels directly on the chart: the previous day's high/low and the current day's high/low, updated automatically as the new day forms. An optional previous week high/low can also be displayed. These levels are widely used as reference points for potential support and resistance zones, breakout confirmation, and range context during a trading session. Features Previous day High/Low lines Current day High/Low lines (updates in real
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
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
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
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
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
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
FiboSniper Pro
Van Minh Nguyen
5 (1)
FiboSniper Pro – Sistema Professionale di Trading Fibonacci Grid con Multi-Filtro FiboSniper Pro è un sistema avanzato di indicatori per l’analisi tecnica che combina Fibonacci Envelopes con filtri multilivello tra cui ADX, EMA, RSI, ATR e Time Filter, per aiutare a identificare opportunità di ingresso filtrate, insieme a livelli automatici di Stop Loss e Take Profit basati sulla volatilità dell’ATR. È progettato specificamente per i trader che utilizzano strategie di scalping su M5. Dopo l’acqu
Questo prodotto è stato aggiornato per il mercato 2026 e ottimizzato per le ultime build di MT5. AVVISO DI AGGIORNAMENTO PREZZO: Smart Price Action Concepts è attualmente disponibile a $200 . Il prezzo aumenterà a $299 dopo i prossimi 30 acquisti . OFFERTA SPECIALE: Dopo l’acquisto, inviami un messaggio privato per ricevere un bonus gratuito + regalo . Prima di tutto, vale la pena sottolineare che questo strumento di trading è un indicatore non-repainting, non-redrawing e non-lagging, il che lo
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
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
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.) Ultime notizie: La versione 1.64 è stata rilasciata. Ora tutte le operazioni hanno uno Stop Loss posizionato dietro le relative zone di Supporto/Resistenza. Anche la funzione Smart Close è stata migliorata per aumentare le prestazioni dell'EA in questa versione. Dal 9 agosto, il segnale live è in esecuzione sulla versione 1.64. Piano pr
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
FX-AIEA Smart Supply and Demand Zone Identification Indicator (Supply and Demand Indicators MT5) Version: 2.51 | Compatible Platform: MetaTrader 5  Why do trades need supply and demand zones? Supply and demand zones are the core manifestation of institutional order flow, reflecting real buying and selling power more accurately than traditional support and resistance. However, manual drawing is not only time-consuming but also highly subjective and prone to missing key areas. FX-AIEA Supp
Currency Strength Wizard   è un indicatore molto potente che ti fornisce una soluzione all-in-one per un trading di successo. L'indicatore calcola la potenza di questa o quella coppia forex utilizzando i dati di tutte le valute su più intervalli di tempo. Questi dati sono rappresentati in una forma di indice di valuta facile da usare e linee elettriche di valuta che puoi utilizzare per vedere il potere di questa o quella valuta. Tutto ciò di cui hai bisogno è collegare l'indicatore al grafico ch
Scalper Vault   è un sistema di scalping professionale che ti fornisce tutto il necessario per scalping di successo. Questo indicatore è un sistema di trading completo che può essere utilizzato dai trader di forex e opzioni binarie. L'intervallo di tempo consigliato è M5. Il sistema fornisce segnali di freccia accurati nella direzione della tendenza. Ti fornisce anche i segnali più alti e più bassi e i livelli di mercato di Gann. Gli indicatori forniscono tutti i tipi di avvisi, comprese le noti
Advanced Supply Demand MT5
Bernhard Schweigert
4.53 (15)
La migliore soluzione per qualsiasi principiante o trader esperto! Questo indicatore è uno strumento di trading unico, di alta qualità e conveniente perché abbiamo incorporato una serie di funzionalità proprietarie e una nuova formula. Con questo aggiornamento, sarai in grado di mostrare fusi orari doppi. Non solo potrai mostrare una TF più alta, ma anche entrambe, la TF del grafico, PIÙ la TF più alta: SHOWING NESTED ZONES. Tutti i trader di domanda di offerta lo adoreranno. :) Informazioni imp
SR Liquidity   è un indicatore di trading progettato per individuare le zone nascoste in cui si concentra la liquidità di mercato e dove il prezzo reagisce con maggiore intensità. Queste aree di liquidità agiscono come potenti livelli di supporto e resistenza, offrendo una mappa chiara dei punti in cui è più probabile che il mercato inverta la propria direzione. Invece di tracciare le classiche linee di supporto e resistenza, SR Liquidity analizza l'effettivo comportamento dei prezzi per individ
ZAB Supply Demand MTF automatically detects institutional supply and demand zones across up to 9 timeframes and draws them directly on your chart. Based on Sam Seiden's methodology, this indicator identifies the exact zones where banks and institutions placed their orders. Why This Indicator? Unlike basic support/resistance tools, ZAB Supply Demand MTF classifies every zone by its formation pattern and merges overlapping zones from different timeframes into high-probability confluence areas. Key
Weltrade Spike Sentinel
Batsirayi L Marango
5 (1)
Introducing Indicator for PainX and GainX Indices Traders on Weltrade Get ready to experience the power of trading with our indicator, specifically designed for Weltrade   broker's PainX and GainX Indices.  Advanced Strategies for Unbeatable Insights Our indicator employs sophisticated strategies to analyze market trends, pinpointing optimal entry and exit points.  Optimized for Maximum Performance To ensure optimal results, our indicator is carefully calibrated for 5-minute timeframe charts on
Altri dall’autore
This script automatically calculates and updates ICT's daily IPDA look back time intervals and their respective discount / equilibrium / premium, so you don't have to :) IPDA stands for Interbank Price Delivery Algorithm. Said algorithm appears to be referencing the past 20, 40, and 60 days intervals as points of reference to define ranges and related PD arrays. Intraday traders can find most value in the 20 Day Look Back box, by observing imbalances and points of interest. Longer term traders c
This is addition of  Effective SV squeeze momentum  that add bolliger band and Keltner channel to chart window.  Squeeze momentum introduced by “John Carter”, the squeeze indicator for MT5 represents a volatility-based tool. Regardless, we can also consider the squeeze indicator as a momentum indicator, as many traders use it to identify the direction and strength of price moves. In fact, the Tradingview  squeeze indicator shows when a financial instrument is willing to change from a trending ma
FREE
This indicator presents an alternative approach to identify Market Structure. The logic used is derived from learning material created by   DaveTeaches (on X) Upgrade v1.10: add option to put protected high/low value to buffer (figure 11, 12) When quantifying Market Structure, it is common to use fractal highs and lows to identify "significant" swing pivots. When price closes through these pivots, we may identify a Market Structure Shift (MSS) for reversals or a Break of Structure (BOS) for co
The Bheurekso Pattern Indicator for MT5 helps traders automatically identify candlestick pattern that formed on the chart base on some japanese candle pattern and other indicator to improve accurate. This indicator scans all candles, recognizes and then displays any candle patterns formed on the chart. The candle displayed can be Bullish or Bearish Engulfing, Bullish or Bearish Harami, and so on. There are some free version now but almost that is repaint and lack off alert function. With this ve
This is a Forex Scalping Trading Sytem based on the Bollinger Bands.  Pairs:Major Time frame: 1M or higher. Spread max:0,0001.  Indicators (just suggestion) Bollinger bands (20, 2); ADX (14 period); RSI   (7 period ). Y ou should only trade this system between 2am to 5am EST, 8am to 12am EST and 7.30pm to 10pm EST. Do not scalp 30 minutes before a orange or red news  report and not for a hour afterwards.   Setup: is for price to move above the lower or lower Bollinger Bands, RSI raise above the
FREE
The liquidity swings indicator highlights swing areas with existent trading activity. The number of times price revisited a swing area is highlighted by a zone delimiting the swing areas. Additionally, the accumulated volume within swing areas is highlighted by labels on the chart. An option to filter out swing areas with volume/counts not reaching a user-set threshold is also included. This indicator by its very nature is not real-time and is meant for descriptive analysis alongside other com
The Breaker Blocks with Signals indicator aims to highlight a complete methodology based on breaker blocks. Breakout signals between the price and breaker blocks are highlighted and premium/discount swing levels are included to provide potential take profit/stop loss levels. This script also includes alerts for each signal highlighted.   SETTINGS   Breaker Blocks Length: Sensitivity of the detected swings used to construct breaker blocks. Higher values will return longer term break
OVERVIEW K-means is a clustering algorithm commonly used in machine learning to group data points into distinct clusters based on their similarities. While K-means is not typically used directly for identifying support and resistance levels in financial markets, it can serve as a tool in a broader analysis approach. Support and resistance levels are price levels in financial markets where the price tends to react or reverse. Support is a level where the price tends to stop falling and m
All about Smart Money Concepts Strategy: Market struture: internal or swing BOS, CHoCH; Orderblock; Liquity equal; Fair Value Gap with Consequent encroachment, Balanced price range; Level with Previous month, week, day level or in day level (PMH, PWH, PDH, HOD); BuySell Stops Liquidity (BSL, SSL); Liquidity Void Long Wicks; Premium and Discount; Candle pattern ... "Smart Money Concepts" ( SMC ) is a fairly new yet widely used term amongst price action traders looking to more accurately navigate
The indicator   returning pivot point based trendlines with highlighted breakouts . Trendline caculated by pivot point and other clue are ATR, Stdev.   The indicator also includes integrated alerts for  trendlines  breakouts   and foward message to Telegram channel or group if you want. Settings ·            Lookback bar: Default 200 is number of bar caculate when init indicator. ·            Length:  Pivot points  period ·            Slope Calculation Method: Determines how this lope is calcula
This all-in-one indicator displays real-time market structure (internal & swing BOS / CHoCH), order blocks, premium & discount zones, equal highs & lows, and much more...allowing traders to automatically mark up their charts with widely used price action methodologies. Following the release of our Fair Value Gap script, we received numerous requests from our community to release more features in the same category. //------------------------------------// Version 1.x has missing functions + PDAr
The Breaker Blocks with Signals indicator aims to highlight a complete methodology based on breaker blocks. Breakout signals between the price and breaker blocks are highlighted and premium/discount swing levels are included to provide potential take profit/stop loss levels. This script also includes alerts for each signal highlighted.   SETTINGS   Breaker Blocks Length: Sensitivity of the detected swings used to construct breaker blocks. Higher values will return longer term break
The ICT Concepts indicator regroups core concepts highlighted by trader and educator "The Inner Circle Trader" (ICT) into an all-in-one toolkit. Features include Market Structure (MSS & BOS), Order Blocks, Imbalances, Buyside/Sellside Liquidity, Displacements, ICT Killzones, and New Week/Day Opening Gaps. It’s one kind of Smart money concepts.   USAGE:   Please read this   document  !      DETAILS Market Structure Market structure labels are constructed from price breaking a prior extreme
The FollowLine indicator is a trend following indicator. The blue/red lines are activated when the price closes above the upper Bollinger band or below the lower one. Once the trigger of the trend direction is made, the FollowLine will be placed at High or Low (depending of the trend). An ATR filter can be selected to place the line at a more distance level than the normal mode settled at candles Highs/Lows. Some features: + Trend detech + Reversal signal + Alert teminar / mobile app
The ICT Silver Bullet indicator is inspired from the lectures of "The Inner Circle Trader" (ICT) and highlights the Silver Bullet (SB) window which is a specific 1-hour interval where a Fair Value Gap (FVG) pattern can be formed. A detail document about ICT Silver Bullet here . There are 3 different Silver Bullet windows (New York local time): The London Open Silver Bullet (3 AM — 4 AM ~ 03:00 — 04:00) The AM Session Silver Bullet (10 AM — 11 AM ~ 10:00 — 11:00) The PM Session Silver Bullet (2
Sessions by Lux
Minh Truong Pham
This indicator shows when user set sessions are active and returns various tools + metrics using the closing price within active sessions as an input. Users have the option to change up to 4 session times. The indicator will increasingly lack accuracy when the chart timeframe is higher than 1 hour. Settings Sessions Enable Session: Allows to enable or disable all associated elements with a specific user set session. Session Time: Opening and closing times of the user set session in the  
The liquidity swings indicator highlights swing areas with existent trading activity. The number of times price revisited a swing area is highlighted by a zone delimiting the swing areas. Additionally, the accumulated volume within swing areas is highlighted by labels on the chart. An option to filter out swing areas with volume/counts not reaching a user-set threshold is also included. This indicator by its very nature is not real-time and is meant for descriptive analysis alongside other com
The SuperTrend AI indicator is a novel take on bridging the gap between the K-means clustering machine learning method & technical indicators. In this case, we apply K-Means clustering to the famous SuperTrend indicator.   USAGE Users can interpret the SuperTrend AI trailing stop similarly to the regular SuperTrend indicator. Using higher minimum/maximum factors will return longer-term signals. (image 1) The displayed performance metrics displayed on each signal allow for a deeper interpretat
OVERVIEW A Lorentzian Distance Classifier (LDC) is a Machine Learning classification algorithm capable of categorizing historical data from a multi-dimensional feature space. This indicator demonstrates how Lorentzian Classification can also be used to predict the direction of future price movements when used as the distance metric for a novel implementation of an Approximate Nearest Neighbors (ANN) algorithm. This indicator provide signal as buffer, so very easy for create EA from this indi
An Implied Fair Value Gap (IFVG) is a three candles imbalance formation conceptualized by ICT that is based on detecting a larger candle body & then measuring the average between the two adjacent candle shadows. This indicator automatically detects this imbalance formation on your charts and can be extended by a user set number of bars. The IFVG average can also be extended until a new respective IFVG is detected, serving as a support/resistance line. Alerts for the detection of bullish/be
Consolidation is when price is moving inside a clear trading range. When prices are consolidated it shows the market maker placing orders on both sides of the market. This is mainly due to manipulate the un informed money. This indicator automatically identifies consolidation zones and plots them on the chart. The method of determining consolidation zones is based on pivot points and ATR, ensuring precise identification. The indicator also sends alert notifications to users when a new consolida
Wyckoff sweep and order block detector I got tired of marking the same structure by hand every morning, so I wrote this. It looks for one thing only: the Wyckoff sequence that ends with a liquidity sweep and a pullback into the order block that started the move. When all the pieces line up, it draws them and tells you. That's the whole job. It doesn't predict, it doesn't score setups out of ten, and it won't tell you how much to risk. It marks structure that's already there and saves you the ey
Created by imjesstwoone and mickey1984, this trade model attempts to capture the expansion from the 10:00-14:00 EST 4h candle using just 3 simple steps. All of the information presented in this description has been outlined by its creators, all I did was translate it to MQL4. All core settings of the trade model may be edited so that users can test several variations, however this description will cover its default, intended behavior using NQ 5m as an example. Step 1 is to identify our Price Ra
The Buyside & Sellside Liquidity indicator aims to detect & highlight the first and arguably most important concept within the ICT trading methodology,   Liquidity   levels. SETTINGS Liquidity Levels Detection Length: Lookback period Margin: Sets margin/sensitivity for a liquidity level detection Liquidity Zones Buyside Liquidity Zones: Enables display of the buyside liquidity zones. Margin: Sets margin/sensitivity for the liquidity zone boundaries. Color: Color option for buysid
The   Liquidation Estimates (Real-Time)   experimental indicator attempts to highlight real-time long and short liquidations on all timeframes. Here with liquidations, we refer to the process of forcibly closing a trader's position in the market. By analyzing liquidation data, traders can gauge market sentiment, identify potential support and resistance levels, identify potential trend reversals, and make informed decisions about entry and exit points. USAGE (Img 1)    Liquidation refers
The   ICT Unicorn Model   indicator highlights the presence of "unicorn" patterns on the user's chart which is derived from the lectures of   "The Inner Circle Trader" (ICT) . Detected patterns are followed by targets with a distance controlled by the user.   USAGE (image 2) At its core, the ICT Unicorn Model relies on two popular concepts, Fair Value Gaps and Breaker Blocks. This combination highlights a future area of support/resistance. A   Bullish Unicorn Pattern   consists out of:
The Inversion Fair Value Gaps (IFVG) indicator is based on the inversion FVG concept by ICT and provides support and resistance zones based on mitigated Fair Value Gaps (FVGs). Image 1   USAGE Once mitigation of an FVG occurs, we detect the zone as an "Inverted FVG". This would now be looked upon for potential support or resistance. Mitigation occurs when the price closes above or below the FVG area in the opposite direction of its bias. (Image 2) Inverted Bullish FVGs Turn into Potenti
Overview The   Volume SuperTrend AI   is an advanced technical indicator used to predict trends in price movements by utilizing a combination of traditional SuperTrend calculation and AI techniques, particularly the k-nearest neighbors (KNN) algorithm. The Volume SuperTrend AI is designed to provide traders with insights into potential market trends, using both volume-weighted moving averages (VWMA) and the k-nearest neighbors (KNN) algorithm. By combining these approaches, the indicator
Introducing the Reversal and Breakout Signals   This innovative tool is crafted to enhance your chart analysis by identifying potential reversal and breakout opportunities directly on your charts. It's designed with both novice and experienced traders in mind, providing intuitive visual cues for better decision-making. Let's dive into the key features and how it operates: ###   Key Features:   Dynamic Period Settings:   Customize the sensitivity of the indicator with user-def
Introduction One of the patterns in "RTM" is the "QM" pattern, also known as "Quasimodo". Its name is derived from the appearance of "Hunchback of Notre-Dame" from Victor Hugo's novel. It is a type of "Head and Shoulders" pattern.   Formation Method   Upward Trend In an upward trend, the left shoulder is formed, and the price creates a new peak higher than the left shoulder peak . After a decline, it manages to break the previous low and move upward again. We expect the price to
Filtro:
Nessuna recensione
Rispondi alla recensione