Just Waves

4.33

Among various methods of technical analysis of the Forex market, wave analysis used to be the basic one. Anyway, when it comes to the price change over a period of time, we are dealing with waves. According to Elliott's theory, waves are formed in a fractal way. On the same principle MT4 indicator "Just Waves" marks up waves of different levels (up to 8) and creates graphic lines that indicate the beginning and ending points of the waves.

"Just Waves" offers an objective criterion of a wave, thereby uncovering tremendous opportunities not only for traders but also for programmers, developers of trading systems and analyzers. It was created in order to help people get rid of routine actions the robot is able to do as much as possible, and focus attention on the decision-making process.

Settings

  • Level - number of wave levels (0-7)
  • WaveName - the major name of a single wave (default "Wave")
  • VLine - if true, the indicator starts working from the bar, which has a vertical line
  • VLineName - name of the vertical line (default "1")
  • SelectableWaves - opportunity to remove the selection by clicking waves and to hide them from the list of objects. 
  • WavesOnBackground -  opportunity to draw waves in the background.
  • Mode: - 0: waves are drawn based on a fixed timeframe 
               - 1: waves are drawn based on the current timeframe
  • You can also set the color and width of the wave lines.


Code example for waves counting:

#property version   "1.00"
extern int Level=7;         // how much levels do you want
extern string Name2="Wave"; // major name of drawing wave lines
extern bool VLine=false;    // Vline
extern string Name1="1";    // Name
extern string ind_name="Market\just-waves";  // Just Waves's indicator name in "MQL4/Indicators" folder
int i6[];                   // Total waves amount
// Compile it into /mql4/Experts folder
// Current Expert Adviser works only with "Just Waves" Indicator
// The script helps to get total waves amount and stores it into i6[]
// in order later to get easily access to Vertical lines and get data from it
// such as Date1,Price1,Date2,Price2, which means the Start and the End of
// a single wave
// Sometimes, on the history only, "Just Waves 1.00" is missing to create one
// wave of the least wave level in the chain of waves
// In order to avoid this non-critical bug there is i4 integer
// checks if there is one more wave after missing one and if true
// continues counting waves

int OnInit()
  {
//---
   ArrayResize(i6,Level+1); // prepare i6 for work 
//---
   return(INIT_SUCCEEDED);
  }
//+------------------------------------------------------------------+
//| Expert tick function                                             |
//+------------------------------------------------------------------+
void OnTick()
  {
   string coment;
   iCustom(NULL,0,ind_name,Level,Name2,VLine,Name1,0,0);
   for(int y=Level;y>=0;y--) // circle for levels
     {
      int i2=0,i3=0,i4=0;
      for(int i=0;;i++) // circle for waves of each level
        {
         int i5=i+1;                        // i5 is number of the next wave after i
         i2=ObjectFind(0,y+Name2+i);      // returns >=0 if y+wave+i exists
         i4=ObjectFind(0,y+Name2+i5);     // returns >=0 if y+wave+i+1 exists
         if(i2<0 && i4<0) // stop if there are no waves anymore
           {
            i3--;
            break;
           }
         i3++;                             // i3 counts total amount of waves for the level
        }
      i6[y]=i3;                            // when counted global int i6[] stores it
      coment=coment+"Lvl_"+y+" - "+i6[y]+"\n";
      Comment(coment);
     }
  }
//+------------------------------------------------------------------+
Reviews 5
jmhuang
3144
jmhuang 2020.05.24 18:16 
 

very good indicator - a good supplement to Semaphore indicator and maybe better than ZigZag!

RUS2668 Иванов
634
RUS2668 Иванов 2018.08.21 07:38 
 

Отлично !

Recommended products
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
The indicator detects and displays 3 Drives harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is com
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
VR Cub
Vladimir Pastushak
VR Cub is an indicator for getting high-quality entry points. The indicator was developed to facilitate mathematical calculations and simplify the search for entry points into a position. The trading strategy for which the indicator was written has been proving its effectiveness for many years. The simplicity of the trading strategy is its great advantage, which allows even novice traders to successfully trade with it. VR Cub calculates position opening points and Take Profit and Stop Loss targe
Rainbow Price Visualizer v1.21 See where the market really breathes. Turns your MT4 chart into an ultra-precise heatmap that highlights price zones favored by big players. Why it matters 300 price levels at 0.2‑pip resolution — microscopic detail. 8 visual themes (Rainbow, Fire, Ocean…) for instant readibility. Smart opacity: low noise fades, real zones pop. Lightweight rendering with automatic cleanup. Fully customizable: saturation, opacity, resolution, history depth. Bands project into the f
Price Magnet — Price Density and Attraction Levels Indicator Price Magnet is a professional analytical tool designed to identify key support and resistance levels based on statistical Price Density. The indicator analyzes a specified historical period and detects price levels where the market spent the most time. These zones act as “magnets,” attracting price action or forming a structural base for potential reversals. Unlike traditional Volume Profile tools, Price Magnet focuses on price-time d
Crypto_Forex   Indicator HTF Ichimoku for MT4. Ichimoku indicator is   one of the most powerful trend indicators . H TF means -   H igher TimeFrame. This indicator is excellent for Trend Traders as well as combination with Price Action entries. HTF Ichimoku  Indicator allows you to attach Ichimoku from higher timeframe to your current chart. Up trend   - red line above blue one (and both lines are above cloud) /  Down trend   - red line below blue one  (and both lines are below cloud). Open BUY
The indicator detects and displays Shark harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is comple
Trend Ray
Andriy Sydoruk
The indicator shows the potential trend direction by cyclical-wave dependence. Thus, all the rays of the intersection will be optimal rays, in the direction of which the price is expected to move, taking into account the indicator period. Rays can be used as a direction for potential market movement. But we must not forget that the approach must be comprehensive, the indicator signals require additional information to enter the market.
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
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
Trend Scanner
Vladimir Kalendzhyan
4.33 (6)
By purchasing this indicator, you have the right to receive a free copy of one of   my other indicator's or advisor’s!  (All future updates are included. No limits) . To get it , please contact me by  mql5 message ! The Trend Scanner trend line indicator displays the trend direction and its changes. The indicator works on all currency pairs and  timeframes. The indicator simultaneously displays multiple readings on the price chart: the support and resistance lines of the currency pair, the exist
Trendiness Index
Libertas LLC
5 (3)
"The trend is your friend" is one of the best known sayings in investing, because capturing large trendy price movements can be extremely profitable. However, trading with the trend is often easier said than done, because many indicators are based on price reversals not trends. These aren't very effective at identifying trendy periods, or predicting whether trends will continue. We developed the Trendiness Index to help address this problem by indicating the strength and direction of price trend
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
Trend Oscillator - is an advanced custom  Crypto_Forex indicator, efficient trading tool! Advanced new calculation method is used - 20 options for parameter "Price for calculation". Smoothest oscillator ever developed. Green color for upward trends,  Red color for downward trends. Oversold values: below 5, O verbought values: over 95. There are plenty of opportunities to upgrade even standard strategies with this indicator. With PC and Mobile alerts. Click here to see high quality Trading Robot
Double HMA lines MTF
Pavel Zamoshnikov
5 (1)
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
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
The   Trendlines Oscillator   helps traders identify trends and momentum based on the normalized distances between the current price and the most recently detected bullish and bearish trend lines. The indicator features bullish and bearish momentum, a signal line with crossings, and multiple smoothing options. USAGE The   Trendlines Oscillator   works by systematically: Identifying pivot highs and lows. Connecting pivots to form bullish (support) and bearish (resistance) trendlines. Measuring
The indicator displays the data of the Stochastic oscillator from a higher timeframe on the chart. The main and signal lines are displayed in a separate window. The stepped response is not smoothed. The indicator is useful for practicing "manual" forex trading strategies, which use the data from several screens with different timeframes of a single symbol. The indicator uses the settings that are identical to the standard ones, and a drop-down list for selecting the timeframe. Indicator Paramet
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
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
New, more accurate version of the Xmaster indicator. More than 200 traders from around the world have conducted more than 15,000 tests of different combinations of this indicator on their PCs in order to get the most effective and accurate formula. And here we present to you the "Xmaster formula indicator forex no repaint" indicator, which shows accurate signals and does not repaint. This indicator also sends signals to the trader by email and push. With the arrival of each new tick, it constan
This is a new strategy for SUPPLY DEMAND areas It is based on a calculation using the tick volume to detect the big price action in market for both bear /bull actions this smart volume action candles are used to determine the supply and demand areas prices in between main supply and demand lines indicate sideway market  up arrows will be shown when prices moves above the main supply and the secondary supply lines Down arrows will be shown when prices moves below the main demand and the secondary
SuperTrend V
Muhammad Hassaan
*This is TradingView indicator converted to mql4* The SuperTrend V indicator is a popular technical analysis tool used to identify trends and potential trend reversals in financial markets. It is based on the concept of the SuperTrend indicator but incorporates additional features and variations. The SuperTrend V indicator uses a combination of price action and volatility to determine the trend direction and generate trading signals. Here are the key components and features of the indicator: Ca
[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
"Adjustable Fractals Pro" - is an advanced version of fractal indicator, very useful trading tool! As we know   Standard fractals mt4 indicator does not have settings at all   - this is very inconvenient for traders. Adjustable Fractals Pro has resolved that issue - it has all necessary settings: Adjustable period   of indicator (recommended values - above 7). Adjustable distance   from Highs/Lows of price. Adjustable design  o f fractal arrows. It has Info Spread Swap Display - it shows curren
Wave Wolf MT4
Andrei Salanevich
The Wave Wold MT4 Forex indicator is designed to search for Wolf waves and display them in the current window of the trading terminal. An excellent indicator for traders who use Wolf waves in trading. Its application in trading strategies will significantly increase their efficiency and profitability. INFORMATION ABOUT THE INDICATOR Unlike other Wolf wave indicators, the Wave Wold MT4 forex indicator has a number of features that significantly increase its effectiveness: The first is the Ope
Laser Trend
Nicolas Zouein
The trend is your friend! This is what this indicator is all about. Follow this famous saying and be safe. Characteristics: Buy/Sell signals fixed on the close of a bar. Works on all symbols and all timeframes. Clear visual market trend laser line, Buy/Sell signal arrows, market strength meter, TP1 & TP2 boxes. Visual signals when to enter, when to exit the market. No repainting. Compatible with Flexible EA for trading automation. (Ask for a free set file optimized to perform 2010-2018) Parame
RenkoMaStoch
Sergey Deev
1 (1)
The indicator displays renko bars on a chart, uses them to plot the fast and slow moving average and Stochastic, as well as it provides buy/sell signals: a buy signal is generated when the fast moving is above the slow one, and the signal line of Stochastic crosses the lower level from bottom up; a sell signal is generated when the fast moving is below the slow one, and the signal line of Stochastic crosses the upper level from top to bottom; Renko is a non-trivial price display method. Instead
Line Magnit
Aleksey Trenin
The LineMagnit Indicator for MT4 is a highly precise tool that builds support and resistance levels which magnetically attract prices. This feature allows traders to easily determine the most probable entry and exit points in the market, as well as identify the market's directional forces, as levels are based on capital inflows into the instrument. Equipped with an intuitively understandable graphical interface, the LineMagnit Indicator enables users to quickly locate and analyze support and res
Buyers of this product also purchase
Gann Made Easy
Oleg Rodin
4.83 (157)
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
M1 Sniper
Oleg Rodin
5 (19)
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
Scalper Inside PRO
Alexey Minkov
4.74 (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
Trading Special – 40% 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
Atomic Analyst
Issam Kassas
5 (3)
First of all Its worth emphasizing here that this Trading Indicator is   Non-Repainting , Non Redrawing and Non Lagging Indicator   Indicator, Which makes it ideal from both manual and robot trading.  User manual: settings, inputs and strategy . The Atomic Analyst  is a PA Price Action Indicator that uses Strength and Momentum of the price to find a better edge in the market. Equipped with Advanced filters which help remove noises and false signals, and Increase Trading Potential. Using Multiple
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
Dynamic Forex28 Navigator
Bernhard Schweigert
4.43 (7)
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
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
FX Power MT4 NG
Daniel Stein
4.95 (21)
FX Power: Analyze Currency Strength for Smarter Trading Decisions Overview FX Power is your go-to tool for understanding the real strength of currencies and Gold in any market condition. By identifying strong currencies to buy and weak ones to sell, FX Power simplifies trading decisions and uncovers high-probability opportunities. Whether you’re looking to follow trends or anticipate reversals using extreme delta values, this tool adapts seamlessly to your trading style. Don’t just trade—trade
The Nihilist 5.0 Indicator includes Forexalien and Nihilist Easy Trend trading strategies and systems. It is composed of an MTF Dashboard where you can analyze the different input possibilities of each strategy at a glance. It has an alert system with different types of configurable filters. You can also configure which TF you want to be notified on your Metatrader 4 platform and Mobile application The indicator has the option to view how could be a TP and SL by using ATR or fixed points, even w
CRT Multi-Timeframe Market Structure & Liquidity Sweep Indicator Non-Repainting | Multi-Asset | MT5 Version Available MT5 Version:   https://www.mql5.com/en/market/product/162075 Full User Guide — explains what each feature does and why:   https://www.mql5.com/en/blogs/post/767525 Quick Start User Guide  — explains how to configure and in what order:  https://www.mql5.com/en/blogs/post/767540 Indicator Overview CRT Ghost Candle HTF Fractal is a complete institutional-grade market structure too
GOLD Impulse with Alert
Bernhard Schweigert
4.64 (11)
This indicator is a super combination of our 2 products  Advanced Currency IMPULSE with ALERT  and  Currency Strength Exotics . It works for all time frames and shows graphically impulse of strength or weakness for the 8 main currencies plus one Symbol! This Indicator is specialized to show currency strength acceleration for any symbols like Gold, 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 accelerat
Trend Screener
STE S.S.COMPANY
4.79 (95)
Trend Screener Indicator --Professional Trend Trading & Market Scanning System for MetaTrader Unlock the true power of trend trading with Trend Screener Indicator — a complete multi-currency, multi-timeframe trend analysis solution   powered by Fuzzy Logic,Trend Pulse Technology  and advanced market structure algorithms.   Trend Screener transforms your MetaTrader platform into a professional-grade Trend Analyzer and Market Scanner, helping you identify high-probability trend opportunities, ear
Scalper Vault
Oleg Rodin
5 (36)
Scalper Vault is a professional scalping system which provides you with everything you need for successful scalping. This indicator is a complete trading system which can be used by forex and binary options traders. The recommended time frame is M5. The system provides you with accurate arrow signals in the direction of the trend. It also provides you with top and bottom signals and Gann market levels. The indicator provides all types of alerts including PUSH notifications. PLEASE CONTACT ME AFT
El indicador "MR BEAST ALERTAS DE LIQUIDEZ" es una herramienta avanzada diseñada para proporcionar señales y alertas sobre la liquidez del mercado basándose en una serie de indicadores técnicos y análisis de tendencias. Ideal para traders que buscan oportunidades de trading en función de la dinámica de precios y los niveles de volatilidad, este indicador ofrece una visualización clara y detallada en la ventana del gráfico de MetaTrader. Características Principales: Canal ATR Adaptativo: Calcula
PRO Renko System
Oleg Rodin
5 (30)
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
GEM Signal Pro - Professional Trading Indicator Precision Entries. Zero Repaint. One Decision at a Time. GEM Signal Pro is a professional trend following indicator built for MetaTrader 4 and MetaTrader 5. It is designed for traders who want clean and actionable signals without the noise, lag, and false promises found in many retail indicators. Every signal is processed through a proprietary multi layer confirmation engine to help you focus on high quality trading opportunities. What Makes GEM S
Gold Scalper Super
Aleksandr Makarov
5 (2)
Gold Scalper Super is an easy-to-use trading system. The indicator can be used as a standalone scalping system on the M1 time frame, as well as part of your existing trading system. Bonus: when purchasing an indicator, Trend Arrow Super is provided free of charge, write to us after purchase. The indicator 100% does not repaint!!! If a signal appears, it does not disappear! Unlike indicators with redrawing, which lead to the loss of a deposit, because they can show a signal and then remove it.
MetaBands M4
Vahidreza Heidar Gholami
3.5 (6)
MetaBands uses powerful and unique algorithms to draw channels and detect trends so that it can provide traders with potential points for entering and exiting trades. It’s a channel indicator plus a powerful trend indicator. It includes different types of channels which can be merged to create new channels simply by using the input parameters. MetaBands uses all types of alerts to notify users about market events. Features Supports most of the channel algorithms Powerful trend detection algorith
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
TPSproTREND PrO
Roman Podpora
4.67 (27)
TPSproTrend PRO   - this is a trend indicator that automatically analyzes the market and provides information about the trend and its changes, as well as displays entry points for trades   without redrawing! ИНСТРУКЦИЯ RUS   -   INSTRUCTIONS  ENG       -     VERSION MT5 Main functions: Accurate entry signals WITHOUT REPAINTING! Once a signal appears, it remains valid! This is a significant distinction from repainting indicators that might provide a signal and then alter it, potentially leading
TPA True Price Action indicator reveals the true price action of the market makers through 100% non-repainting signals (except early signals mode) strictly at the close of a candle! TPA shows entries and re-entries, every time the bulls are definitely stronger than the bears and vice versa. Not to confuse with red/green candles. The shift of power gets confirmed at the earliest stage and is ONE exit strategy of several. There are available now two free parts of the TPA User Guide for our custom
Advanced Supply Demand
Bernhard Schweigert
4.91 (299)
Trading Special – 40% 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
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 The Fibonacci Confluence Toolkit Multi-Timeframe is an advanced technical analysis tool designed for professional traders, helping to identify potential price reversal zones by combining key market signals and patterns. With multi-timeframe display capabilities through the Timeframe Sele
Adaptive Volatility Range [AVR] is a powerful tool for identifying key trend reversal points. AVR accurately reflects the Average True Range (ATR) of volatility, taking into account the Volume-Weighted Average Price (VWAP). The indicator adapts to any market volatility by calculating the average volatility over a specific period, ensuring a stable rate of profitable trades. You receive not just an indicator but a professional automated trading system , AVR-EA . Advantages: Automated Trading Sys
Early reversals made easy A personal implementation of Order Blocks, a simple yet effective position trading strategy. The trader should enter the market or look for trades in the direction of the last order block, if the price range has not been breached in the opposite direction of the breakout. Open blocks are not drawn for clarity. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] A bullish open block is the first bullish bar after a fresh market low A bearish ope
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 Buster M1 System is an easy to use tool for the XAUUSD pair. But, despite the fact that the system was originally developed exclusively for trading gold, the system can also be used with some other currency pairs like GBPUSD, USDJPY and some others. After the purchase, I will give you a list of trading pairs that can be used with the system in addition to XAUUSD, which will expand your possibilities for using this system. Moreover the system can be used with various time frames. ALL INDICAT
Matrix Arrow Indicator MT4
Juvenille Emperor Limited
5 (3)
Matrix Arrow Indicator MT4  is a unique 10 in 1 trend following 100% non-repainting  multi-timeframe indicator that can be used on all symbols/instruments: forex, commodities, cryptocurrencies, indices, stocks.  Matrix Arrow Indicator MT4 will determine the current trend at its early stages, gathering information and data from up to 10 standard indicators, which are: Average Directional Movement Index (ADX) Commodity Channel Index (CCI) Classic Heiken Ashi candles Moving Average Moving Avera
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
More from author
Just Waves MT5
Dmitriy Medvedev
Among various methods of technical analysis of the Forex market, wave analysis is a fundamental one. Anyway, when it comes to the price change over a period of time, we are dealing with waves. According to Elliott's theory, waves are formed in a fractal way. On the same principle MT5 indicator Just Waves marks up waves of different levels (up to 8) and creates graphic lines indicating the beginning and ending points of the waves. Just Waves offers an objective criterion of a wave, thereby uncove
Filter:
Fxpro Trader Technical
1141
Fxpro Trader Technical 2021.05.14 05:58 
 

The indicator is not bad, however everytime when you drag a new chart, it does not show anything , you need to delete the indicator and attach again.. coder must improve the coding to make it run more smooth. Hope to see an update in the near future. Thank you

jmhuang
3144
jmhuang 2020.05.24 18:16 
 

very good indicator - a good supplement to Semaphore indicator and maybe better than ZigZag!

lp2011ab
33
lp2011ab 2019.05.09 17:27 
 

Оплатила аренду на год индикатор проработал два месяца и больше не работает как быть?

yarik2233
20
yarik2233 2019.04.09 19:06 
 

User didn't leave any comment to the rating

RUS2668 Иванов
634
RUS2668 Иванов 2018.08.21 07:38 
 

Отлично !

Reply to review