Alpha Trend MTF

  • 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

A trailing stop line that asks where the money is going before it decides which side to hold. Alpha Trend MTF builds its trail from ATR and lets money flow choose the side, then takes its signals from the line crossing its own copy two bars back, which is what keeps it quiet in a chop that shakes ordinary trailing stops out. Signals from a higher timeframe can be drawn on any chart, and only closed senior bars are read. It is free: no trial, no locked features, no upgrade page.

Two trail levels are built from the low and the high at an ATR distance. Which of them holds is decided by money flow: while the money flow index is at fifty or above the market is treated as bought and the lower trail holds, and below fifty the upper one does. Without volume the same decision is made by the RSI of the close, which is the original script's own switch and is off by default here.

The line is then compared with its own copy two bars earlier. That comparison, not a comparison with price, is what produces the shading and the arrows, exactly as in the original. On MetaTrader 5 the volume behind the money flow is tick volume, which is what every volume study on this platform uses.

What is on the chart

Drawn in the price window: the trail line coloured by the side it is holding and unbroken across the turn, its two bar lag twin as a thin line, two shades between the two, and BUY and SELL arrows on the bar where the line crossed its own lag. The lag twin can be hidden on its own from the Styles tab, leaving the trail alone.

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 common period shared by the ATR and the money flow, fourteen by default, the multiplier that sets the trail distance in ATR, and the switch that replaces money flow with the RSI of the close, which is off out of the box. Styles covers the palette, the trail line and its width, the arrow size, the lag twin and the two shades, each with a switch of its own. Every Values row has steppers, a range and a sentence of help.

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 trail 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 trail 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 two bar lag twin of the trail line, which the signals cross against and buffer 9 is a service series kept for the shared buffer map. 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 trail line as one unbroken series, and buffer 15 is the trend itself, 0 while up and 1 while down.

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 "AlphaTrend" by KivancOzbilgic, an openly published TradingView script, which makes a port by formula admissible. The implementation is a reconstruction from the formulas rather than a line by line translation. One deviation is declared: the recursion is seeded with the first price instead of a zero, so the earliest bars have a value where Pine has none.

The product is called Alpha Trend 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 trail turns late by design. In a range it will turn repeatedly, and each turn is a real crossing of the line and a poor trade.

Money flow on a forex symbol is built on tick volume, because that is the only volume the platform has. It counts price changes, not contracts, and it is not the same measure a futures chart would give.

The two bar lag is part of the method and it is what the signals are measured against. It also means the product speaks two bars after the move that caused it, and no setting removes that.

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
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 ---------------------------------------------------------------------- W
FREE
The   ADX  Histogram   is a modern and visual upgrade of the classic   Average Directional Index (ADX) . It transforms the standard ADX and DI+ / DI– values into a   color-coded histogram , making trend analysis much clearer and faster.  Key Features: Histogram with four states :  Blue = Normal Buy Trend Green = Strong Buy Trend  Orange = Normal Sell Trend  Red = Strong Sell Trend Automatic strength detection : uses the ADX line to separate “normal” vs. “strong” signals.  Fully customizable: ADX
FREE
MSX Hybrid Heiken Scalper
Som Prakash Gehlot
5 (1)
MSX Hybrid Heiken Scalper Overview MSX Hybrid Heiken Scalper is a MetaTrader 5 indicator based on a modified Heiken Ashi methodology with closed-bar smoothing. The indicator is designed to display trend direction through color-coded candles while reducing sensitivity to short-term market fluctuations. All calculations are performed using completed candles, allowing historical values to remain fixed after bar close. Features • Modified Heiken Ashi calculation • Closed-bar processing • Color-code
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.6 (35)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
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
MACD Enhanced
Nikita Berdnikov
4 (4)
Introducing the MACD  Enhanced – an advanced MACD (Moving Average Convergence Divergence) indicator that provides traders with extended capabilities for trend and momentum analysis in financial markets. The indicator uses the difference between the fast and slow exponential moving averages to determine momentum, direction, and strength of the trend, creating clear visual signals for potential entry and exit points. Attention! To achieve the best results, it is recommended to adapt the indicator
FREE
Bar Color Trend
Germano Chagas
4.29 (7)
Combining the best of Price Action , Directional Movement , and Divergence/Convergence analysis, Candle Color Trend is a easy and reliable way to identify trend direction. The indicator automatically paints the candles according to the assumption that an uptrend is defined by prices that form a series of higher highs and higher lows. In contrast, a downtrend is defined by prices that form a series of lower highs and lower lows. Additionally, ADX Wilder indicator is used to measure trend weakness
FREE
Donchian Breakout And Rsi
Mattia Impicciatore
4.5 (2)
General Description This indicator is an enhanced version of the classic Donchian Channel , upgraded with practical trading functions. In addition to the standard three lines (high, low, and middle), the system detects breakouts and displays them visually with arrows on the chart, showing only the line opposite to the current trend direction for a cleaner view. The indicator includes: Visual signals : colored arrows on breakout Automatic notifications : popup, push, and email RSI filter : to val
FREE
"Dominate the charts with cold, calculated precision. Servo Momentum Scalper strips away market noise to deliver raw, high-probability entry triggers. This isn't just an indicator; it’s your tactical advantage in a volatile market. Built for the relentless, designed for those who refuse to lose. Stop chasing the trend—capture it the moment it births. Download now and rewrite your trading reality."
FREE
Shadow Flare MT5
Kestutis Balciunas
Shadow Flare Indicator is a non-repainting trend & liquidity tool for MetaTrader 5. It runs a configurable moving-average baseline (HMA, EMA, SMA, or RMA) wrapped in an Average True Range envelope and produces a sticky trend state that only flips when price closes through the upper or lower band. The same trend engine drives an automatic supply/demand zone module that detects pivot highs and pivot lows, draws coloured boxes around them, and mitigates each zone the moment price closes through it.
FREE
Hi Traders, The THV EMA Distance Monitor is a lightweight and flexible MT5 indicator designed to display the real-time distance between price and multiple Exponential Moving Averages (EMA) directly on the chart. The indicator allows traders to enable or disable up to five EMAs, each with a customizable period, making it adaptable to different trading strategies and market conditions. For each selected EMA, the distance from the current price is calculated and displayed in a clear on-chart panel.
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
Indicator Description 4 Hull MA Color + Envelopes is a powerful trend-following indicator for MetaTrader 5 that combines four Hull Moving Averages (HMA) with Moving Average Envelopes to clearly identify market direction, trend strength, and potential reversal or pullback zones. This indicator is designed to reduce noise, react quickly to price movement, and provide a clean visual structure for professional trading.   Key Features   4 Hull Moving Averages (20, 50, 100, 200) Automatic color change
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
VolumeBasedColorsBars
Henrique Magalhaes Lopes
VolumeBasedColorsBars — Free Powerful Volume Analysis for All Traders Unlock the hidden story behind every price bar! VolumeBasedColorsBars is a professional-grade, 100% FREE indicator that colorizes your chart candles based on real, adaptive volume analysis. Instantly spot surges in market activity, identify exhaustion, and catch the moves that matter. This indicator gives you:    • Dynamic color-coded bars for instant volume context    • Adaptive thresholds based on historical, session-awar
FREE
The indicator highlights the points that a professional trader sees in ordinary indicators. VisualVol visually displays different volatility indicators on a single scale and a common align. Highlights the excess of volume indicators in color. At the same time, Tick and Real Volume, Actual range, ATR, candle size and return (open-close difference) can be displayed. Thanks to VisualVol, you will see the market periods and the right time for different trading operations. This version is intended f
FREE
Phoenix Moving Average Meter
PHOENIX GLOBAL INVESTMENTS LTD
Phoenix Moving Average Meter (MT5) Professional moving average trend analysis and visualization tool for MetaTrader 5. Combines intelligent slope analysis, cloud width measurement, and regime classification into a clean, real-time dashboard. Overview Phoenix Moving Average Meter analyzes the relationship between a fast and slow moving average to determine trend direction, strength, and maturity. The indicator continuously monitors MA slope angle, cloud width expansion or contraction, and time s
FREE
Stamina HUD
Michele Todesco
STAMINA HUD – Advanced Market & Trend Dashboard (MT5) STAMINA HUD   is a professional   market information panel   designed for traders who want   clarity, speed, and control   directly on the chart. It provides a   clean heads-up display (HUD)   with essential market data and   multi-timeframe trend direction , without cluttering the chart or generating trading signals. What STAMINA HUD Shows   Current Price   Spread (in real pips)   Today High–Low range (pips)   Average D
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
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
This is a regression tree indicator for MT4/MT5. This indicator classificate nodes on the time period so that the deviation becomes smaller, and displays regression line and channel for each node. It's free! Attached CartDemo.ex4 and CartDemo.ex5 is a Demo version and has the following limitations: Can't use HighSpeed method (default method is RandomForest) Maximum number of bars is 260 (increase from 200) There is no expiration date and can be started many times, but it stops after an hour.
FREE
HMA5
Sergey Sapozhnikov
4.3 (10)
Hull Moving Average is more sensitive to the current price activity than a traditional Moving Average. It faster responds to trend change and more shows the price movement more accurately. This is a color version of the indicator. This indicator has been developed based in the original version created by Sergey <wizardserg@mail.ru>. Suitable for all timeframes. Parameters Period - smoothing period, recommended values are 9 to 64. The larger the period, the softer the light. Method - smoothing m
FREE
SMC Multi EMA TrendLines
Enechojo Victor Ayegba
SMC Multi EMA TrendLines SMC Multi EMA TrendLines is a MetaTrader 5 indicator that draws up to ten independent moving average lines on the current chart timeframe, displays a live alignment dashboard, and fires alerts when significant EMA events occur. Version 1.11 introduces a complete alert system including EMA crossovers, price crossing an EMA, price approaching an EMA before a cross happens, and full stack alignment detection. Alerts are delivered via MT5 popup, MT5 push notification to you
FREE
Gold Max pro
Israr Hussain Shah
4 (1)
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 Automatic Professional Theme:   Instantly applies a high-contrast "Color on White" theme with DeepSkyBlue bull candles and Black bear candles for maximum clarity. Interactive Timeframe Panel:   21 vertical buttons on the left side allow for one-clic
FREE
Tabajara V5
Flavio Javier Jarabeck
4.84 (37)
Metatrader 5 version of the famous Andre Machado's Tabajara indicator. If you don't know Andre Machado's Technical Analysis work you don't need this indicator... For those who need it and for those several friend traders who asked this porting from other platforms, here it is... FEATURES 8-period Moving Average 20-period Moving Average 50-period Moving Average 200-period Moving Average Colored candles according to the inflexion of the 20-period MA SETTINGS You can change the Period of all MA's
FREE
This indicator is a zero-lag indicator and displays  strength of trend change . True Trend  Oscillator Pro works best in combination with True Trend Moving Average Pro that displays exact trend as is. Oscillator value is exact price change in given direction of the trend. True Trend Moving Average Pro: https://www.mql5.com/en/market/product/103586 If you set PERIOD input parameter to 1 this indicator becomes a sharpshooter for binary options. Developers can use True Trend Oscillator in Exper
FREE
Enhance your trading analysis with the Haiken Ashi MT5 indicator. This powerful tool transforms standard price data into smoother, trend-following candlesticks, making it easier to identify market trends and potential reversal points.    Key Features: Clear Trend Identification: Visually distinguish between uptrends and downtrends with distinct candle colors. Reduced Noise: Filter out price fluctuations, providing a clearer view of underlying market movements. Early Trend Detection: Anticipate
FREE
TANIN ICHIMOKU CLOUD (EA20): The Ultimate Trend Rider & Prop Firm Shield Trading the Ichimoku Kinko Hyo system manually can be complex and emotionally draining. Are you tired of getting shaken out of massive trends by market noise? Meet EA20 Tanin Ichimoku Cloud , a fully automated trend-following system. It takes the guesswork out of Ichimoku by executing sniper entries and riding the mega trends with zero emotions.   ENTER YOUR KEY HERE:   [  EA20_99999D_TANINCODER_598259741005 ] --
FREE
Технический индикатор Trend Moving Average позволяет определить глобальное направление рынка. Данный технический индикатор создан для того, чтобы определить «линию наименьшего сопротивления» рынка и понять в какую сторону направлен тренд. Помимо классического использования МА, индикатор позволяет понять направленность рынка на основе динамики его значений. Так, если значение индикатора демонстрируют переход с нисходящего значения в восходящее (и наоборот) - это является дополнительным торговым с
FREE
Value Chart Candlesticks
Flavio Javier Jarabeck
4.57 (14)
The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach. It
FREE
Buyers of this product also purchase
SMART TREND TRADING SYSTEM — SPECIAL OFFER Your trading system. Your automation EA. Your training and support. Get Smart Trend Trading System for MT5 for $99 and receive Smart Universal Expert Advisor FREE to automate its signals. STTS brings trend direction, entry and exit signals, reversal zones, and important price levels together on your chart. Follow the system manually, or connect the included EA for automated execution using your chosen settings. The current $99 price applies to the next
Trend Sniper X
Sarvarbek Abduvoxobov
4.88 (33)
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
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.64 (33)
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
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
Zoryk Gold
Reda El Koutbane
5 (9)
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
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
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
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
Unix Scalper
Issam Kassas
5 (2)
UNIX SCALPER — SPECIAL OFFER Find the setup. See the plan. Choose how to trade it. Get UNIX Scalper for MT5 for $99 and receive Smart Universal Expert Advisor FREE to automate its signals. UNIX Scalper brings market analysis, BUY/SELL/WAIT decisions and Entry, Stop Loss, TP1 and TP2 levels into one organized panel. Follow the trade plan manually or connect the included EA for automated execution using your chosen settings. The current $99 price applies to the next 30 purchases. After that, the p
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
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
Atomic Analyst MT5
Issam Kassas
4.44 (57)
ATOMIC ANALYST — SPECIAL OFFER Your market analysis. Your automation EA. Your training and support. Get Atomic Analyst for MT5 for $99 and receive Smart Universal Expert Advisor FREE to automate its signals. Atomic Analyst brings price action, trend direction, entry and exit signals, Stop Loss and multiple Take Profit levels together on your chart. Trade manually using its analysis, or connect the included EA for automated execution using your chosen settings. The current $99 price applies to t
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
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
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
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
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
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
SMART PRICE ACTION CONCEPTS — SPECIAL OFFER See the structure. Identify the zones. Build your trading plan. Get Smart Price Action Concepts for MT5 for $49 and receive Smart Universal Expert Advisor FREE. Bring Smart Money Concepts (SMC), ICT-style analysis and price action together in one organized chart. Identify market structure, order blocks, liquidity reference levels and imbalances, then choose which elements to display through the Smart Panel. The current $49 price applies to the next 30
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
Power Candles MT5
Daniel Stein
4.73 (11)
Power Candles - Self-Optimizing Strength Indicator Series price: 79 USD until Sunday, 20 September 2026, then 99 USD again. Strength usually lives in a sub-window. The line runs below, the candle above, and your eye keeps connecting the two. Power Candles puts the strength into the candle itself, colored from dark red to dark green, so the chart reads at a glance and the sub-window stays closed. The indicator also finds its own settings for the symbol and timeframe in front of you. One click on
Axiom Matrix
Issam Kassas
5 (8)
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
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Synthetic Fractal Structure and Confirmed Entries for MT5 Overview Azimuth Pro is a multi-level swing structure indicator by Merkava Labs . Four nested swing layers, swing-anchored VWAP, ABC pattern detection, three-timeframe structural filtering, and closed-bar confirmed entries — one chart, one workflow from micro-swings to macro-cycles. This is not a blind signal product. It is a structure-first workflow for traders who care about location, context, and timing. ️ Summer Sale
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
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (4)
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
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
Trend Catcher ind mt5
Ramil Minniakhmetov
5 (18)
TREND CATCHER INDICATOR Trend Catcher Indicator analyzes market price movements, using a combination of the author’s proprietary and customized adaptive trend-analysis indicators.  It identifies the true market direction by filtering out short-term noise and focusing on underlying momentum strength, volatility expansion, and price structure behavior.  It also uses a combination of smoothing and trend-filtering customized indicators such as moving averages, RSI, and volatility filters.   Real ope
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
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
FREE
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
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
The average price everyone who entered after the last swing is holding, drawn without you having to click an anchor. Anchored VWAP MTF finds the last confirmed swing itself, runs the volume weighted average from there, and puts deviation bands around it so a retest can be told from a breakaway. There is no calendar in it anywhere, so it behaves the same on any symbol and any broker session. It is free: no trial, no locked features, no upgrade page. The volume weighted average price is accumulate
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
One line, six weighted averages deep, that changes direction instead of crossing something. Cascade WMA Trend MTF chains six weighted moving averages whose periods grow the way a Fibonacci sequence does, which smooths the result far past what a single average of the same length would do, and takes its signal from the finished line turning. Any higher timeframe can be drawn on any chart, closed senior bars only. It is free: no trial, no locked features, no upgrade page. Six weighted moving averag
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 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
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
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
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
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
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
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
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
Filter:
No reviews
Reply to review