Wave Trend Oscillator Scanner MT4

  • Indicators
  • Evgenii Sutulov
    Evgenii Sutulov
    I build trading indicators, strategies, and dashboards that don't repaint.
    Seven years doing this. MetaTrader 4, MetaTrader 5, TradingView.
    Closed bars only. What you see is what happened.
    The bar being formed never changes a published value.
  • Version: 1.3
  • Activations: 20

One glance instead of twenty-eight charts. Wave Trend Oscillator Scanner runs the Wave Trend calculation across your symbol list on up to four timeframes at once, prints every fresh cross with its age and its grade, and marks the rows where the timeframes actually agree. Out of the box it scans fifteen pairs; one setting raises that to twenty-eight. And the oscillator itself draws in this chart's sub-window, so you act on what the table found without attaching a second indicator.

The price increases by $10 every 10 purchases.

This is one of the two products in the family where the grade actually appears on the board, because the Wave Trend oscillator grades its crosses one or two by how deep into the zone the market was.

The board

A row per symbol, a column per scanned timeframe, up to four columns and up to twenty-eight symbols; fifteen are scanned out of the box and the maximum is one setting away. The symbol list is comma separated, or the board can take the Market Watch list instead. Broker prefix and suffix are detected from the chart you are on, or given by hand. Out of the box the board scans four timeframes: M15, H1, H4 and D1.

A cell reads like ^14b G2: the direction of the cross, how many bars ago it fired, and its grade. The word flat means the calculation ran and found no cross in the window. Three dots mean the cell has not been measured, and with tooltips switched on, hovering it explains why in words, along with the current slow-line value. A signal older than the freshness threshold keeps its hue and loses its weight. A row with a fresh signal anywhere in it gets a wash of the accent colour.

The AGREE column takes the visible timeframe columns for a symbol, finds the majority side and prints v3/4: the direction and how many of the visible timeframes stand on it. Full agreement is drawn bold in that side's colour, because that is the row the board exists to surface. A tie prints a dash and is deliberately not treated as a verdict. With one timeframe visible the column is dropped entirely rather than printing a 1/1 that restates the cell beside it.

Column headers are buttons. Click a timeframe header to sort by that column, freshest first, rows with nothing at the bottom; click again to reverse. Click AGREE to sort by agreement, full agreement first. The active header carries the accent colour and a caret. A separate Sort button cycles freshest, grade and name, and here the order by grade is a real order.

A Show button cycles all, buys, sells and fresh. Buys and sells follow the AGREE verdict rather than any single cell, so a row under buys always reads an up glyph in AGREE, and a tie appears under neither. The filter is on the view, not the calculation: a hidden row is still measured and can still alert.

The legend above the table decodes the notation in one line, including the grade half, which it prints only because this port grades. It can be switched off. Timeframe buttons show and hide a column without stopping the measurement behind it.

The visible row count is fitted to the pane and the row setting is a maximum. Page buttons appear only when the rows do not fit. Because the board never draws more rows than the pane holds, the page buttons are always on screen and always reachable, however tall the row setting is.

Clicking a cell switches this chart to that symbol and timeframe. Two status lines are always on show: symbols ready of total, time since the last update, signals in the lookback window; then either the watchdog line or a sentence explaining why nothing is showing.

Diagnostics

A second panel, off by default, answers the question "why is there no signal": symbol coverage, which series are short of bars and by how much, how many signals were found in the window, and how many symbols this indicator switched on in Market Watch. A cell that could not be measured is explained rather than left blank.

The chart indicator

Drawn in its own sub-window with a dotted zero level: the fast and slow wave lines and the momentum histogram between them, coloured by whether momentum is expanding or fading. Divergence lines are drawn in the sub-window and, optionally, on the price chart between the two price pivots, so you see the divergence where you actually trade. Its timeframe is set separately from the timeframes the board scans.

The settings sheet

The gear opens three tabs. Values holds the timeframe, the channel length, the average length, overbought level 1, oversold level 1, whether divergence lines are drawn, and the shortest and longest pivot span a divergence may have. Every row has steppers, a range and a sentence of help. Changing one recalculates the whole board, and the panel reports progress while it does.

Alerts holds the master switch, the per-event switches, four channels, the cooldown and a test button. Styles holds the legend switch, the palette, whether the WT1 and WT2 lines are drawn, whether the momentum histogram is drawn, the line width, and whether divergence is drawn on the price chart. These are the same display controls the matching single-chart indicator carries, under the same names, so a chart set up one way can be reproduced on the other.

Three colour schemes are included, one of them colour-blind safe, using blue and orange rather than red and green. Panel position, scheme, the sort, the filter, the visible columns and every value changed on the sheet persist per chart across a timeframe change and a terminal restart. The interface is English.

Alerts

Alerts are off out of the box, with a master switch on the panel and a Test alert button beside it. The events are a fresh BUY and a fresh SELL, declared separately for each scanned timeframe, plus data health, which speaks when a symbol loses or regains its data. The minimum grade setting does real work here: set it to two and only the crosses that reached the deeper level will speak.

Four channels carry them: popup window, sound, push to the mobile terminal, and e-mail. The cooldown is kept per cell and per event, thirty minutes by default. Telegram is not part of this product.

Cost

The work is budgeted: a set number of symbols is refreshed per timer tick, so a long list spreads its load rather than stalling the terminal. The first pass is progressive and the panel reports the percentage measured.

Reading it from an EA

The chart indicator's thirteen buffers are readable through iCustom. MetaTrader 4 draws only the leading buffers, so the drawn series come first and the readable contract sits behind them. This map is not the MetaTrader 5 edition's map: an EA written against that edition must be re-pointed to the indices below.

Buffers 0 to 4 are the display split of the momentum histogram, one plain histogram per state: neutral, expanding up, fading up, expanding down, fading down. Buffer 5 is WT1, the fast wave line, and buffer 6 is WT2, the slow one. Buffer 7 is WT1-WT2, the histogram as one series, and buffer 8 is the colour index that goes with it. Buffer 9 is Signal: +1 on a BUY cross, -1 on a SELL cross, 0 when there is none. Buffer 10 is Grade, 1 or 2 on a signal bar. Buffer 11 is Div, the divergence state. Buffer 12 is Zero: +1 when the fast line crossed zero upwards, -1 when it crossed downwards, 0 when it did neither.

The Data Window lists the seven drawn rows, the five histogram columns and the two wave lines. The contract, buffers 7 to 12, does not appear there, and that proves nothing: iCustom reads every index above just the same. There are no separate Buy and Sell price buffers in this product, and no Override buffer either, which is one index this map does not share with the single-chart Wave Trend indicator: there the panel override counter sits at the end of the map, here it does not exist. The signal is buffer 9 and its grade is buffer 10.

MQL4 has no input groups, so the parameter list an EA passes to iCustom here is shorter than the MetaTrader 5 edition's, and the positions differ. Build the call against this edition's input list, not the other platform's.

The Styles tab hides a plot by taking its colour away, never by emptying a buffer. An instance created by iCustom is read-only and always uses the parameters you passed.

The board is a panel, not a buffer. It is read by eye and by alert.

Provenance

This is a port of "WaveTrend [LazyBear]" from TradingView. The provenance is a reconstruction: the formulas are canonical and widely mirrored, and they were used as this file's working specification. The script is openly published, which makes a port by formula admissible.

The product carries the method's name because that is what it implements. The original work is LazyBear's and no authorship of it is claimed here.

Honest limits

The board reads closed bars and counts a cell's age in closed bars. In the sub-window the oscillator is live on the forming bar, and a cross that exists mid-bar can be gone at the close. A value published on a closed bar does not change afterwards.

Divergence marks are never placed on the forming bar. A pivot needs the bars either side of it to exist, so divergence appears after the fact by construction. Nothing here draws a divergence into a past bar that did not have one.

The grade describes how deep into the zone the market went, not probability. A grade 2 cell went further. That is all it says.

A cross is not direction. In a trend the oscillator reaches one zone repeatedly and every cross it produces is against that trend, and on a board that means several correlated pairs light up together.

AGREE counts timeframes. Four correlated readings of one instrument agreeing is not four independent confirmations. A tie deliberately produces no verdict and is hidden by both the buys and the sells filters.

Scanning costs. Twenty-eight symbols on four timeframes is a hundred and twelve cells; the budget setting is what you turn down on a slow machine.

No profit figure, win rate or backtest result is claimed here.

Recommended products
SuperRSI
Andriy Sydoruk
The SuperRSI indicator is an advanced index of internal strength. The indicator shows not the relative strength of the trading instruments being compared, but the internal strength of a single instrument, therefore, it is the “Internal Strength Index”. This is an advanced form of the SuperRSI indicator. It converts the signal so that low-frequency components are delayed much more than high-frequency components. In general, the data of the last bar have more weight than previous data, like an exp
FiboZag
Andriy Sydoruk
Indicator FiboZag - transfer the indicator to the chart and the Fibonacci levels will be built automatically on the last ZigZag turn. The main advantage lies in the correct construction of Fibonacci levels and markup of price levels. Simple, visual and effective use. The indicator is not redrawn and does not lag. Works on all currency pairs and on all timeframes.
RSITrendLine
Omar Hakim Abdulla Alhabsi
RSI Trend Lines Indicator - Identify Optimal Buying and Selling Opportunities Introduction : The RSI Trend Lines Indicator is a powerful tool designed to assist traders in identifying optimal buying and selling opportunities based on the Relative Strength Index (RSI) oscillator. This advanced indicator draws trend lines on the RSI chart using multiple points, providing valuable insights into potential market trends and reversals. By leveraging the RSI Trend Lines Indicator, traders can enhance t
Binary Options Support Resistance Indicator This indicator is designed for binary options trading and effectively shows retracements from support and resistance levels. Signals appear on the current candle. A red arrow pointing downwards indicates a potential selling opportunity, while a blue arrow pointing upwards suggests buying opportunities. All that needs adjustment is the color of the signal arrows. It is recommended to use it on the M1-M5 timeframes as signals are frequent on these timef
This indicator is designed based on Mr.   WD   Gann's square of nine methods. Using this indicator, we can enter the desired   pivot   price and, based on the coefficient we assign to it, extract 8   support and resistance   numbers with 8 angles of 45, 90, 135, 180, 225, 270, 315, and 360. Calculates 8   support and resistance   points and draws   support and resistance   lines. The coefficient is to triple the number of executions. To select   pivot points   in which a price is a large nu
Octave Fractal Channel — Dynamic Gann-Based Support/Resistance Levels with Auto-Scaling. This indicator plots a dynamic channel based on the fractal structure of price movement. Channel levels adapt to the current symbol and timeframe, making it suitable for use across various financial instruments — from currency pairs to cryptocurrencies and indices. The indicator can be used in combination with other technical tools, such as the RSI oscillator, to provide additional signal filtering. How to
The arrow indicator without redrawing shows potential entry points into the market in the form of arrows of the appropriate color: the up arrows (usually green) suggest opening a purchase, the red down arrows suggest selling. The appearance of arrows may be accompanied by beeps. It is usually assumed to enter at the next bar after the pointer, but there may be non-standard recommendations. Arrow indicators visually "unload" the price chart and save time for analysis: no signal – no deal, if ther
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
Crypto_Forex Indicator Bears Power HTF for MT4. For Down-trend markets! - Bears Power HTF oscillator is a great filter for "SELL" entries.  HTF means - higher time frame. - Bulls and Bears Power indicators are used to measure the strength of corresponding trends in trading. - Bears Power measures the strength of sellers' position. - Bears Power HTF indicator is excellent for Multi-Time Frame trading systems with Price Action entries or in combination with other indicators. - This Indicator allo
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.
The indicator allows you to trade binary options. The recommended time frame is М1 and the expiration time is 1,2,3 minutes. The indicator suitable for auto and manual trading. A possible signal is specified as a arrows above/under a candle. You should wait until the candle closes! Arrows are not re-painted Trade sessions: TOKYO section (Half-end) Currency pairs: USD/JPY Working time frame: M1 Expiration time: 1,2,3 minutes. The indicator also shows good results when using the martingale strateg
FREE
Money Flow Profile MT5 HERE   Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis This Master Edition is engineered for clarity and speed, featuring a unique Auto-Theme Sync system that instantly beautifies your chart layout upon loading. Key Features: True Money Flow Calculation: Goes beyond stand
Pivot Points MT4
KEENBASE SOFTWARE SOLUTIONS
KT Pivot Points automatically plots the daily, weekly, and monthly pivot levels on a chart with the precise calculation based on the latest data. Pivot points is a widely used indicator in technical analysis, particularly in the Forex market. Features Send alerts when the price touches the pivot level.  It offers complete customization for each kind of pivot level.   Shows daily, weekly, and monthly pivot levels without any fuss. It uses minimum CPU resources for faster calculation. Compatible
"Dynamic Scalping Oscillator" - is an advanced custom Crypto_Forex indicator - efficient Trading tool for MT4!  - New generation of Oscillators - see pictures to check how to use it. - Dynamic Scalping Oscillator has adaptive Oversold/Overbought zones. - Oscillator is an auxiliary tool to find exact entry points from dynamic OverSold/OverBought areas. - Oversold values: below Green line, Overbought values: over Orange line . - This indicator is great to combine with Price Action patterns as wel
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
Smart Trendlines
Suvashish Halder
5 (1)
Smart Trendlines – No.1 Trendlines Indicator Smart Trendlines is a precision tool that automatically draws trendlines based on every valid pivot point, helping traders identify key support and resistance zones. It continuously adjusts as new market pivots form, providing a live and accurate reflection of price structure. Whether you’re tracking trends, preparing for reversals, or anticipating breakouts — this indicator keeps you one step ahead. It works seamlessly across all assets including For
Power Renko MT4
Pierce Vallieres
Power Renko is an indicator which plots Renko bricks underneath the chart using a histogram. You can select the brick size and the timeframe of the Renko bricks as well as whether or not to use the close price or the high/low price of the candles. Renko bricks are based on price alone, not time, therefor the Renko bricks will not be aligned with the chart's time. They are extremely useful for trend trading and many different strategies can be formed from them. Buffers are provided allowing you t
Provides Regression Channel on the current chart. Combined by Trend of Moving Averages and Multi timeframes Oscillator Indicators: CCI, RSI, Stochastic, and MACD with specific working logic . It could make us easier to identify swing high-low as an entry point, the retracement area while following the current trend. Consists of 2 types of signal, main and secondary. The main signal will draw very clearly triangle and lines on the chart with the word " BUY" or 'SELL'. and the secondary is the sta
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
Nuremberg
Tatiana Savkevych
The Nuremberg tool presents a channel-like algorithm. The best arrow algorithms use channels without redrawing. Its settings indicate the parameters of the length and width of the channel. The indicator was created in such a way that you can fix the reaction to the channel breakout and display it in the form of an arrow. Arrow indicator Nuremberg on Forex indicates points of entry into transactions without redrawing. It generates fairly frequent and accurate signals. When an upward arrow appea
"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  o f fractal arrows. Indicator has built-in Mobile and PC alerts. Click here
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
This is a unique multi-currency trading strategy developed for trading on H1 timeframe, which allows you to determine the global market entry points and obtain the maximum profit for each transaction. The market entry point is calculated using a variety of author equations and algorithms. We recommend using the indicator simultaneously on several trading instruments . A huge advantage of Big Deals System is an information panel in which the user can see the current information on potential entry
PABT Pattern Indicator - it's classical system one of the signal patterns. Indicator logic - the Hi & Lo of the bar is fully within the range of the preceding bar, look to trade them as pullback in trend. In the way if indicator found PABT pattern it's drawing two lines and arrow what showing trend way.  - First line - it's entry point and drawing at: 1. On the high of signal bar or on middle of the signal bar (depending from indicator mode) for buy; 2. On the low of signal bar or on middle of t
Interactive BB Matrix
Tsvetan Tsvetanov
2 (1)
This indicator displays Bollinger Bands signals for multiple symbols and multiple time frames. The signals are created as a simple ratios which represent the distance between the current price and the moving average measured in standard deviations. This way we create a very versatile and easy to use indicator which helps us to identify not only the strongest trends but also the most overbought and oversold conditions. Features Accurate signals in real time for multiple time frames and multiple
Indicator with Win Rate Calculation System [Indicator Features] This indicator allows traders to intuitively and clearly confirm regular technical analysis through sign signals.  Moreover, it can verify if the current parameters are appropriate by checking the win rate, and it includes an automatic win rate determination system that refrains from generating signals when the win rate is low.  This reduces unnecessary entries and enables entry only during high win rate periods. [Important Expl
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
Overview Base Box Indicator automatically detects and draws institutional supply and demand base zones using the Rally-Base-Rally (RBR) and Drop-Base-Drop (DBD) price action methodology — one of the most reliable frameworks for identifying high-probability reversal and continuation areas. Unlike basic support/resistance tools, this indicator isolates the precise consolidation phase (the "Base") between two impulse moves and renders it as a structured 3-layer box that separates candle bodies from
Legend Trend
Andriy Sydoruk
The intelligent algorithm of the Legend Trend indicator accurately shows the points of potential market reversal. The indicator tracks the market trend, ignoring sharp market fluctuations and noise around the average price. Implements a kind of technical analysis based on the idea that the market is cyclical in nature. This is a pointer indicator. It catches the trend and shows favorable moments of entering the market with arrows. A strategy for trading with the trend, filtering market noise a
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
Buyers of this product also purchase
M1 Sniper
Oleg Rodin
5 (29)
M1 SNIPER  is an easy to use trading indicator system. It is an arrow indicator which is designed for M1 time frame. The indicator can be used as a standalone system for scalping on M1 time frame and it can be used as a part of your existing trading system. Though this trading system was designed specifically for trading on M1, it still can be used with other time frames too. Originally I designed this method for trading XAUUSD and BTCUSD. But I find this method helpful in trading other markets
SR Liquidity
Oleg Rodin
5 (2)
SR Liquidity is a trading indicator designed to reveal the hidden zones where market liquidity concentrates and price reacts most strongly. These special liquidity areas act as powerful support and resistance levels, giving you a clear map of where the market is most likely to reverse. Instead of drawing ordinary Support/Resistance lines, SR Liquidity analyzes real price behavior to detect the zones where buying and selling pressure accumulate. These are actually the pools of liquidity that driv
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
Trend SniperX MT4
Sarvarbek Abduvoxobov
5 (1)
Trend Sniper X is a multi-timeframe trend-following indicator for MetaTrader 5 that helps traders identify trend direction and potential reversal points with clarity and precision. For MT5: https://www.mql5.com/en/market/product/181101 Price Information: The current price is promotional and is subject to change as upcoming updates and new features are released. Code2Profit Channel Master the Market with Multi-Timeframe Analysis! How to Maximize Your Win Rate with Trend Sniper X: Key Rules & Sess
Neuro Poseidon MT4
Daria Rezueva
4.8 (45)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for all
Advanced Supply Demand
Bernhard Schweigert
4.91 (302)
Trading Special – 30% OFF Best Solution for any Newbie or Expert Trader! This indicator is a unique, high quality and affordable trading tool because we have incorporated a number of proprietary features and a new formula. With this update, you will be able to show double timeframe zones. You will not only be able to show a higher TF but to show both, the chart TF, PLUS the higher TF: SHOWING NESTED ZONES. All Supply Demand traders will love it. :) Important Information Revealed Maximize the pot
Trading Special – 30% 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
Gann Made Easy
Oleg Rodin
4.84 (172)
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
DayTrader PRO MT4
Davit Beridze
4.33 (6)
DayTrader PRO (Buy DayTrader PRO and Get another Paid Self Optimizing indicator for Free as Bonus) MT5:  https://www.mql5.com/en/market/product/186222 DayTrader PRO   is an advanced trading indicator that combines John Ehlers' Laguerre Filter with a powerful Auto-Optimization Engine. Instead of using fixed parameters, the indicator automatically searches for the best settings based on recent market conditions, helping you adapt to changing volatility without constant manual adjustments. The in
KURAMA GOLD SIGNAL PRO (MT4) — 7-Layer Filter, Auto TP/SL, Quality Score & Signal History Save | Complete XAUUSD Trading System No repaint in real time. The moment a signal appears, the arrow, entry, TP and SL are locked on the spot and never move afterward. What you trade is this real-time signal. And in v7.20, every signal that is actually sent is auto-saved and restored exactly after restart. BUYER BONUS Buy the lifetime license and receive AI Zone Radar (
Presenting one-of-a-kind Gann Indicator for XAUUSD IQ Gold Gann Levels is a non-repainting, precision tool designed exclusively for XAUUSD intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient calculation
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
I have been trading for some time now and always find it a difficulty remembering the timing of the various market opening hours at the other part of the world (especially, when it comes to daylight saving), but could not find any decent indicator online that could help. And it is for this reason that gives birth to this indicator, which I have spent much time, effort and thinking. As many already know that opening of a certain marketplace, depending on which currency pair, has an impact on the
CRT Candle Range Theory HTF MT4.   Ultimate CRT Indicator: Advanced ICT Concepts and Malaysian SnR Trading System Master the Market Maker's Footprints with the Most Advanced Candle Range Theory Indicator Unlock the true power of  Smart Money Concepts (SMC)  and trade precisely like the institutions with the  Ultimate CRT Indicator . Built exclusively for serious traders, this indicator automates the highly effective  Candle Range Theory (CRT) , a core pillar of  ICT Concepts (Inner Circle Trader
The elite (V3) multi-indicator suite from JoaquinTrading specifically geared towards Forex & binary options, including regulated exchanges such Nadex, Cantor Exchange, and other binary option brokers. The Probability Tool Suite Elite will provide the given win/loss outcome probabilities of up to 10 strike levels, a specific expiration duration, based on a combination of up to 16 indicators, rules, or conditions and derivative behavior (i.e. expiry, touch, touch & retrace).  Using this indicato
Zoryk Gold mt4
Reda El Koutbane
5 (1)
discount ends soon original price 69 $ ZORYK — Advanced XAUUSD Signal System for MetaTrader 4 You know the feeling. You spend time analyzing gold. You wait for the entry. You finally open the trade, and price immediately moves against you. You close too early, move the Stop Loss, or hesitate for a few seconds. Then the market reaches the exact destination you originally expected without you. The direction was not always the problem. The real problem was uncertainty. You did not know exactl
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
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 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
Atomic Analyst
Issam Kassas
5 (13)
This product was   updated   for   the 2026 market   and   optimized   for the   latest MT5 builds. PRICE UPDATE NOTICE: Atomic Analyst is currently available for $99. The price will increase to $199 after the next 30 purchases. SPECIAL OFFER:  After purchasing Atomic Analyst, send me a private message to claim the Smart Universal EA for FREE and turn your Atomic Analyst signals into automated trades. Atomic Analyst is a non-repainting, non-redrawing, and non-lagging price action trading indic
Ace Supply Demand Zone Indicator The concept of supply demand relies on the quantity mismatching between buying and selling volumes in the financial market. Supply and demand zone can provide the good entry and exit. A zone is easier to trade than a line. The supply demand zone can provide the detailed trading plan and the risk management. Its ability to predict market direction is high. There are two distinctive points about Ace Supply Demand Zone Indicator. Ace Supply Demand Zone indicator was
Prop Firm Sniper
Mohamed Hassan
4.33 (6)
Prop Firm Sniper MT4  is a professional market structure indicator that automatically identifies high-probability BUY and SELL opportunities using BOS and CHoCH analysis. Recommended Timeframes: For backtesting, use the indicator on   M5 or M15   for Gold (XAUUSD), and   M15 or H1   for more volatile Forex pairs such as   GBPUSD, USDJPY, EURGBP , and similar markets. CONTACT ME AFTER PURCHASE TO CLAIM YOUR FREE BONUSES! Prop Firm Sniper  is a professional market structure indicator designed t
T.M.M Channel System is a forex trading system which provides signals for BUY and SELL with the Trend using special trend filter price channel indicator. This indicator is easy to adapt to any market using only two parameters. This channel indicator does not repaint! The channel indicator is recommended for trading on H4 charts but can be used with any time frame though. After purchase you will download the channel indicator. The arrow indicator will be provided to you for free after purchase. Y
Automatically draw support and resistance levels PLUS propulsion candle gaps on your chart, so you can see where price is likely to head next and/or potentially reverse. This indicator is designed to be used as part of the position trading methodology taught on my website (The Market Structure Trader) and displays key information for targeting and potential entries. MT5 version available here:  https://www.mql5.com/en/market/product/97973 There are 2 CORE features in the indicator and 4 addition
Gold Channel is a volatility-based indicator, developed with a specific timing algorithm for the XAUUSD pair, which consists of finding possible corrections in the market. This indicator shows two outer lines, an inner line (retracement line) and an arrow sign, where the theory of the channel is to help identify overbought and oversold conditions in the market. The market price will generally fall between the boundaries of the channel. If prices touch or move outside the channel it is a tradi
TrendLine PRO MT4
Evgenii Aksenov
4.83 (168)
The Trend Line PRO indicator is an independent trading strategy. It shows the trend change, the entry point to the transaction, as well as automatically calculates three levels of Take Profit and Stop Loss protection. Trend Line PRO is perfect for all Meta Trader symbols: currencies, metals, cryptocurrencies, stocks and indices. The indicator is used in trading on real accounts, which confirms the reliability of the strategy. Robots using   Trend Line PRO   and real Signals can be found here:   
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 4. Asian session range, London and New York kill zones, level progression (L1/L2/L3), peak formation detection (PFH/PFL), entry signals, and a multi-pair scanner from one chart. Stop scanning charts one pair at a time. The State Engine tracks the BTMM daily cycle automatically — Asian box, room boundaries, level blocks, peak formations, and filtered entries — while the scanner dashboard shows level, peak status,
PRO Renko System
Oleg Rodin
5 (31)
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
Scalper Inside PRO
Alexey Minkov
4.74 (69)
Scalper Inside PRO helps you read the intraday trend and plan a trade before you enter the market. It is built around three exclusive strategies for a sharper read of the market. The moment a signal appears, the indicator evaluates market direction and calculates the key levels, so you see the potential entry, the expected stop-loss and several profit-taking levels in advance. Detailed performance statistics show how different instruments and strategies performed in history and help you pick ass
Trend Catcher ind
Ramil Minniakhmetov
5 (11)
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
Binary Booster
Yaroslav Varankin
5 (1)
Binary Options Trading Indicator: A Reliable Tool for Your Trades This indicator is specifically designed for binary options trading and has proven its high quality, reliability, and adequate accuracy, depending on the dynamics of the chart. Key Points: Signal Interpretation: When a blue cross signal appears, it indicates a potential entry into a trade, though it is considered a weak signal on its own. However, if the blue cross is accompanied by an arrow, it is considered a more reliable buy s
More from author
UT Bot MTF
Evgenii Sutulov
UT Bot MTF is an ATR trailing stop and the flip signals it produces. The stop follows price at a distance of a chosen multiple of ATR, ratchets in the direction of the move and never gives ground back. When price closes through it, the stop flips to the other side and the indicator marks a BUY or a SELL. That is the whole engine, and it is deliberately simple. What this product adds around it is the part that decides whether you can actually use it: four independent filters, an honest account of
FREE
Currency Strength Pro ranks the eight major currencies by relative strength, read from up to 28 pairs, on a multi-timeframe composite, then ranks the basket's own pairs into a graded scanner. Closed bars only, never on a tick. Launch price: $59. It rises to $69 after the next 10 copies, then step by step to the final $98.  The idea is simple: trade a strong currency against a weak one, instead of the chart that happens to look nice today. The strength table answers "which currency". The scanner
Nadaraya Watson Envelope MTF draws a smooth centre line through price and an envelope around it, then marks the bars where price came back inside that envelope after having traded outside it. The question it answers is narrow and it is the only one it claims to answer: price has stretched away from its own recent centre, and it has just stopped stretching. Whether you treat that as a mean-reversion entry, as a place to take profit on a trend position, or as nothing at all is your decision. The i
FREE
Half Trend MTF draws a stepped trend line that holds its level until the market takes it out, and flips to the other side when it does. Around it sits an ATR channel. The decision it supports is a simple one, and it is stated plainly: the line says which side the trend is currently held on, the flip says the moment that changed, and the channel says how much room the current volatility gives price before the flip is likely to matter. Because the line only moves when the extremes of the last N ba
FREE
Wave Trend Oscillator MTF is a two-line momentum oscillator in its own sub-window. The fast line measures how far the typical price has run from its own smoothed centre, relative to its recent average deviation, and a slower average of that fast line is drawn beside it. The event is a cross between the two lines inside a zone the market has actually reached. Crosses in the middle of the range are not signals, and that single rule is what separates this product from a plain oscillator. Three thin
FREE
Currency Strength Flux ranks the eight major currencies by relative strength, read from up to 28 pairs, on a four-timeframe composite that only ever uses closed bars. The idea is simple: trade a strong currency against a weak one, instead of the chart that happens to look nice today. Everything on the panel serves that one decision. What it does The panel ranks EUR, GBP, AUD, NZD, USD, CAD, CHF and JPY from strongest to weakest. Every reading is built from the pairs your broker actually quotes.
FREE
QQE Mod MTF
Evgenii Sutulov
QQE Mod MTF is a momentum oscillator in its own sub-window. It runs two independent QQE blocks over RSI and turns them into one readable histogram. QQE, which stands for Qualitative Quantitative Estimation, smooths RSI and then builds a trailing band around it from the smoothed average of the RSI's own absolute changes. The band does not move against the trend, which is what makes a QQE cross slower and less noisy than an RSI cross. This product runs two of those blocks at once and publishes wha
FREE
Squeeze Momentum MTF answers two questions at once, in one sub-window. The first is whether the market is compressed. Bollinger Bands are compared with a Keltner Channel: when the Bollinger Bands sit entirely inside the Keltner Channel, volatility has contracted and the market is in a squeeze. When they push back outside it, the squeeze has released. The second is which way the compressed energy is pointing. A detrended price series is fitted by linear regression and the endpoint of that fit is
FREE
Currency Strength Flux ranks the eight major currencies by relative strength, read from up to 28 pairs, on a four-timeframe composite that only ever uses closed bars. The idea is simple: trade a strong currency against a weak one, instead of the chart that happens to look nice today. Everything on the panel serves that one decision. What it does The panel ranks EUR, GBP, AUD, NZD, USD, CAD, CHF and JPY from strongest to weakest. Every reading is built from the pairs your broker actually quotes.
FREE
Exhaustion Count MTF counts. It does not predict direction and it does not tell you which way to trade. It answers one question: has this move been going on long enough that it is running out of participants. Two independent phases run on the chart, a setup and a countdown, each with its own rules, its own cancellation conditions and its own place in the buffers an Expert Advisor can read. The setup Nine consecutive closes on one side of the close four bars back, started by a price flip. A bar t
FREE
A trailing stop that never gives ground, and the exact bar it turns. UT Bot MTF draws the ATR stop on your chart, marks every BUY and SELL flip, and then does the part almost no version of it does: it tells you how many signals its filters threw away and which filter threw them, and it warns you, in colour, while the arrow on the current bar can still disappear. Free, no trial, no locked features. The engine is deliberately simple. The stop follows price at a chosen multiple of ATR, ratchets in
FREE
Momentum you can read at a glance, and a product that tells you when it is not sure. QQE Mod MTF runs two independent QQE blocks over RSI and prints one histogram: bright when both blocks agree on a direction, grey when they do not. That grey is the point. Most oscillators give you a colour on every bar and leave you to guess how much it is worth; this one says out loud when there is no confirmation. Free, no trial, no locked features. QQE, which stands for Qualitative Quantitative Estimation, s
FREE
A trend line that refuses to wander. Half Trend MTF holds its level while the market pushes at it and flips only when the extremes of the last N bars actually take it out, so it sits still through the chop that makes a moving average look like a signal generator. Around it an ATR channel shows how much room today's volatility gives price before that flip is likely to matter. Free, no trial, no locked features. The decision it supports is a simple one, and it is stated plainly: the line says whic
FREE
An arrow tells you to buy. Obsidian Scalper Pro tells you where to buy, where the stop goes, where the three targets are, how big the position should be for your risk, and how good the setup is out of 100. Every signal arrives as a finished trade plan drawn on the chart, and a built in statistics window shows the honest result of the last hundred of them, win rate with a confidence interval and all. Every decision is made on a closed bar, so the history you are looking at is the history you woul
Twenty-eight symbols, four timeframes, one screen, and the trade already on the chart under it. Half Trend Scanner runs the stepped trend line across your whole watchlist, sorts the board by what flipped most recently, and tells you in one column how many timeframes agree on each symbol. Every cell it could not measure explains itself in words instead of going blank, so an empty board is never a mystery. The price increases by $10 every 10 purchases. It is two products in one file. The first is
A kernel regression that does not repaint, which is the whole point. Nadaraya Watson Envelope MTF draws a smooth centre line through price and an error envelope around it, marks the bars where price came back inside after stretching out, and computes every bar from the bars behind it only, so a closed bar never moves. The usual charting-site version of this line is fitted two-sided and rewrites itself under your feet; this one is causal by construction. Free, no trial, no locked functions. The q
FREE
Mean reversion is a numbers game, and the numbers live on more charts than you can watch. Nadaraya Watson Envelope Scanner runs a causal, non-repainting kernel regression envelope across your symbol list on up to four timeframes at once, prints every re-entry with its age, and marks the rows where the timeframes agree. Out of the box it scans fifteen pairs; one setting raises that to twenty-eight. The envelope itself draws on the chart in front of you, so you act on what the table found without
Twenty-eight symbols on four timeframes at once, and a board that admits when momentum is not confirmed. QQE Mod Scanner runs two independent QQE blocks over RSI across your whole watchlist, prints in every cell which way momentum turned and how many bars ago, and writes flat where the two blocks do not agree instead of colouring the cell anyway. The AGREE column tells you how many timeframes stand on the same side, and the oscillator itself is drawn in the sub-window under the table, so the mom
Watch twenty-eight symbols on four timeframes at once, and see the trade on the chart in the same breath. UT Bot Scanner runs the ATR trailing stop across your whole watchlist, sorts the board by what flipped most recently, tells you how many timeframes agree on each symbol, and draws the indicator itself on the chart under the table, so the moment the board finds something you are already looking at it. Every cell that could not be measured explains itself in words instead of going blank. The p
An oscillator that ignores every cross in the middle of the range. Wave Trend Oscillator MTF publishes a cross only when it happens inside a zone the market has actually reached, grades it by how deep that zone was, finds divergences on the fast line and can draw them on the price chart where you trade, and it can compute all of this on a higher timeframe while you watch your own. Free, no trial, no locked functions. The fast line measures how far the typical price has run from its own smoothed
FREE
Currency Strength Pro ranks the eight major currencies by relative strength, read from up to 28 pairs, on a multi-timeframe composite, then ranks the basket's own pairs into a graded scanner. Closed bars only, never on a tick. Launch price: $59. It rises to $69 after the next 10 copies, then step by step to the final $98.  The idea is simple: trade a strong currency against a weak one, instead of the chart that happens to look nice today. The strength table answers "which currency". The scanner
Nadaraya Watson Envelope Scanner is two products in one file. The first is Nadaraya Watson Envelope itself, drawn on the chart you are looking at: a causal Nadaraya-Watson kernel regression centre line, an envelope built from the mean absolute error around it, and marks where price came back inside the envelope after having traded outside it. The price increases every 10 purchases, the next price is $39 The second is a board that runs the same calculation over a list of symbols on several time
Exhaustion Count Scanner is two products in one file. The first is Exhaustion Count MTF itself, drawn on the chart in front of you: the setup and countdown numbers printed bar by bar, the Setup Barrier levels currently in force, and the arrows on completed signals. The second is a board that runs the same counting across a list of symbols on up to eight timeframes at once. A nine or a thirteen is a rare event on any one instrument, which is exactly the case a board is for. The table finds them a
QQE Mod Scanner is two products in one file. The first is the QQE Mod oscillator itself, in this chart's own sub-window: two independent QQE blocks over RSI, reduced to one histogram, a trailing line drawn around zero and a Bollinger filter on that line. The state it publishes is the combination of the two, bright when both blocks agree on a direction and grey when they do not. The second is a board that runs the same calculation across a list of symbols on several timeframes at once. The board
Wave Trend Oscillator Scanner is two products in one file. The first is the Wave Trend oscillator itself, in this chart's own sub-window: the fast and slow wave lines and the histogram of their difference, coloured by whether momentum is expanding or fading, with divergence lines that can also be drawn on the price chart itself. The second is a board that runs the same calculation across a list of symbols on several timeframes at once. This is one of the two products in the family where the grad
Squeeze Momentum Scanner is two products in one file. The first is Squeeze Momentum MTF itself, in this chart's own sub-window: the momentum histogram coloured by expansion and fading, and the row of squeeze dots that says whether the Bollinger Bands are inside the Keltner Channel, outside it, or have just come out. The price increases every 10 purchases, the next price is $39 The second is a board that runs the same calculation across a list of symbols on several timeframes at once. A squeeze
Half Trend Scanner is two products in one file. The first is Half Trend itself, drawn on the chart in front of you: the stepped trend line that holds its level until the market takes it out, the ATR channel around it, and the flip arrows. The second is a board that runs the same calculation across a list of symbols on several timeframes at once. The board says which pairs have flipped and how recently; the chart under it shows you the line and the channel, so you do not have to attach a second i
UT Bot Scanner is two products in one file. The first is UT Bot MTF itself, drawn on the chart in front of you: the ATR trailing stop coloured by the side it is on, and the flip arrows, with the same four optional filters the single-chart product carries. The second is a board that runs the same calculation across a list of symbols on several timeframes at once. The board says which instruments have flipped and how recently; the chart under it shows you the trailing stop, so you do not have to a
An arrow tells you to buy. Obsidian Scalper Pro tells you where to buy, where the stop goes, where the three targets are, how big the position should be for your risk, and how good the setup is out of 100. Every signal arrives as a finished trade plan drawn on the chart, and a built in statistics window shows the honest result of the last hundred of them, win rate with a confidence interval and all. Every decision is made on a closed bar, so the history you are looking at is the history you woul
Filter:
No reviews
Reply to review