ColorWave Multi MA

ColorWave Multi MA

The ColorWave Multi MA is a highly configurable Moving Average (MA) indicator, with some advanced features:

1. Purpose of the indicator

  • It draws a moving average line on the chart.

  • Instead of a single color, it splits the MA into three line segments:

    • Up (green) when the MA is rising,

    • Down (red) when the MA is falling,

    • Flat (gray, dotted) when the MA is flat within a threshold.

  • It supports many MA types, not just the standard SMA/EMA.

This is useful for traders because it visually shows trend direction and flat (sideways) markets more clearly than a normal MA.

2. User Inputs

You have a lot of customization:

  • Period (InpPeriod) → How many bars to use in calculation.

  • Shift (InpShift) → Moves the MA left/right on the chart.

  • Applied price (InpAppliedPrice) → Choose Close, Open, High, Low, Median, Typical, Weighted.

  • MA type (InpMAType) → One of 8 types:

    • SMA, EMA, SMMA, LWMA, DEMA, TEMA, HMA, T3.

  • Flat threshold (InpFlatPoints) → Defines what “flat” means. Example: 0.5 points means if slope is smaller than 0.5 pipette, it’s flat.

  • Colors (InpColorUp, InpColorDown, InpColorFlat) → Different for up, down, flat.

  • Line width (InpLineWidth) and styles (InpLineStyle, InpFlatStyle).

  • T3 hot factor (InpT3Hot) → Parameter for the special T3 moving average.

3. How it calculates

The code does 3 main things inside OnCalculate():

  1. Prepares price array

    • Gets the price (close/open/etc.) for each bar and stores in PriceArr.

  2. Computes the moving average

    • Depending on InpMAType, it calls the right function:

      • ComputeSMA() = simple average.

      • ComputeEMA() = exponential.

      • ComputeSMMA() = smoothed.

      • ComputeLWMA() = weighted.

      • ComputeDEMA() = double EMA = 2×EMA1 – EMA2.

      • ComputeTEMA() = triple EMA = 3×EMA1 – 3×EMA2 + EMA3.

      • ComputeHMA() = Hull MA (fast-reacting, smooth).

      • ComputeT3() = Tim Tillson’s T3, very smooth.

  3. Classifies slope (Up, Down, Flat)

    • It looks at current MA value (current_ma) and previous MA value (prev_ma).

    • Slope = current_ma - prev_ma.

    • If slope > threshold → UpBuffer gets the MA value.

    • If slope < -threshold → DownBuffer gets the MA value.

    • If |slope| ≤ threshold → FlatBuffer gets the MA value.

Since each buffer is drawn with different style/color, the line is automatically segmented.

4. Buffers and drawing

  • MT4 indicators use buffers to store values for drawing.

  • You have 3 buffers:

    • UpBuffer[] (green solid)

    • DnBuffer[] (red solid)

    • FlBuffer[] (gray dotted)

At each bar, only one buffer gets a value (others get EMPTY_VALUE).
This makes the line appear in 3 colors depending on slope.

5. Special details

  • No repainting:

    • It doesn’t recalc historical values incorrectly.

    • The only value that can change is the last bar, same as a normal MA.

  • Flat detection:

    • Controlled by InpFlatPoints.

    • On a 5-digit broker, 10 points = 1 pip.

    • If you set 0.5, it means half a pipette sensitivity → very sensitive flat detection.

  • Performance:

    • It optimizes recalculation: only recalculates the newest bars, not everything every tick.

  • Advanced MA formulas:

    • Includes non-standard averages (Hull, DEMA, TEMA, T3).

    • Makes it more powerful than built-in MT4 MAs.

6. What you will see on chart

  • A moving average line that changes color and style:

    • Green solid → trend up,

    • Red solid → trend down,

    • Gray dotted → flat sideways.

  • The transitions between colors show where slope changes.

In short:
This is a multi-type adaptive moving average that visually marks trend direction and flat conditions with color-coded segments. It’s much clearer than a regular MA because it tells you not only where the average is but also whether the market is trending or ranging.



Recommended products
Owl smart levels
Sergey Ermolov
4.24 (37)
MT5 version  |  FAQ The Owl Smart Levels Indicator  is a complete trading system within the one indicator that includes such popular market analysis tools as  Bill Williams' advanced fractals , Valable ZigZag which builds  the correct wave structure  of the market, and  Fibonacci levels  which mark the exact levels of entry into the market and places to take profits. Detailed description of the strategy Instructions for working with the indicator Advisor-assistant in trading Owl Helper Private
Stepping Trend
Mpendulo Chiliza
The Stepping Trend Indicator     The Steppi ng Trend indicator uses the  average true range  (ATR indicator) in its calculation. This gives you control to set your own average true range period, I set the Default as 10.   Indicator Details. Green Arrow Up: This means you are at the starting point of a new bullish trend, it’s time to buy.   Red  Arrow  Down : This means you are at the starting point of a new  bearish  trend, it’ s time to sell .   What if you miss the Arrow Signal?   No prob
Daily Candle Predictor is an indicator that predicts the closing price of a candle. The indicator is primarily intended for use on D1 charts. This indicator is suitable for both traditional forex trading and binary options trading. The indicator can be used as a standalone trading system, or it can act as an addition to your existing trading system. This indicator analyzes the current candle, calculating certain strength factors inside the body of the candle itself, as well as the parameters of
Happy Scalping Indicator
Leandro Bernardez Camero
This indicator was designed for aggressive scalping and quick entries in binary options , generating signals on every candle , so you can know exactly what is happening at all times. Join the Happy Scalping channel: MQL5 It does not repaint : the current candle's signal is generated in REAL TIME , which means it may change while the candle is still forming, depending on whether the price rises or falls compared to the previous candle's close. But once the candle closes , the signal color becom
Super Reversal Pattern
Parfait Mujinga Ndalika
Super Reversal Pattern Indicator Unlock the power of advanced pattern recognition with our Super Reversal Pattern Indicator. Designed for traders seeking precision and reliability, this indicator identifies one of the most effective reversal patterns in technical analysis, offering a significant edge in your trading strategy. Key Features: Non-Repainting Accuracy: Enjoy the confidence of non-repainting technology. Once a Super Reversal Pattern is detected, it remains static, providing consiste
DYJ Alligator SignalSource   is based on Alligator   indicator. It can be used for any currency pair and timeframe. The blue line (Alligator's Jaw) is the Balance Line for the timeframe that was used to build the chart (13-period Smoothed Moving Average, moved into the future by 8 bars); Red Line (Alligator's Teeth) is the Balance Line for the value timeframe of one level lower (8-period Smoothed Moving Average, moved by 5 bars into the future); Green Line (Alligator's Lips) is the Balance Line
EZZ Elite Zig Zag is an indicator for the MetaTrader 4 terminal. This indicator traces the peak of the trend based on the market reversal, thus showing various opportunities in the financial market. EZZ Elite Zig Zag is a visual tool, intuitive, and easy to understand and use.  Test it Yourself by Downloading it for Free. Author Paulo Rocha all rights reserved
This indicator takes input from the RSI from multiple time frames (M/W/D/H4/H1/M30), and presents the output as lines above or below the price, on the main chart. Great for scalping. Features alerts for the current time frame's RSI (the Arrows). Settings: RSI period settings for M/W/D/H4/H1/M30/Current. (Set to your preference) PSar settings for trend determination; for current chart's time frame. How to use: Simply attach to M5 (Scalping - zoom chart out completely on M5) or use on higher time
This multi time frame and multi symbol indicator alerts about Heiken Ashi Smoothed color changes. As a bonus it can also scan for Hull Moving Average trend (color) changes. Combined with your own rules and techniques, this indicator will allow you to create (or enhance) your own powerful trading system. Features Can monitor all symbols visible in your Market Watch window at the same time. Apply the indicator to just one chart and instantly monitor the entire market. Can monitor every time frame,
Chart Patterns Detect 15 patterns (Ascending Triangle, Descending Triangle, Rising Wedge, Falling Wedge, Bullish Flag, Bearish Flag, Bullish Rectangle, Bearish Rectangle Symmetrical triangle, Head and Shoulders, Inverted Head and Shoulders, Triple top, Triple Bottom, Double Top, Double Bottom) Use historical data to calculate the probability of each pattern to succeed (possibility to filter notification according to the chance of success) gives graphic indication about the invalidation level and
Crypto_Forex Indicator  " Morning  Star  pattern" for MT4. Indicator "Morning Star pattern" is a very powerful indicator for Price Action trading:   No repaint, No delay. Indicator   detects bullish Morning Star patterns on chart:  Blue arrow signal on chart (see pictures). With P C, Mobile & Email alerts. Also its brother - bearish  " Evening Star pattern" indicator is available (follow the link below). Indicator  " Morning Star pattern" is excellent to   combine with Support/Resistance Levels
Alpha Trend sign has been a very popular trading tool in our company for a long time. It can verify our trading system and clearly indicate trading signals, and the signals will not drift. Main functions: Based on the market display of active areas, indicators can be used to intuitively determine whether the current market trend belongs to a trend market or a volatile market. And enter the market according to the indicator arrows, with green arrows indicating buy and red arrows indicating se
Auto Fibo Pro m
DMITRII GRIDASOV
"Auto FIBO Pro"   Crypto_Forex  indicator  - is great auxiliary tool in trading! Indicator automatically calculate and place on chart Fibo levels and local trend lines (red color). Fibonacci levels indicate key areas where price can reverse. Most important levels are 23.6%, 38.2%, 50% and 61.8%. You can use it   for reversal scalping  or for zone grid trading. There are plenty of opportunities to  improve your current system using Auto FIBO Pro indicator as well. It has Info Spread Swap Displa
Trend PA
Mikhail Nazarenko
5 (3)
The Trend PA indicator uses   Price Action   and its own filtering algorithm to determine the trend. This approach helps to accurately determine entry points and the current trend on any timeframe. The indicator uses its own algorithm for analyzing price changes and Price Action. Which gives you the advantage of recognizing, without delay, a new nascent trend with fewer false positives. Trend filtering conditions can be selected in the settings individually for your trading style. The indicator
Binary Options Support Resistance Indicator This indicator is designed for binary options trading and effectively shows retracements from support and resistance levels. Signals appear on the current candle. A red arrow pointing downwards indicates a potential selling opportunity, while a blue arrow pointing upwards suggests buying opportunities. All that needs adjustment is the color of the signal arrows. It is recommended to use it on the M1-M5 timeframes as signals are frequent on these timef
Heiken Ashi candle chart is an improved version of The Japanese candle chart, which can effectively filter the market "noise" of the Japanese candle chart. It is favored by many traders for its simplicity and intuition. For trend traders, the HA candle chart is a magic tool. Unlike the traditional Japanese candle chart, Heikenashi does not reflect the opening price, high price, low price and closing price of the market. Instead, Heikenashi calculates the value of a single K line in the dominant
FXArk Kcci
Nithaam Davis
The KCCi uses a Grid method with a breakeven feature, its based around the CCI and Kijun-Sen of the Ichimoku indicator. Its recommended to be used with a cent account as it requires a high volume of capital along with a broker that allows numerous open positions, along with this low spreads are desired. All major pairs can be traded with this EA, including commodities and on all TFs though before any usage please optimize . IMPORTANT: These parameters will need to be increased to the max open
Frog Arrow
Pieter Gerhardus Van Zyl
The Frog Arrow indicator identifies potential bullish and bearish turning points using a combination of the Williams %R (WPR) and RSI indicators over a short period. It plots upward (aqua) and downward (yellow) arrows directly on the chart to signal buy or sell opportunities. The indicator includes filters such as historical bar validation and an optional moving average filter to reduce false signals. It also supports early signals by detecting momentum changes before the main trigger. Alerts
Advanced Trend Regime
Shellard Securities (Pty) Ltd
The indicator has been designed to function on any time-frame and any pair.   This regime filter will help the trader better evaluate whether the current market is trending, and in which direction. It quickly reacts to changes in market dynamics using a series of advanced calculations. The user is able to select whether the calculation remains standard, or if a further filter constraint is added to the calculation.   A Yellow moving average of the signal has been included for the trader to smoot
Wave Trend MT4
Diego Arribas Lopez
MT5 Version   Wave Trend MT4 Wave Trend is an oscillator, which helps identifing in a extremely accurate manner market reversals. The Oscillator being obove the overbought level and a cross down of the fast into the slow MA usually indicates a good SELL signal. If the oscillators is below the oversold level and the fast MA crosses over the slower MA usually highlights a good BUY signal. The Wave Trend indicator can be also used when divergences appear against the price, indicating the current mo
Distinctive
Tatiana Savkevych
Distinctive is a forex trending arrow indicator for identifying potential entry points. I like it, first of all, because it has a simple mechanism of work, adaptation to all time periods and trading tactics. Created on the basis of a regression channel with filters. Plotting the Lawrence indicator signals on a price function chart using a mathematical approach. How it works - when the price breaks out in the overbought / oversold zone (channel levels), a buy or sell signal is generated. Everyt
This indicator is an upgrade of traditional MACD on MT4. Macd Base line cross above Macd signal line the color of histogram change is red color and entry order Sell. Macd Base line cross below Macd signal line the color of histogram change is green color and entry order Buy. For above histogram of Macd can change color to good looking by can change color above zero line and lower line.
Matrixs
Andriy Sydoruk
Matrix is a Forex arrow indicator. Displays signals simply and clearly! The arrows show the direction of the transaction, and are colored accordingly, which can be seen in the screenshots. As you can see, trading with such an indicator is easy. I waited for an arrow to appear in the desired direction - I opened a deal. An arrow formed in the opposite direction - closed the deal. The indicator also displays the lines with the help of which the arrow signals are formed, taking into account the int
[ZhiBiCCI] indicators are suitable for all cycle use, and are also suitable for all market varieties. [ZhiBiCCI] Green solid line is a reversal of bullish divergence. The green dotted line is a classic bullish divergence. [ZhiBiCCI] The solid line to the red is a reverse bearish divergence. The red dotted line is a classical bearish divergence. [ZhiBiCCI] can be set in the parameters (Alert, Send mail, Send notification), set to (true) to send instant signals to the alarm window, email, insta
ProTrading Arrow
Nedyalka Zhelyazkova
5 (1)
" A NEW TRADING METHOD FOR TRADING… AN AMAZING TRADING INDICATOR! " Additional Bonus : You get the Forex Trend Commander indicator for FREE! To lock in a profit from market movements in most cases it takes much longer than planning it. Trading is not an event, but a process. This process has no end, i.e. it should never stop completely and completely. ProTrading Arrow indicator is an advanced reversal system that can be played with or against the trend. BENEFITS OF USING PROTRADING ARROW Defin
We present you the indicator "Candle closing counter", which will become your indispensable assistant in the world of trading. That’s why knowing when the candle will close can help: If you like to trade using candle patterns, you will know when the candle will be closed. This indicator will allow you to check if a known pattern has formed and if there is a possibility of trading. The indicator will help you to prepare for market opening and market closure. You can set a timer to create a pre
Crypto_Forex Indicator " F orce Index   with Dynamic OverSold/OverBought zones " for MT4 , No Repaint. F orce index is one of the top indicators that combines price and volume data into a single value. It   is great to take   Sell   trades from   dynamic OverBought zone and   Buy   trades from dynamic OverSold zone. T his indicator is excellent for   Momentum trading   into the trend direction. D ynamic   OverBought zone - above yellow line. Dynamic   OverSold zone - below blue line. F orce 
Trend Bilio - an arrow indicator without redrawing shows potential market entry points in the form of arrows of the corresponding color: upward red arrows suggest opening a buy, green down arrows - selling. The entrance is supposed to be at the next bar after the pointer. The arrow indicator Trend Bilio visually "unloads" the price chart and saves time for analysis: no signal - no deal, if an opposite signal appears, then the current deal should be closed. It is Trend Bilio that is considered
Support and Resistance is a very important reference for trading.  This indicator provides customized support and resistance levels, automatic draw line and play music functions.  In addition to the custom RS, the default RS includes Pivot Point, Fibonacci, integer Price, MA, Bollinger Bands. Pivot Point is a resistance and support system. It has been widely used at froex,stocks, futures, treasury bonds and indexes. It is an effective support resistance analysis system. Fibonacci also known as t
Infinity Trend Pro
Yaroslav Varankin
1 (1)
This is a trend indicator without redrawing Developed instead of the binary options strategy (by the color of the Martingale candlestick) Also works well in forex trading When to open trades (binary options) A signal will appear in the place with a candle signaling the current candle It is recommended to open a deal for one candle of the current timeframe M1 and M5 When a blue dot appears, open a deal up When a red dot appears, open a trade down. How to open trades on Forex. When a signal is rec
Buyers of this product also purchase
Trend indicator AI
Ramil Minniakhmetov
5 (43)
Trend Ai indicator 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 Advantage
M1 Sniper
Oleg Rodin
5 (12)
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
Gann Made Easy
Oleg Rodin
4.82 (138)
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 MY TRADING TIPS PLUS A GREAT BONUS! Probably you already heard about the Gann trading methods before. Usually the Gann theory is a very complex thing not only
Dynamic Forex28 Navigator
Bernhard Schweigert
5 (6)
Specials Discount now. The Next Generation Forex Trading Tool. Dynamic Forex28 Navigator is the evolution of our long-time, popular indicators, combining the power of three into one: Advanced Currency Strength28 Indicator (695 reviews) + Advanced Currency IMPULSE with ALERT (520 reviews) + CS28 Combo Signals (recent Bonus) Details about the indicator  https://www.mql5.com/en/blogs/post/758844 What Does The Next-Generation Strength Indicator Offer? Everything you loved about the originals, now
Day Trader Master is a complete trading system for traders who prefer intraday trading. The system consists of two indicators. The main indicator is the one which is represented by arrows of two colors for BUY and SELL signals. This is the indicator which you actually pay for. I provide the second indicator to my clients absolutely for free. This second indicator is actually a good trend filter indicator which works with any time frame. THE INDICATORS DO NOT REPAINT AND DO NOT LAG! The system is
Enigmera
Ivan Stefanov
5 (8)
ENIGMERA: The core of the market The indicator’s code has been completely rewritten. Version 3.0 adds new functionalities and removes bugs that had accumulated since the indicator’s inception. Introduction This indicator and trading system is a remarkable approach to the financial markets . ENIGMERA uses the fractal cycles to accurately calculate support and resistance levels. It shows the authentic accumulation phase and gives direction and targets.  A system that works whether we are in a tre
Scalper Inside PRO
Alexey Minkov
4.7 (69)
An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and profitability. Scalper Inside
PZ Mean Reversion MT4
PZ TRADING SLU
3 (4)
Outperform traditional strategies: effective mean reversion for savvy traders Unique indicator that implements a professional and quantitative approach to mean reversion trading. It capitalizes on the fact that the price diverts and returns to the mean in a predictable and measurable fashion, which allows for clear entry and exit rules that vastly outperform non-quantitative trading strategies. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Clear trading signals Am
Trend Screener
STE S.S.COMPANY
4.79 (95)
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
Auto Optimized Bollinger Bands – Adaptive Volatility Tool for Real Markets Auto Optimized Bollinger Bands is an advanced MT4 indicator that improves the traditional Bollinger Bands by automatically selecting the best period and deviation values using historical trade simulation. Instead of fixed inputs, the indicator runs real-time optimization to find the most effective parameters based on actual market behavior. This allows the bands to adjust to changing volatility and price structure without
IQ Gold Gann Levels a non-repainting, precision tool designed exclusively for XAUUSD/Gold intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst, whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient mathematics which proved to be extremely accurate. Download
TREND HARMONY MT4 –  Multi Timeframe Trend and Phase and Pullback Level Visualizer indicator for Metatrader4 The TREND HARMONY indicator automates deep trend analysis and generates visualizations for you. Take control of your trades by eliminating uncertainty! Revolutionize your trading experience with precision and insight through the TREND HARMONY Multi Timeframe Trend Indicator – your ultimate MT4 trend visualization indicator. Are you tired of missing trading opportunities or consistently e
Hydra Trend Rider is a non-repainting, multi-timeframe trend indicator that delivers precise buy/sell signals and real-time alerts for high-probability trade setups. With its color-coded trend line, customizable dashboard, and mobile notifications, it's perfect for traders seeking clarity, confidence, and consistency in trend trading. Download the Metatrader 5 Version Read the User Manual here. HURRY!  Price  increasing soon! Read the product description carefully before purchasing the product. 
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 RSI Shift Zone Scanner identifies moments when market sentiment may change by linking RSI signals with price action. Whenever the RSI moves above or below preset levels (default 70 for overbought, 30 for oversold), the indicator draws a channel directly on the chart. These channels mark
TPSpro RFI Levels
Roman Podpora
4.85 (26)
Reversal zones - levels / Active zones of a major player INSTRUCTIONS RUS   /   INSTRUCTIONS   ENG   /   Version MT5 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 traders
Apollo Secret Trend is a professional trend indicator which can be used to find trends on any pair and time frame. The indicator can easily become your primary trading indicator which you can use to detect market trends no matter what pair or time frame you prefer to trade. By using a special parameter in the indicator you can adapt the signals to your personal trading style. The indicator provides all types of alerts including PUSH notifications. The signals of the indicator DO NOT REPAINT! In
Advanced Supply Demand
Bernhard Schweigert
4.91 (296)
CURRENTLY 26% 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 potentia
Easy Breakout
Mohamed Hassan
4.69 (13)
After your purchase, feel free to contact me for more details on how to receive a bonus indicator called VFI, which pairs perfectly with Easy Breakout for enhanced confluence!    Easy Breakout is a powerful price action trading system built on one of the most popular and widely trusted strategies among traders: the Breakout strategy ! This indicator delivers crystal-clear Buy and Sell signals based on breakouts from key support and resistance zones. Unlike typical breakout indicators, it levera
Currently 20% OFF ! Best Solution for any Newbie or Expert Trader! This dashboard software is working on 28 currency pairs plus one. It is based on 2 of our main indicators (Advanced Currency Strength 28 and Advanced Currency Impulse). It gives a great overview of the entire Forex market plus Gold or 1 indices. It shows Advanced Currency Strength values, currency speed of movement and signals for 28 Forex pairs in all (9) timeframes. Imagine how your trading will improve when you can watch the e
Apollo Trend Rider is an easy to use arrow indicator which provides BUY and SELL signals. The indicator does not repaint and thus gives you the opportunity to test the indicator and adapt it to any trading instrument and time frame you want to use in trading. The indicator provides all types of alerts including PUSH notifications. This indicator is based on the combination of several strategies which include trend, breakout and reversal type strategies. It is possible to use the indicator as a s
Core Principles Swing Angle Measurement   Swing angles are calculated by measuring the degree of price movement between swing highs and lows over time. Steeper angles (typically 45+ degrees) indicate stronger momentum and potentially more profitable trading opportunities. Traders use various timeframes to identify these patterns, from intraday charts to weekly swings. Momentum Confirmation   High degree swing angles often coincide with strong momentum indicators like RSI breakouts, volume spikes
Hello Guys, WinningSpell Indicator (No Repaint) shows Buyers and Sellers activity on any given chart and timeframe of any quote that is available in MT4 platform. It calculates those values by a sophisticated formulae that I have discovered a long time ago and improved over the years. It uses OHLCV values of every M1 bar to make the calculation for any timeframe by a formulae and represents those values via oscillator creating waves of spikes. It can be easily used as a system by its own, or be
Automated Trendlines
Georgios Kalomoiropoulos
5 (17)
Trendlines  are the most essential tool of technical analysis in forex trading.  Unfortunately, most  traders don’t draw them correctly. Automated Trendlines indicator is a professional tool for serious traders that help you visualize the trending movement of the markets . There are two types of Trendlines Bullish Trendlines and Bearish Trendlines. In the uptrend, Forex trend line is drawn through the lowest swing-points of the price move. Connecting at least two "lowest lows" will create a tr
PRO Renko System
Oleg Rodin
5 (27)
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
Volatility Trend System - a trading system that gives signals for entries. The volatility system gives linear and point signals in the direction of the trend, as well as signals to exit it, without redrawing and delays. The trend indicator monitors the direction of the medium-term trend, shows the direction and its change. The signal indicator is based on changes in volatility and shows market entries. The indicator is equipped with several types of alerts. Can be applied to various trading ins
Gold Pro Scalper
Aleksandr Makarov
4.8 (5)
Special offer! https://www.mql5.com/ru/users/bossik2810 Gold Pro Scalper Precise entry points for currencies, crypto, metals, stocks, indices! Indicator 100% does not repaint!!! If a signal appeared, it does not disappear! Unlike indicators with redrawing, which lead to loss of deposit, because they can show a signal, and then remove it. Trading with this indicator is very easy. Wait for a signal from the indicator and enter the deal, according to the arrow  (Blue arrow - Buy, Red - Sell).
Gartley Projection D
Oleksandr Medviediev
3.71 (7)
The indicator identifies the harmonic patterns (XABCD) according to developments of H.M.Gartley ( "Profits in the Stock Market" , 1935г). It projects D-point as a point in the perspective projection (specify ProjectionD_Mode = true in the settings). Does not redraw. When a bar of the working timeframe closes, if the identified pattern point has not moved during Patterns_Fractal_Bars bars, an arrow appears on the chart (in the direction of the expected price movement). From this moment on, the ar
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
Upper and Lower Reversal - Early forecasting system for reversal points. Allows you to find price reversal points on the boundaries of the upper and lower price movement channels. The indicator will never repaint or change the position of the signal arrows. Red arrows are a buy signal, Blue arrows are a sell signal. Adapts to any time frames and trading instruments The indicator does not repaint, it works only when the candle closes. There are several types of alerts for signals The indicator i
Gold Stuff
Vasiliy Strukov
4.85 (262)
Gold Stuff 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. At it indicator work full auto  Expert Advisor EA Gold Stuff. You can find it at my profile. 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
More from author
## RSI Divergence Printer Indicator This MetaTrader 4 (MT4) non repainting indicator automatically identifies and prints RSI divergences directly onto your price chart.  This indicator can be used at any timeframes and is suitable for scalping, daytrading and swingtrading.  In short, it looks for moments when the price is moving in one direction, but the underlying momentum is moving in the opposite direction, signaling a potential trend reversal. ## Explanation of the Indicator This tool, the
## RSI Divergence Printer Indicator MT5 This MetaTrader 5 (MT5) non repainting indicator automatically identifies and prints RSI divergences directly onto your price chart. This indicator can be used at any timeframes and is suitable for scalping, daytrading and swingtrading.  In short, it looks for moments when the price is moving in one direction, but the underlying momentum is moving in the opposite direction, signaling a potential trend reversal. ## Explanation of the Indicator This tool, t
Filter:
No reviews
Reply to review