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 Иванов
654
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 (2)
This is a multi-timeframe version of the popular Hull Moving Average (HMA). The Double HMA MTF Light indicator combines two timeframes on a single chart. The HMA of the higher timeframe defines the trend, and the HMA of the current timeframe defines short-term price movements. The indicator is freely distributed and hasn't audio signals or messages. Its main function is the visualization of price movements. If you need advanced functionality of the HMA multi-timeframe indicator (information ab
FREE
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
[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
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
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
Neuro Poseidon MT4
Daria Rezueva
4.95 (21)
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
Scalper Inside PRO
Alexey Minkov
4.74 (68)
Scalper Inside PRO Scalper Inside PRO is an intraday trend and scalping indicator for MetaTrader 4 that uses an exclusive algorithm to quickly detect market direction and key target levels. It automatically calculates entry, exit and multiple profit targets, and shows detailed performance statistics so you can see how different instruments and strategies performed. This helps you choose the most suitable trading instruments for the current market conditions. Additionally, you can easily integrat
M1 Sniper
Oleg Rodin
5 (23)
M1 SNIPER is an easy to use trading indicator system. It is an arrow indicator which is designed for M1 time frame. The indicator can be used as a standalone system for scalping on M1 time frame and it can be used as a part of your existing trading system. Though this trading system was designed specifically for trading on M1, it still can be used with other time frames too. Originally I designed this method for trading XAUUSD and BTCUSD. But I find this method helpful in trading other markets a
Gann Made Easy
Oleg Rodin
4.84 (164)
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
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
Trend Catcher ind
Ramil Minniakhmetov
5 (1)
TREND CATCHER INDICATOR Trend Catcher Indicator analyzes market price movements, using a combination of the author’s proprietary and customized adaptive trend-analysis indicators.  It identifies the true market direction by filtering out short-term noise and focusing on underlying momentum strength, volatility expansion, and price structure behavior.  It also uses a combination of smoothing and trend-filtering customized indicators such as moving averages, RSI, and volatility filters.   Real ope
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
Enigmera
Ivan Stefanov
5 (8)
ENIGMERA: The core of the market (This is a manual indicator and contains features that may not supported by the MetaTrader current testing environment) 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 It Works Most
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
This indicator is an indicator for automatic wave analysis that is perfect for practical trading! Case... Note:   I am not used to the Western name for wave classification. Influenced by the naming habit of Chaos Theory (Chanzhongshuochan), I named the basic wave as   pen   , the secondary wave band as   segment   , and the segment with trend direction   as main trend segment   (this naming method will be used in future notes, let me tell you in advance), but the algorithm is not closely relat
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
Genesis Matrix Pro is a professional multi-timeframe trend detection indicator designed to help traders identify high-quality market alignment with clarity and structure. It combines 12 different technical indicators into one visual alignment matrix, allowing traders to quickly see when market conditions are bullish, bearish, or neutral. A signal is generated only when the selected strategies are aligned, helping reduce noise and improve decision-making. PLEASE CONTACT ME AFTER PURCHASE TO GET
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
PZ Trend Trading
PZ TRADING SLU
4.8 (5)
Capture every opportunity: your go-to indicator for profitable trend trading Trend Trading is an indicator designed to profit as much as possible from trends taking place in the market, by timing pullbacks and breakouts. It finds trading opportunities by analyzing what the price is doing during established trends. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Trade financial markets with confidence and efficiency Profit from established trends without getting whips
Step into the world of Forex trading with confidence, clarity, and precision using   Gold Indicator   a next-generation tool engineered to take your trading performance to the next level. Whether you’re a seasoned professional or just beginning your journey in the currency markets, Gold Indicator equips you with powerful insights and help you trade smarter, not harder. Built on the proven synergy of three advanced indicators, Gold Indicator focuses exclusively on medium and long-term trends eli
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
M30/H1/H4 Swing Version Available Want to catch the big moves that M5/M15 can't reach? Gold Signal Swing Pro (M30/H1/H4) is now available. Target $20-$80+ per trade. https://www.mql5.com/en/market/product/177643 KURAMA GOLD SIGNAL PRO (MT4) — Complete XAUUSD Trading System with 7-Layer Filter, Auto TP/SL, and Quality Scoring NON-REPAINTING. NON-REDRAWING. NON-LAGGING. Every signal is permanent. What you see is what you get. BONUS: Buy the lifetime li
Current event:  https://c.mql5.com/1/326/A2SR2025_NoMusic.gif A. What is A2SR ?   * It's a leading technical indicator (no repaint, no lagging). -- Guidance : -- at   https://www.mql5.com/en/blogs/post/734748/page4#comment_16532516 -- and  https://www.mql5.com/en/users/yohana/blog A2SR has a special technique in determining the levels of Support ( demand ) and Resistance ( supply ) . Unlike the ordinary way that we seen on the net, A2SR has a original concept in determining actual SR levels.
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
Neo Wave PRO
Nikolay Raykov
Price & Time Market Structure Indicator A professional market structure tool that analyzes waves through both price and time — not price alone. Main Description NeoWave PRO is a professional market structure indicator for MetaTrader 4 designed for traders who want to move beyond traditional one-dimensional wave tools such as ZigZag, swing indicators, and basic high/low systems. Most wave indicators analyze only one thing: Price. But a real market wave is not only a price movement. A true wave de
Quant Direction
Georgios Kalomoiropoulos
Quant Direction is a 3 dimensional market analysis tool. It provides a purely objective, algorithmic view of the market by calculating exact percentage-based biases across multiple dimensions simultaneously. Developed utilizing advanced AI modeling tools and subjected to thorough testing, this algorithm is engineered to read the market with unique precision. It can analyze any currency pair or financial instrument available on your platform.  Quant Direction is the ideal tool whether you are a S
MonsterDash Harmonic Indicator is a harmonic pattern dashboard. It recognizes all major patterns. MonsterDash is a dashboard that displays all detected patterns for all symbols and (almost) all timeframes in sortable and scrollable format. Users can add their own user defined patterns . MonsterDash can open and update charts with the pattern found. Settings MonsterDash's default settings are good enough most of the time. Feel free to fine tune them to your needs. The color settings are for thos
NAM Order Blocks
NAM TECH GROUP, CORP.
3.67 (3)
MT4 Multi-timeframe Order Blocks detection indicator. Features - Fully customizable on chart control panel, provides complete interaction. - Hide and show control panel wherever you want. - Detect OBs on multiple timeframes. - Select OBs quantity to display. - Different OBs user interface. - Different filters on OBs. - OB proximity alert. - ADR High and Low lines. - Notification service (Screen alerts | Push notifications). Summary Order block is a market behavior that indicates order collection
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
PowerBall Signals is a BUY/SELL signals indicator based on the idea of using support/resistance zones. The indicator detects special reversal patterns based on support/resistance zones and provide these signals on your chart. The main idea of the indicator is using the MTF (Multi Time Frame) analysis and provide signals based on the levels from your current and next higher time frame. This method allows to predict possible price reversals on any market be it currencies, metals, indices or even c
Auto Optimized Parabolic RSI: Advanced 3D Momentum Engine Most retail indicators fail because they rely on static inputs that break the moment market volatility shifts. Auto Optimized Parabolic RSI solves the problem of "indicator decay" by continuously recalculating its own mathematical edge, bringing institutional-grade quantitative adaptation directly to your MT5 terminal. The Core Advantage: Custom In-Memory 3D Optimization   Standard auto-optimizers often freeze the MT5 platform because the
GoldRush Trend Arrow Signal V1.6 The GoldRush Trend Arrow Signal indicator V1.6 continues to provide precise, real-time trend analysis tailored for high-speed, short-term scalpers in XAU/USD , but it now has additional features and improved efficiency and reliability. Built specifically for the 1-minute time frame, this tool displays directional arrows for clear entry points, allowing scalpers to navigate volatile market conditions with confidence. The indicator consists of PRIMARY and SECONDARY
PZ 123 Pattern
PZ TRADING SLU
1 (1)
Unlock powerful breakout opportunities The 123 Pattern is one of the most popular, powerful and flexible chart patterns. The pattern is made up of three price points: a bottom, a peak or valley, and a Fibonacci retracement between 38.2% and 71.8%. A pattern is considered valid when the price breaks beyond the last peak or valley, moment at which the indicator plots an arrow, rises an alert, and the trade can be placed. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  ]
Bull versus Bear
Mohamed Hassan
4.5 (18)
Send us a message after your purchase to receive more information on how to get your  BONUS  for FREE  that works in great combination with Bull vs Bear ! Bull versus Bear is an easy-to-use Forex indicator that gives traders clear and accurate signals based on clear trend retests . Forget about lagging indicators or staring at charts for hours because  Bull vs Bear provides real-time entries with no lag and no repaint, so you can trade with confidence. Bull vs Bear  helps you enter trades during
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 Иванов
654
RUS2668 Иванов 2018.08.21 07:38 
 

Отлично !

Reply to review