SuperTrend Signals

The Supertrend indicator is a trend-following technical analysis tool designed to help traders identify the direction of market trends and potential entry/exit points. It operates based on price data and Average True Range (ATR) to create a dynamic signal line that changes color depending on the current trend.

  • Green color: Indicates an uptrend.
  • Red color: Indicates a downtrend.

Supertrend is a useful indicator for both short-term and long-term trading, helping to filter out market noise and focus on the main direction of price.

How Supertrend Works

Supertrend calculates two main lines: the Upper Band and the Lower Band, based on the average price (usually (High + Low) / 2 ) and the ATR value.

  • Upper Band: Calculated as Average Price + (Multiplier * ATR) .
  • Lower Band: Calculated as Average Price - (Multiplier * ATR) .

    The actual Supertrend line will switch between the Upper and Lower bands depending on price action.

  • When the closing price crosses above the red Supertrend line, the indicator will turn green, and the Supertrend line will move below the price.

  • When the closing price falls below the green Supertrend line, the indicator will turn red, and the Supertrend line will move above the price.

Input Parameters

Your Supertrend indicator has customizable parameters to suit your trading strategy and asset pair:

  • ATR Period :
    • Description: The number of bars used to calculate the ATR value. ATR measures market volatility.
    • Application:
      • Smaller values (e.g., 7-10): Make the indicator more sensitive to price changes, potentially generating more signals but also more susceptible to noise.
      • Larger values (e.g., 14-20): Make the indicator smoother, generating fewer signals but with higher reliability.
  • Multiplier :
    • Description: This value is multiplied by the ATR to determine the distance of the Supertrend line from the price.
    • Application:
      • Smaller values (e.g., 2.0-2.5): The Supertrend line will be closer to the price, generating earlier signals but also more prone to false breakouts.
      • Larger values (e.g., 3.0-3.5): The Supertrend line will be further from the price, generating later signals but less susceptible to minor fluctuations.
  • changeATR (Change ATR Calculation Method?):
    • Description: If true (default), the indicator uses MetaTrader 5's standard ATR calculation (based on RMA - Relative Moving Average, similar to EMA). If false , it uses the SMA (Simple Moving Average) method of True Range, as in the original Pine Script.
    • Application: This option allows you to fine-tune how ATR is smoothed, affecting the overall sensitivity of the indicator.
  • showsignals (Show Buy/Sell Signals?):
    • Description: If true , buy (green arrow) and sell (red arrow) signal arrows will appear on the chart when Supertrend changes direction.
    • Application: Helps visualize trend reversal points.
  • enableBuyAlert (Enable Buy Alert?):
    • Description: If true , an alert will appear when a buy signal occurs.
    • Application: Notifies you immediately of potential buying opportunities.
  • enableSellAlert (Enable Sell Alert?):
    • Description: If true , an alert will appear when a sell signal occurs.
    • Application: Notifies you immediately of potential selling opportunities.
  • enableChangeAlert (Enable Direction Change Alert?):
    • Description: If true , an alert will appear whenever Supertrend changes direction (from uptrend to downtrend or vice versa).
    • Application: Useful for monitoring overall trend shifts, even if you're not trading every specific buy/sell signal.

Trade Application

Supertrend is a powerful indicator for trend identification and trade management.

Identifying Trends

  • Uptrend: When the Supertrend line is green and located below the price. This indicates that buying pressure is dominant.
  • Downtrend: When the Supertrend line is red and located above the price. This indicates that selling pressure is dominant.

Entry Signals

  • Buy Signal:
    • When the Supertrend line changes from red to green and the closing price crosses above the Supertrend line.
    • A green arrow appears (if showsignals is enabled).
    • Application: This is a signal to consider opening a long position.
  • Sell Signal:
    • When the Supertrend line changes from green to red and the closing price falls below the Supertrend line.
    • A red arrow appears (if showsignals is enabled).
    • Application: This is a signal to consider opening a short position.

Exit Signals & Risk Management

One of Supertrend's most powerful applications is as a dynamic risk management tool.

  • Exit Buy Order/Set Stop Loss:
    • When you hold a buy position and the Supertrend line changes from green to red (a sell signal appears).
    • Application: This is a signal to close your buy position or to move your stop loss above the green Supertrend line as the price rises. The Supertrend line acts as a trailing stop, helping you protect profits as the trend continues.
  • Exit Sell Order/Set Stop Loss:
    • When you hold a sell position and the Supertrend line changes from red to green (a buy signal appears).
    • Application: This is a signal to close your sell position or to move your stop loss below the red Supertrend line as the price falls.

Combining with Other Indicators

While Supertrend is a powerful indicator, it should not be used in isolation. Combine it with other analytical tools to enhance signal reliability:

  • Trend Confirmation: Use other trend indicators like Moving Averages or ADX to confirm the strength of the trend.
  • Entry/Exit Confirmation: Use Oscillators like RSI, Stochastic, or MACD to look for divergence or overbought/oversold conditions at Supertrend signal points.
  • Support and Resistance: Combine with key support and resistance zones to identify potential reversal points.

Detailed Usage in MetaTrader 5

Attaching the indicator to a chart

  1. Open MetaTrader 5.
  2. In the "Navigator" window (Ctrl+N), find the "Indicators" section.
  3. Drag and drop the "Supertrend" indicator onto the chart you wish to analyze.

Configuring parameters

  1. After dragging the indicator onto the chart, a "Properties" window will appear.
  2. Go to the "Inputs" tab.
  3. Here, you can adjust parameters such as ATR Period , Multiplier , changeATR , showsignals , enableBuyAlert , enableSellAlert , and enableChangeAlert as desired.
  4. Click "OK" to apply the changes.

Enabling/Disabling alerts

  1. In the indicator's "Properties" window (right-click on the indicator on the chart and select "Properties").
  2. Go to the "Inputs" tab.
  3. Check (tick) the box next to enableBuyAlert , enableSellAlert , or enableChangeAlert to enable the corresponding alert. Uncheck to disable.
  4. Click "OK".
  5. When an alert is triggered, a dialog box will appear on your MT5 screen.

Important Notes

  • Sideways/Choppy Markets: Supertrend performs poorly in sideways or non-trending markets. It can generate many false signals under these conditions.
  • Lagging Indicator: Like most trend-following indicators, Supertrend is a lagging indicator. It confirms a trend after it has already begun, rather than predicting it.
  • Backtesting: Always perform backtesting of the indicator with different parameters on historical data of your traded asset pair to find the optimal settings for your strategy.
Recommended products
ROMAN5 Time Breakout Indicator automatically draws the boxes for daily support and resistance breakouts. It helps the user identifying whether to buy or sell. It comes with an alert that will sound whenever a new signal appears. It also features an email facility. Your email address and SMTP Server settings should be specified in the settings window of the "Mailbox" tab in your MetaTrader 5. Blue arrow up = Buy. Red arrow down = Sell. You can use one of my Trailing Stop products that automatical
FREE
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
The Trend Catcher: The Trend Catcher Strategy with Alert Indicator is a versatile technical analysis tool that aids traders in identifying market trends and potential entry and exit points. It features a dynamic Trend Catcher Strategy , adapting to market conditions for a clear visual representation of trend direction. Traders can customize parameters to align with their preferences and risk tolerance. The indicator assists in trend identification, signals potential reversals, serves as a trail
FREE
XO Alert Indicator in MetaTrader 5 The XO Alert Indicator is an effective analytical tool designed for MetaTrader 5, helping traders identify bullish and bearish trends in the market.  It visualizes green bars above the zero line to indicate upward momentum, while red bars below the zero line signify a downward trend. Traders using technical analysis with the XO Alert Indicator can monitor trend shifts and spot potential trading opportunities in real time. «Indicator Installation & User Guide» M
FREE
Sylvan Crash500 Heiken Ashi
Quintin Francois Vanwyk
4.83 (6)
FOR CRASH 500 ONLY!! MT5 *This is a smooth heiken ashi setup meant to be used on CRASH 500 in combination with other indicators. *You are welcome to test it on other markets aswell. *I will be posting other indicators aswell to help with trading the crash 500 market. *You can use this to help smooth out price if you do struggle with reading the charts as is. * Just note heiken ashi doesnt represent real price action only smoothes it out for ease of read.
FREE
Fibonacci Trend Indicator
Vinoth Durairaj Durairaj
Fibonacci Trend Indicator for MT5 Unlock the power of Fibonacci analysis on your MetaTrader 5 charts! Our   Fibonacci Trend Indicator   automatically plots dynamic support and resistance levels so you can spot trends, reversals, and breakout opportunities at a glance. Features & Advantages Automatic Fibonacci Levels Instantly displays seven key Fibonacci retracement levels based on the highest and lowest prices from your chosen lookback period — no manual work required. Dynamic Trend Adaptatio
FREE
Ratio Indicator
Rafael Gazzinelli
5 (1)
Ratio Indicator - User Guide Special Deal! Leave a review and get the indicator  Long & Short Cointegration Analyzer for free — just send me a message! This Ratio indicator between assets allows you to monitor and trade the price relationship between two assets selected by the user. It calculates the ratio between the prices of two assets, referred to as Asset1 and Asset2 (e.g., "GBPUSD" and "EURUSD"), and plots a moving average of the ratio along with Bollinger Bands . These bands are used to
FREE
Expert Advisor Version If you prefer automated trading instead of manual signals, you can find the Expert Advisor version of this indicator here: https://www.mql5.com/en/market/product/148222 This indicator computes price reentry moments after a candle has pierced outside the Bollinger Bands , combining that signal with an RSI confirmation to reduce false positives. A Buy ReEntry signal is detected when price had moved below the lower band and then returns inside, with the optional confirmati
FREE
ACD Indicator for MetaTrader 5 The ACD indicator, developed by Mark Fisher, is a technical analysis tool available on MetaTrader 5 and can also be implemented as a trading strategy. It is especially effective in identifying daily market trends. The indicator works by defining the Opening Range on a 1-hour timeframe before the start of major trading sessions (Tokyo, London, New York), and then plotting the  A up / A down  and  C up / C down  levels on the chart. Traders can use the breakout of th
FREE
RenkoExpert
Andrey Goida
4 (6)
Renko Expert Advisor based on Renko bar simulation.    The EA has two options for building Renko bars. Classic and ATR. In the classic version, renko bars are marked with areas on the main chart; in the ATR version, renko bars are modeled and drawn in the indicator window. Modeling renko bars inside the EA allows you to optimize the robot better than drawing renko bars offline.   Our new product based on artificial intelligence   https://www.mql5.com/ru/market/product/127820   Telegramm channel
FREE
Friend of the Trend: Your Trend Tracker Master the market with Friend of the Trend , the indicator that simplifies trend analysis and helps you identify the best moments to buy, sell, or wait. With an intuitive and visually striking design, Friend of the Trend analyzes price movements and delivers signals through a colorful histogram: Green Bars : Signal an uptrend, indicating buying opportunities. Red Bars : Alert to a downtrend, suggesting potential selling points. Orange Bars : Represent cons
FREE
Statistical Arbitrage Spread Generator for Cointegration [MT5] What is Pair Trading? Pair trading is a market-neutral strategy that looks to exploit the relative price movement between two correlated assets — instead of betting on the direction of the market. The idea? When two assets that usually move together diverge beyond a statistically significant threshold, one is likely mispriced. You sell the expensive one, buy the cheap one , and profit when they converge again. It’s a statistica
FREE
One of the number sequences is called "Forest Fire Sequence". It has been recognized as one of the most beautiful new sequences. Its main feature is that this sequence avoids linear trends, even the shortest ones. It is this property that formed the basis of this indicator. When analyzing a financial time series, this indicator tries to reject all possible trend options. And only if he fails, then he recognizes the presence of a trend and gives the appropriate signal. This approach allows one t
GdeAsset Position
Daniel De Almeida Galvao
Get it for free!  Modeling for Traders, Capital Management Funds, and MQL5 Developers   Obtain the Algorithm of this Expert by signing up for the Gdeasset Blackbox. Essential tool for Setting Up a Financial Position only for buys or Protecting Capital only for sales. Example: to protect a Long Position in Bitcoin, just keep a fraction of the position with the GdeAsset configured in only sell, then it will accumulate Gains during the drop of Bitcoin and will Maintain the Long Position by Disablin
FREE
Be notified of every color change of Heiken Ashi (HA) candles. The indicator will trigger past and new signals every time that HA candles change their colors. ( Note : this tool is based on the code of Heiken Ashi indicator developed by MetaQuotes Software Corp.) Features The signals are triggered at closing of last bar/opening of a new bar; Any kind of alerts can be enabled: Dialog Box, Email message, SMS notifications for smartphones and tablets, and Sound alerts; By default, up arrows are pl
Cumulative Delta Indicator for MetaTrader 5 The Cumulative Delta Indicator is a dedicated volume analysis tool on MetaTrader 5 that monitors market buying and selling pressure. By comparing order flow data, it displays cumulative volume changes to help traders identify divergence signals. This MT5 indicator supports the detection of strong market trends, enhances liquidity analysis, and confirms price action behavior. «Indicator Installation & User Guide» MT5 Indicator Installation  |  Cumulativ
FREE
Coral Indi
Dinh Duong Luong
Coral trend is   a trend-following indicator that is widely popular among FOREX traders . It is usually used as a confluence with other indicators. It uses combinations of moving averages with complex smoothing formulas! It has two configurable parameters: Coefficient   - smoothing ratio (*) Applied price Calculation: Coral = (-0.064) * B6 + 0.672 * B5 - 2.352 * B4 + 2.744 * B3
FREE
Santa Donchian
Marco Aurelio Cestari
4.5 (2)
Santa Donchian Indicator  is an efficient way to detect support, resistence and break outs in any market. The Donchian channel measures the high and the low of a previously defined range.  Typically, a trader would look for a well-defined range and then wait for the price to break out to either one side for a trade entry trigger. Advantages Never repaints, never backpaints, never recalculates. Works in all symbols and all timeframes. Perfect trend filter for any strategy or expert advisor. Full
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
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.52 (29)
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
Prop Firm Navigator EA
Marin Stoyanov
4.5 (2)
FREE Prop Firm Navigator EA - Advanced Trend-Following & Protection Developed by the EA Trading Academy team using Expert Advisor Studio , this free trading robot combines powerful trend-following indicators with a robust set of account protection features to secure your trading capital. You can find a detailed documentation about the properties and inputs on our  knowledge base . Key Strategy Features: Uses Bulls Power and Awesome Oscillator indicators for precise entry signals Sophisticat
FREE
The indicator has only one parameter - the number of bars for analysis. The indicator calculates statistics for when the market was moving down, when it was moving up, and the number of bars for each movement. From this data, the average number of bars is calculated, which is displayed in the indicator window. If the indicator values sharply decrease, then the market is preparing for an upward movement. If the indicator values persist at high levels for an extended period, then the market is pre
FREE
PZ Chart Overlay MT5
PZ TRADING SLU
4 (1)
Master the market: harness the power of statistical arbitrage This indicator showcases the price action of multiple instruments on a single chart, enabling you to compare the fluctuations of different assets and seamlessly implement statistical arbitrage strategies. Its main usage is to find correlated symbols which are temporarily out of whack. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Find overbought or oversold currency pairs easily Plot up to six currency
FREE
ZP Day Trading Indicator in MT5 The ZP Day Trading Indicator is one of the tools developed based on Price Action trading style concepts in MetaTrader 5. This indicator uses color-coded boxes to identify Trading Ranges on the chart. A trading range forms when the price moves within a specific range between a resistance level (ceiling) and a support level (floor) over a period of time. In such scenarios, buyers and sellers reach equilibrium within the defined range. «Indicator Installation & User
FREE
Important Lines
Terence Gronowski
4.87 (23)
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
APICT Chart Patterns – AI-Powered Trend Line & Pattern Recognition for MT5 Unlock the power of automated pattern recognition and trend line analysis with the APICT Chart Patterns Indicator   an intelligent tool designed to enhance your technical analysis workflow on MetaTrader 5. Key Features AI-Powered Pattern Detection : Automatically identifies over 10 classic chart patterns including pennants, wedges, channels, double tops/bottoms, and more. Real-Time Trend Lines : Instantly draws support
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
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
High Low Open Close
Alexandre Borela
4.98 (42)
If you like this project, leave a 5 star review. This indicator draws the open, high, low and closing prices for the specified period and it can be adjusted for a specific timezone. These are important levels looked by many institutional and professional traders and can be useful for you to know the places where they might be more active. The available periods are: Previous Day. Previous Week. Previous Month. Previous Quarter. Previous year. Or: Current Day. Current Week. Current Month. Current
FREE
My Fibonacci MT5
Ahmad Aan Isnain Shofwan
My Fibonacci MT5 An automated Fibonacci indicator for MetaTrader 5 that combines ZigZag swing detection with comprehensive Expert Advisor integration through a 20-buffer system. More details about data specification and EA integration: https://www.mql5.com/en/blogs/post/764114 Core Features Automated Fibonacci Detection The indicator identifies swing points using configurable ZigZag parameters and draws Fibonacci retracements and extensions automatically. It updates levels as new swing formatio
FREE
Buyers of this product also purchase
Divergence Bomber
Ihor Otkydach
4.98 (65)
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 s
Trend Screener Pro MT5
STE S.S.COMPANY
4.87 (91)
Unlock the Power of Trends Trading with the Trend Screener Indicator: Your Ultimate Trend Trading Solution powered by Fuzzy Logic and Multi-Currencies System! Elevate your trading game with the Trend Screener, the revolutionary trend indicator designed to transform your Metatrader into a powerful Trend Analyzer. This comprehensive tool leverages fuzzy logic and integrates over 13 premium features and three trading strategies, offering unmatched precision and versatility. LIMITED TIME OFFER : Tre
How many times have you bought a trading indicator with great back-tests, live account performance proof with fantastic numbers and stats all over the place but after using it, you end up blowing your account? You shouldn't trust a signal by itself, you need to know why it appeared in the first place, and that's what RelicusRoad Pro does best! User Manual + Strategies + Training Videos + Private Group with VIP Access + Mobile Version Available A New Way To Look At The Market RelicusRoad is the
Gold Stuff mt5
Vasiliy Strukov
4.92 (189)
Gold Stuff mt5 is a trend indicator designed specifically for gold and can also be used on any financial instrument. The indicator does not redraw and does not lag. Recommended time frame H1. Contact me immediately after the purchase to get   personal bonus!  You can get a free copy of our Strong Support and Trend Scanner indicator, please pm. me! Settings  and manual   here  Please note that I do not sell my EA's or special sets on telegram, it is only available on Mql5 and my set files are on
***  Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool developed based on the Smart Money Concepts (SMC) framework. It automatically analyzes reversal points and key zones across multiple timeframes, emphasizing No Repaint signals and highlighting Points of Interest (POI) .It also features an Auto Fibonacci Level System that automatically draws Fibonacci lines to help detect pullbacks and reversal points instantly. Most importantly, the signals help identify potentia
Grabber System MT5
Ihor Otkydach
5 (15)
Let me introduce you to an excellent technical indicator – Grabber, which works as a ready-to-use "All-Inclusive" trading strategy. Within a single code, it integrates powerful tools for technical market analysis, trading signals (arrows), alert functions, and push notifications. Every buyer of this indicator also receives the following for free: Grabber Utility for automatic management of open orders Step-by-step video guide: how to install, configure, and trade with the indicator Custom set fi
Trend indicator AI mt5
Ramil Minniakhmetov
5 (11)
Trend Ai indicator  mt5 is great tool that will enhance a trader’s market analysis by combining trend identification with actionable entry points and reversal alerts.  This indicator empowers users to navigate the complexities of the forex market with confidence and precision Beyond the primary signals, Trend Ai indicator identifies secondary entry points that arise during pullbacks or retracements, enabling traders to capitalize on price corrections within the established trend. Important Advan
Algo Pumping
Ihor Otkydach
4.74 (19)
PUMPING STATION – Your Personal All-inclusive strategy Introducing PUMPING STATION — a revolutionary Forex indicator that will transform your trading into an exciting and effective activity! This indicator is not just an assistant but a full-fledged trading system with powerful algorithms that will help you start trading more stable! When you purchase this product, you also get FOR FREE: Exclusive Set Files: For automatic setup and maximum performance. Step-by-step video manual: Learn how to tr
TPSproTREND PrO MT5
Roman Podpora
4.72 (18)
Entry points at the bar close,  without redrawing .  Trend scanner  across all assets,  MTF - mode  and much more in one tool. We recommend using it together with   RFI LEVELS. ИНСТРУКЦИЯ RUS   /   INSTRUCTIONS  ENG         /         VERSION MT4   Main functions: Accurate entry signals WITHOUT REPAINTING! Once a signal appears, it remains valid! This is a significant distinction from repainting indicators that might provide a signal and then alter it, potentially leading to deposit losses. Now,
TPSpro RFI Levels MT5
Roman Podpora
4.53 (19)
Reversal zones - levels / Active zones of a major player INSTRUCTIONS RUS   /   INSTRUCTIONS   ENG   /   Version MT4 EVERY BUYER OF THIS INDICATOR       GET ADDITIONALLY   FOR FREE   : 3 months       access to trading signals from the service       RFI SIGNALS       — ready-made entry points according to the TPSproSYSTEM algorithm. 3 months       access to training materials with regular updates - immersion in strategy and professional growth. 24/5 support on weekdays and access to a closed tra
FX Volume MT5
Daniel Stein
4.84 (19)
FX Volume: Experience Genuine Market Sentiment from a Broker’s Perspective Quick Overview Looking to elevate your trading approach? FX Volume provides real-time insights into how retail traders and brokers are positioned—long before delayed reports like the COT. Whether you’re aiming for consistent gains or simply want a deeper edge in the markets, FX Volume helps you spot major imbalances, confirm breakouts, and refine your risk management. Get started now and see how genuine volume data can
Matrix Arrow Indicator MT5
Juvenille Emperor Limited
5 (16)
Matrix Arrow Indicator MT5  is a unique 10 in 1 trend following   100% non-repainting  multi-timeframe indicator that can be used on all symbols/instruments:   forex,   commodities,   cryptocurrencies,   indices,   stocks .  Matrix Arrow Indicator MT5  will determine the current trend at its early stages, gathering information and data from up to 10 standard indicators, which are: Average Directional Movement Index (ADX) Commodity Channel Index (CCI) Classic Heiken Ashi candles Moving Average
AriX
Temirlan Kdyrkhan
1 (2)
AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking with real-time stat
Atbot
Zaha Feiz
4.67 (51)
ATbot : How It Works and How to Use It How It Works The "AtBot" indicator for the MT5 platform generates buy and sell signals using a combination of technical analysis tools. It integrates Simple Moving Average (SMA), Exponential Moving Average (EMA), and the Average True Range (ATR) index to identify trading opportunities. Additionally, it can utilize Heikin Ashi candles to enhance signal accuracy. MQL Channel    Leave a massage after purchase and receive a special bonus gift. Key Features: ⦁
First of all Its worth emphasizing here that this Trading System is Non-Repainting   , Non Redrawing and Non Lagging Indicator Which makes it ideal from both manual and robot trading .  Online course, manual and download presets. The Smart Trend Trading System MT5 is a comprehensive trading solution tailored for new and experienced traders . It combines over 10 premium indicators and features more than 7 robust trading strategies , making it a versatile choice for diverse market conditions . Tre
Quantum TrendPulse
Bogdan Ion Puscasu
5 (16)
Introducing Quantum TrendPulse , the ultimate trading tool that combines the power of SuperTrend , RSI , and Stochastic into one comprehensive indicator to maximize your trading potential. Designed for traders who seek precision and efficiency, this indicator helps you identify market trends, momentum shifts, and optimal entry and exit points with confidence. Key Features: SuperTrend Integration: Easily follow the prevailing market trend and ride the wave of profitability. RSI Precision: Detect
Gold Entry Sniper
Tahir Mehmood
5 (1)
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
Special offer : ALL TOOLS , just $35 each! New tools   will be   $30   for the   first week   or the   first 3 purchases !  Trading Tools Channel on MQL5 : Join my MQL5 channel to update the latest news from me This indicator plots breakout detection zones, referred to as “Smart Breakout Channels”, which are based on volatility-normalized price movement. These zones are shown as dynamic boxes with volume overlays. The tool detects temporary accumulation or distribution ranges using a custom nor
BUY INDICATOR AND GET NEW EXCLUSIVE EA FOR FREE AS A BONUS! ITALO ARROWS INDICATOR  is the best reversal indicator ever created, and why is that? Using extreme reversal zones on the market to show the arrows and Fibonacci numbers for the Take Profit, also with a panel showing all the information about the signals on the chart, the Indicator works on all time-frames and assets, indicator built after 8 years of experience on forex and many other markets. You know many reversal indicators around t
FX Levels MT5
Daniel Stein
5 (7)
FX Levels: Exceptionally Accurate Support & Resistance for All Markets Quick Overview Looking for a reliable way to pinpoint support and resistance levels across any market—currencies, indices, stocks, or commodities? FX Levels merges our traditional “Lighthouse” method with a forward-thinking dynamic approach, offering near-universal accuracy. By drawing from real-world broker experience and automated daily plus real-time updates, FX Levels helps you identify reversal points, set profit targe
Support And Resistance Screener Breakthrough unique Solution With All Important levels analyzer and Markets Structures Feature Built Inside One Tool ! Our indicator has been developed by traders for traders and with one Indicator you will find all Imporant market levels with one click. LIMITED TIME OFFER : Support and Resistance Screener Indicator is available for only 50 $ and lifetime. ( Original price 125$ ) (offer extended) The available tools ( Features ) in our Indicator are :  1. HH-LL S
FX Power MT5 NG
Daniel Stein
5 (20)
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
This dashboard shows the latest available   harmonic patterns   for the selected symbols, so you will save time and be more efficient /   MT4 version . Free Indicator:   Basic Harmonic Pattern Comparison of "Basic Harmonic Pattern" vs. "Basic Harmonic Patterns Dashboard" Indicators Feature Basic Harmonic Pattern Basic Harmonic Patterns Dashboard Functionality Detects and displays harmonic patterns on a single chart Searches multiple symbols and timeframes for harmonic patterns, displays res
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, user manual and demo. The Smart Price Action Concepts Indicator is a very powerful tool for both new and experienced traders . It packs more than 20 useful indicators into one , combining advanced trading ideas like Inner Circle Trader Analysis and Smart Money Concepts Trading Strategies . This indicator focus
MTF Supply Demand Zones MT5
Georgios Kalomoiropoulos
5 (1)
Next Generation Of Automated Supply And Demand Zones. New and Innovative Algorithm that Works At Any Chart. All Zones Are Being Created Dynamically According To Price Action Of The Market. AMAZING OFFER --> Activations from 5 to 20 for "MTF Supply Demand Zones" and "Automated Trendlines" TWO TYPES OF ALERTS -->  1) WHEN PRICE HITS A ZONE    2)WHEN A NEW ZONE IS FORMED  If you get the MTF Supply Demand Zones you can join the " Trade Like Me " Video Series. It contains 14 Live Sessions where 
The " Dynamic Scalper System MT5 " indicator is designed for the scalping method of trading within trend waves. Tested on major currency pairs and gold, compatibility with other trading instruments is possible. Provides signals for short-term opening of positions along the trend with additional price movement support. The principle of the indicator. Large arrows determine the trend direction. An algorithm for generating signals for scalping in the form of small arrows operates within trend wav
ARICoins
Temirlan Kdyrkhan
ARICoin is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cust
M1 Scalper Pro MT5
Elif Kaya
4.86 (7)
- Real price is 80$ - 45% Discount (It is 45$ now) Contact me for instruction, any questions! - Lifetime update free - Non-repaint - I just sell my products in Elif Kaya Profile, any other websites are stolen old versions, So no any new updates or support. Advantages of  M1 Scalper Pro  Profitability: M1 Scalper Pro is highly profitable with a strict exit strategy. Frequent Opportunities: M1 Scalper Pro  takes advantage of numerous small price changes. Minimal Market Risk: Limited exposure redu
ACB Breakout Arrows MT5
KEENBASE SOFTWARE SOLUTIONS
5 (1)
The ACB Breakout Arrows indicator provides a crucial entry signal in the market by detecting a special breakout pattern. The indicator constantly scans the chart for a settling momentum in one direction and provide the accurate entry signal right before the major move. Get multi-symbol and multi-timeframe scanner from here - Scanner for ACB Breakout Arrows MT 5 Key features Stoploss   and Take Profit levels are provided by the indicator. Comes with a MTF Scanner dashboard which tracks the brea
Integrated Dashboard Scanner
Krzysztof Janusz Stankiewic
Integrated Dashboard Scanner – Your Market Command Center (v3.0) Short Description Stop wasting time manually switching between dozens of charts. The   Integrated Dashboard Scanner   is a powerful multi-symbol, multi-timeframe scanner that keeps an eye on every instrument you select from a single panel. Featuring   six distinct analysis modules , including an Economic News Calendar and a professional-grade Momentum Scanner, version 3.0 is the most powerful and reliable release yet. Following a
More from author
Trend Lines v2 MT5 is an intelligent auto trendline indicator that instantly detects key dynamic support and resistance zones. Built on pivot high/low structure, it delivers a clear and accurate view of market trends across all timeframes. Features Fully automatic trendline drawing based on precise pivot points. Filters out noise – only clean and reliable trendlines are shown. Control the number of lines to keep your chart neat and easy to read. Flexible customization: colors, line thickness, ra
FREE
Indicator Guide: Key Price Levels & Structure Shifts 1. Description The indicator is a technical analysis tool for the MetaTrader 5 platform. It is designed to automatically identify specific price movements and to highlight corresponding price zones based on preceding price action. This provides a visualization of key price areas according to the indicator's internal logic. 2. Visual Elements & Their Identification The indicator identifies and draws several types of visual elements on the chart
FREE
The Pivot Point Supertrend indicator is a technical analysis tool designed for the MetaTrader 5 (MT5) platform. It combines two popular analytical methods: Pivot Points: Uses significant historical price highs and lows to identify potential support and resistance zones. These points are objective and stable. Supertrend: A well-known trend-following indicator that helps identify the current market trend and provides dynamic stop-loss levels. Indicator's Goal: By using the stability of Pivot Point
FREE
The "Support Resistance Dynamic" indicator is a powerful technical analysis tool for the MetaTrader 5 platform, designed to automatically identify and plot dynamic Support and Resistance zones on price charts. This indicator helps traders easily recognize important price levels, potential reversal points, or breakout areas, thereby enabling more informed trading decisions. 2. Key Features Dynamic S/R Identification : Automatically identifies support and resistance zones based on an advanced Pivo
FREE
The Linear Regression Channel is a powerful technical analysis tool that helps visually identify the prevailing trend and potential price zones. Essentially, the indicator performs two main functions: It draws a trendline through the center of price action over a specified period. This line is calculated using the linear regression method, which results in the best possible "line of best fit" for the price data. From this center line, the indicator plots two parallel lines above and below, creat
FREE
Breakout Finder MT5
Quang Huy Quach
5 (1)
The "Breakout Finder" is a technical indicator designed to automatically identify potential price breakouts and breakdowns on a chart. The highlight of this indicator is its robust signal filtering system, which helps traders avoid false signals (fakeouts) and focus on higher-probability trading opportunities. Key Features Automatic Pivot Point Detection: The indicator automatically identifies significant pivot highs and lows on the chart to establish potential support and resistance levels. Bre
FREE
1. Overview The Scalping PullBack Signal indicator is a powerful technical analysis tool designed to help traders identify scalping opportunities based on potential pullback and reversal signals. This tool is particularly useful on lower timeframes (below 15 minutes) but can also be applied on higher timeframes for longer-term trades. This indicator integrates several key analytical components, providing a comprehensive view of trends and potential entry/exit points, helping you make quick and e
FREE
The "Volume Range Profile with Fair Value" (VRPFV) indicator is a powerful volume analysis tool designed to help traders better understand market structure and identify key price areas where significant institutional activity occurs. Instead of just looking at volume on individual candlesticks, VRPFV analyzes the distribution of volume by price level within a specific time range, providing deep insights into the "footprint" of smart money. VRPFV consists of the following core components: Upper &
FREE
TMA Overlay
Quang Huy Quach
TMA Overlay Indicator for MT5 - User Guide 1. Introduction TMA Overlay is a versatile technical analysis indicator for the MetaTrader 5 platform. The indicator's goal is to provide traders with a comprehensive overview of the trend, potential entry signals, and key trading sessions, all integrated into a single chart. This is not a trading system, but a comprehensive analysis tool designed to help you make more informed decisions. 2. Core Indicator Components The indicator consists of multiple c
FREE
The MTF (Multi-Timeframe) Candles indicator is a powerful tool that allows you to display candles from a higher timeframe (e.g., H1, H4, D1) directly on a lower timeframe chart (e.g., M5, M15, M30). The Problem It Solves: Instead of constantly switching back and forth between charts to analyze the main trend and detailed price action, this indicator merges both perspectives into one. You can instantly see the "big picture" while staying focused on trading signals on your current timeframe. Core
FREE
1. Introduction Smart Volume S/R Pro is a powerful technical analysis tool designed for the MetaTrader 5 platform. Unlike traditional Support & Resistance (S/R) indicators that rely on price peaks and troughs, this indicator automatically identifies critical S/R zones based on a core factor: Trading Volume . Core Principle: Price levels that witnessed exceptionally high trading volume in the past will often become significant psychological zones, where the price is likely to react strongly (eith
FREE
Welcome to Ultimate MA MTF , a multi-functional Moving Average (MA) indicator converted from the original TradingView version by ChrisMoody and upgraded with many powerful features. This is not just a typical MA line. It is a comprehensive technical analysis tool designed to provide traders with deep insights into trends, volatility, and potential trading signals, all within a single indicator. Key Features 8 Moving Average Types: Full support for the most popular MA types (SMA, EMA, WMA, HullMA
FREE
The MultiFrameRSIIndicator is a powerful MetaTrader 5 (MT5) indicator that leverages the Relative Strength Index (RSI) to analyze trends across multiple timeframes. This indicator synchronizes RSI-based trend signals from up to nine timeframes (M1, M5, M15, M30, H1, H4, D1, W1, MN1) and presents them with clear visual feedback, including a colored RSI line, signal arrows, and a customizable dashboard. Ideal for traders seeking momentum-based trend confirmation. Features Multi-Timeframe Analysis
FREE
The MultiFrameTrendAnalyzer is a versatile MetaTrader 5 (MT5) indicator designed to provide multi-timeframe trend analysis using Moving Average (MA) crossovers. This indicator synchronizes trend signals across multiple timeframes (M1, M5, M15, M30, H1, H4, D1, W1, MN1) and displays them with intuitive visual cues, including a colored trend line, signal arrows, and a customizable dashboard. Features Multi-Timeframe Analysis : Evaluates trends across up to nine timeframes, allowing traders to conf
FREE
The Smart Trend Tracker (OTT) is a technical analysis tool designed to help traders identify the direction and strength of a market trend. This indicator functions as an optimized moving average that adapts to market volatility, thereby providing dynamic support and resistance levels. The primary goal of the OTT is to smooth out price action and offer visual cues about potential changes in the trend. Core Components of the Indicator When you add the indicator to your chart, you will see two main
FREE
The Vix_Fix indicator, or "Vix Fix," is a tool designed to identify potential market bottoms. It operates on the principle of measuring extreme fear or pessimism among the crowd, which are moments when the market often has a high probability of reversing to the upside. Main Purpose: To help traders find high-probability BUY (Long) entry points by identifying when the market is "oversold." How it Works In simple terms, the Vix Fix measures the distance between the current bar's Low and the Highes
FREE
Ichimoku V2
Quang Huy Quach
1. Overview The Ichimoku Kinko Hyo (or Ichimoku Cloud) is a comprehensive, all-in-one technical analysis indicator designed to provide a deep understanding of market trends, momentum, and dynamic support and resistance levels. This indicator provides a clean, standard implementation of the five core Ichimoku lines. Its key feature is a non-intrusive Status Dashboard that gives you an at-a-glance summary of the current market situation according to the Ichimoku system, allowing for quick and effi
FREE
The Multi-Frame MACD Indicator is a robust MetaTrader 5 (MT5) indicator that utilizes the Moving Average Convergence Divergence (MACD) to analyze trends across multiple timeframes. This indicator synchronizes MACD-based trend signals from up to nine timeframes (M1, M5, M15, M30, H1, H4, D1, W1, MN1) and presents them with clear visual cues, including a colored MACD line, signal arrows, and a customizable dashboard. Perfect for traders seeking momentum and trend reversal insights. Features Multi-
FREE
1. Introduction The CM_Ultimate_RSI_MTF is a powerful and versatile custom indicator for MetaTrader 5, designed to enhance your Relative Strength Index (RSI) analysis. It provides multi-timeframe (MTF) capabilities, visual signals, and customizable alerts, making it an invaluable tool for traders seeking to identify overbought/oversold conditions, trend strength, and potential entry/exit points across various timeframes. 2. Key Features Multi-Timeframe (MTF) Analysis: Allows you to view RSI from
FREE
1. Introduction The Market Squeeze Momentum Indicator (SQZMOM_LB) is a powerful technical analysis tool designed to help traders identify periods of low market volatility (the "squeeze" phase) and predict the direction and strength of price momentum after the squeeze ends. This indicator combines the principles of Bollinger Bands and Keltner Channels to detect changes in market volatility, along with a momentum oscillator to measure buying/selling pressure. 2. Key Components of the Indicator The
FREE
1. Overview The ATR Dynamic Stop (CE) is a powerful technical indicator designed to help traders identify and follow market trends. Its core function is to provide a dynamic trailing stop-loss based on price volatility, as measured by the Average True Range (ATR) indicator. The main objectives of the ATR Dynamic Stop are: Profit Optimization: It helps you ride a strong trend by setting a reasonable stop-loss, preventing premature exits due to minor market noise and fluctuations. Risk Management:
FREE
Fibonacci Bollinger Bands (FBB) Indicator - User Manual 1. Introduction Fibonacci Bollinger Bands (FBB) is a technical analysis indicator that combines three tools: Bollinger Bands , Fibonacci Ratios , and the Volume-Weighted Moving Average (VWMA) . The purpose of this indicator is to provide a multi-dimensional view of the market by helping to identify: Dynamic support and resistance zones. The general market trend. Volatility levels and potential accumulation phases (squeezes). Price breakouts
FREE
Volume Flow Indicator (VFI) - User Manual 1. General Introduction The Volume Flow Indicator (VFI) is an advanced technical oscillator designed to measure the strength and sustainability of a price trend by incorporating both price and volume data. Developed based on the concepts of On-Balance Volume (OBV) but with significant improvements, the VFI provides deeper insight into money flow and the conviction behind price movements. This indicator is not an automated trading system but a powerful an
FREE
MultiFrame MA
Quang Huy Quach
5 (1)
MultiFrame MA: A Multi-Timeframe Trend Indicator MultiFrame MA is a trend analysis indicator designed to provide a comprehensive market overview across various timeframes. Instead of relying on a single timeframe, this tool synthesizes information from multiple charts, giving users a holistic and reliable perspective. KEY FEATURES: Multi-Timeframe Analysis: The indicator analyzes data from various timeframes, from M1 up to Monthly, to help users identify trend confluence at different levels. MA
FREE
MultiFrame Pivot MT5
Quang Huy Quach
5 (1)
MultiFrame Pivot: A Multi-Timeframe Analysis Tool MultiFrame Pivot is an analysis indicator designed to provide an overview of the market based on Pivot Points across multiple timeframes. The indicator synthesizes information from different timeframes to give you a more comprehensive view of important price levels. KEY FEATURES: Multi-Timeframe Analysis: MultiFrame Pivot allows you to simultaneously monitor the price's status relative to Pivot Points (PP), Support 1 (S1), and Resistance 1 (R1)
FREE
Ultimate EMA
Quang Huy Quach
Multi-Period EMA is a convenient indicator that displays multiple Exponential Moving Averages (EMAs) on a single chart. It is designed to help traders easily identify market trends and key crossover points without the need to add multiple individual EMA indicators. Key Features: Multiple EMAs in one: Simplifies chart analysis by combining several EMA lines into one indicator. Fully customizable: Easily change the period (default 20, 50, 100, 200), color, and thickness of each EMA line. Clean in
FREE
The WaveTrend Oscillator indicator is an enhanced version of the classic WaveTrend Oscillator, a momentum indicator. It is designed to identify overbought/oversold conditions and provide potential trend reversal signals. The core difference in this version is the application of a data "normalization" algorithm. This ensures the indicator's oscillation lines remain balanced around the zero line, causing the indicator window to always stay naturally centered. This is especially useful when trading
FREE
This indicator is a trading strategy designed to find high-probability entry points by combining two very popular indicators: Bollinger Bands (BB) and the Relative Strength Index (RSI) . The core idea is "dual confirmation" : a trade signal is only considered valid when both indicators agree. This helps filter out many of the false signals that occur when using just a single indicator, thereby increasing the reliability of each entry. Bollinger Bands are used to identify relative price value zon
FREE
MultiFrame Volume Trend (MFVI) is a powerful VWAP-based indicator that displays volume trends across multiple timeframes in a clean, easy-to-read dashboard directly on your chart. Instantly capture the overall market direction in just seconds. Features Multi-timeframe VWAP analysis from M1 to MN1. Dashboard panel shows the trend state of each timeframe at a glance. Plots VWAP line and buy/sell arrows directly on the chart. Fully customizable: colors, line width, panel position, arrow symbols. Bu
FREE
The EMA Navigator Pro is an advanced version of the popular EMA indicator, designed to provide superior flexibility and multi-timeframe analysis capabilities. This indicator not only displays EMA lines but also offers a powerful alert system to ensure you never miss a crucial signal. Key Features: Multi-Timeframe Support: You can assign a separate timeframe to each individual EMA line, allowing you to analyze long-term (e.g., D1) and short-term (e.g., H1) trends on the same chart. Automatic Cro
FREE
Filter:
No reviews
Reply to review