Entry smc model back to basic MT4

4.2

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

Avis 6
sweethomeboy2
599
sweethomeboy2 2025.10.10 16:33 
 

more than great

Mohd Noor Quddussi Izuywan Bin Mohd Sani
653
Mohd Noor Quddussi Izuywan Bin Mohd Sani 2024.01.10 07:04 
 

you are great in support. this indicator is good and look promising.

trick 86
763
trick 86 2023.12.22 18:28 
 

great update! great work! thank you! would love divergence between BC/SC and Hunt

Produits recommandés
Embark on the pinnacle of Binary Options evolution. Our indicator isn't just adaptive—it's relentless. Picture a ninja riding a serpent, shadowing its every move; that's how this tool trails the market trend, unwavering till the end. Built upon the foundational prowess of the Ichimoku indicator and honed with an array of fine-tuned oscillators, it epitomizes accuracy and precision. Dive deep without getting lost in the Ichimoku's intricacies—our indicator simplifies the process for you. Perhaps
This is an arrow indicator without a future function,developed based on the most advanced profit trading algorithms.It has the most innovative and advanced dual trend analysis module, as well as the latest and highly effective market trend prediction algorithm.Trends are your friends, and following larger trends can earn the maximum profit in foreign exchange. This indicator helps traders identify current trends and track them. Someone once made a profit of 10 times in a week by relying on it.No
The Th3Eng PipFinite indicator is based on a very excellent analysis of the right trend direction with perfect custom algorithms. It show the true direction and the best point to start trading. With StopLoss point and Three Take Profit points. Also it show the right pivot of the price and small points to order to replace the dynamic support and resistance channel, Which surrounds the price. And Finally it draws a very helpful Box on the left side on the chart includes (take profits and Stop loss
FiboZag
Andriy Sydoruk
Indicator FiboZag - transfer the indicator to the chart and the Fibonacci levels will be built automatically on the last ZigZag turn. The main advantage lies in the correct construction of Fibonacci levels and markup of price levels. Simple, visual and effective use. The indicator is not redrawn and does not lag. Works on all currency pairs and on all timeframes.
QuantumEdge Trader
Hossam Ali Ahmed Ali
QuantumEdge Trader v1.0 AI-Powered Precision Signals for Serious Traders QuantumEdge Trader is a smart and reliable indicator that delivers accurate BUY and SELL signals using advanced market analysis and trend detection. Designed for M1 to M60 timeframes, it's ideal for scalping and intraday strategies. --- Key Features: No Repaint – Signals never change after appearing Smart trend filters to reduce noise Adjustable sensitivity and alerts Perfect for XAUUSD, EURUSD, and m
Renko, Heiken Ashi, Ticks Bar, Range Bar.    Easy switching, easy setup, all in one window.        Place the Custom Chart indicator and view Renko, Heiken Ashi, Tick bar, Range bar charts in real time at real chart.    Position the offline chart window so that the indicator control panel is visible.    Switch the chart mode by click of a button.    Connect to the output chart any indicator, expert advisor without any restrictions.    No, it doesn't work in the tester.    Yes, you can use an
PZ 123 Pattern
PZ TRADING SLU
1 (1)
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
Georgios Kalomoiropoulos
5 (16)
Les lignes de tendance sont l'outil d'analyse technique le plus essentiel dans le trading forex. Malheureusement, la plupart des commerçants ne les dessinent pas correctement. L'indicateur Automated Trendlines est un outil professionnel pour les traders sérieux qui vous aide à visualiser le mouvement de tendance des marchés. Il existe deux types de lignes de tendance, les lignes de tendance haussières et les lignes de tendance baissières. Dans la tendance haussière, la ligne de tendance du Fo
Supply and Demand Dashboard PRO
Bernhard Schweigert
4.81 (21)
Actuellement 30% de réduction ! Ce tableau de bord est un logiciel très puissant qui fonctionne sur plusieurs symboles et jusqu'à 9 horizons temporels. Il est basé sur notre indicateur principal (Best reviews : Advanced Supply Demand ).   Le tableau de bord donne une excellente vue d'ensemble. Il montre :  Les valeurs d'offre et de demande filtrées, y compris l'évaluation de la force de la zone, Les distances en pips vers/et dans les zones, Il met en évidence les zones imbriquées, Il donne 4
Fibonacci retracement and extension line drawing tool Fibonacci retracement and extended line drawing tool for MT4 platform is suitable for traders who use  golden section trading Advantages: There is no extra line, no too long line, and it is easy to observe and find trading opportunities Trial version: https://www.mql5.com/zh/market/product/35884 Main functions: 1. Multiple groups of Fibonacci turns can be drawn directly, and the relationship between important turning points can be seen
Heiken Ashi candle chart is an improved version of The Japanese candle chart, which can effectively filter the market "noise" of the Japanese candle chart. It is favored by many traders for its simplicity and intuition. For trend traders, the HA candle chart is a magic tool. Unlike the traditional Japanese candle chart, Heikenashi does not reflect the opening price, high price, low price and closing price of the market. Instead, Heikenashi calculates the value of a single K line in the dominant
Credible Cross System   indicator is designed for signal trading. This indicator generates trend signals. It uses many algorithms and indicators to generate this signal. It tries to generate a signal from the points with the highest trend potential. The indicator works based on instant price movements. This indicator is a complete trading product. This indicator does not need any additional indicators. The indicator certainly does not repaint. The point at which the signal is given does not c
EARLY REMINDER: The Starting price is 65 price will rise soon up to 365$ and then 750$ after first 10 copies of sales. Grab this offer now! Introduction Hello, traders! Welcome to the demonstration of the Forex Beast Indicator , a comprehensive tool designed to assist aspiring traders in navigating the complexities of the forex market. This indicator incorporates seven essential components to provide a well-rounded trading experience: Moving Averages Colored Zones Support and Resistance Levels
Master Dot for MetaTrader 4 Detect Volatility Exhaustion Before the Market Returns to Balance Master Dot is a professional non-repainting indicator designed to detect moments when price moves beyond its statistically expected volatility range. These situations often occur during sharp market impulses, liquidity grabs or temporary emotional moves, when price departs from its normal trading conditions. Instead of following trends, Master Dot highlights volatility exhaustion — moments where the mar
Money Flow Profile MT5 HERE   Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis This Master Edition is engineered for clarity and speed, featuring a unique Auto-Theme Sync system that instantly beautifies your chart layout upon loading. Key Features: True Money Flow Calculation: Goes beyond stand
Cosmic Diviner X Planet
Olena Kondratenko
4 (2)
This unique multi-currency strategy simultaneously determines the strength of trends and market entry points, visualizing this using histograms on the chart. The indicator is optimally adapted for trading on the timeframes М5, М15, М30, Н1. For the convenience of users, the indicator renders the entry point (in the form of an arrow), recommended take profit levels (TP1, TP2 with text labels) and the recommended Stop Loss level. The take profit levels (TP1, TP2) are automatically calculated for
This is the FXTraderariel-TakeProfit - Stop Loss Indicator . It provides you 3 potential Take Profits and 1 Stop Loss. These potential targets are computed based on several methods . The indicator can be used on every time frame, but we advise to use it on H1, H4 and D1. Especially if you are a novice trader. Pro Traders can also you use it for scalping in smaller time frames (M1, M5 and M15). This indicator is not a complete trading system. It doesn't provide you a Signal nor can predict the m
"Auto FIBO Pro" Crypto_Forex indicator - est un excellent outil auxiliaire dans le trading ! - L'indicateur calcule et place automatiquement sur le graphique les niveaux de Fibo et les lignes de tendance locales (couleur rouge). - Les niveaux de Fibonacci indiquent les zones clés où le prix peut s'inverser. - Les niveaux les plus importants sont 23,6 %, 38,2 %, 50 % et 61,8 %. - Vous pouvez l'utiliser pour le scalping inversé ou pour le trading en grille de zones. - Il existe également de nombr
Intraday Levels shows intraday levels grid for intraday trading Shows a grid for the day levels, gives you a guide to know the trend and to measure intraday trades (stop-loss and take-profit). Parameters are: Levels Mode: Basic mode: Shows highest, lowest and middle levels. Advanced mode: Shows highest, lowest, middle and intermediate levels. Fibonacci mode: Shows session Fibonacci retracements levels. Momentum mode: Shows delayed Advanced levels to identify momentum. Smooth Period (Momentum m
Happy Trend Arrow
Muhammed Emin Ugur
This   Happy Trend Arrow   indicator is designed for signal trading. This indicator generates trend signals. It uses many algorithms and indicators to generate this signal. It tries to generate signals from the points with the highest trend potential. This indicator is a complete trading product. This indicator does not need any additional indicators. The indicator is never repainted. The point at which the signal is given does not change.       Features and Recommendations Time Frame: H1
Binary Options Support Resistance Indicator This indicator is designed for binary options trading and effectively shows retracements from support and resistance levels. Signals appear on the current candle. A red arrow pointing downwards indicates a potential selling opportunity, while a blue arrow pointing upwards suggests buying opportunities. All that needs adjustment is the color of the signal arrows. It is recommended to use it on the M1-M5 timeframes as signals are frequent on these timef
SMC Easy Signal
Mohamed Hassan
4.73 (15)
SMC Easy Signal was built to remove the confusion around the smart money concept by turning structural shifts like BOS (Break of Structure) and CHoCH (Change of Character) into simple buy and sell trading signals. It simplifies market structure trading by automatically identifying breakouts and reversals as they happen, allowing traders to focus on execution rather than analysis. Whether the market is continuing its trend or preparing to reverse, the indicator translates complex price action in
The   True Magic Oscillator   indicator is designed for signal trading. This indicator generates trend signals. It uses many algorithms and indicators to generate this signal. It tries to generate signals from the points with the highest trend potential. This indicator is a complete trading product. This indicator does not need any additional indicators. The indicator is never repainted. The point at which the signal is given does not change.         Features and Recommendations Works wit
YK-Fibo Pivot Indicator: Trade Smarter with Fibonacci Pivot Points The YK-Fibo Pivot Indicator is a powerful technical analysis tool that combines the precision of Fibonacci retracements with the insights of Pivot Points. Whether you're a novice or seasoned trader, this indicator empowers you to spot profitable opportunities in the market with ease. Why Choose YK-Fibo Pivot? Pinpoint Support & Resistance: By calculating Fibonacci levels based on the previous day's high, low, and close prices, y
Super Reversal Pattern
Parfait Mujinga Ndalika
Super Reversal Pattern Indicator Unlock the power of advanced pattern recognition with our Super Reversal Pattern Indicator. Designed for traders seeking precision and reliability, this indicator identifies one of the most effective reversal patterns in technical analysis, offering a significant edge in your trading strategy. Key Features: Non-Repainting Accuracy: Enjoy the confidence of non-repainting technology. Once a Super Reversal Pattern is detected, it remains static, providing consiste
It will be the best tool for you to make a profit! Through unique algorithms You're going to see an amazing amount of right trading signals Make huge profits every day and realize more possibilities!   Like the car no money to buy it, the love of the girls dare not to pursue?Or the credit card bill is not paid, the rent does not have the extra money to settle?Or are you fed up with being bossed around by your boss and Hope to get more people's respect?Can't afford to buy the things you want ? wa
L'indicateur Morning Star PRT utilise le principe de rupture plate du matin. L'indicateur affiche les niveaux plats du matin et indique les cibles possibles. Un niveau de Fibonacci supplémentaire a été ajouté à l'indicateur, ainsi que des alertes sonores sur l'intersection des deux niveaux cibles spécifiés dans les paramètres et du niveau plat de nuit. L'indicateur Morning Star PRT construit un canal plat de nuit à la fin de la nuit, ainsi que deux niveaux de prix de Fibonacci en hausse et en
Advanced Trend Regime
Shellard Securities (Pty) Ltd
The indicator has been designed to function on any time-frame and any pair.   This regime filter will help the trader better evaluate whether the current market is trending, and in which direction. It quickly reacts to changes in market dynamics using a series of advanced calculations. The user is able to select whether the calculation remains standard, or if a further filter constraint is added to the calculation.   A Yellow moving average of the signal has been included for the trader to smoot
VR Cub
Vladimir Pastushak
VR Cub est un indicateur permettant d'obtenir des points d'entrée de haute qualité. L'indicateur a été développé pour faciliter les calculs mathématiques et simplifier la recherche de points d'entrée dans un poste. La stratégie de trading pour laquelle l'indicateur a été rédigé prouve son efficacité depuis de nombreuses années. La simplicité de la stratégie de trading est son grand avantage, qui permet même aux traders débutants de négocier avec succès avec elle. VR Cub calcule les points d'ouve
"Impulses and Corrections 4" 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
Les acheteurs de ce produit ont également acheté
M1 Sniper
Oleg Rodin
5 (27)
M1 SNIPER est un système d'indicateurs de trading facile à utiliser. Il s'agit d'un indicateur à flèche conçu pour l'unité de temps M1. Cet indicateur peut être utilisé seul pour le scalping sur l'unité de temps M1 ou intégré à votre système de trading existant. Bien que conçu spécifiquement pour le trading sur l'unité de temps M1, ce système peut également être utilisé avec d'autres unités de temps. Initialement, j'avais conçu cette méthode pour le trading du XAUUSD et du BTCUSD. Cependant, je
SR Liquidity
Oleg Rodin
5 (2)
SR Liquidity est un indicateur de trading conçu pour révéler les zones cachées où se concentre la liquidité du marché et où le prix réagit avec le plus d'intensité. Ces zones de liquidité spécifiques agissent comme de puissants niveaux de support et de résistance, vous offrant une cartographie claire des points où le marché est le plus susceptible de se retourner. Plutôt que de tracer des lignes de support et de résistance classiques, l'indicateur SR Liquidity analyse le comportement réel des pr
Neuro Poseidon MT4
Daria Rezueva
4.8 (45)
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 all
Gann Made Easy
Oleg Rodin
4.84 (171)
Gann Made Easy est un système de trading Forex professionnel et facile à utiliser qui est basé sur les meilleurs principes de trading en utilisant la théorie de mr. WD Gann. L'indicateur fournit des signaux d'ACHAT et de VENTE précis, y compris les niveaux Stop Loss et Take Profit. Vous pouvez échanger même en déplacement en utilisant les notifications PUSH. VEUILLEZ ME CONTACTER APRÈS L'ACHAT POUR RECEVOIR GRATUITEMENT DES INSTRUCTIONS DE TRADING ET D'EXCELLENTS INDICATEURS SUPPLÉMENTAIRES! Vou
Actuellement 30% de réduction ! La meilleure solution pour tout débutant ou trader expert ! Ce logiciel de tableau de bord fonctionne sur 28 paires de devises. Il est basé sur 2 de nos principaux indicateurs (Advanced Currency Strength 28 et Advanced Currency Impulse). Il donne un excellent aperçu de l'ensemble du marché Forex. Il montre les valeurs de l'Advanced Currency Strength, la vitesse de mouvement des devises et les signaux pour 28 paires de devises dans tous les (9) délais. Imaginez
Atomic Analyst
Issam Kassas
5 (11)
Ce produit a été mis à jour pour le marché 2026 et optimisé pour les dernières versions de MT5. AVIS DE MISE À JOUR DU PRIX : Atomic Analyst est actuellement disponible à $99 . Le prix passera à $199 après les 30 prochains achats . OFFRE SPÉCIALE : Après avoir acheté Atomic Analyst, envoyez-moi un message privé pour recevoir Smart Universal EA GRATUITEMENT et transformer vos signaux Atomic Analyst en trades automatisés. Atomic Analyst est un indicateur de trading Price Action sans repaint, san
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 4. 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,
Le système PRO Renko est un système de trading très précis spécialement conçu pour le trading de graphiques RENKO. Il s'agit d'un système universel qui peut être appliqué à divers instruments de négociation. Le système neutralise efficacement ce qu'on appelle le bruit du marché en vous donnant accès à des signaux d'inversion précis. L'indicateur est très facile à utiliser et n'a qu'un seul paramètre responsable de la génération du signal. Vous pouvez facilement adapter l'outil à n'importe que
Presenting one-of-a-kind Gann Indicator for XAUUSD IQ Gold Gann Levels is a non-repainting, precision tool designed exclusively for XAUUSD intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient calculation
KT Renko Patterns MT4
KEENBASE SOFTWARE SOLUTIONS
2.33 (3)
KT Renko Patterns détecte huit formations sur un graphique Renko actif déjà ouvert et trace directement la structure du pattern, un repère de stop-loss et les objectifs de Fibonacci. Préparez d'abord le graphique Renko. MetaTrader ne crée pas de graphiques Renko par défaut. Ouvrez un graphique Renko actif avec le générateur de votre choix, puis ajoutez cet indicateur à ce graphique. L'indicateur analyse les briques Renko. Il ne crée pas les briques et ne passe pas d'ordres. À mesure que de nouve
KURAMA GOLD SIGNAL PRO (MT4) — Filtre à 7 couches · TP/SL automatique · Score de qualité · Sauvegarde de l'historique des signaux | Système de trading complet pour le XAUUSD Pas de repeint en temps réel. À l'instant où un signal apparaît, la flèche, l'entrée, le TP et le SL sont verrouillés sur place et ne bougent plus jamais ensuite. Ce que vous tradez, c'est ce signal en temps réel. Et dans la v7.20, chaque signal réellement envoyé est sauvegardé automatiquement et restauré à l'identique aprè
Angle Iindicator - permet d'identifier les changements de direction et de confirmer les tendances. Il analyse le comportement des prix et identifie les points de retournement, en repérant les sommets et les creux sur le graphique. Il prend en charge les directions de tendance. Il est compatible avec tous les instruments financiers et toutes les unités de temps. Ses paramètres internes sont préconfigurés ; il vous suffit de placer l'indicateur sur le graphique et de définir le paramètre « Mul
Ce produit a été mis à jour pour le marché 2026 et optimisé pour les dernières versions de MT5. AVIS DE MISE À JOUR DU PRIX : Smart Trend Trading System est actuellement disponible à $99 . Le prix passera à $199 après les 30 prochains achats . OFFRE SPÉCIALE : Après avoir acheté Smart Trend Trading System, envoyez-moi un message privé pour recevoir Smart Universal EA GRATUITEMENT et transformer vos signaux Smart Trend en trades automatisés. Smart Trend Trading System est un système de trading c
A. Qu'est-ce que l'A2SR ?   * C'est un indicateur technique avancé (pas de peinture, pas de retard). -- Conseils : -- sur https://www.mql5.com/en/blogs/post/734748/page4#comment_16532516 -- et https://www.mql5.com/en/users/yohana/blog .. MT5 version:  https://www.mql5.com/en/market/product/140111 A2SR a une technique spéciale pour déterminer les niveaux de Support (demande) et de Résistance (offre). Contrairement à la manière ordinaire que nous avons vue sur le net, A2SR a un concept original
IQ FX Gann Levels a precision trading indicator based on W.D. Gann’s square root methods . It plots real-time, non-repainting support and resistance levels to help traders confidently spot intraday and scalping opportunities with high accuracy. William Delbert Gann (W.D. Gann) was an exceptional market analyst, whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient mathematics which proved to be extremely accurate. Setup & Guide:  Download  MT5 Ver
Price Action Sniper is designed to trade the Price Action on the desired chart time frame. - Trend Reversals. - Trend Continuation. - Brekaouts. - Good tool for Binary Options Price action forms the basis for all technical analysis of a currency pair, commodity or other asset chart. Many short-term traders rely exclusively on price action and the formations and trends extrapolated from it to make trading decisions. Technical analysis as a practice is a derivative of price action since it uses p
Finesia Sniper
Robby Suhendrawan
Finesia Scalper - High Probability & Non-Repainting System Discounted   Price   !!     Secure the Lowest Price Today. Next The price will increase to   250 USD . Are you looking for a powerful, high-probability trading indicator that removes the guesswork from your chart? Finesia Scalper is a professional-grade, 100% non-repainting trading tool designed to provide you with ultimate precision. Built on a proven algorithm, this indicator seamlessly combines three highly effective trading methodolo
Scalper Inside PRO
Alexey Minkov
4.74 (69)
Scalper Inside PRO helps you read the intraday trend and plan a trade before you enter the market. It is built around three exclusive strategies for a sharper read of the market. The moment a signal appears, the indicator evaluates market direction and calculates the key levels, so you see the potential entry, the expected stop-loss and several profit-taking levels in advance. Detailed performance statistics show how different instruments and strategies performed in history and help you pick ass
Advanced Supply Demand
Bernhard Schweigert
4.91 (302)
Offre spéciale : 30 % de réduction La solution idéale pour les traders débutants comme experts ! Cet indicateur est un outil de trading unique, performant et abordable grâce à l’intégration de nombreuses fonctionnalités exclusives et d’une nouvelle formule. Cette mise à jour vous permet d’afficher des zones sur deux unités de temps. Vous pourrez ainsi visualiser non seulement une unité de temps supérieure, mais aussi l’unité de temps du graphique, ainsi que l’unité de temps supérieure : des z
Identify key turning points with reliable fractal analysis This indicator examines the price structure of fractals of different periods to determine possible reversal points in the market, providing timing to positional traders that already have a fundamental or technical valuation model. Unlike its younger brother, Reversal Fractals , this indicator won't miss reversals because of the period selected, and will find reversal fractals on a zig-zag fashion, ignoring those reversals which do not
Friends, we present to your attention our new Forex Gump Laser indicator. Since there are no designers in our team, but mainly mathematicians, financiers, programmers and traders, we did not make any special changes in the indicator design. In appearance, it resembles the usual Forex Gump. On the other hand, Forex Gump has become not just the name of an indicator, it is a brand. And we try to preserve the corporate identity in all its varieties. The whole essence of the indicator in its operatio
Level Breakout Indicator est un produit d'analyse technique qui fonctionne à partir des limites supérieure et inférieure, ce qui peut déterminer la direction de la tendance. Fonctionne sur la bougie 0 sans redessin ni retard. Dans son travail, il utilise un système de différents indicateurs dont les paramètres ont déjà été configurés et combinés en un seul paramètre - « Scale », qui effectue la gradation des périodes. L'indicateur est facile à utiliser, ne nécessite aucun calcul, à l'aide d'un s
Noise filtering: the key to mastering trends This indicator tracks the market trend with an unmatched reliability, by ignoring sudden fluctuations and market noise. It has been designed to trend-trade intraday charts and small timeframes. Its winning ratio is around 85%. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Amazingly easy to trade Find oversold/overbought situations Enjoy noise-free trading at all times Avoid being whipsawed in intraday charts The indi
Scalper Vault
Oleg Rodin
5 (38)
Scalper Vault est un système de scalpage professionnel qui vous fournit tout ce dont vous avez besoin pour un scalpage réussi. Cet indicateur est un système de trading complet qui peut être utilisé par les traders de forex et d'options binaires. Le délai recommandé est M5. Le système vous fournit des signaux fléchés précis dans le sens de la tendance. Il vous fournit également des signaux supérieurs et inférieurs et des niveaux de marché Gann. Les indicateurs fournissent tous les types d'alertes
Super Signal – Skyblade Edition Système de signaux de tendance professionnel sans repaint / sans latence, avec un taux de réussite exceptionnel | Pour MT4 / MT5 Il fonctionne mieux sur des unités de temps inférieures, comme 1 minute, 5 minutes et 15 minutes. Caractéristiques principales : Super Signal – Skyblade Edition est un système de signaux intelligent conçu spécifiquement pour le trading de tendance. Il utilise une logique de filtrage multicouche pour détecter uniquement les mouvements d
The Mechanism Trend indicator is a hybrid indicator that shows the moments for entering the market with arrows. This indicator was created on the basis of the original indicators for searching for extreme points, the indicator is well suited for determining a reversal or a large sharp jerk to one side. When the trend changes, the Mechanism Trend indicator uses color signaling: green - when changing from a downtrend to an uptrend, and red - vice versa, to a downtrend. You can use the indicator
Dynamic Forex28 Navigator
Bernhard Schweigert
4.43 (7)
Dynamic Forex28 Navigator - L'outil de trading Forex de nouvelle génération. ACTUELLEMENT 49 % DE RÉDUCTION. Dynamic Forex28 Navigator est l'évolution de nos indicateurs populaires de longue date, combinant la puissance de trois en un : Advanced Currency Strength28 Indicator (695 avis) + Advanced Currency IMPULSE avec ALERT (520 avis) + CS28 Combo Signals (Bonus). Détails sur l'indicateur https://www.mql5.com/en/blogs/post/758844 Qu'offre l'indicateur de force de nouvelle génération ? Tout
Currency Strength Matrix
Raymond Gilmour
4.5 (26)
THE ONLY CURRENCY STRENGTH INDICATOR THAT IS BASED ON PRICE ACTION. DESIGNED FOR TREND, MOMENTUM & REVERSAL TRADERS This indicator  reads price action to confirm trend and strength . Advanced multi-currency and multi-time frame indicator that shows you simply by looking at one chart, every currency pair that is trending and the strongest and weakest currencies driving those trends. For full details on how to use this indicator, and also how to get a FREE chart tool, please see user manual HERE
Currency Strength Wizard est un indicateur très puissant qui vous offre une solution tout-en-un pour un trading réussi. L'indicateur calcule la puissance de telle ou telle paire de devises en utilisant les données de toutes les devises sur plusieurs périodes. Ces données sont représentées sous la forme d'un indice de devise facile à utiliser et de lignes électriques de devise que vous pouvez utiliser pour voir la puissance de telle ou telle devise. Tout ce dont vous avez besoin est d'attacher l'
Currency Strength Exotics
Bernhard Schweigert
4.88 (33)
ACTUELLEMENT 20% DE RÉDUCTION ! La meilleure solution pour tout débutant ou trader expert ! Cet indicateur est spécialisé pour montrer la force de la devise pour tous les symboles comme les paires exotiques, les matières premières, les indices ou les contrats à terme. C'est le premier de son genre, n'importe quel symbole peut être ajouté à la 9ème ligne pour montrer la force réelle de la devise de l'or, l'argent, le pétrole, DAX, US30, MXN, TRY, CNH etc. Il s'agit d'un outil de trading unique
Plus de l'auteur
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
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
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
MOST is applied on this RSI moving average with an extra default option added VAR/VIDYA (Variable Index Dynamic Moving Average) MOST added on RSI has a Moving Average of RSI and a trailing percent stop level of the Moving Average that can be adjusted by changing the length of the MA and %percent of the stop level. BUY SIGNAL when the Moving Average Line crosses above the MOST Line LONG CONDITION when the Moving Average is above the MOST SELL SIGNAL when Moving Average Line crosses below MOS
Filtrer:
sweethomeboy2
599
sweethomeboy2 2025.10.10 16:33 
 

more than great

cancro76
80
cancro76 2024.06.18 22:41 
 

indicatore che non serve a niente, pochi segnali su giornaliero forse su grafico a 5 minuti qualche segnale in piu...

Minh Truong Pham
20582
Réponse du développeur Minh Truong Pham 2024.06.19 04:07
Due to the need to confirm the pattern, it is rare to have a ready pattern on the current timeframe for the first indicator initialization. Please try to find historical pattern at object list (use shortcut ctl+B on MT5 terninator). Or you can run backtest to check the calculated patterns.
This video show how to check pattern that detected by indicator https://www.youtube.com/watch?v=hW-KHHvUCWI Anyway, if you cannot use this indicator or not happy with this, i will pay you back!
mote4425055
379
mote4425055 2024.03.15 15:16 
 

L'utilisateur n'a laissé aucun commentaire sur la note

bruce
96
bruce 2024.03.07 09:00 
 

Hello, I purchased this indicator but I noticed that it rarely gives signal alerts and I would like to know which time period it should be applied to?

Minh Truong Pham
20582
Réponse du développeur Minh Truong Pham 2024.03.08 02:59
Hello, Thank of nice question. This indicator needs to confirm many factors (I have described them specifically in the introduction and document link) to determine buy and sell signals.
But this indicator not only provides signals at when to enter orders, but also provides information confirming the price trend. So for example you miss the opportunity when a buy signal is provided, you still have the opportunity to buy because the trend is now uptrend. Wait until the price returns to test Discount PDArray to place an order.
I still use this indicator every day, and now it is bringing me profit. Good luck I have made a video that explain how i trade (daily) with this indicator.
https://youtu.be/0SsE2qNPS9w
Please see it for more detail.
Mohd Noor Quddussi Izuywan Bin Mohd Sani
653
Mohd Noor Quddussi Izuywan Bin Mohd Sani 2024.01.10 07:04 
 

you are great in support. this indicator is good and look promising.

trick 86
763
trick 86 2023.12.22 18:28 
 

great update! great work! thank you! would love divergence between BC/SC and Hunt

Répondre à l'avis