Half Trend 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

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 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 indicator to act on what the table found.

The board

A row per symbol, a column per scanned timeframe, up to four columns and up to twenty-eight symbols. The list ships scanning fifteen and is raised to twenty-eight from one setting. 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: which side the trend line is on, and how many bars ago it flipped there. The word flat means the calculation ran and found no direction. Three dots mean the cell has not been measured yet, and hovering it explains why in words once tooltips are switched on. A signal older than the freshness threshold keeps its colour but is drawn quieter, so hue says direction and weight says how much it still matters. A row carrying a fresh signal anywhere in it gets a wash of the accent colour.

The AGREE column is the reason to use a board rather than eight charts. For each symbol it takes the visible timeframe columns, finds the majority side, and prints something like v3/4: the direction, and how many of the visible timeframes stand on it. When every visible timeframe agrees, the cell is drawn bold in that side's colour. A tie prints a dash and is deliberately not a verdict. With a single timeframe visible the column is removed entirely rather than printing 1/1, which would only restate the cell beside it.

Column headers are buttons. Click a timeframe header to sort by that column, freshest first, rows with nothing in it at the bottom; click it again to reverse. Click AGREE to sort by agreement, full agreement first. The active header carries the accent colour and a caret, so the sort state lives on the control itself. A separate Sort button cycles freshest, grade and name for a whole-board order.

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

The legend above the table decodes the notation in one line and can be switched off. Timeframe buttons show and hide a column without stopping the calculation behind it. Clicking a cell switches this chart to that symbol and that timeframe rather than opening a window.

The visible row count is fitted to the chart pane and the row setting is a maximum. No page buttons are drawn when everything fits; when it does not, previous and next appear with the page number. 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.

Two status lines are always on show: symbols ready of total, how long 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, how many signals were found in the window, and how many symbols this indicator switched on in Market Watch to do its work. A cell that could not be measured is explained rather than left blank.

The chart indicator

Drawn in the price window: the Half Trend line coloured by its side and unbroken across the flip bar, the ATR channel with each band a thin line in its own colour, two channel fills drawn as a fine dotted screen so the candles read straight through them, the bull colour above the line and the bear colour below it, and BUY and SELL arrows. It can be switched off from the Styles tab if you only want the board. Its timeframe is set separately from the timeframes the board scans.

The settings sheet

The gear opens three tabs. Values covers the timeframe, the amplitude, whether forming-bar signals are shown, the channel deviation and the ATR period. Every row has steppers, a range and a sentence of help. Changing one recalculates the whole board, and the panel reports its progress while it does.

Alerts covers the master switch, the per-event switches, the four channels, the cooldown and a test button.

Styles covers the legend, whether the indicator is drawn on this chart, the palette, the trend line, the ATR channel, the two channel fills, the arrows, line width and arrow size. 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.

A value moved on the sheet takes effect at once, on a closed market too: the board and the chart are recomputed there and then rather than waiting for the next tick. Three colour schemes, including a colour-blind safe one that uses blue and orange rather than red and green. Panel position, scheme, the sort, the filter, which columns are visible and every value changed on the sheet persist per chart across a timeframe change and a terminal restart. The interface is English.

Alerts

Off out of the box. A master switch sits on the panel itself, next to a Test alert button that fires through every channel currently on.

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, plus a line touch on this chart, which is the pull-back event on the chart indicator rather than anything the board found. There is a minimum grade setting; this port does not grade, so every signal counts as grade one for that purpose.

The channels are a popup window, a sound, a push to the mobile terminal and e-mail. The cooldown is kept per cell and per event, thirty minutes by default.

Load on the terminal

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

Reading it from an EA

The chart indicator publishes fifteen buffers, all readable through iCustom. Buffer 0, Buy, carries the arrow price on a BUY flip bar and EMPTY_VALUE otherwise, and is not drawn; buffer 1, Sell, is the same for a SELL flip. Buffers 2 to 5 belong to the two channel fills and are display plumbing, not for reading. Buffer 6, Half Trend Up, is the trend line while the trend is up, and buffer 7, Half Trend Down, is the same line while the trend is down; on a flip bar both hold a value, which is what keeps the drawn line unbroken. Buffer 8, ATR High, is the upper channel band and buffer 9, ATR Low, the lower one. Buffer 10, BuyMark, and buffer 11, SellMark, are the drawn copies of buffers 0 and 1. Buffer 12, Signal, is +1 on a BUY flip, -1 on a SELL flip and 0 when there is no flip. Buffer 13 is the line as one unbroken series and buffer 14 is the trend itself, 0 while up and 1 while down.

Buffers 0 and 1 are the EA contract. They are never painted, and they are filled on every pass whatever the Styles tab is set to, so nothing on the display side can starve a strategy of a signal. What you see on the chart is the drawn copy, kept in step with the contract. Hiding is done through the display, never by emptying a buffer, so every index listed above stays readable through iCustom and stays visible in the Data Window with the display switches off.

This map is the scanner's own and it is not the same as the single-chart Half Trend MTF, which inserts an Override buffer at index 13 and publishes the unbroken line and the trend at 14 and 15. Read the list above.

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

The single-chart indicator behind this one, Half Trend MTF, is free. If you follow one symbol, take that one; this scanner exists for watching many at once.

Provenance

This is a port of "HalfTrend", published on TradingView by everget, which is itself a port of an older MetaTrader 4 indicator. The algorithm is canonical and originates on MetaTrader 4. The TradingView script is openly published, which makes a port by formula admissible, and this implementation was reconstructed from the formulas rather than translated line by line.

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

Honest limits

The board reads closed bars and counts a cell's age in closed bars. On the chart indicator, with forming-bar signals on, an arrow on the unfinished bar can disappear before that bar closes. Turning the setting off leaves the forming bar empty entirely, and what has been published on a closed bar does not change afterwards either way.

AGREE counts timeframes, it does not estimate probability. Four timeframes agreeing means four correlated readings of one instrument agreed. A tie produces no verdict on purpose and is hidden by both the buys filter and the sells filter.

A stepped trend line flips late by design, and on a board that means several pairs will show a fresh flip during the same range-bound hour, each of them real and none of them good.

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

Symbols your broker does not carry, and series too short for the ATR period, cannot be measured, and the board says which and why.

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

Recommended products
Crypto_Forex Indicator "CCI with Dynamic OverSold/OverBought zones" for MT4, No Repaint. - Commodity Channel Index (CCI) is excellent for Momentum trading into the trend direction. - It is great to take Sell entries from dynamic OverBought zone and Buy entries from dynamic OverSold zone into the direction of main trend. - This indicator is excellent to combine with Price Action entries as well. - Dynamic OverBought zone - above yellow line. - Dynamic OverSold zone - below blue line. - CCI osci
Trend Hunter Pro
Yaroslav Varankin
The indicator is designed for opening trades for a long period. he is set up to get as many points from each trade as possible. he uses the scalping method... you can trade on any currency pairs indicator is already  you can trade at any time of the day but the preferred time of trading during the European American session. currency pairs eur / jpy, eur / usd currency pairs with high volatility then the results are much better.
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
Ride the Wave of Trends — Clear Signals for Confident Following In financial markets, the most stable profits often come from clear and established trends. However, even experienced traders know that riding the trend reliably is not always easy. Ride the Trend Signal is a signal-based indicator that focuses on trend-following entries, particularly on pullbacks and retracements. Instead of jumping into the early stages of a trend, this tool waits until the trend is established and then identifies
FREE
Fractal Channel Breakout MT4
KEENBASE SOFTWARE SOLUTIONS
KT Fractal Channel Breakout draws a continuous channel by connecting the successive Up and Down fractals. It provides alerts and also plots the Up and Down arrows representing the bullish and bearish breakout of the fractal channel. Features If you use Bill Williams fractals in your technical analysis, you must also include it in your trading arsenal. It can be very effective and useful for stop-loss trailing. A new market trend often emerges after a fractal channel breakout in a new direction.
GMMA Trade X is an EA based on GMMA. GMMA parameters such as MovingAveragePeriod1-24, MovingAverageMAShift1-24, MovingAverageShift1-24 and CandlestickShift1-24 can be adjusted. GMMA Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through GMMA Trade X. Good luck. = == == Inquiries = == == E-Mail:support@btntechfx.com
SystemBinaryM1
Andrey Spiridonov
SystemBinaryM1 - a professional indicator for trading short-term binary options, is a complete, self-contained author's strategy for working in the binary options market. The unique algorithm for analyzing the foreign exchange market is based on the calculation of reference points on three different time periods M15, M5. M1. Thus, the indicator simultaneously analyzes the long-term, medium-term and short-term price behavior before issuing a signal. The indicator is set in the usual way and work
MACD Divergence
Sergey Deev
2.5 (2)
The indicator detects divergence signals - the divergences between the price peaks and the MACD oscillator values. The signals are displayed as arrows in the additional window and are maintained by the messages in a pop-up window, e-mails and push-notifications. The conditions which formed the signal are displayed by lines on the chart and in the indicator window. Indicator Parameters MacdFast - fast MACD line period MacdSlow - slow MACD line period MacdSignal - MACD signal line period MacdPric
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
Swing or Scalp
Jermaine Wedderburn
Coloured price charts, generating black arrows.  User can change the colours of the arrows in the colour section of the indicator.  It is consider a great scalping tool on lower time-frames, while higher time frames will have fewer opportunities but trades will possibly last longer.  There is an input for Alert on or off.  This can be used effectively on M15/M30 Chart until up to H4 chart time.  It is best if the user has some experience with money management, utilising trailing stop to protect
Your Good Friends — this is not just an indicator, but your reliable trading assistant, designed for traders who value simplicity, clarity, and stability. It combines the best classic methods of technical analysis — support and resistance levels, reversal signals, visual cues — and presents them in the clearest, most user-friendly format possible. Suitable for both beginners and experienced traders — especially those who want to eliminate chaos, reduce stress, and trade based on clear signals.
Indicator for determining the trend. The arrows and lines on the chart show the price reversal and the probable current trend or correction. You should always trade in the direction of the arrow. It is best to use the indicator on several time frames at once and enter the market when all time frames have the same arrow. For example, we open a sell trade if there is a red arrow on the M5, M30 and H4 timeframes. Or we open a buy deal if the indicator shows a blue arrow on all timeframes. Advanta
Next Trend Pro
Eduard Bartashevich
Next Trend Pro INDICATOR - the best trend indicator on the market, the indicator works on all timeframes and assets, the indicator is built on the basis of 12 years of experience in forex and many other markets. You know that many trend indicators on the internet are not perfect, late and difficult to trade with, but the Next Trend Pro indicator is different, the Next Trend Pro indicator shows a buy or sell signal, colored candles confirm the signal, and support levels and resistance levels give
This is a breakout Indicator for MT4 where you can open trades after a breakout has occurred. This indicator will draw blue boxes on the chart. You simply have to follow price until it breaks out of the box and make sure that the candle had closed above the breakout if its a buy trade and the candle must close below if its a sell trade. An alert will now pop up with suggested price entry and TP of 15 pips default. You can change TP Pis depending on your choice The indicator can trade almost any
ADX Pointer
Dominik Mandok
ADX Pointer is an indicator which is based on "Average Directional Index" and draws three numbers in chart window depending on the value of ADX. In ADX Pointer you can set "ADX_Period" which is of course period of Average Directional Index and you can also set 3 levels. When ADX value exceed first level ("ADX_Level1") in chart window appears number "1", when ADX exceed second level ("ADX_Level2") appears "2" and when ADX exceed third level ("ADX_Level3") appears "3". Simple. ADX Pointer works on
Elite Renko
Jermaine Wedderburn
5 (2)
Renko Charts with Heiken Ashi Filter now have the alerts and the    Win-rate . Now you can know which signal will give you that edge your trading needs. Risk to Reward Settings  Wins versus Losses Count There are four alert types to choose from for notification on screen, email or phone notification. The alert types also have buffers for use with automation. This indicator can be incorporated with any system that requires renko charts. The four (4) alert types are: Three-bar Formation ;  Pinbar
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
XOatrline
Ainur Sharipov
5 (2)
The indicator is based on crosses of zeros, but their period is equated to the indicator ATR. An alternative to the XOATRHIST indicator with the channel display on the chart. More informative.  Closing a bar outside the channel forms an x or O. The indicator turns on the Alert option. Options: ATRPeriod  - period ATR for the calculation of steps. XOPips    - manual pips XOalert  - output of the signal to the terminal. XOnotification  - sending a signal to the mobile terminal. XOmail  -  send a s
Stochastic BR
Antony Augustine
Stochastic BR allows you to recognize reversals professionally. The "Stochastic BR" is designed to recognize profitable counter trend patterns from your chart. Stochastic Indicator: This technical indicator was developed by George Lane more than 50 years ago. The reason why this indicator survived for so many years is because it continues to show consistent signals even in these current times. The Stochastic indicator is a momentum indicator that shows you how strong or weak the current trend i
FVG Indicator MT4
Alexander Denisovich Jegorov
Fair Value Gap (FVG) Indicator with Clear Trendlines Identify Fair Value Gaps (FVGs) like a pro! This powerful MQL4 indicator marks   Bullish   and   Bearish FVGs   with   clear, precise trendlines , giving you a visual edge in spotting high-probability trading opportunities. Key Features: Two Trendlines per FVG : Clearly marks the   top and bottom   of each FVG zone for easy identification. No Rays : Trendlines are clean and concise, ensuring a clutter-free chart. Customizable Colors : Personal
STRUCTURAL TREND LINES - MT4 Indicator Simple indicator that automatically draws trend lines based on market structure. Features: - 3 degrees of structure detection (short, medium, long term) - Configurable swing strength for each degree - Single color per degree for clean visualization - Adjustable number of lines per degree - Customizable colors and line widths How it works: The indicator identifies swing highs and lows based on the strength parameter, then connects these points to create t
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
[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
The indicator helps to identify possible rollbacks and reversals. Shows the direction of the price movement and is painted in the appropriate color. Allows you to conduct trend and counter trend trading It works on all timeframes, on any currency pairs, metals and cryptocurrency Can be used when working with binary options Distinctive features Does not redraw; Simple and clear settings; It works on all timeframes and on all symbols; Suitable for trading currencies, metals, options and cryptocurr
Over Trend MT4
Mansour Babasafary
Trend based indicator Identify trends with this indicator A simple-to-use trend indicator No complicated settings Attributes: Can be used in all symbols Can be used in all time frames Relatively high signals No complicated settings Specific to the trend Lifetime support Settings: Alarm Show Alert: By activating these settings, after receiving the signal, you will receive an alarm in Metatrader Alarm Show Notification: By activating these settings, after receiving the signal, you will receive a
FutureTrade
Andrey Spiridonov
3 (2)
FutureTrade is one of the few indicators that predicts the price right on the price chart. The indicator calculation algorithm is based on the fast Fourier transform. Given the oscillatory behavior of the price, the Fourier function predicts its future behavior. The indicator should be attached in the usual way to a chart with the trading instrument specified symbol and with the M15 timeframe. This timeframe is the most optimal for working with any symbols. Once started, the indicator calculates
Trend Long
Maryna Shulzhenko
The Trend Long indicator accompanies long trends. It can be used only to determine the global trend, but not as an entry point. Any reliable entry indicator can be used for the entry point. Or the standard RSI, based on overbought / oversold levels. The indicator can be used without restrictions on instruments or timeframes. Experiment with the parameters! The parameters are not linear! When you specify a period, you only specify a period to determine the price range for a certain interval. Th
Dynamic 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 Oscillator has adaptive Oversold/Overbought zones. Oscillator is an auxiliary tool to find exact entry points from OverSold/OverBought areas. Oversold values: below Green line; Overbought values: over Red line . It is much more accurate than standard oscillators.  With PC and Mobile alerts. Click here to see high qu
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
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
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
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
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 incre
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