ADR Levels MT5

  • Indicators
  • Evgenii Sutulov
    Evgenii Sutulov
    I build trading indicators, strategies, and dashboards that don't repaint.
    Seven years doing this. MetaTrader 4, MetaTrader 5, TradingView.
    Closed bars only. What you see is what happened.
    The bar being formed never changes a published value.
  • Version: 1.3

Know before you take the trade how much of today's move is already gone. ADR Levels MTF prints the two prices a normal day can still reach, marks the bar where the range was fully spent, and puts the per cent already used on the panel, so a late entry stops looking like a fresh one. It builds its days from the bars of the chart you are on, which means the same numbers on M5 and on H4 and no second data feed to wait for. It is free: no trial, no locked features, no upgrade page.

The average daily range is the mean of the last completed days' ranges, five days out of the box. From it the current day gets two projections: the day's low plus the ADR, which is as far up as an average day would carry, and the day's high minus the ADR for the other side. The line between them is the middle of the range the day has already covered.

Days are cut out of the chart's own bars by their timestamps rather than requested from D1, so the product reads the same on every timeframe and the scanner needs one series per symbol instead of two. The price of that choice is declared: on a low timeframe the scanning window holds few days, so the window ships larger here and the ADR is taken over the completed days that were actually found. Three days instead of five is a less steady ADR, but it is an honest number rather than an empty cell.

What is on the chart

Drawn in the price window: the middle of the day's covered range as a line coloured by which half price is in, the two projected ADR levels as thin bands, two shades between them, and the arrows on the bar where the day's range finally reached its ADR. The signal is range exhaustion, once per day, and its sign is opposite to the day's direction, because a day that has already travelled a full ADR is more likely finishing than starting.

The panel

A canvas panel on the price chart, draggable, collapsible, closeable. It shows the timeframe in force and the setting values actually being used. It says what the last closed bar was: a BUY signal, a SELL signal, or neither. And it says whether the numbers on screen came from the properties dialog or from the panel, and how many of them were changed by hand.

Below that sit the settings the panel can move, with their current values. The gear opens a three-tab sheet.

Values covers the timeframe, the number of completed days the average is taken over, five by default, and the strong exhaustion threshold, a day past 130 per cent of its ADR being graded two instead of one. Styles covers the palette, the line and its width, the arrow size, the two projected levels and the two shades, each with a switch of its own. Every Values row has steppers, a range and a sentence of help; the Styles tab changes appearance only and never triggers a recomputation.

The Alerts tab covers the master switch, the per event switches, the channels, the cooldown in minutes and a test alert.

Three colour schemes: dark, light, and a colour-blind safe one that uses blue and orange rather than red and green. Everything about the panel, including every value changed on the sheet, is stored per chart and survives a timeframe change and a terminal restart. The interface is English.

Alerts

Off out of the box. Three events: a BUY signal, a SELL signal, and a touch of the day middle line, which is the pull back event rather than a flip. Each has a switch of its own.

Channels: a popup window, a sound, a push to the mobile terminal and e-mail. There are per-event and per-channel switches, and a cooldown that defaults to two hours.

Alerts fire on the last closed bar. Two further alerts, off by default, speak on the forming bar within a chosen number of seconds of its close, and they are labelled early because a flip that exists mid-bar can un-happen. Telegram is not part of this product.

Signals on the forming bar

There is one switch that matters more than the others, and it is in the Values tab as well as in the inputs: whether buffers and arrows are allowed on the bar that is still forming.

With it on, which is the shipped default, you see a flip as soon as the market makes it. Sometimes that flip is undone before the bar closes and the arrow disappears. With it off, nothing is written on the forming bar at all: there is no repaint of any kind, and every signal arrives one bar late by construction.

Both behaviours are legitimate. The product does not pick for you and it does not hide which one it is doing: the panel and the setting name both say so.

Multi-timeframe

The Timeframe setting computes on a higher timeframe and draws the result here. Only closed senior bars are read: a chart bar shows the newest senior bar that had already closed by that chart bar's own close, so the flip lands on the bar that closes together with the senior bar, and nothing is drawn that could not have been known in real time.

The foreign series is built in the background. The first read of it can come back empty, the indicator retries, and the panel says whether it is waiting for a download or looking at a genuine shortage of history. It never fails initialisation over missing bars.

Reading it from an EA

Sixteen buffers, all readable through iCustom and CopyBuffer. Buffer 0, Buy, carries the arrow price on a BUY bar and EMPTY_VALUE otherwise, and is not drawn; buffer 1, Sell, is the same for a SELL. Buffers 2 to 5 belong to the two fills and are display plumbing, not for reading. Buffer 6 is the day middle line while the trend is up and buffer 7 is the same line while it is down; on the turning bar both hold a value, which is what keeps the drawn line unbroken. Buffer 8 is the upper projected level, the day's low plus the ADR and buffer 9 is the lower projected level, the day's high minus the ADR. Buffers 10 and 11 are the drawn copies of buffers 0 and 1. Buffer 12, Signal, is +1 on a BUY bar, -1 on a SELL bar and 0 otherwise. Buffer 13 is Override, buffer 14 is the day middle line as one unbroken series, and buffer 15 is the trend itself, 0 while up and 1 while down.

Buffer 16 is added by this port and sits after the whole shared map: the per cent of the ADR the day has already spent. It is scale free, so it compares one symbol with another, which is what the board sorts and grades on.

Buffers 0 and 1 are the contract: never painted, filled on every pass whatever the Styles tab says, and present in the Data Window. Hiding the arrows on the display cannot starve a strategy of the signal, because hiding is done by changing how a plot is drawn and never by emptying a buffer.

An instance created by iCustom is read only and always uses the parameters you passed. The Override buffer lets a strategy detect that a chart instance is running on numbers changed by hand from the panel.

Provenance

This is a port of ADR Levels. The average daily range and the levels built on it are public and trivial arithmetic with no single author, and this implementation was written from the definition. Two things are stated rather than hidden: the day is the server day, the one the terminal builds its own D1 bars from, and the ADR is progressive over whatever completed days the window found.

The product is called ADR Levels MTF because that is the name of the method, not because authorship of the method is claimed here. The original work belongs to its author.

Honest limits

The ADR describes an average day. It is not a forecast, and a trending day will run through both projections without anything being wrong with the calculation.

The exhaustion signal is a fade signal and it is written down as one here. It says the day has covered its usual distance, which is a reason to expect less follow through, not a reason to expect a reversal.

On a low timeframe with a short history the ADR can be built from fewer days than the setting asks for. The panel and the diagnostics say how many days were actually used, and a small count is a less reliable average.

The settings move every signal the product will ever show. Two configurations produce two different sets of signals, and neither of them is the true one.

No profit figure, win rate or backtest result is claimed here.

Recommended products
PZ Penta O MT5
PZ TRADING SLU
3.8 (5)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
USDJPY Keltner Range M15 Strategy is a fully automated MetaTrader 5 strategy designed to capture structured breakout opportunities on USDJPY using daily directional confirmation, Keltner Channel reference levels, volatility-buffered pending STOP entries and simple fixed-risk management. The strategy is designed for USDJPY on the M15 timeframe. Its goal is to participate when the market shows directional intent through daily high or daily low behavior, while using Keltner Channel structure and
FREE
Big data Triple Average
Cesar Afif rezende Oaquim
This project did not reach the basic funding number, so I am abandoning it momentarily. The system is now free for other traders to continue the idea. You can follow my new project through my signals. A tool for institutional investor, now avaliable for Home users. We equip you like banks equip their analysts! How it works Focused on the Forex market, it takes advantage of the need of nations to control the value of their currency and the world exchange variations to analyze, through the pro
FREE
==================================================================== SMT DIVERGENCE - GOLD vs SILVER (XAUUSD / XAGUSD) All Timeframe MQL5 Market Product Description ==================================================================== PRODUCT NAME: SMT Divergence Gold vs Silver | Smart Money Scalping Tool SHORT DESCRIPTION (max 63 chars): Catch Gold reversals before they happen using SMT Divergence ---------------------------------------------------------------------- FULL DESCRIPTION ----
FREE
Haven Average Daily Range is a powerful and flexible indicator that calculates and displays the average daily range, providing traders with an indispensable tool for assessing volatility and potential daily price movements. With the latest update, the indicator has become even more functional, adding the ability to analyze historical data directly on the chart! Check out my other products ->  HERE Key Features: Historical ADR Levels: Visualize ADR levels from past days directly on the chart for
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
DESCRIPTION MYTabogFX Market Structure is a clean, non-repainting indicator built to help traders identify key price action structure with clarity and precision. It highlights essential market structure movements such as Higher High (HH), Higher Low (HL), Lower High (LH), and Lower Low (LL), along with Break of Structure (BOS) and Change of Character (CHOCH). Designed for traders who rely on price action and structure-based strategies, this tool delivers a simplified, noise-free view of the
FREE
AZ session scalper
Yurii Shvechikov
5 (1)
AZ session scalper A small but useful session indicator, designed primarily for scalping. Enable the session you plan to trade, watch the reaction of the M5/M15 candlesticks to the level of the previous trading session, and enter. We always look at the reaction of the current session to the previous one. For example, if you trade the Americas, enable the European session, and watch how one session takes away liquidity from another. Important: adjust the time to your broker's time zone in the i
FREE
Market Phase Analyzer
Mattia Impicciatore
3.75 (4)
General Description Clear indicators and simple rules to read the three key phases of the market. This indicator identifies in real time an accumulation phase based on the Asian session, detects any liquidity sweeps during the manipulation phase, and confirms the directional phase during distribution. It displays green arrows for the bullish phase and red arrows for the bearish phase, draws the Asia box with customizable color and border, and optionally shows the daily open line for quick intra
FREE
ZigZag Reversal Detector Signals   This is a technical indicator based on the ZigZag principle, designed to automatically detect market reversal points and generate clear buy and sell signals. Customizable Parameters ️: Level :   Determines the sensitivity of the ZigZag to price changes. Ecart :   Sets the minimum distance between two ZigZag points. Rebond :   Adjusts the confirmation threshold for a reversal. Alerts & Notifications :   Enable or disable according to your needs. Pe
FREE
# DAILY SUPPORT AND RESISTANCE LEVELS - SEO OPTIMIZED DESCRIPTION ## SHORT DESCRIPTION (160 characters max) ``` Free pivot points indicator with daily support resistance levels for MT5. Perfect for intraday forex day trading and scalping strategies. ``` **Character count:** 159 **Keywords included:** pivot points, support, resistance, MT5, forex, day trading, scalping, free --- ## FULL DESCRIPTION (HTML Formatted for MQL5) ### Main Title **Daily Support and Resistance Levels - Free Pivot
FREE
PROMETHEUS TECHNICAN VERSION Free | By THE SONS A gift from The Sons — no strings, no trial, no expiry. Every trader deserves access to professional-grade market intelligence. That belief is why Prometheus Technical Version exists, and why it costs nothing. Consider it our handshake to the trading community. What You're Getting This is not a simplified tool dressed up as a gift. Prometheus Technican Version is a fully built, institutional-quality technical analysis indicator running a dual-model
FREE
Grazia Adaptive Trend Channel Sync with the Market’s Pulse. The Ultimate Volatility-Adaptive Channel. "Limited time offer! Free" 【Recommended for traders who:】 Find that traditional fixed-width channels are easily broken and become useless. Struggle with "stop-loss hunting" due to an inability to adapt to changing volatility. Want to objectively visualize the current market’s "room to move." 【Product Overview】 "Fixed channels cannot keep up with a constantly changing market." Grazia Adaptive
FREE
Important Lines
Terence Gronowski
4.88 (24)
This indicator displays Pivot-Lines, preday high and low, preday close and the minimum and maximum of the previous hour. You just have to put this single indicator to the chart to have all these important lines, no need to setup many single indicators. Why certain lines are important Preday high and low : These are watched by traders who trade in a daily chart. Very often, if price climbs over or falls under a preday low/high there is an acceleration in buying/selling. It is a breakout out of a
FREE
Trade Behavior Mirror reads your own account's closed trade history and counts one specific pattern: opening a new position shortly after a loss, at a lot size larger than your own recent normal. It does not predict, and it does not advise. Every number on the panel is something that already happened on this account. How the numbers are built: it reads up to 31 days of closed deals across every symbol and every magic number - this is an account-wide picture, not a chart-specific one. From the 3
FREE
KeltnerChannelIndicatorMT5
Todd Terence Bates
3 (2)
The Keltner Channel is a volatility-based technical indicator composed of three separate lines. The middle line is an exponential moving average (EMA) of the price. Additional lines are placed above and below the EMA. The upper band is typically set two times the Average True Range (ATR) above the EMA, and the lower band is typically set two times the ATR below the EMA. The bands expand and contract as volatility (measured by ATR) expands and contracts. Since most price action will be encompasse
FREE
ZigZag Support and Resistance Levels
Tshidiso Ephraim Mpakanyane
2 (1)
ZigZag Support and Resistance Levels (v2.0)  is an indicator for MetaTrader 5 that identifies support and resistance levels based on ZigZag pivot points, now with an interactive on-chart control panel. It groups nearby levels into zones using a clustering method to help visualize areas where price has reacted multiple times, and distinguishes broken (breakout) levels from active (extension) levels. Key Features 1. ZigZag Pivot Detection Detects swing highs and lows using configurable Depth, Dev
FREE
Dynamic Supply and Demand indicator automatically identifies and displays Supply and Demand Zones on your chart based on price action patterns and market structure.  These zones represent areas where institutional buying or selling pressure has historically occurred, making them key levels for potential price reactions. This form of indicator takes inspiration from ICT as well as traditional Support & Resistance formation. **For the first 50 candles (number depends on LookBackCandles) when indic
FREE
Reversal Composite Candles
MetaQuotes Ltd.
3.69 (16)
The idea of the system is to indentify the reversal patterns using the calculation of the composite candle. The reversal patterns is similar to the "Hammer" and "Hanging Man" patterns in Japanese candlestick analysis. But it uses the composite candle instead the single candle and doesn't need the small body of the composite candle to confirm the reversal. Input parameters: Range - maximal number of bars, used in the calculation of the composite candle. Minimum - minimal size of the composite can
FREE
Session Highs Lows
Brian Mwangi Ngugi
Session Highs and Lows Essential market levels. Clear. Simple. Powerful. Check out rudybank:  https://www.mql5.com/en/market/product/193059  for a lot more features Daily & Weekly Levels is a lightweight and fully customizable MetaTrader 5 indicator that automatically plots important reference levels directly on your chart. No complicated calculations or unnecessary clutter, just the levels you need to quickly understand the previous day's and week's price range. Key Levels The indicator can
FREE
Launcher Gold Indicator
Zenzo Phathisani Mtungwa
4.75 (4)
Launcher Gold Indicator  Unrelenting dedication to building exceptional software. ***If you are happy with the results of the Indicator, kindly leave a review*** Helps with the ranking...  We engineer trading software with a singular focus: precision, unprecidented performance and EXCELLENCE. The Path to Profits Through EAs – Emerge and Minting Developed by Ramulo Software , a team dedicated to building high-performance trading tools and professional algorithmic systems. Launcher Gold Indicat
FREE
TradeVision Pro
Ian Nganga Comba
TradeVisonPro Forex Analyzer Pro MT5 Trading Account Analytics and Monitoring Dashboard TradeVisonPro Forex Analyzer Pro is a trading analytics and account monitoring solution designed for MetaTrader 5 users. The product organizes MT5 trading data in a structured web-based dashboard, allowing traders to review account information, monitor open positions, analyze trading history, track strategies, maintain a trading journal, and review performance statistics. TradeVisonPro Forex Analyzer Pro is d
FREE
Show Pips for MT5
Roman Podpora
4.5 (32)
This information indicator will be useful for those who always want to be aware of the current situation on the account. VERSION MT 4 - More useful indicators The indicator displays data such as profit in points, percentage and currency, as well as the spread for the current pair and the time until the bar closes on the current timeframe. There are several options for placing the information line on the chart: - To the right of the price (runs behind the price); - As a comment (in the upper lef
FREE
Indicator and Expert Adviser  EA Available in the comments section of this product. Download with Indicator must have indicator installed for EA to work. Mt5 indicator alerts for bollinger band and envelope extremes occurring at the same time. Buy signal alerts occur when A bullish candle has formed below both the lower bollinger band and the lower envelope  Bar must open and close below both these indicators. Sell signal occur when A bear bar is formed above the upper bollinger band and upper
FREE
Morning Range Breakout (Free Version) Morning Range Breakout (Free Version) is a straightforward trading advisor that implements a breakout strategy based on the morning range. It identifies the high and low within a specified time interval (e.g., 08:00–10:00 UTC) and opens a trade on a breakout upward or downward. The free version includes core functionality without restrictions. All parameters and messages are in English, per MQL5 Market requirements. Key Features Detects morning range based
FREE
Pattern Scanner Hybrid is an advanced multi-symbol scanner engineered to capture high-probability trade setups by detecting a Double Bottom embedded within a Cup & Handle pattern across your entire Market Watch. By combining two classic technical analysis models into a single hybrid filter, this indicator eliminates market noise and focuses exclusively on high-confirmation institutional setups. How It Works The scanner continuously analyzes all Market Watch instruments for a triple-stage market
FREE
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
PriceMagnet Volume Profile Stop guessing where the smart money is sitting. See it. PriceMagnet Volume Profile is a precision volume-analysis indicator built for MetaTrader 5 traders who want to trade with institutional context instead of guesswork. Rather than plotting volume as a flat bar under your chart, PriceMagnet reconstructs a full horizontal volume histogram directly on price — showing you exactly which price levels attracted the most trading activity over your selected lookback window,
Nem Nem
Taha Saber Ashour Kamel
Nem Nem is super accurate mt5 indicator it is working with any pair any time frame it will show and provide you with high Winrate signal you can use for forex pairs , gold and any other pairs it is easy to use also you can see the white lines for starting and end of signals it will help you to read the chart and enter and make correct decisions in trades. also it  will be clear for you when to enter and exit from any trades
FREE
The indicator identifies when a divergence occurs between price and an indicator or oscillator. It identifies both regular and hidden divergences. Combined with your own rules and techniques, this indicator will allow you to create (or enhance) your own powerful system. For higher probability setups I can recommend you to use my Supply Demand indicator and trade only if the divergence occurs inside a zone. Supply zone for bearish div and demand zone for bullish div. The optimal scenario is if it
FREE
Buyers of this product also purchase
This product was updated for the 2026 market and optimized for the latest MT5 builds . PRICE UPDATE NOTICE:   Smart Trend Trading System is currently available for $99. The price will increase to $199 after the next 30 purchases. SPECIAL OFFER:  After purchasing Smart Trend Trading System, send me a private message to claim the Smart Universal EA for FREE and turn your Smart Trend signals into automated trades. Learn Smart Trend Trading System Everything you need to learn, install, and use the
Trend Sniper X
Sarvarbek Abduvoxobov
4.88 (32)
Trend Sniper X is a multi-timeframe trend-following indicator for MetaTrader 5 that helps traders identify trend direction and potential reversal points with clarity and precision. for MT4: https://www.mql5.com/en/market/product/193245 Price Information: The current price is promotional and is subject to change as upcoming updates and new features are released. Bonus Offer: To get the FREE Auto-Trade Assistant EA for this indicator, please message the author after purchasing. Code2Profit Channe
Secure the Lowest Price Today. After purchase, contact via   MQL5 inbox   to receive your buyer kit and bonus. Let's be honest first. No indicator will make you profitable on its own. If someone tells you otherwise, they're selling you a dream. Every indicator that shows perfect buy/sell arrows can be made to look flawless — just zoom into the right window of history and screenshot the winners. We won't do that. SMC Intraday Formula is a tool. It reads the market structure for you, maps the hig
Neuro Poseidon MT5
Daria Rezueva
4.79 (53)
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
SuperScalp Pro
Van Minh Nguyen
4.63 (32)
SuperScalp Pro - Professional Multi-Layer Confluence Scalping System SuperScalp Pro is an advanced scalping indicator that upgrades classic Supertrend with multiple intelligent confirmation filters. It helps you identify higher-probability Buy/Sell opportunities while significantly reducing false signals. Clear Buy and Sell arrows appear directly on the chart, with automatic ATR-based Stop Loss and Take Profit levels calculated in real time. After purchase, contact me for setup guidance and reco
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
Zoryk Gold
Reda El Koutbane
5 (7)
discount ends SOON next price 69 $ ZORYK — Advanced XAUUSD Signal System for MetaTrader 5 You know the feeling. You spend time analyzing gold. You wait for the entry. You finally open the trade, and price immediately moves against you. You close too early, move the Stop Loss or hesitate for a few seconds. Then the market reaches the exact destination you originally expected without you. The direction was not always the problem. The real problem was uncertainty. You did not know exactly where th
GoldenX Entry MT5
Kareem Abbas
5 (16)
Price will increase by $20 every 10 buyers to maintain premium value. After purchase, contact via   MQL5 inbox   to receive your buyer kit and bonus. You have probably tested dozens of indicators before. But we are not here to be “just another signals indicator.” Behind GoldenX Entry is intensive research & development focused on building sophisticated algorithms designed to adapt to the real behavior of every instrument — not generic signals recycled everywhere else. From advanced Auto Optim
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (7)
A new King in town - Indicator + Order management indications(tp1+tp2+tp3) + Optional Telegram Signal sender   INCLUDED (FREE) ( FULL TRADING  and SIGNAL SYSTEM ) Our best EA for Gold: Gold Slayer NEW Free Automation EA link < click here ( disclaimer: this is new and still on testing and phase , use at your risk on demo) Free Telegram Bridge < click here  This indicator includes an advanced Strategy, a trading system with customisable order management and a mean reversion system that combines e
UNIX Scalper — Gold Scalping Indicator for MetaTrader 5 UNIX Scalper is a focused Gold scalping indicator designed primarily for XAUUSD on M1, M2, M3, M5, M10 and M15. It gives the trader a clear BUY, SELL or WAIT decision together with the complete trade plan: Entry, Stop Loss, TP1 and TP2 . The concept is simple: wait for the signal, follow the levels, move the Stop Loss to Break Even after TP1, and trade with discipline. Learn UNIX Scalper Everything you need to learn and use the product is
Gann Made Easy   is a professional and easy to use Forex trading system which is based on the best principles of trading using the theory of W.D. Gann. The indicator provides accurate BUY and SELL signals including Stop Loss and Take Profit levels. You can trade even on the go using PUSH notifications. PLEASE CONTACT ME AFTER PURCHASE TO GET TRADING  INSTRUCTIONS   AND GREAT EXTRA INDICATORS  FOR FREE! Probably you already heard about the Gann trading methods before. Usually the Gann theory is a
The UZFX {SSS} Scalping Smart Signals v5.0 MT5  is a Non Repaint high-performance trading indicator designed for Scalpers, Day Traders, and Swing Traders who demand accurate, real-time signals in fast-moving markets. Developed by (UZFX-LABS), this indicator combines price action analysis, trend confirmation, and smart filtering to generate high-probability buy and sell signals, Warning Signals, and Trend Continuation Opportunities across all currency pairs and timeframes.  Stop second-guessing
Gold Entry Sniper
Tahir Mehmood
5 (19)
Gold Entry Sniper – Professional Multi-Timeframe ATR Dashboard for Gold Scalping & Swing Trading Gold Entry Sniper is a cutting-edge MetaTrader 5 indicator designed to give traders precise buy/sell signals for XAUUSD and other symbols, powered by ATR Trailing Stop logic and a multi-timeframe analysis dashboard . Built for both scalpers and swing traders, it combines real-time market direction , dynamic stop levels , and professional visual dashboards to help you identify high-probability gold en
Atomic Analyst MT5
Issam Kassas
4.45 (55)
This product was updated for the 2026 market and optimized for the latest MT5 builds. PRICE UPDATE NOTICE: Atomic Analyst is currently available for $99. The price will increase to $199 after the next 30 purchases . SPECIAL OFFER:  After purchasing Atomic Analyst, send me a private message to claim the Smart Universal EA for FREE and turn your Atomic Analyst signals into automated trades. Click here to watch the complete Atomic Analyst Online Course:  https://www.mql5.com/en/blogs/post/775702
Entry Points Pro 10 — the legend of the MQL5 Market. Three years in the Market's Top-3. 595 reviews across two versions. Over 31,000 demo downloads. Thousands of traders open their charts with it every morning. Built and traded by an author who has been in the market since 1999. Version 10 is the biggest rebuild in the indicator's history: I read every review from five years — and built the answers into the code. WHAT IT DOES It shows the entry point in advance — strictly without repainting. Th
ATSTRONG PRO: Market Structure & Breakout Indicator Breakout Detection Engine | 5 Dynamic TP Targets | Live Dashboard Panel | Non-Repainting Introductory Price Current Price: $59 — The price increases by $10 after every 10 sales. ATSTRONG PRO is an advanced breakout and institutional market structure indicator engineered for MetaTrader 5. It detects high-probability swing pivots, identifies clustered support and resistance accumulation zones, and signals Break of Structure (BOS) and Character
M1 Sniper MT5
Oleg Rodin
5 (7)
M1 SNIPER  is an easy to use trading indicator system. It is an arrow indicator which is designed for M1 time frame. The indicator can be used as a standalone system for scalping on M1 time frame and it can be used as a part of your existing trading system. Though this trading system was designed specifically for trading on M1, it still can be used with other time frames too. Originally I designed this method for trading XAUUSD and BTCUSD. But I find this method helpful in trading other markets
Axiom Matrix
Issam Kassas
5 (7)
User manual: https://www.mql5.com/en/blogs/post/773819 Online course: https://www.mql5.com/en/blogs/post/775704 User manual PDF: https://c.mql5.com/6/1021/Axiom_Matrix_User_Manual_compressed.zip [DEMO] Axiom Matrix is a professional multi-symbol, multi-timeframe market scanner and decision dashboard for MetaTrader 5. It scans your Market Watch, analyzes multiple timeframes, reads multiple evidence engines, compares the strongest opportunities, and shows you the best BUY, SELL, WAIT, or blocked
Currency Strength Wizard   is a very powerful indicator that provides you with all-in-one solution for successful trading. The indicator calculates the power of this or that forex pair using the data of all currencies on multiple time frames. This data is represented in a form of easy to use currency index and currency power lines which you can use to see the power of this or that currency. All you need is attach the indicator to the chart you want to trade and the indicator will show you real s
Gem SIGNAL
Shengzu Zhong
5 (1)
GEM Signal Pro GEM Signal Pro is a trend-following indicator for MetaTrader 5, designed for traders who want clearer signals, more structured trade setups, and practical risk management directly on the chart. Instead of showing only a simple arrow, GEM Signal Pro helps present the full trade idea in a cleaner and more readable way. When conditions are confirmed, the indicator can display the entry price, stop loss, and take profit targets on the chart, helping traders review the setup more effic
FiboSniper Pro
Van Minh Nguyen
5 (2)
FiboSniper Pro - Multi-Filter Fibonacci System with Auto SL/TP and Control Panel FiboSniper Pro is a technical indicator that combines dynamic Fibonacci Envelopes with multiple confirmation filters to generate selective Buy and Sell signals. Fibonacci levels are calculated from Moving Average and ATR, then filtered by ADX, EMA, RSI, ATR, Volume, Time and Candle structure. The indicator displays automatic ATR-based Stop Loss and Take Profit levels directly on the chart, along with an interactive
Scalper Vault   is a professional scalping system which provides you with everything you need for successful scalping. This indicator is a complete trading system which can be used by forex and binary options traders. The recommended time frame is M5. The system provides you with accurate arrow signals in the direction of the trend. It also provides you with top and bottom signals and Gann market levels. The indicator provides all types of alerts including PUSH notifications. PLEASE CONTACT ME A
Crystal Quantum Pro
Muhammad Jawad Shabir
5 (3)
CRYSTAL QUANTUM PRO Institutional Signal & Trade Intelligence for MetaTrader 5 Final Price: 199 USD ----> Price goes up 10 USD after every 10 sales. Limited launch slots available, act fast. Most indicators give you an arrow and leave you alone. A naked arrow is a gamble. Winning consistently requires CONFLUENCE , a clear STOP and TARGET , and honest PROOF that the system works. Crystal Quantum Pro delivers all three in one clean, no-repaint package. Crystal Quantum Pro is a complete decision sy
Official BlueDigitsFx Ecosystem Access Get infrastructure updates, workflow resources, product releases, and ecosystem access through the official BlueDigitsFx ecosystem. Telegram Ecosystem Website BlueDigitsFx Precision Order Flow MT5 — Complete Order Flow Analysis Suite for MetaTrader 5 Professional session-based market structure framework combining Value Areas, Point of Control, auction context and structured decision support for serious MT5 traders. Identify where value is located Monitor
This product was   updated   for the   2026 market   and   optimized   for the   latest MT5 builds . SPECIAL OFFER:  After purchasing , send me a private message to claim FREE Bonus + Gift. First of all Its worth emphasizing here that this Trading Tool is Non Repainting , Non Redrawing and Non Lagging Indicator , Which makes it ideal for professional trading . Online course: https://www.mql5.com/en/blogs/post/775703 User manual: https://www.mql5.com/en/blogs/post/774115 How to install: https://
CRT Candle Range Theory HTF MT5.   Ultimate CRT Indicator: Advanced ICT Concepts and Malaysian SnR Trading System Master the Market Maker's Footprints with the Most Advanced Candle Range Theory Indicator Unlock the true power of  Smart Money Concepts (SMC)  and trade precisely like the institutions with the  Ultimate CRT Indicator . Built exclusively for serious traders, this indicator automates the highly effective  Candle Range Theory (CRT) , a core pillar of  ICT Concepts (Inner Circle Trader
Divergence Bomber
Ihor Otkydach
4.89 (94)
Each buyer of this indicator also receives the following for free: The custom utility "Bomber Utility", which automatically manages every trade, sets Stop Loss and Take Profit levels, and closes trades according to the rules of this strategy Set files for configuring the indicator for various assets Set files for configuring Bomber Utility in the following modes: "Minimum Risk", "Balanced Risk", and "Wait-and-See Strategy" A step-by-step video manual to help you quickly install, configure, and
Smc Pro ToolKit
Talal N Z Aljarusha
5 (12)
SMC PRO TOOLKIT — SMART MONEY ANALYSIS & STRUCTURED TRADE PLANNING SMC Pro ToolKit is a professional Smart Money Concepts analysis workspace for MetaTrader 5. It combines market structure, multi-timeframe analysis, institutional price zones, setup evaluation, confirmation tools, volume context, alerts, and risk planning inside one organized chart environment. One workspace. Multiple layers of confirmation. One structured trading plan. OPEN COMPLETE USER GUIDE MULTI-CONDITION SETUP ENGINE At
Power Candles MT5
Daniel Stein
4.73 (11)
Power Candles V3 - Self-Optimizing Strength Indicator Power Candles V3 turns currency and instrument strength into an actionable trade plan on every chart it is attached to. Instead of just coloring candles, it runs a live auto-optimization in the background and hands you the best Stop Loss, Take Profit and signal threshold for the symbol in front of you. One click adopts it for live trading - entry, Stop Loss and Take Profit rays appear on the chart at the exact prices, and alerts fire with dir
FX Power MT5 NG
Daniel Stein
5 (33)
FX Power: Analyze Currency Strength for Smarter Trading Decisions Overview FX Power is your go-to tool for understanding the real strength of currencies and Gold in any market condition. By identifying strong currencies to buy and weak ones to sell, FX Power simplifies trading decisions and uncovers high-probability opportunities. Whether you’re looking to follow trends or anticipate reversals using extreme delta values, this tool adapts seamlessly to your trading style. Don’t just trade—trade
More from author
Currency Strength Pro ranks the eight major currencies by relative strength, read from up to 28 pairs, on a multi-timeframe composite, then ranks the basket's own pairs into a graded scanner. Closed bars only, never on a tick. The idea is simple: trade a strong currency against a weak one, instead of the chart that happens to look nice today. The strength table answers "which currency". The scanner and its A/B/C grade answer "which pair, and how clean is the setup". What it does The panel ranks
UT Bot MTF
Evgenii Sutulov
UT Bot MTF is an ATR trailing stop and the flip signals it produces. The stop follows price at a distance of a chosen multiple of ATR, ratchets in the direction of the move and never gives ground back. When price closes through it, the stop flips to the other side and the indicator marks a BUY or a SELL. That is the whole engine, and it is deliberately simple. What this product adds around it is the part that decides whether you can actually use it: four independent filters, an honest account of
FREE
QQE Mod Scanner is two products in one file. The first is the QQE Mod oscillator itself, in this chart's own sub-window: two independent QQE blocks over RSI, reduced to one histogram, a trailing line drawn around zero and a Bollinger filter on that line. The state it publishes is the combination of the two, bright when both blocks agree on a direction and grey when they do not. The second is a board that runs the same calculation across a list of symbols on several timeframes at once. The board
Squeeze Momentum Scanner is two products in one file. The first is Squeeze Momentum MTF itself, in this chart's own sub-window: the momentum histogram coloured by expansion and fading, and the row of squeeze dots that says whether the Bollinger Bands are inside the Keltner Channel, outside it, or have just come out. The second is a board that runs the same calculation across a list of symbols on several timeframes at once. A squeeze release is a short-lived event and it happens on different inst
Half Trend MTF draws a stepped trend line that holds its level until the market takes it out, and flips to the other side when it does. Around it sits an ATR channel. The decision it supports is a simple one, and it is stated plainly: the line says which side the trend is currently held on, the flip says the moment that changed, and the channel says how much room the current volatility gives price before the flip is likely to matter. Because the line only moves when the extremes of the last N ba
FREE
Nadaraya Watson Envelope MTF draws a smooth centre line through price and an envelope around it, then marks the bars where price came back inside that envelope after having traded outside it. The question it answers is narrow and it is the only one it claims to answer: price has stretched away from its own recent centre, and it has just stopped stretching. Whether you treat that as a mean-reversion entry, as a place to take profit on a trend position, or as nothing at all is your decision. The i
FREE
Currency Strength Flux ranks the eight major currencies by relative strength, read from up to 28 pairs, on a four-timeframe composite that only ever uses closed bars. The idea is simple: trade a strong currency against a weak one, instead of the chart that happens to look nice today. Everything on the panel serves that one decision. What it does The panel ranks EUR, GBP, AUD, NZD, USD, CAD, CHF and JPY from strongest to weakest. Every reading is built from the pairs your broker actually quotes.
FREE
A trailing stop that never gives ground, and the exact bar it turns. UT Bot MTF draws the ATR stop on your chart, marks every BUY and SELL flip, and then does the part almost no version of it does: it tells you how many signals its filters threw away and which filter threw them, and it warns you, in colour, while the arrow on the current bar can still disappear. Free, no trial, no locked features. The engine is deliberately simple. The stop follows price at a chosen multiple of ATR, ratchets in
FREE
QQE Mod MTF
Evgenii Sutulov
QQE Mod MTF is a momentum oscillator in its own sub-window. It runs two independent QQE blocks over RSI and turns them into one readable histogram. QQE, which stands for Qualitative Quantitative Estimation, smooths RSI and then builds a trailing band around it from the smoothed average of the RSI's own absolute changes. The band does not move against the trend, which is what makes a QQE cross slower and less noisy than an RSI cross. This product runs two of those blocks at once and publishes wha
FREE
A trend line that refuses to wander. Half Trend MTF holds its level while the market pushes at it and flips only when the extremes of the last N bars actually take it out, so it sits still through the chop that makes a moving average look like a signal generator. Around it an ATR channel shows how much room today's volatility gives price before that flip is likely to matter. Free, no trial, no locked features. The decision it supports is a simple one, and it is stated plainly: the line says whic
FREE
Currency Strength Flux ranks the eight major currencies by relative strength, read from up to 28 pairs, on a four-timeframe composite that only ever uses closed bars. The idea is simple: trade a strong currency against a weak one, instead of the chart that happens to look nice today. Everything on the panel serves that one decision. What it does The panel ranks EUR, GBP, AUD, NZD, USD, CAD, CHF and JPY from strongest to weakest. Every reading is built from the pairs your broker actually quotes.
FREE
Squeeze Momentum MTF answers two questions at once, in one sub-window. The first is whether the market is compressed. Bollinger Bands are compared with a Keltner Channel: when the Bollinger Bands sit entirely inside the Keltner Channel, volatility has contracted and the market is in a squeeze. When they push back outside it, the squeeze has released. The second is which way the compressed energy is pointing. A detrended price series is fitted by linear regression and the endpoint of that fit is
FREE
Wave Trend Oscillator MTF is a two-line momentum oscillator in its own sub-window. The fast line measures how far the typical price has run from its own smoothed centre, relative to its recent average deviation, and a slower average of that fast line is drawn beside it. The event is a cross between the two lines inside a zone the market has actually reached. Crosses in the middle of the range are not signals, and that single rule is what separates this product from a plain oscillator. Three thin
FREE
A kernel regression that does not repaint, which is the whole point. Nadaraya Watson Envelope MTF draws a smooth centre line through price and an error envelope around it, marks the bars where price came back inside after stretching out, and computes every bar from the bars behind it only, so a closed bar never moves. The usual charting-site version of this line is fitted two-sided and rewrites itself under your feet; this one is causal by construction. Free, no trial, no locked functions. The q
FREE
An oscillator that ignores every cross in the middle of the range. Wave Trend Oscillator MTF publishes a cross only when it happens inside a zone the market has actually reached, grades it by how deep that zone was, finds divergences on the fast line and can draw them on the price chart where you trade, and it can compute all of this on a higher timeframe while you watch your own. Free, no trial, no locked functions. The fast line measures how far the typical price has run from its own smoothed
FREE
Momentum you can read at a glance, and a product that tells you when it is not sure. QQE Mod MTF runs two independent QQE blocks over RSI and prints one histogram: bright when both blocks agree on a direction, grey when they do not. That grey is the point. Most oscillators give you a colour on every bar and leave you to guess how much it is worth; this one says out loud when there is no confirmation. Free, no trial, no locked features. QQE, which stands for Qualitative Quantitative Estimation, s
FREE
The market goes quiet before it moves, and this window shows both halves of that sentence. Squeeze Momentum MTF marks the bars where Bollinger Bands sit entirely inside the Keltner Channel, prints the exact bar where that compression releases, and colours a momentum histogram so you see which side the stored energy was on when it let go, on this timeframe or a higher one drawn right here. Free, no trial, no locked functions. The first question it answers is whether the market is compressed. Boll
FREE
Nine closes, thirteen counts, and the discipline most implementations quietly drop. Exhaustion Count MTF runs the classic setup and countdown pair with the full cancellation and recycling rules, marks the perfected nines, leaves the Setup Barrier levels on the chart, and never prints a number on a bar that has not closed, so nothing here repaints, ever. Free, no trial, no locked functions. It counts. It does not predict direction and it does not tell you which way to trade. It answers one questi
FREE
Exhaustion Count MTF counts. It does not predict direction and it does not tell you which way to trade. It answers one question: has this move been going on long enough that it is running out of participants. Two independent phases run on the chart, a setup and a countdown, each with its own rules, its own cancellation conditions and its own place in the buffers an Expert Advisor can read. The setup Nine consecutive closes on one side of the close four bars back, started by a price flip. A bar t
FREE
An arrow tells you to buy. Obsidian Scalper Pro tells you where to buy, where the stop goes, where the three targets are, how big the position should be for your risk, and how good the setup is out of 100. Every signal arrives as a finished trade plan drawn on the chart, and a built in statistics window shows the honest result of the last hundred of them, win rate with a confidence interval and all. Every decision is made on a closed bar, so the history you are looking at is the history you woul
A nine or a thirteen is rare on any one chart, and that is precisely why a watch list beats chart-hopping. Exhaustion Count Scanner runs the full setup and countdown method, cancellation and recycling rules included, across your symbol list on up to eight timeframes at once, prints every running count with the count it is heading for, and marks the rows where the timeframes agree. Out of the box it scans fifteen pairs; one setting raises that to twenty-eight. The counts also draw on the chart in
Twenty-eight symbols, four timeframes, one screen, and the trade already on the chart under it. Half Trend Scanner runs the stepped trend line across your whole watchlist, sorts the board by what flipped most recently, and tells you in one column how many timeframes agree on each symbol. Every cell it could not measure explains itself in words instead of going blank, so an empty board is never a mystery. The price increases by $10 every 10 purchases. It is two products in one file. The first is
Mean reversion is a numbers game, and the numbers live on more charts than you can watch. Nadaraya Watson Envelope Scanner runs a causal, non-repainting kernel regression envelope across your symbol list on up to four timeframes at once, prints every re-entry with its age, and marks the rows where the timeframes agree. Out of the box it scans fifteen pairs; one setting raises that to twenty-eight. The envelope itself draws on the chart in front of you, so you act on what the table found without
Twenty-eight symbols on four timeframes at once, and a board that admits when momentum is not confirmed. QQE Mod Scanner runs two independent QQE blocks over RSI across your whole watchlist, prints in every cell which way momentum turned and how many bars ago, and writes flat where the two blocks do not agree instead of colouring the cell anyway. The AGREE column tells you how many timeframes stand on the same side, and the oscillator itself is drawn in the sub-window under the table, so the mom
A squeeze release lasts a few bars and never waits for you to cycle through charts. Squeeze Momentum Scanner watches your symbol list on up to four timeframes at once, prints the exact bar each compression let go and which side the momentum was on, and marks the rows where the timeframes agree. Out of the box it scans fifteen pairs; one setting raises that to twenty-eight. The oscillator itself draws in this chart's sub-window, so you act on what the table found without attaching a second indica
Watch twenty-eight symbols on four timeframes at once, and see the trade on the chart in the same breath. UT Bot Scanner runs the ATR trailing stop across your whole watchlist, sorts the board by what flipped most recently, tells you how many timeframes agree on each symbol, and draws the indicator itself on the chart under the table, so the moment the board finds something you are already looking at it. Every cell that could not be measured explains itself in words instead of going blank. The p
One glance instead of twenty-eight charts. Wave Trend Oscillator Scanner runs the Wave Trend calculation across your symbol list on up to four timeframes at once, prints every fresh cross with its age and its grade, and marks the rows where the timeframes actually agree. Out of the box it scans fifteen pairs; one setting raises that to twenty-eight. And the oscillator itself draws in this chart's sub-window, so you act on what the table found without attaching a second indicator. The price incre
Currency Strength Pro ranks the eight major currencies by relative strength, read from up to 28 pairs, on a multi-timeframe composite, then ranks the basket's own pairs into a graded scanner. Closed bars only, never on a tick. The idea is simple: trade a strong currency against a weak one, instead of the chart that happens to look nice today. The strength table answers "which currency". The scanner and its A/B/C grade answer "which pair, and how clean is the setup". What it does The panel ranks
Nadaraya Watson Envelope Scanner is two products in one file. The first is Nadaraya Watson Envelope itself, drawn on the chart you are looking at: a causal Nadaraya-Watson kernel regression centre line, an envelope built from the mean absolute error around it, and marks where price came back inside the envelope after having traded outside it. The second is a board that runs the same calculation over a list of symbols on several timeframes at once and puts the answer in a table. The board tells y
Exhaustion Count Scanner is two products in one file. The first is Exhaustion Count MTF itself, drawn on the chart in front of you: the setup and countdown numbers printed bar by bar, the Setup Barrier levels currently in force, and the arrows on completed signals. The second is a board that runs the same counting across a list of symbols on up to eight timeframes at once. A nine or a thirteen is a rare event on any one instrument, which is exactly the case a board is for. The table finds them a
Filter:
No reviews
Reply to review