• Overview
  • Reviews (5)
  • Comments (6)
  • What's new

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
3147
jmhuang 2020.05.24 18:16 
 

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

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

Отлично !

Recommended products
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
Owl smart levels
Sergey Ermolov
4.34 (35)
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
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
"Adjustable Fractals" - 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 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   af fractal arrows // More great Expert Advisors and Indicators are available he
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 consis
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
Forex Indicator "Support Resistance Levels" for MT4 Indicator " Support Resistance Levels" is very useful auxiliary indicator for trading 'Support' and 'Resistance' are important zones on chart respected by price Support level is where the price regularly stops falling and bounces back up Resistance level is where the price normally stops rising and dips back down I ndicator " Support Resistance Levels" shows the recent levels: Resistance  levels - red lines.  S upport  levels - blue lines
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 Parame
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
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
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:
Forex Indicator HTF Ichimoku for MT4 Ichimoku indicator is   one of the most powerful trend indicators .  H TF means -   H igher Time Frame 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 time frame 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 orders
[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, in
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) Para
Master Scalping M1 is an innovative indicator that uses an algorithm to quickly and accurately determine the trend.The indicator calculates the time of opening and closing positions, the indicator's algorithms allow you to find the ideal moments to enter a deal (buy or sell an asset), which increase the success of transactions for most traders. Benefits of the indicator: Easy to assemble, does not overload the chart with unnecessary information. Can be used as a filter for any strategy. Works on
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
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
Fractal Zig Zag
Mikhail Nazarenko
A   professional version of the ZigZag indicator for visualizing the structure of price movements by fractals. Fractal ZigZag fixes the flaws of the standard version of the ZigZag indicator MT4. It uses Price action and a unique filtering algorithm to determine fractals. Suitable for all types of trading. Ideal for trading according to the WM pattern "Sniper" strategy !!! Features Marks the place of price reversal during the formation of a new fractal with specified parameters. Suitable for
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
Mirror
Stanislav Korotky
This indicator predicts rate changes based on the chart display principle. It uses the idea that the price fluctuations consist of "action" and "reaction" phases, and the "reaction" is comparable and similar to the "action", so mirroring can be used to predict it. The indicator has three parameters: predict - the number of bars for prediction (24 by default); depth - the number of past bars that will be used as mirror points; for all depth mirroring points an MA is calculated and drawn on the ch
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 p
Opening positions in the direction of the trend is one of the most common trading tactics. This indicator determines the direction of the local movement and colors the candles on the chart in the appropriate color. Allows you to enter the transaction at the very beginning of the movement Thanks to the flexible settings you can use on any currency pairs, metals and cryptocurrency Can be used when working with binary options Distinctive features Does not redraw. Additional parameters for
Buyers of this product also purchase
Gann Made Easy
Oleg Rodin
4.85 (82)
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 mr. 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 heard already many times about Gann trading methods. Usually Gann's theory is very complex thing not only
TPSpro RFI Levels
Roman Podpora
4.82 (22)
INSTRUCTIONS    RUS    -    ENG            R ecommended to use with an indicator   -   TPSpro  TREND PRO - More information about the indicator and its operation in our Telegram group - @SCHOOL_of_TPSPRO. -  Version MT5 A key element in trading is zones or levels from which decisions to buy or sell a trading instrument are made. Despite attempts by major players to conceal their presence in the market, they inevitably leave traces. Our task was to learn how to identify these traces and interpret
Trend Punch
Mohamed Hassan
4.95 (19)
This indicator is unstoppable when combined with our other indicator called  Support & Resistance . After purchase, send us a message and you will get it   for  FREE as a BONUS! Introducing Trend Punch , the revolutionary forex trend indicator that will transform the way you trade! Trend Punch is uniquely designed to provide precise buy and sell arrows during strong market trends, making your trading decisions clearer and more confident. Whether you're trading major currency pairs or exotic sym
Gold Stuff
Vasiliy Strukov
4.89 (239)
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   SETTINGS Draw Arrow - on off. dra
TPSproTREND PrO
Roman Podpora
4.79 (19)
TPSpro TRENDPRO  - is a trend indicator that automatically analyzes the market and provides information about the trend and each of its changes, as well as giving signals for entering trades without redrawing! The indicator uses each candle, analyzing them separately. referring to different impulses - up or down impulse. Exact entry points into transactions for currencies, crypto, metals, stocks, indices!  Version MT5             DETAILED DESCRIPTION              R ecommended to use with an indi
Atomic Analyst
Issam Kassas
5 (2)
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 Multipl
- Real price is 80$ - 40% Discount ( It is 49$ now ) Contact me for instruction, add group and any questions! Related Product:  Bitcoin Expert Introduction The breakout and retest strategy is traded support and resistance levels. it involves price breaking through a previous level.  The break and retest strategy is designed to help traders do two main things, the first is to avoid false breakouts. Many false breakouts start with a candlestick that breaks out of a level but ends with an immediat
MetaBands M4
Vahidreza Heidar Gholami
5 (2)
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
Dynamic Forex28 Navigator - The Next Generation Forex Trading Tool CURRENTLY 49% OFF. 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
Scalper Inside PRO
Alexey Minkov
4.73 (56)
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
Enigmera
Ivan Stefanov
5 (3)
ENIGMERA: The core of the market (If the demo of mql5.com doesn't working and you want to try Enigmera please message me.) 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 trend or a correction.   How does it operate? ENIGMERA comprises of fol
Trend Screener
STE S.S.COMPANY
4.8 (87)
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 : Sup
TrendMaestro
Stefano Frisetti
5 (3)
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.4 TRENDMAESTRO recognizes a new TREND in the bud, 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 and momentum to identify the moment in which there is an explosion of one or more of these data a
FX Power MT4 NG
Daniel Stein
5 (12)
Trading GOLD, and currencies, with the dog walk strategy  - super smart Trading GOLD, and currencies, with the breakout strategy  - super easy Visit our all-new   Stein Investments Welcome Page   to get the latest information, updates and trading strategies. FX Power MT4 NG  is the next generation of our long-time very popular currency strength meter, FX Power.  And what does this next-generation strength meter offer? Everything you have loved about the original FX Power  PLUS GOLD/XAU stre
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
FX Volume
Daniel Stein
4.58 (33)
Visit our all-new   Stein Investments Welcome Page   to get the latest information, updates and trading strategies. FX Volume is the FIRST and ONLY volume indicator that provides a REAL insight into the market sentiment from a broker's point of view. It provides awesome insights into how institutional market participants, like brokers, are positioned in the Forex market, much faster than COT reports. Seeing this information directly on your chart is the real game-changer and breakthrough solut
Bomb Bank Signal
Igor Pereira Calil
5 (1)
Bomb Bank Signal: Your Trusted Indicator for MetaTrader 4 The Bomb Bank Signal is a powerful indicator for MetaTrader 4, designed to identify the most relevant trends in the financial market. If you are looking for a tool that accurately anticipates movements, Bomb Bank is the ally you need. How it Works: This indicator combines three distinct methods – volume analysis, candle closes and symmetrical trend – to detect and signal buying and selling opportunities. Bomb Bank is like a "bomb"
Stratos Pali Indicator   is a revolutionary tool designed to enhance your trading strategy by accurately identifying market trends. This sophisticated indicator uses a unique algorithm to generate a complete histogram, which records when the trend is Long or Short. When a trend reversal occurs, an arrow appears, indicating the new direction of the trend. Important Information Revealed Leave a review and contact me via mql5 message to receive My Top 5 set files for Stratos Pali at no cost! D
The Chart Patterns All-in-One indicator helps traders visualize various chart patterns commonly used in technical analysis. It supports identifying potential market behaviors, but profitability is not guaranteed. Testing in demo mode is recommended before purchasing. Current Offer : 50% discount on the "Chart Patterns All in One" indicator. Included Patterns : Pattern 1-2-3 : Detects market reversals using three key points (highs or lows). Buy : Two consecutive lows followed by a lower high. Se
TakePropips Donchian Trend Pro
Eric John Pajarillaga Aldana
4.44 (16)
TakePropips Donchian Trend Pro  (MT4) is a powerful and effective tool that automatically detects the direction of the trend using the Donchian Channel and provides you with an entry and exit trading signals! This multi-function indicator includes a trend scanner, trading signals, statistical panel, screener, trading sessions, and alerts history dashboard. It is designed to provide you with trading signals and save you hours analyzing the charts! You can download the user manual and installation
Supply and Demand Dashboard PRO
Bernhard Schweigert
4.8 (20)
Currently 20% OFF ! This dashboard is a very powerful piece of software working on multiple symbols and up to 9 timeframes. It is based on our main indicator (Best reviews:   Advanced Supply Demand ). The dashboard gives a great overview. It shows: Filtered Supply and Demand values including zone strength rating, Pips distances to/and within zones, It highlights nested zones, It gives 4 kind of alerts for the chosen symbols in all (9) time-frames. It is highly configurable for your personal
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 only ONE chart you can read Currency Strength for 28 Forex pairs! Imagine how your trading will improve because you are able to pinpoint the exact trigger point of a new trend or scalping opportunity? User manual: click here That's the first one, the original! Don't buy a worthle
First of all Its worth emphasizing here that this Trading Tool is Non-Repainting Non-Redrawing and Non-Lagging Indicator Which makes it ideal for professional trading . Online course, user manual and demo. The Smart Price Action Concepts Indicator is a very powerful tool for both new and experienced traders . It packs more than 20 useful indicators into one combining advanced trading ideas like Inner Circle Trader Analysis and Smart Money Concepts Trading Strategies . This indicator focuses on
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
Market Reversal Alerts
LEE SAMSON
4.19 (113)
Profit from market structure changes as price reverses and pulls back. The market structure reversal alert indicator identifies when a trend or price move is approaching exhaustion and ready to reverse. It alerts you to changes in market structure which typically occur when a reversal or major pullback are about to happen. The indicator identifies breakouts and price momentum initially, every time a new high or low is formed near a possible exhaustion point. The indicator draws in a rectangle on
IX Power MT4
Daniel Stein
5 (5)
IX Power finally brings the unbeatable precision of FX Power to all your trading symbols. It accurately determines the intensity of short, medium and long-term trends in your favourite indices, stocks, commodities, ETFs, and even cryptocurrencies. You can analyse everything your terminal has to offer. Try it out and experience how your timing improves significantly when trading. Read about our latest strategic development -  Easy scalping with IX Power Visit our all-new   Stein Investments
CURRENTLY 31% 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 secret formula. With only ONE chart it gives Alerts for all 28 currency pairs. Imagine how your trading will improve because you are able to pinpoint the exact trigger point of a new trend or scalping opportunity! Built on new underlying algorithms it makes it even easier to identify and confir
Trend Cutter
Oleg Rodin
5 (2)
Trend Cutter   is a trend indicator which can be used with any time frame including the lower time frames like M1 and M5. The indicator is ideal for traders who prefer intraday trading and will be helpful to those who prefer long-term trading as well. You can use this indicator as a basis for your trading system or as a standalone trading solution. The indicator provides non-repaint signals on the close of the current candle. When the signal candle is closed, the signal will stay fixed on chart.
This dashboard is an alert tool for use with the market structure reversal indicator. It's primary purpose is to alert you to reversal opportunities on specific time frames and also to the re-tests of the alerts (confirmation) as the indicator does. The dashboard is designed to sit on a chart on it's own and work in the background to send you alerts on your chosen pairs and timeframes. It was developed after many people requested a dash to monitor multiple pairs and time frames at once rather th
Trend Pulse
Mohamed Hassan
5 (4)
Please contact me after purchase to immediately get your PDF strategy + documentation for Trend Pulse !  Introducing Trend Pulse , a unique and robust indicator capable of detecting bullish, bearish, and even ranging trends! Trend Pulse uses a special algorithm to filter out market noise with real precision. If the current symbol is moving sideways, Trend Pulse will send you a ranging signal, letting you know that it's not a good time to enter a trade. This excellent system makes Trend Pulse
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
1091
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
3147
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 Иванов
624
RUS2668 Иванов 2018.08.21 07:38 
 

Отлично !

Reply to review
Version 1.3 2018.11.16
- multiple waves over each other bug fixed
- consequently wave building accuracy improved
Version 1.2 2015.05.05
Added ability to change the operation mode (Mode):
- 0: waves are drawn based on a fixed timeframe
- 1: waves are drawn based on the current timeframe
Version 1.1 2015.03.24
- 20 times faster initialization
- switching between timeframes/accounts implemented
- one tick drawing lag fixed
- new settings added:
1. SelectableWaves - opportunity to remove the selection by clicking waves and to hide them from the list of objects.
2. WavesOnBackground - opportunity to draw waves in the background