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
The Super Arrow Indicator provides non-repainting buy and sell signals with exceptional accuracy. Key Features No repainting – confirmed signals remain fixed Clear visual arrows: green for buy, red for sell Real-time alerts via pop-up, sound, and optional email Clean chart view with no unnecessary clutter Works on all markets: Forex, gold, oil, indices, crypto Adjustable Parameters TimeFrame Default: "current time frame" Function: Sets the time frame for indicator calculation Options: Can be set
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
Money Flow Profile MT5 HERE   Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis This Master Edition is engineered for clarity and speed, featuring a unique Auto-Theme Sync system that instantly beautifies your chart layout upon loading. Key Features: True Money Flow Calculation: Goes beyond stand
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 Zig Zag MT4
Paulo Rocha
5 (1)
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 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
Overview Candle Timer Countdown Pro for MT4 is a candlestick close countdown indicator for MetaTrader 4. It displays the time remaining until the current candle closes directly on the chart, paired with a circular progress arc so traders can understand the candle's current stage at a glance. Unlike basic countdown indicators that refresh only when a new tick arrives, this indicator uses server-time anchoring with local-clock interpolation. The countdown stays stable even when ticks are sparse, r
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
The concepts within this indicator which give it a unique and sharp edge are based on FAIR VALUE GAPS ''THEORY'' designed and curated by Arjo which is one of the best mentors , and myself have added the development aspect to the concepts explained. The series of videos will include original youtube links for a complete comprehensive explanations, screenshots of the compiled mt4/5 system running. All published  systems will be available on MT4 & MT5 separately to accommodate all platforms and use
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
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
NexusSignal Scalping
Vincent Jose Proenca
TECHNICAL DESCRIPTION The Nexus Signal System is an MT4 indicator that combines 12 technical criteria to generate trading signals. The system analyzes the confluence of multiple factors (trend, momentum, volume, S/R zones) before validating a signal, which reduces the number of false signals compared to indicators using a single criterion. ANALYSIS CRITERIA (Scoring 0–15 points): Pattern detection (pin bars, engulfing) Multi-Timeframe Analysis (higher timeframe trend confirmation) ADX Market Reg
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
Delta Fusion Pro
Francesco Secchi
5 (2)
Delta Fusion Pro – Advanced Order Flow Analysis for Intraday Trading Delta Fusion Pro is a professional indicator for MetaTrader 4 that reveals aggressive order flow, showing the intensity and direction of institutional pressure in real time. Unlike traditional volume indicators, it analyzes the delta between Ask and Bid volumes to anticipate reversals, confirm trends, and identify professional interest zones. Key Features Intelligent Auto-Tuning System Automatically adjusts all parameters ba
MasterDot
Andrey Kozak
Master Dot for MetaTrader 4 Detect Volatility Exhaustion Before the Market Returns to Balance Master Dot is a professional non-repainting indicator designed to detect moments when price moves beyond its statistically expected volatility range. These situations often occur during sharp market impulses, liquidity grabs or temporary emotional moves, when price departs from its normal trading conditions. Instead of following trends, Master Dot highlights volatility exhaustion — moments where the mar
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
Apollo SR Master is a Support/Resistance indicator with special features which make trading with Support/Resistance zones easier and more reliable. The indicator calculates Support/Resistance zones in real-time without any time lag by detecting local price tops and bottoms. Then to confirm the newly formed SR area, the indicator shows special signal which signalizes that the SR zone can be taken into consideration and used as an actual SELL or BUY signal. In this case the strength of the SR zone
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
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
Neuro Poseidon MT4
Daria Rezueva
4.8 (45)
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 (6)
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
Zoryk Gold mt4
Reda El Koutbane
discount ends in 24 h original price 69 $ ZORYK — Advanced XAUUSD Signal System for MetaTrader 4 You know the feeling. You spend time analyzing gold. You wait for the entry. You finally open the trade, and price immediately moves against you. You close too early, move the Stop Loss, or hesitate for a few seconds. Then the market reaches the exact destination you originally expected without you. The direction was not always the problem. The real problem was uncertainty. You did not know exa
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
SR Liquidity is a trading indicator designed to reveal the hidden zones where market liquidity concentrates and price reacts most strongly. These special liquidity areas act as powerful support and resistance levels, giving you a clear map of where the market is most likely to reverse. Instead of drawing ordinary Support/Resistance lines, SR Liquidity analyzes real price behavior to detect the zones where buying and selling pressure accumulate. These are actually the pools of liquidity that driv
Scalper Inside PRO
Alexey Minkov
4.74 (68)
Scalper Inside PRO helps you read the intraday trend and plan your trade before you enter. It uses exclusive built-in algorithms to evaluate market direction and calculate key target levels the moment a signal appears, so you always see the potential entry, stop-loss and profit targets ahead of time. The indicator also shows detailed performance statistics on historical data, so you can see how different instruments and strategies behaved and choose what fits current market conditions. You can e
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
BTMM State Engine Pro is a MetaTrader 4 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
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
MTF Supply Demand Zones
Georgios Kalomoiropoulos
4.82 (22)
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" If you get the MTF Supply Demand Zones you can join the " Trade Like Me " Video Series. It contains 14 Live Sessions where  i am placing trades on Forex, Stocks, Indices and Metals. You will be able to see ho
Congestioni
Stefano Frisetti
5 (1)
This indicator is very usefull to TRADE Trading Ranges and helps identify the following TREND. Every Trader knows that any market stay 80% of the time in trading ranges and only 20% of the time in TREND; this indicator has been built to help traders trade trading ranges. Now instead of waiting for the next TREND, You can SWING TRADE on trading ranges with this simple yet very effective indicator. TRADING with CONGESTIONI INDICATOR: The CONGESTIONI Indicator identify a new trading range and ale
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
Currency Strength Exotics
Bernhard Schweigert
4.88 (33)
CURRENTLY 20% OFF ! Best Solution for any Newbie or Expert Trader! This Indicator is specialized to show currency strength for any symbols like Exotic Pairs Commodities, Indexes or Futures. Is first of its kind, any symbol can be added to the 9th line to show true currency strength of Gold, Silver, Oil, DAX, US30, MXN, TRY, CNH etc. This is a unique, high quality and affordable trading tool because we have incorporated a number of proprietary features and a new formula. Imagine how your trading
Gold Signal Swing Pro XAUUSD with Auto TP SL (MT4) — 7-Layer Filter + RR Guarantee System for XAUUSD Swing Trading No repaint. No redraw. No lag. All signals lock after confirmation. Bonus for buyers: Get AI Zone Radar ($59 value) + PDF manual free with purchase. Send me a message on MQL5 after buying. AI Zone Radar: https://www.mql5.com/en/market/product/175834 MT5 version also available: https://www.mql5.com/ja/market/product/177643?source=Site +Profile+Seller Used and trusted by gold traders
DayTrader PRO MT4
Davit Beridze
5 (1)
DayTrader PRO DayTrader PRO   is an advanced trading indicator that combines John Ehlers' Laguerre Filter with a powerful Auto-Optimization Engine. Instead of using fixed parameters, the indicator automatically searches for the best settings based on recent market conditions, helping you adapt to changing volatility without constant manual adjustments. The indicator generates clear   BUY   and   SELL   signals together with adaptive   Stop Loss   and   Take Profit   levels calculated from curre
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. Setup & Guide:  Download  MT5 Version here. To learn how to use the Indicator: Indicator Manual & Guide -   Read Here Exclusively for you: It's your chance to st
Finesia Sniper
Robby Suhendrawan
Finesia Scalper - High Probability & Non-Repainting System Discounted   Price   !!     Secure the Lowest Price Today. Next The price will increase to   250 USD . Are you looking for a powerful, high-probability trading indicator that removes the guesswork from your chart? Finesia Scalper is a professional-grade, 100% non-repainting trading tool designed to provide you with ultimate precision. Built on a proven algorithm, this indicator seamlessly combines three highly effective trading methodolo
Atomic Analyst
Issam Kassas
5 (11)
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
Documentation for connecting Metatrader 4 with Python with a simple drag and drop EA.   A full end-to-end solution ,fully tested ,fast and efficient! The Pytrader ecosystem consists of a python script and a MT4 EA. (  MT5  version ) Further for the licensing an indicator is used.  The communication between the python script and the EA is based on sockets. EA is the  Server   and the python script the  Client .  It is always query(function / python script) and output(data / server). The EA doe
Official BlueDigitsFx Ecosystem Access Get infrastructure updates, workflow resources, product releases, and ecosystem access through the official BlueDigitsFx ecosystem. Telegram Ecosystem Website MT5 Version BlueDigitsFx Easy 123 System — Powerful Reversal and Breakout Detection for MT4 All-In-One Non-Repaint System for Spotting Market Reversals and Breakouts – Built for traders who value structure, clarity, and confirmation-based trading workflows. The BlueDigitsFx Easy 123 System is a vis
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
Ace Supply Demand Zone Indicator The concept of supply demand relies on the quantity mismatching between buying and selling volumes in the financial market. Supply and demand zone can provide the good entry and exit. A zone is easier to trade than a line. The supply demand zone can provide the detailed trading plan and the risk management. Its ability to predict market direction is high. There are two distinctive points about Ace Supply Demand Zone Indicator. Ace Supply Demand Zone indicator was
Meravith
Ivan Stefanov
5 (3)
Market makers' tool. Meravith will: Analyze all timeframes and display the current trend in force. Highlight liquidity zones (volume equilibrium) where bullish and bearish volumes are equal. Display all liquidity levels across different timeframes directly on your chart. Generate and present text-based market analysis for your reference. Calculate targets, support levels, and stop-loss points based on the current trend. Compute the risk/reward ratio for your trades. Determine position size accor
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
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 Unlock the true power of  Smart Money Concepts (SMC)  and trade precisely like the institutions with the  Ultimate CRT Indicator . Built exclusively for serious traders, this indicator automates the highly effective  Candle Range Theory (CRT) , a core pillar of  ICT Concepts (Inner Circle Trader
TrendDecoder Premium
Christophe Pa Trouillas
5 (8)
Identify ranges  | Get earliest signals of Trends  | Get clear exits before reversal  | Spot the Fibo levels the price will test Non-repainting, non-delayed indicator - ideal for manual and automated trading - for all assets and all time units After purchase,   please contact me   for recommended and personalised settings Version   MT4  -  MT5   |  Check our   3 steps MetaMethod  to maximise your profits:   1. TrendDECODER  2. PowerZONES  3. BladeSCALPER   What is it about? TrendDECODER is a c
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
Stop Guessing. Start Trading with a Statistical Edge. Stock indices don't trade like forex. They have defined sessions, they gap overnight, and they follow predictable statistical patterns. This indicator gives you the probability data you need to trade indices like the DAX, S&P 500, and Dow Jones with confidence. What Makes This Different Most indicators show you what happened. This one shows you what's likely to happen next.  Every trading day, the indicator analyses your current setup against
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