Dynamic Trend Follower MT4

Dynamic Trend Follower Main Chart Indicator Deep Analysis: Dual MA Color Change + Cross Markers + Buy/Sell Signals + Trend Reversal + Strong Cross
Indicator Overview
Dynamic Trend Follower is a premium main chart moving average crossover composite signal indicator designed exclusively for the MT4 platform. It breaks through the limitations of traditional single moving averages or simple crossovers by integrating a Dual MA Trend Color Change System, Cross "+" Markers with Spread Percentage, Buy/Sell Signal Arrows, Trend Reversal Prompts, and Strong Cross Recognition, combined with MA state determination and multi-layer signal annotation mechanisms, to visually present market trend direction, crossover burst points, and key reversal warnings directly on the main chart. Its core value lies in leveraging multi-dimensional MA algorithm fusion and signal filtering mechanisms to help traders precisely identify high-probability trend-following and reversal opportunities in complex market conditions.
1. Core Signal System
1.1 Dual MA Trend Color Change System
 Short MA — Width 2: Up = Lime Green / Down = Red / Flat = Blue
 Long MA — Width 3: Up = Lime Green / Down = Red / Flat = Blue
 Trading Significance: Visually determine MA direction through color — green represents bullish trend, red represents bearish trend, blue represents consolidation. Both lines same color = clear trend; different colors = transitional or ranging state.
1.2 Cross Marker System
 Golden Cross "+" — Green: Displays green "+" when short MA crosses above long MA, with MA spread percentage annotated below (white small text).
 Death Cross "+" — Red: Displays red "+" when short MA crosses below long MA, with MA spread percentage annotated above (white small text).
 Spread Percentage: Calculated as (Short MA - Long MA) / Long MA × 100%, used to quantify cross strength.
1.3 Buy/Sell Signals
 Buy — Green Arrow + Text: Activated when golden cross triggers AND current close > previous close. Represents a confirmed golden cross valid buy signal, filtering false crosses.
 Sell — Red Arrow + Text: Activated when death cross triggers AND current close < previous close. Represents a confirmed death cross valid sell signal, filtering false crosses.
1.4 Trend Reversal Signals (Trend Up / Trend Down)
 Trend Up — Green Text: Activated when short MA is above long MA currently AND was below long MA in previous period. This is the landmark signal for trend shifting from bearish to bullish.
 Trend Down — Red Text: Activated when short MA is below long MA currently AND was above long MA in previous period. This is the landmark signal for trend shifting from bullish to bearish.
1.5 Strong Cross (Strong GC / Strong DC)
 Strong GC — Yellow Text: Activated when golden cross triggers AND close is above both short MA and long MA. Represents an extremely strong golden cross with price above both lines, indicating abundant bullish momentum.
 Strong DC — Yellow Text: Activated when death cross triggers AND close is below both short MA and long MA. Represents an extremely strong death cross with price below both lines, indicating abundant bearish momentum.
2. Practical Trading Strategies
2.1 Trend Confirmation Filter
● Only adopt buy signals (Buy / Trend Up / Strong GC) when both short and long MAs are green simultaneously.
● Only adopt sell signals (Sell / Trend Down / Strong DC) when both short and long MAs are red simultaneously.
● When MAs show blue (flat), market is ranging — signal reliability decreases, recommend observation or light positions.
2.2 Multi-Signal Resonance
● When 2 or more buy signals appear on the same candle (e.g., Buy + Trend Up + Strong GC triggered simultaneously), signal reliability increases significantly.
● The indicator supports multi-layer text overlay per candle (Cross marker + Spread % + Buy + Trend Up + Strong GC), facilitating identification of signal-dense areas.
 Key Focus: Strong GC + Buy resonance represents an extremely high-probability trend initiation point.
2.3 Layered Operation Recommendations
 Probe Position (10-20%): Suitable for early signals like Trend Up / Trend Down, light position probing.
 Standard Position (30-50%): Suitable for confirmation signals like Buy / Sell, normal position sizing.
 Add Position (50-80%): Suitable for strong signals like Strong GC / Strong DC, adding positions with the trend.
 Reduce/Take Profit: Begin partial profit-taking when opposing signals appear, retain base position.
 Clear/Reverse: Decisively clear positions or reverse when strong opposing signals appear.
3. Parameter Configuration Guide
3.1 Core Parameters
 Short MA Period: Default 50. Calculation period for the short moving average.
 Long MA Period: Default 100. Calculation period for the long moving average.
 MA Type: Default EMA. Options: SMA (Simple MA), EMA (Exponential MA), WMA (Weighted MA), LRF (Linear Regression Forecast).
 Text Gap ATR: Default 0.35. Distance between signal text and candles (calculated in ATR multiples), automatically adapting to different volatility levels.
 Max Lookback Bars: Default 2000. Maximum number of candles for historical signal annotation; higher values display more historical signals.
3.2 Alert Settings
 Popup Alert: Enabled by default.
 Push Notification: Disabled by default. Note: MT4 push notifications have a frequency limit of approximately 10 per minute.
 Email Alert: Disabled by default.
 Sound Alert: Enabled by default; sound files are located in the MT4 Sounds directory.
 Alert On Bar Close: Enabled by default. Alerts are triggered only after candle close confirmation to avoid intrabar false signals.
3.3 Individual Signal Alert Switches
● Each signal can independently control whether alerts are triggered, including Buy, Sell, Trend Up, Trend Down, Strong GC, Strong DC.
● Traders can enable alerts only for signals of interest based on their trading style to avoid information overload.
4. Signal Color & Arrow Quick Reference
4.1 Buy Signals (Displayed Below Candles)
 Buy — Green Arrow + Text — Confirmed golden cross buy
 Trend Up — Green Text — Trend shifts from bearish to bullish
 Strong GC — Yellow Text — Strong golden cross (price above both lines)
 Golden Cross "+" — Green "+" — MA golden cross marker + spread percentage
4.2 Sell Signals (Displayed Above Candles)
 Sell — Red Arrow + Text — Confirmed death cross sell
 Trend Down — Red Text — Trend shifts from bullish to bearish
 Strong DC — Yellow Text — Strong death cross (price below both lines)
 Death Cross "+" — Red "+" — MA death cross marker + spread percentage
4.3 MA Color Description
 Green Line: MA trending up (bullish direction)
 Red Line: MA trending down (bearish direction)
 Blue Line: MA flat (consolidation state)
5. Source Code Architecture
5.1 Drawing Buffers (8)
● Buffers 0-2: Short MA Up/Down/Flat segments
● Buffers 3-5: Long MA Up/Down/Flat segments
● Buffers 6-7: Buy/Sell arrow signals
5.2 MA Algorithm Implementation
 SMA: Custom  MaAt()  function for Simple Moving Average
 EMA: Custom  EmaStep()  function for per-bar Exponential Moving Average recursion
 WMA: Custom  WmaAt()  function for Weighted Moving Average (decreasing weights)
 LRF: Custom  LrfAt()  function for Linear Regression Forecast (least squares fitting)
5.3 Text Annotation System
● Drawn using  OBJ_TEXT  objects, supporting Arial font and multiple font sizes
● Buy signals displayed in three layers below candle low (Buy / Trend Up / Strong GC)
● Sell signals displayed in three layers above candle high (Sell / Trend Down / Strong DC)
● Cross "+" markers include MA spread percentage, spacing auto-adapts via ATR multiples
5.4 Alert System
● Maximum one alert per candle per direction, preventing duplicates
● Bar close confirmation mode checks bar[1] (just-closed candle)
● Supports popup, push notification, email, and sound alerts
  lastBuyAlert  /  lastSellAlert  static variables prevent duplicate alerts on same candle
6. Summary
 Dynamic Trend Follower is a comprehensive MT4 main chart indicator integrating "Dual MA Color Change + Cross Markers + Buy/Sell Confirmation + Trend Reversal + Strong Cross".
 Core Formula: MA color sets direction, cross markers capture timing, multi-signal resonance improves win rate, bar close confirmation filters noise.
● Both lines green → Long bias, focus on Buy, Trend Up, and Strong GC signals.
● Both lines red → Short bias, focus on Sell, Trend Down, and Strong DC signals.
● Multiple signals triggered simultaneously → High-probability trading opportunity, consider increasing position size.
● Larger spread percentage → Stronger cross, more abundant trend momentum.

Recommended products
Extremum Reverse Bar
Yurij Izyumov
2.8 (5)
This indicator has been created for finding the probable reversal points of the symbol price. A small candlestick reversal pattern is used it its operation in conjunction with a filter of extremums. The indicator is not redrawn! If the extremum filter is disabled, the indicator shows all points that have a pattern. If the extremum filter is enabled, the condition works – if the history Previous bars 1 candles back contains higher candles and they are farther than the Previous bars 2 candle, such
FREE
Candle Countdown — Accurate Time to Close for MT4 Candle Countdown is a simple and precise tool that shows the remaining time until the current candle closes directly on the chart. When your entry depends on the candle close, even a few seconds matter. This indicator helps you see the exact time and make decisions without rushing or guessing. An indicator for precise control over candle closing time. The indicator displays: time remaining until candle close current server time spread Stop Level
FREE
Ppr PA
Yury Emeliyanov
4.75 (4)
"Ppr PA" is a unique technical indicator created to identify "PPR" patterns on the currency charts of the MT4 trading platform. These patterns can indicate possible reversals or continuation of the trend, providing traders with valuable signals to enter the market. Features: Automatic PPR Detection: The indicator automatically identifies and marks PPR patterns with arrows on the chart. Visual Signals: Green and red arrows indicate the optimal points for buying and selling, respectively. Arrow
FREE
Discover the power of precision and efficiency in your trading with the " Super Auto Fibonacci " MT4 indicator. This cutting-edge tool is meticulously designed to enhance your technical analysis, providing you with invaluable insights to make informed trading decisions. Key Features: Automated Fibonacci Analysis: Say goodbye to the hassle of manual Fibonacci retracement and extension drawing. "Super Auto Fibonacci" instantly identifies and plots Fibonacci levels on your MT4 chart, saving you tim
FREE
Double HMA lines MTF
Pavel Zamoshnikov
5 (2)
This is a multi-timeframe version of the popular Hull Moving Average (HMA). The Double HMA MTF Light indicator combines two timeframes on a single chart. The HMA of the higher timeframe defines the trend, and the HMA of the current timeframe defines short-term price movements. The indicator is freely distributed and hasn't audio signals or messages. Its main function is the visualization of price movements. If you need advanced functionality of the HMA multi-timeframe indicator (information ab
FREE
FlatBreakout
Aleksei Vorontsov
FlatBreakout (Free Version) Flat Range Detector and Breakout Panel for MT4 — GBPUSD Only FlatBreakout is the free version of the professional FlatBreakoutPro indicator, specially designed for flat (range) detection and breakout signals on the GBPUSD pair only. Perfect for traders who want to experience the unique fractal logic of FlatBreakout and test breakout signals on a live market without limitations. Who Is This Product For? For traders who prefer to trade breakout of flat ranges (breakout,
FREE
Quantum Falcon Signal Free is a smart visual trading indicator for MetaTrader 4 designed for Forex and Gold traders. The indicator combines: • Trend analysis • RSI momentum confirmation • MACD momentum filtering • ATR volatility filtering • Higher timeframe confirmation • Smart exit signal detection Main Features: • Smart Buy and Sell signals • Exit Buy / Exit Sell alerts • Real-time dashboard on chart • Professional candle arrows • Multi-timeframe trend confirmation • ATR market volatility filt
FREE
Power Trend Free
Yurij Kozhevnikov
5 (2)
Power Trend Free - the indicator shows the trend strength in the selected period. Input Parameters The indicator has three input parameters: Period - a positive number greater than one, it shows the number of candlesticks used for calculations. If you enter one or zero, there will be no error, but the indicator will not be drawn. Applied Price - the standard "Apply to:" set meaning data used for the indicator calculation: Close - Close prices; Open - Open prices; High - High prices; Low - Low p
FREE
Smart FVG Indicator MT4   delivers professional Fair Value Gap (FVG) detection, monitoring, and alerting directly on your charts. It combines   ATR-based filtering   with structure-aware logic to remove noise, adapt to liquidity, and keep only the most relevant imbalances for precise decisions. Key Advantages Accurate FVG detection:   Identifies genuine inefficiencies, not just simple candle gaps. ATR-based precision:   Adaptive sensitivity filters out low-quality signals across markets and time
FREE
QualifiedEngulfing
Ashkan Hazegh Nikrou
QualifiedEngulfing Is Free Version Of ProEngulfing Indicator  ProEngulfing Is Paid Version Of This Indicator  Download It Here . What is Different Between free and paid version of ProEngulfing ?  Free version has limitation of One Signal Per Day Join Koala Trading Solution Channel in mql5 community to find out the latest news about all koala products, join link is below : https://www.mql5.com/en/channels/koalatradingsolution Introducing QualifiedEngulfing   – Your Professional Engulf Pattern In
FREE
The Crossing
Anton Iudakov
5 (2)
+ 2 bonus strategies! Alerts! I recommend watching my advisor -   Night Zen EA The indicator combines the most popular moving average strategies: Simple moving average crossover. Moving average crossover relative to the position of the slower moving average. 2 bonus strategies : The crossing of the fast moving average with the calculation of the opening prices of the slow moving average with the calculation of the closing prices taking into account the slower moving average. (The settings for th
FREE
High Low Open Close MT4
Alexandre Borela
4.81 (21)
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
Average True Range (ATR) indicator with multi-timeframe support, customizable visual signals, and configurable alert system. Freelance programming services, updates, and other TrueTL products are available on my MQL5 profile . Feedback and reviews are highly appreciated! What is ATR? The Average True Range (ATR), developed by J. Welles Wilder, is a technical indicator that measures market volatility. It calculates the average of the True Range over a specified period. The True Range is the gr
FREE
StrikePin
Mike Pascal Plavonil
1 (1)
The StrikePin indicator is a technical, analytical tool designed to identify trend reversals and find optimal market entries.  The StrikePin indicator is based on the pin bar pattern, which is the Price Action reversal pattern. An entry signal, in a trending market, can offer a very high-probability entry and a good risk to reward scenario. Be careful: the indicator is repainting since it is looking for highest high and lowest lows.  You should avoid to use it in experts but you can use it in
FREE
Shadow Flare MT4
Kestutis Balciunas
Shadow Flare Indicator is a non-repainting trend & liquidity tool for MetaTrader 4. 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
This indicator alerts you when/before new 1 or 5 minute bar candle formed. In other words,this indicator alerts you every 1/5 minutes. This indicator is especially useful for traders who trade when new bars formed. *This indicator don't work propery in strategy tester.Use this in live trading to check functionality. There is more powerful Pro version .In Pro version,you can choose more timeframe and so on. Input Parameters Alert_Or_Sound =Sound ----- Choose alert or sound or both to notify y
FREE
Rainbow MT4
Jamal El Alama
Rainbow MT4 is a technical indicator based on Moving average with period 34 and very easy to use. When price crosses above MA and MA changes color to green, it’s a signal to buy. When price crosses below MA and MA changes color to red, it’s a signal to sell. The Expert advisor ( Rainbow EA MT4) based on Rainbow MT4 indicator, as you can see in the short video below is now available here .
FREE
MTF Alligator
Alexander Pekhterev
4.75 (8)
This is an indicator detecting trend direction. It uses the popular Bill Williams Alligator. It shows market state on all timeframes on one chart. As is well known, traders gain the main profit on the Forex market trading by trend, and losses usually occur when the market is flat. So, in order to gain profit a trader should learn to detect trend market and direction of a current trend in a rapid manner. This indicator has been developed for this purpose. MTF Alligator helps to: Profitably trade
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Balance of Power (BOP) indicator with multi-timeframe support, customizable visual signals, and configurable alert system. Freelance programming services, updates, and other TrueTL products are available on my MQL5 profile . Feedback and reviews are highly appreciated! What is BOP? Balance of Power (BOP) is an oscillator that measures the strength of buyers versus sellers by comparing the change in price to the range of the bar. The indicator is calculated as (Close - Open) / (High - Low), th
FREE
MASi Three Screens
Aleksey Terentev
5 (2)
MASi Three Screens is based on the trading strategy by Dr. Alexander Elder. This indicator is a collection of algorithms. Algorithms are based on the analysis of charts of several timeframes. You can apply any of the provided algorithms. List of versions of algorithms:     ThreeScreens v1.0 - A simple implementation, with analysis of the MACD line;     ThreeScreens v1.1 - A simple implementation, with analysis of the MACD histogram;     ThreeScreens v1.2 - Combines the first two algorithms in
FREE
Our offer also includes a free panel — Indicator Panel — which allows you to show or hide indicators created by BOToBRACIA. High and Low Points is a practical technical analysis indicator that plots levels corresponding to the highs and lows from previous periods (day / week / month) — levels that, in the Smart Money Concepts (SMC) and ICT approach, are treated as liquidity zones, while in classical technical analysis they serve as potential support and resistance levels. Indicator settings: •
FREE
What is Schaff Trend Cycle? The Schaff Trend Cycle (STC) is an oscillator-type indicator designed to detect trend reversals in a timely manner. Compared to traditional indicators like moving averages or MACD, it combines cyclical patterns with momentum to more clearly identify the beginning and end of trends. Main Features Clear trend reversal signals: The cycle line rises in an uptrend and falls in a downtrend. Noise reduction in ranging markets: Smoothing based on cyclical timing helps filter
FREE
Scalping indicator. It takes into account volatility, price movement in the local interval and the direction of the current trend. Recommended timeframe - M5. Advantages: Low volatility when a signal appears ensures minimal movement against an open position. The indicator does not redraw its signals. There are alert signals. It is a great tool for day trading. Settings: Name Description Period Indicator period Range of each bar in the period (pp.) The maximum size of each candle in the indicato
FREE
Traditional MACD MT4
Daniel Lewis
4.58 (55)
MACD indicator in MetaTrader 4/5 looks different than MACD does in most other charting software. That is because the MetaTrader 4/5 version of MACD displays the MACD line as a histogram when it is traditionally displayed as a line. Additionally, the MetaTrader 4/5 version computes the Signal line using an SMA, while according to MACD definition it is supposed to be an EMA. The MetaTrader 4/5 version also does not compute a true MACD Histogram (the difference between the MACD/Signal lines). This
FREE
Trendline indicator
David Muriithi
2 (1)
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
The free version of the Hi Low Last Day MT4 indicator . The Hi Low Levels Last Day MT4 indicator shows the high and low of the last trading day . The ability to change the color of the lines is available . Try the full version of the Hi Low Last Day MT4 indicator , in which additional indicator features are available : Displaying the minimum and maximum of the second last day Displaying the minimum and maximum of the previous week Sound alert when crossing max . and min . levels Selecting an arb
FREE
Sentinel Arrow
Dmytro Kasianov
1 (1)
Sentinel Arrow Key Features: ⊗An exclusive algorithm for quickly and accurately identifying trends, reversals, and momentum changes. ⊗Designed for professional use, it features robust signal logic that eliminates delays or false updates. ⊗Suitable for various timeframes. ⊗Does not redraw, delete, or modify past signals. ⊗All BUY and SELL signals are generated on the candlestick itself and remain fixed. ⊗In real trading, there is no redrawing—signals appear instantly on the candlestick itself.
FREE
MTF Stochastic and RSI
Georgiy Gazaryan
5 (2)
A simple but effective helper that will allow you to track both global and local market trends. The indicator combines the work of two oscillators: Stochastic and RSI. Both indicators can be set to any timeframe. Advantages of Use Multitimeframe - you can adjust both indicators to the desired timeframes. To obtain the entry points, you can use the Elder's triple screen system. Highly customizable - you can configure not only the parameters of the indicators, but also their appearance (color and
FREE
PZ Penta O MT4
PZ TRADING SLU
2.33 (3)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
Buyers of this product also purchase
Gann Made Easy
Oleg Rodin
4.84 (168)
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 ve
Neuro Poseidon MT4
Daria Rezueva
4.82 (44)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for all
Prop Firm Sniper
Mohamed Hassan
5 (5)
Prop Firm Sniper MT4  is a professional market structure indicator that automatically identifies high-probability BUY and SELL opportunities using BOS and CHoCH analysis. Recommended Timeframes: For backtesting, use the indicator on   M5 or M15   for Gold (XAUUSD), and   M15 or H1   for more volatile Forex pairs such as   GBPUSD, USDJPY, EURGBP , and similar markets. CONTACT ME AFTER PURCHASE TO CLAIM YOUR FREE BONUSES! Prop Firm Sniper  is a professional market structure indicator designed t
Trend Catcher ind
Ramil Minniakhmetov
5 (11)
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
M1 Arrow
Oleg Rodin
4.81 (21)
M1 Arrow is an indicator which is based on natural trading principles of the market which include volatility and volume analysis. The indicator can be used with any time frame and forex pair. One easy to use parameter in the indicator will allow you to adapt the signals to any forex pair and time frame you want to trade. Besides the main algorithm which is based on buy and sell signals, the indicator also has multiple built-in extra strategies which you can choose in the inputs. These strategies
This product was   updated   for the   2026 market   and   optimized   for the   latest MT5 builds . PRICE UPDATE NOTICE: Smart Trend Trading System   is currently available for $99. The price will   increase to $199   after the next   30 purchases. SPECIAL OFFER:  After purchasing Smart Trend Trading System, send me a private message to claim the Smart Universal EA for FREE and turn your Smart Trend signals into automated trades. Smart Trend Trading System is a complete non-repainting, non-re
Scalper Inside PRO
Alexey Minkov
4.68 (69)
Scalper Inside PRO Scalper Inside PRO is an intraday trend and scalping indicator that uses exclusive built-in algorithms to evaluate market direction and key target levels. The indicator automatically calculates entry and exit points and several profit target levels, and it shows detailed performance statistics, so you can see how different instruments and strategies behaved on historical data. This helps you select instruments that fit current market conditions. You can also connect your own a
PZ Day Trading
PZ TRADING SLU
3.67 (3)
Effortless trading: non-repainting indicator for accurate price reversals This indicator detects price reversals in a zig-zag fashion, using only price action analysis and a donchian channel. It has been specifically designed for short-term trading, without repainting or backpainting at all. It is a fantastic tool for shrewd traders aiming to increase the timing of their operations. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Amazingly easy to trade It provides
Atomic Analyst
Issam Kassas
5 (9)
This product was   updated   for   the 2026 market   and   optimized   for the   latest MT5 builds. PRICE UPDATE NOTICE: Atomic Analyst is currently available for $99. The price will increase to $199 after the next 30 purchases. SPECIAL OFFER:  After purchasing Atomic Analyst, send me a private message to claim the Smart Universal EA for FREE and turn your Atomic Analyst signals into automated trades. Atomic Analyst is a non-repainting, non-redrawing, and non-lagging price action trading indic
Quant Direction
Georgios Kalomoiropoulos
Quant Direction is a 3 dimensional market analysis tool. It provides a purely objective, algorithmic view of the market by calculating exact percentage-based biases across multiple dimensions simultaneously. Developed utilizing advanced AI modeling tools and subjected to thorough testing, this algorithm is engineered to read the market with unique precision. It can analyze any currency pair or financial instrument available on your platform.  Quant Direction is the ideal tool whether you are a S
M1 Sniper
Oleg Rodin
5 (26)
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 a
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 str
Super Signal – Skyblade Edition Professional No-Repaint / No-Lag Trend Signal System with Exceptional Win Rate | For MT4 / MT5 It works best on lower timeframes, such as 1-minute, 5-minute, and 15-minute charts. Core Features: Super Signal – Skyblade Edition is a smart signal system designed specifically for trend trading. It applies a multi-layered confirmation mechanism to detect only strong, directional moves supported by real momentum. This system does not attempt to predict tops or bottoms
Cycle Sniper
Elmira Memish
4.39 (36)
Please contact us after your purchase and we will send you the complimentary indicators to complete the system Cycle Sniper is not a holy grail but when you use it in a system which is explained in the videos, you will feel the difference. If you are not willing to focus on the charts designed with Cycle Sniper and other free tools we provide, we recommend not buying this indicator. We recommend watching the videos about the indiactor and system before purchasing. Videos, settings  and descri
CRT Candle Range Theory HTF MT4.   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 Discounted   Price   $50  !!     Secure your lifetime access   now   before it switches to   subscription-only ! 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 indicat
A. What is A2SR ?   * It's a leading technical indicator (no repaint, no lagging). -- Guidance : -- at   https://www.mql5.com/en/blogs/post/734748/page4#comment_16532516 -- and  https://www.mql5.com/en/users/yohana/blog A2SR has a special technique in determining the levels of Support ( demand ) and Resistance ( supply ) . Unlike the ordinary way that we seen on the net, A2SR has a original concept in determining actual SR levels. The original technique was not taken from the internet, and it
Trend Lines PRO
Roman Podpora
5 (1)
TREND LINES PRO    helps understand where the market is truly changing direction. The indicator shows real trend reversals and points where major players re-enter. You see   BOS lines   Trend changes and key levels on higher timeframes — without complex settings or unnecessary noise. Signals don't repaint and remain on the chart after the bar closes. VERSION MT 5     -     Reveals its maximum potential when paired with the   RFI LEVELS PRO  indicator What the indicator shows: Real shifts   tren
PZ Divergence Trading
PZ TRADING SLU
5 (2)
Unlock hidden profits: accurate divergence trading for all markets Tricky to find and scarce in frequency, divergences are one of the most reliable trading scenarios. This indicator finds and scans for regular and hidden divergences automatically using your favourite oscillator. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to trade Finds regular and hidden divergences Supports many well known oscillators Implements trading signals based on breakouts Display
RFI levels PRO
Roman Podpora
5 (1)
The indicator accurately shows the reversal points and price return zones where the   Major players . You see where new trends are forming and make decisions with maximum precision, maintaining control over every trade. VERSION MT5     -     Reveals its maximum potential when combined with the   TREND LINES PRO   indicator What the indicator shows: Reversal structures and reversal levels with activation at the beginning of a new trend. Display of   TAKE PROFIT   and   STOP LOSS   levels with mi
KURAMA GOLD SIGNAL PRO (MT4) — 7-Layer Filter, Auto TP/SL, Quality Score & Signal History Save | Complete XAUUSD Trading System No repaint in real time. The moment a signal appears, the arrow, entry, TP and SL are locked on the spot and never move afterward. What you trade is this real-time signal. And in v7.20, every signal that is actually sent is auto-saved and restored exactly after restart. BUYER BONUS Buy the lifetime license and receive AI Zone Radar (
Legacy of Gann
Pavel Zamoshnikov
4.83 (12)
The indicator very accurately determines the levels of the possible end of the trend and profit fixing. The method of determining levels is based on the ideas of W.D.Gann, using an algorithm developed by his follower Kirill Borovsky. Extremely high reliability of reaching levels (according to K. Borovsky  - 80-90%) Indispensable for any trading strategy – every trader needs to determine the exit point from the market! Precisely determines targets on any timeframes and any instruments (forex, met
Advanced Supply Demand
Bernhard Schweigert
4.91 (302)
Trading Special – 30% OFF Best Solution for any Newbie or Expert Trader! This indicator is a unique, high quality and affordable trading tool because we have incorporated a number of proprietary features and a new formula. With this update, you will be able to show double timeframe zones. You will not only be able to show a higher TF but to show both, the chart TF, PLUS the higher TF: SHOWING NESTED ZONES. All Supply Demand traders will love it. :) Important Information Revealed Maximize the pot
Artemis Gold M1 Scalper Artemis Gold M1 Scalper is a premium MT4 indicator built exclusively for XAUUSD traders who want a cleaner, more structured approach to Gold scalping on the M1 timeframe. It is not a generic arrow indicator. Artemis combines dynamic support and resistance, trend confirmation, momentum filtering, ATR-based trade levels, signal quality scoring, market-state analysis, session strength, active trade protection, and a clean dashboard into one focused scalping framework designe
Neo Wave PRO
Nikolay Raykov
5 (1)
Price & Time Market Structure Indicator A professional market structure tool that analyzes waves through both price and time — not price alone. Main Description NeoWave PRO is a professional market structure indicator for MetaTrader 4 designed for traders who want to move beyond traditional one-dimensional wave tools such as ZigZag, swing indicators, and basic high/low systems. Most wave indicators analyze only one thing: Price. But a real market wave is not only a price movement. A true wave de
PRO Renko System
Oleg Rodin
5 (31)
PRO Renko System is a highly accurate trading system specially designed for trading RENKO charts. The ARROWS and Trend Indicators DO NOT REPAINT! The system effectively neutralizes so called market noise giving you access to accurate reversal signals. The indicator is very easy to use and has only one parameter responsible for signal generation. You can easily adapt the tool to any trading instrument of your choice and the size of the renko bar. I am always ready to provide extra support to help
This indicator is an indicator for automatic wave analysis that is perfect for practical trading! Case... Note:   I am not used to the Western name for wave classification. Influenced by the naming habit of Chaos Theory (Chanzhongshuochan), I named the basic wave as   pen   , the secondary wave band as   segment   , and the segment with trend direction   as main trend segment   (this naming method will be used in future notes, let me tell you in advance), but the algorithm is not closely relate
Channel Trend Bands  MTF – A Comprehensive Indicator for Market Analysis MetaTrader 5 Version Simple to Use, Effective in Application User-Friendly and Suitable for All Traders This indicator stands out due to its straightforward functionality. Whether you're a beginner exploring the market or an experienced trader refining your strategy, this tool offers valuable insights. Using a Triangular Moving Average (TMA) with additional ATR-based bands , it provides structured market data to support w
M W Pattern Pro
Noiros Tech
4.14 (7)
M & W Pattern Pro is an advanced scanner for M and W patters , it uses extra filters to ensure scanned patterns are profitable. The indicator can be used with all symbols and time frames. The indicator is a non repaint indicator with accurate statistics calculations. To use , simply scan the most profitable pair using the statistics dashboard accuracy , then enter trades on signal arrow and exit at the TP and SL levels. STATISTICS : Accuracy 1 : This is the percentage of the times price hits TP
Extreme Value Sniper is a detrended price indicator  Indicator finds the potential reversal levels by checking value ranges and price cycles. MT5 Version of the product :  https://www.mql5.com/en/market/product/114550 It shows the overbought and oversold levels using the average range. Overbought Levels are between 4 and 10 Oversold levels are bewtween -4 and -10 Those levels can be used as a reversal levels. Extreme Value Sniper look for some special divergence and convergence patterns to c
TrendMaestro
Stefano Frisetti
4 (4)
Attention: beware of SCAMS, TRENDMAESTRO is only ditributed throught MQL5.com market place. note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes a
More from author
Dynamic Trend Follower Main Chart Indicator Deep Analysis: Dual MA Color Change + Cross Markers + Buy/Sell Signals + Trend Reversal + Strong Cross Indicator Overview Dynamic Trend Follower is a premium main chart moving average crossover composite signal indicator designed exclusively for the   MT4 、5platform . It breaks through the limitations of traditional single moving averages or simple crossovers by integrating a   Dual MA Trend Color Change System ,   Cross "+" Markers with Spread Percen
FREE
Reasonable Indicators, Reasonable Prices 1. Core Functions   Multi-Period Resonance : Uses   13, 34, 55   period KDJ for signal filtering.   Gap Up Capture : Identifies   Gap Up   patterns for strong start entries.   Reversal Warning : Predicts tops/bottoms using   J-value   sensitivity. 2. Signal Description   Buy Signal 1: UP (Gap Up) Displays white   “UP”   text. Indicates a   Gap Up   bullish candle above   MA5 . Shows strong   bullish power , suitable for   trend following .
FREE
Smart Divergence Finder Indicator In-depth Analysis: A Practical Guide to Trend, Divergence, and Resonance Indicator Introduction Smart Divergence Finder is an intelligent main-chart comprehensive indicator designed for MT4/MT5 platforms. It overcomes the fragmented limitations of traditional sub-chart divergence analysis by integrating: Trend determination Multi-indicator divergence detection Intelligent signal filtering All key trading signals are displayed directly on the price chart. Its co
Black Horse Finder Indicator In-depth Analysis: A Practical Guide to Trend, Support/Resistance, and Multi-Signal Trading Indicator Introduction Black Horse Finder is a comprehensive main-chart indicator designed specifically for the MT4 platform. Originating from the classic TongDaXin composite main chart logic, it breaks through the limitations of single moving averages or isolated indicators. It highly integrates trend determination, dynamic support/resistance levels, multiple buy signals (su
Channel Breakout Master: A Comprehensive Guide to Dual-Channel Trend Analysis with Weighted High-Low EMA and Trend State Identification Introduction Channel Breakout Master is an advanced chart indicator originally derived from the Tongdaxin SLTD series, specifically designed for both MT4 and MT5 platforms. This indicator transcends the limitations of traditional single Bollinger Bands or moving average channels by implementing a sophisticated dual-channel architecture combining   Weighted High-
Ultimate Signal Hub Main Chart Indicator Deep Analysis: MA60 Trend Baseline, Momentum Ignition & Multi-Layer Resonance Trading Guide Indicator Overview Ultimate Signal Hub is a premium main chart composite signal indicator designed exclusively for the   MT4/MT5 platform . It breaks through the limitations of traditional single moving averages or oscillators by integrating a multi-dimensional nested architecture comprising the   MA60 Trend Baseline ,   MACD Variant Ignition Algorithm ,   KDJ-Typ
Smart Divergence Finder Indicator In-depth Analysis: A Practical Guide to Trend, Divergence, and Resonance Indicator Introduction Smart Divergence Finder is an intelligent main-chart comprehensive indicator designed for MT4/MT5 platforms. It overcomes the fragmented limitations of traditional sub-chart divergence analysis by integrating: Trend determination Multi-indicator divergence detection Intelligent signal filtering All key trading signals are displayed directly on the price chart. Its co
Black Horse Finder Indicator In-depth Analysis: A Practical Guide to Trend, Support/Resistance, and Multi-Signal Trading Indicator Introduction Black Horse Finder is a comprehensive main-chart indicator designed specifically for the MT5 platform. Originating from the classic TongDaXin composite main chart logic, it breaks through the limitations of single moving averages or isolated indicators. It highly integrates trend determination, dynamic support/resistance levels, multiple buy signals (suc
Channel Breakout Master: A Comprehensive Guide to Dual-Channel Trend Analysis with Weighted High-Low EMA and Trend State Identification Introduction Channel Breakout Master is an advanced chart indicator originally derived from the Tongdaxin SLTD series, specifically designed for both MT4 and MT5 platforms. This indicator transcends the limitations of traditional single Bollinger Bands or moving average channels by implementing a sophisticated dual-channel architecture combining   Weighted High-
Ultimate Signal Hub Main Chart Indicator Deep Analysis: MA60 Trend Baseline, Momentum Ignition & Multi-Layer Resonance Trading Guide Indicator Overview Ultimate Signal Hub is a premium main chart composite signal indicator designed exclusively for the   MT4/MT5 platform . It breaks through the limitations of traditional single moving averages or oscillators by integrating a multi-dimensional nested architecture comprising the   MA60 Trend Baseline ,   MACD Variant Ignition Algorithm ,   KDJ-Typ
Filter:
No reviews
Reply to review