DynamicBreakoutBoxTrading

DynamicBreakoutBoxTrading is a professional breakout-box indicator for MetaTrader that automatically detects “congestion zones” (price compression ranges) and builds a breakout box around them. The box expands forward in time until price breaks out, then the indicator prints breakout levels, optional continuation box, take-profit projections, and trade-signal arrows.

The main goal is to provide a clean, objective structure for range → breakout → continuation workflows, suitable for both manual trading and EA integration via indicator buffers.

How the box is built (Core Logic)

  1. Choose the working timeframe for the box
    The box can be calculated on a dedicated timeframe ( BoxTimeFrame ) even if your chart is different.

  2. Detect a “congestion zone” dynamically
    The indicator searches for the minimal number of bars (but not less than the configured minimum) where the High–Low range remains below a specified threshold (Box Range).

  • If the range stays “small enough”, it is considered a congestion zone.

  • When the range grows beyond the threshold, the congestion zone ends.

  1. Breakout levels (BO lines) + buffer

  • The raw congestion zone edges define the breakout area.

  • BoxBufferPips  shifts breakout trigger lines away from the box edges for cleaner entries and fewer false breakouts.

  1. Breakout confirmation
    You can require N bars closed outside the breakout level before the signal is printed:

  • MinBarsClosedOutsideBO = 0  → signal immediately on first breakout

  • MinBarsClosedOutsideBO >= 1  → signal after N closes outside BO

  1. Targets (TP levels)
    Optional TP projections are displayed using:

  • Factor-based targets (multipliers of the box size), OR

  • Fixed pips targets (absolute pips from the entry)

The mode is automatically selected per TP using the  TP_is_pips_above  threshold (explained below).

Signals and EA usage

The indicator can print BUY/SELL arrows when breakout conditions are satisfied.
It also provides EA-ready buffers (via  iCustom ) so you can read signals programmatically.

Optional notifications:

  • Popup alert

  • Sound

  • Push notification

  • Email
    (with built-in cooldown protection to avoid alert spam)

Inputs (All Parameters Explained)

A) Box Detection

  • BoxLength
    Minimum congestion duration in “BoxTimeFrame bars”. Higher value → fewer but stronger boxes.

  • BoxTimeFrame
    Timeframe (in minutes) used to calculate boxes (e.g., 15 = M15). Set to 0 to use current chart timeframe.

  • BoxRange
    Congestion threshold (in pips). Smaller → tighter boxes, more frequent signals. Larger → wider boxes, fewer signals.

  • AutoBoxRange
    If true, the box size is calculated dynamically from Daily ATR instead of fixed  BoxRange .

  • AutoBoxRangeDailyATRperiod
    ATR period on D1 used for automatic range calculation.

  • AutoBoxRangeDailyATRfactor
    Multiplier applied to Daily ATR to obtain dynamic BoxRange (volatility-adaptive).

  • BoxBufferPips
    Distance (pips) between the real box edges and breakout trigger lines (BO lines). Helps filter noise.

  • DaysBack
    How many days of history to scan and draw boxes for.

B) Breakout Confirmation / Entry Logic

  • MinBarsClosedOutsideBO
    Number of fully closed bars that must close outside the breakout level to trigger a signal.
    0  = enter immediately on breakout.

C) Display / Panel / TP Levels

  • ShowDisplayPanel
    Shows/hides the information panel (if enabled in this build).

  • ShowTPLevels
    Enables TP projections on the chart.

  • ShowTPLevelsOnLastBoxOnly
    If true, TP levels are drawn only for the most recent box (cleaner chart).

  • TP1 … TP9
    Target values. Each TP can be interpreted in two ways (see  TP_is_pips_above  below).

  • TPLevelColor
    Color of TP/Fibo levels.

  • TP_is_pips_above
    Threshold that defines how TP values are interpreted:

    • If  TPx < TP_is_pips_above  → TPx is treated as a factor of box size (e.g., 0.618, 1.382, 2.618, etc.)

    • If  TPx >= TP_is_pips_above  → TPx is treated as fixed pips from entry (absolute pips target)

D) Signal Arrows (Visual)

  • BuySignalArrowCode / SellSignalArrowCode
    Wingdings arrow codes used for signals.

  • BuySignalArrowColor / SellSignalArrowColor
    Arrow colors.

E) Alerts / Notifications

  • SignalMail
    Send email on a new signal.

  • SignalAlert
    Show popup alert on a new signal.

  • SignalSound
    Play sound on a new signal.

  • SignalSoundFile
    Sound file name (e.g.,  alert.wav ) placed in the terminal sounds folder.

  • SignalPush
    Send push notification to MetaQuotes ID.

  • SignalCooldownSec
    Cooldown (seconds) to prevent repeated alerts for the same breakout.

F) Statistics / Export

  • CreateStatisticsFile
    If true, the indicator creates/updates a CSV statistics file (for analysis).

G) Styling / Colors / Objects

  • BreakoutBoxFontSize
    Font size for box labels.

  • BreakoutBoxColor
    Main box color.

  • BreakoutBoxContColor
    Continuation box color.

  • BreakoutBoxContFullColored
    If true, continuation box is fully colored.

  • BreakoutBoxContPriceColor
    Color of continuation box price labels.

  • BreakoutPriceColor
    Color of breakout price labels/lines.

  • BreakoutPriceWidth
    Thickness/visibility of breakout price labels/lines.

  • StatsColor / StatsBGColor
    Panel text/background colors.

  • StatsCorner
    Panel corner location (0..3).

  • BoxVerticalLineDelimiter
    Draws vertical delimiters for boxes (optional).

  • BoxVerticalLineColor
    Color of vertical delimiters.

  • SwingLabelsFontSize / SwingLabelsColor
    Swing/label styling (if enabled in your build).

  • Fonts
    Font name (e.g., Arial).

  • debug
    Debug mode (0 = off). Use only for troubleshooting.

Notes

  • Works on any symbol (including CFDs and metals) and timeframe.

  • Breakout confirmation and volatility-adaptive range make it suitable for both conservative and aggressive breakout styles.

  • EA-ready buffers allow integration into automated strategies via  iCustom .


Recommended products
The Parabolic SAR & Support/Resistance Levels is not only a technical analysis indicator, used in forex trading to identify potential trend reversals and entry and exit points, but also a ready-made autonomous trading strategy.   The Indicator builds upon the PSAR indicator by adding dynamic support and resistance levels to the chart, which can help traders identify key price levels where the market may potentially reverse. Using this indicator, traders can gain insight into the strength and di
Support And Resistance Screener is in one level indicator for MetaTrader that provide multiple tools inside one indicator. The available tools are :  1. Market Structure Screener. 2. Bullish Pullback Zone. 3. Bearish Pullback Zone. 4. Daily Pivots Points 5. weekly Pivots Points 6. monthly Pivots Points 7. Strong Support and Resistance based on Harmonic Pattern and volume. 8. Bank Level Zones. Key Features All in one level indicator. All types of alerts ( Pop-up alert, puss notification alerts.
PX Trend
Vitalii Zakharuk
PX Trend is a technical indicator that mathematically transforms the price of a currency pair in the form of signaling arrows on the chart, it is used to predict the direction of the market movement. This tool is basic for the interpretation of the parameters of the graphs in technical analysis. PX Trend refers to an arrow indicator Forex - a tool that gives unambiguous signals to buy or sell currencies using arrows. An arrow directed upwards recommends buying, downward - selling. The indicato
This indicator is meant for Harmonic Traders, it helps them in identifying the formed patterns by analyzing the market past data, looking for Harmonic Patterns. The Patterns that this indicator can detect are: AB=CD Butterfly Gartely Crab Bat The indicator shows the following: The completed pattern, with the critical zone highlighted in Gray box The suggested 3 take profit levels (in green) The Suggested Stop Loss level (in Red) The formed pattern ratios can be checked by hovering the mouse on t
Price Strength
Vincenzo Maria Arricale
This indicator computes two lines representing the price bar strength. Close, high and low of each bar are compared with the highest high and lowest low of the last N bars, where N is a parameter set by user. Two lines are computed, a red one and a green one, with values between 0 and 100. High values of the red line means that close is very far from the bar high, while high value of the green line means price  is very far from the bar low . The indicator provides alerts when red or green line a
Indicators 14 in 1
Makarii Gubaydullin
5 (1)
14 Indicators and auxiliary tools for convenient trading This utility contains 14 additional tools that can be useful for certain actions of the trader,   thereby simplifying and speeding up the trading process. Check out my  #1 Trade Manager : includes 66+ features and indicators  |   Contact me  if you have any questions Due to the different monitor resolutions, some users may encounter the fact that the labels will be displayed with an overlay or be too small. If you encounter such a problem,
Fibo Panda is an indicator that can help you predict the end of daily trends. If the daily price has reached the END L4 or END H4, means the Daily volume is enough. If the daily price has reached the Highest or Lowest, means the price has reached the highest or lowest level. Price must touch the End Hi or End Low Level to complete the price movement of each timeframe. A conclusion can be made whether to buy or sell. If the price is in the High Guard and Low Guard areas it means the price is now
Happy Croc
Pui Yan Leung
Overview Happy Croc is a trend-following and momentum-based technical indicator, it is built upon the classic Bill Williams Alligator logic and significantly enhanced by adding two critical filters: 200 SMA and Stochastic Oscillator for momentum confirmation. The indicator is designed to identify "crossover" events specifically in the direction of the dominant market trend.   Key Functions Trend Filtering (SMA 200) Acts as a primary gatekeeper for signals: Buy arrows are only permitted when the
BreakevenMarginCallPanel
Andrian Armand Gannery
This is indicator for checking your trades. Please see the pictures attachment, the indicator show info about: - Breakeven Level; - Margin Call Level; - Two volume info, past and current (With color exchange base on the past volume); - Spreads; - Swap Long and Swap Short (With color change, positive and negative swap); - Running Price; -Today High Low Pips; - Today Open to Current Running Price pips. This indicator not for trading entry, only to assist your trade management Regards
This indicator is a proof of concept of pyramid trading strategy. It draws fibonacci level automatically from higher high to lower low or from lower low to higher high combinate with Pyramid Trading Strategy for better risk reward ratio. What is Pyramid Trading Strategy? The pyramid forex trading strategy is a something every forex trader should know about because it makes the difference between making some pips with some risk in only one trade or some pips with less the risk by applying the pyr
This indicator was created to spot potential reversals in the market. It will help you find the edge while trading which is required to be profitable. The indicator does what its good at, processing data objectively and presents you with the results once a new setup has been formed. It can send you a notification or email and such, so you are not required to follow the market every move. This, coupled with the edge it gives, give you the time and rest to take the appropriate action. The Engulfi
Looking for a trading tool based on the RSI indicator that can display crossovers arrows on all time frames? Introducing trading indicator : All Time Frame Double RSI Model S ready to help you achieve daily profits. This tool is created using the intersection of two RSI (Double RSI) indicator lines: the main RSI and the signal RSI. Using this tool makes it easier to observe the real-time dashboard and intersections of multiple timeframes simultaneously. Viewing both higher and lower timeframes
Looking for a trading tool based on the RSI indicator that can display crossovers arrows on all time frames? Introducing trading indicator : All Time Frame Double RSI Model T ready to help you achieve daily profits. This tool is created using the intersection of two RSI (Double RSI) indicator lines: the main RSI and the signal RSI. Using this tool makes it easier to observe the real-time dashboard and intersections of multiple timeframes simultaneously. Viewing both higher and lower timeframes
My Point MT4
Claudia Ramona Angerer
4 (1)
Diagnosis of major and minor pivot Trend detection with many signals Can be used in all symbols Can be used in all time frames Settings: Back Show: The number of candles it displays If you need any adjustments, or have any questions or suggestions, message me How to trade: Blue: sell signal Red: buy signal Blue and red at the same time: no signal Exit signal: Opposite signal
Note : The slow loading of the indicator issue has been addressed . This new version loads fast and does not slow the platform. Version 1.3 : We have updated the indicator to include an historical bar scanning option . So instead of scanning all bars in the history (which can make the indicator slow sometimes ) , you can select the maximum number of bars it can scan which can increase the performance and make the indicator faster. This indicator scans the 1-3 Trendline pattern . The indicato
MoveWave
Andriy Sydoruk
MoveWave - Moving waves are very handy indicators for determining pivot levels. Most Forex traders make decisions based on technical analysis. This type of analysis determines patterns and trends in the market. With the help of complex mathematical equations that are combined and made out in the form of this indicator, the trader will be able to more accurately determine the price reversal levels. Wave theory mathematically represents various behavioral models of the market. It is used as the ba
Session Kill zones with panel for quick changes. Asia Killzone London Killzone New York Killzone London Close Killzone In this indicator GMT+2 timings are used that are most common among many brokers. read the image attached in the screenshots to know more about sessions adjustments Session timings can be changed according to your broker timings and day light savings. Thank you :) Always open to feedback and criticism if it helps me provide you more value. - Rahul  My other indicators you may l
ROC acceleration-deceleration is the manual system for medium-term scalping. Indicator based on custom ROC system which defines bullish/bearish market and especially  acceleration-deceleration of tendention in the market's main direction. Buy arrow is plotted during bearish market when current trend decelerates and sell  arrow is plotted during bullish market when current trend decelerates. Main Indicator's Features Signals are not repaint,non-late or disappear(exept cases when system recalculat
Ska ZigZag BuySell
NKATEKO VUKOSI LEROY MASANGO
Ska ZigZag BuySell indicator determines the overbought and oversold regions within a trend. The indicator determines the overbought region by the candlestick high and the oversold region by the candlestick low. This indicator only gives signals with arrow and audible alerts each and every time when a new candlestick appear. To utilize the full strategy i recommend using "Ska ZigZag BuySell" together with "Ska ZigZag Line". The Ska ZigZag Line indicator is available for free. NOTE: Indicator is h
The   Parabolic Breakout Scanner Pro   is a   comprehensive market analysis tool   designed to   monitor multiple currency pairs and timeframes simultaneously   using   Parabolic SAR breakout detection . This indicator   continuously scans   across various   trading instruments   and   time horizons , identifying   potential breakout patterns   and providing traders with a   centralized dashboard   of trading opportunities. By tracking   Parabolic SAR reversal patterns   across different market
Machine Learning Adaptive SuperTrend - Take Your Trading to the Next Level! Introducing the   Machine Learning Adaptive SuperTrend , an advanced trading indicator designed to adapt to market volatility dynamically using machine learning techniques. This indicator employs k-means clustering to categorize market volatility into high, medium, and low levels, enhancing the traditional SuperTrend strategy. Perfect for traders who want an edge in identifying trend shifts and market conditio
Trend Forecasting
Mohamed Hassan
4.76 (17)
Summer Sale: 50% OFF!!! Promotion is valid until 08 August 2025!  This indicator is unstoppable when combined with our other indicator called Katana. After purchase, send us a message and you could get Katana for FREE as a BONUS After purchase, send us a private message for your instructions.  The Trend Forecasting indicator is a very unique & easy tool that is able to make prediction about future price movement based on the signals generated by MACD . It helps you have an estimation on the are
Candle Inside indicator - draws Japanese candlesticks of a higher timeframe on the chart. Now, after loading the indicator, it is possible to see what is happening inside each candle. In addition to the standard buttons for selecting the timeframe in the MT-4 terminal, additional buttons are added, when clicked, an older period is selected to display Japanese candles or zones. For example, if you select the standard period M1 and the period of the indicator M5, then the chart will display minute
Alert Up Down MT4
William Oswaldo Mayorga Urduy
ALERT UP - DOWN FOR METATRADER 5 This indicator generates an alert when the price leaves the zone between the UP and DOWN lines. You can generate alerts of various types such as: > Sound > Message box > Message in the expert box > Mail (previously configured) > PUSH notifications (previously configured) The lines must be configured from the indicator properties and not from the lines properties, since if it is done from the lines properties, the finonacci may be affected. Among the s
Overview Happy Devil  is an Auto-Fibonacci Retracement Indicator designed to eliminate the subjectivity of manual drawing. It identifies market swings automatically   Key Functions 1. Visual Legend Blue Lines (0.0% & 100.0%): Represent the boundaries of the current price swing. Red Line (61.8%): Highlights the "Golden Ratio," a critical level for trend reversals or retracements. White Lines: Represent the secondary retracement levels (23.6%, 38.2%, 50.0%, 78.6%). Auto-Extend Right: All lines aut
HF SuperZig
Wong Sze Wai
5 (2)
This SuperZig indicator is special design for some trader trade with  ZigZag  and  Fibonacci . ( !!! NEW !!! +++ Support and Resistance +++ ) It will draw least two Fibonacci automatically in your chart period. Alerts when Created/Touced the Support/Resistance Box, it will send phone push/email notification to you at the same time. ZigZag + Fibo + BreakOutLine + SupportResistance = SuperZig !!! Input Parameter: " Show ZigZag " ::  Show ZigZag indicator with your own style ; " Show BreakOut Lin
Alpha TP Zone
Effendi Hadi Rais S T
5 (1)
ALPHA TP ZONE – SMART TAKE PROFIT & LIQUIDITY TOOL Alpha TP Zone is a professional trading indicator designed to help traders identify liquidity zones, take profit targets, and high-probability reaction areas with precision. KEY FEATURES Automatic Liquidity Detection (Buy & Sell Zones) Smart Take Profit Levels (Institutional Target) Clean Zone Visualization (No Lag) Real-Time Market Reaction Mapping Built-in Alert System Multi-Timeframe Compatible HOW IT WORKS The indicator
FREE
Range one
Abdiasis Omar Hassan
Range one indicator MT4, for any instruments and it alerts instant, suitable and works best timeframes (4H) and higher 1 . to trade as trend you will need to have Confirmation technical indicator called PARABOLIC SAR Periods step = 0.9 and Maximum = 0.2  Go buy if PSAR is Trending (if PSAR is greater then previous PSAR)  and Go Sell (if PSAR is lower then previous ) 2. Range one indicator is for One candle to trade when it alerts you Buy Go Buy for One candle and Sell Respectively 3 see the pi
This is indicator signals entry buy or sell for trader. It notification price entry to trader and price Stop Loss and price Take Profit. Indicator price for entry orders Pending Limit. Input Parameters On Alert - true/false (Displays a message in a separate window.) On Send Notification - false/true. (Sends push notifications to the mobile terminals, whose Meta Quotes IDs are specified in the "Notifications" tab. (Strict use restrictions are set for the SendNotification() function: no more than
The indicator compares pattern found on chart history with the current price movement. Since history repeats itself, then, by comparing the two patterns, indicator can predict the further movement of the price. The indicator allows you to overlay highlighted history pattern with current movement and you will visually see this movement and will be able to compare the past and the present. To compare two patterns, you need: It is necessary to find and highlight a pattern on the history chart of a
Buyers of this product also purchase
Gann Made Easy
Oleg Rodin
4.84 (168)
Gann Made Easy is a professional and easy to use Forex trading system which is based on the best principles of trading using the theory of W.D. Gann. The indicator provides accurate BUY and SELL signals including Stop Loss and Take Profit levels. You can trade even on the go using PUSH notifications. PLEASE CONTACT ME AFTER PURCHASE TO GET TRADING  INSTRUCTIONS AND GREAT EXTRA INDICATORS   FOR FREE! Probably you already heard about the Gann trading methods before. Usually the Gann theory is a ve
Neuro Poseidon MT4
Daria Rezueva
4.82 (44)
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
Super Signal – Skyblade Edition Professional No-Repaint / No-Lag Trend Signal System with Exceptional Win Rate | For MT4 / MT5 It works best on lower timeframes, such as 1-minute, 5-minute, and 15-minute charts. Core Features: Super Signal – Skyblade Edition is a smart signal system designed specifically for trend trading. It applies a multi-layered confirmation mechanism to detect only strong, directional moves supported by real momentum. This system does not attempt to predict tops or bottoms
Prop Firm Sniper
Mohamed Hassan
5 (5)
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
M1 Sniper
Oleg Rodin
5 (26)
M1 SNIPER is an easy to use trading indicator system. It is an arrow indicator which is designed for M1 time frame. The indicator can be used as a standalone system for scalping on M1 time frame and it can be used as a part of your existing trading system. Though this trading system was designed specifically for trading on M1, it still can be used with other time frames too. Originally I designed this method for trading XAUUSD and BTCUSD. But I find this method helpful in trading other markets a
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
Atomic Analyst
Issam Kassas
5 (9)
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
Scalper Inside PRO
Alexey Minkov
4.68 (69)
Scalper Inside PRO Scalper Inside PRO is an intraday trend and scalping indicator that uses exclusive built-in algorithms to evaluate market direction and key target levels. The indicator automatically calculates entry and exit points and several profit target levels, and it shows detailed performance statistics, so you can see how different instruments and strategies behaved on historical data. This helps you select instruments that fit current market conditions. You can also connect your own a
PZ Trend Trading
PZ TRADING SLU
4.8 (5)
Capture every opportunity: your go-to indicator for profitable trend trading Trend Trading is an indicator designed to profit as much as possible from trends taking place in the market, by timing pullbacks and breakouts. It finds trading opportunities by analyzing what the price is doing during established trends. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Trade financial markets with confidence and efficiency Profit from established trends without getting whips
DayTrader PRO 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 indicator generates clear   BUY   and   SELL   signals together with adaptive   Stop Loss   and   Take Profit   levels calculated from curre
Cycle Sniper
Elmira Memish
4.39 (36)
Please contact us after your purchase and we will send you the complimentary indicators to complete the system Cycle Sniper is not a holy grail but when you use it in a system which is explained in the videos, you will feel the difference. If you are not willing to focus on the charts designed with Cycle Sniper and other free tools we provide, we recommend not buying this indicator. We recommend watching the videos about the indiactor and system before purchasing. Videos, settings  and descri
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 (
M1 Arrow
Oleg Rodin
4.81 (21)
M1 Arrow is an indicator which is based on natural trading principles of the market which include volatility and volume analysis. The indicator can be used with any time frame and forex pair. One easy to use parameter in the indicator will allow you to adapt the signals to any forex pair and time frame you want to trade. Besides the main algorithm which is based on buy and sell signals, the indicator also has multiple built-in extra strategies which you can choose in the inputs. These strategies
PZ Divergence Trading
PZ TRADING SLU
5 (2)
Unlock hidden profits: accurate divergence trading for all markets Tricky to find and scarce in frequency, divergences are one of the most reliable trading scenarios. This indicator finds and scans for regular and hidden divergences automatically using your favourite oscillator. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to trade Finds regular and hidden divergences Supports many well known oscillators Implements trading signals based on breakouts Display
Supply and Demand Dashboard PRO
Bernhard Schweigert
4.8 (20)
Trading Special – 30% OFF This dashboard is a very powerful piece of software working on multiple symbols and up to 9 timeframes. It is based on our main indicator (Best reviews:   Advanced Supply Demand ). The dashboard gives a great overview. It shows: Filtered Supply and Demand values including zone strength rating, Pips distances to/and within zones, It highlights nested zones, It gives 4 kind of alerts for the chosen symbols in all (9) time-frames. It is highly configurable for your pers
ORB Seeker
Marcela Goncalves De Oliveira
Limited Special Price!  Only $79! Price will increase after 10 sales, final price $199. After purchase contact me to get a FREE bonus EA that can trade the breakout signals fully automated and optimized set files. Catch clean session breakouts with confidence! ORB Seeker is a professional Opening Range Breakout (ORB) indicator built for traders who want accuracy, simplicity, flexibility, and clear chart structure. It automatically plots the pre-market or custom session range on any instrument,
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
Gold Signal Swing Pro XAUUSD with Auto TP SL (MT4) — 7-Layer Filter + RR Guarantee System for XAUUSD Swing Trading No repaint. No redraw. No lag. All signals lock after confirmation. Bonus for buyers: Get AI Zone Radar ($59 value) + PDF manual free with purchase. Send me a message on MQL5 after buying. AI Zone Radar: https://www.mql5.com/en/market/product/175834 MT5 version also available: https://www.mql5.com/ja/market/product/177643?source=Site +Profile+Seller Used and trusted by gold traders
TrendMaestro
Stefano Frisetti
4 (4)
Attention: beware of SCAMS, TRENDMAESTRO is only ditributed throught MQL5.com market place. note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes a
Neo Wave PRO
Nikolay Raykov
5 (1)
Price & Time Market Structure Indicator A professional market structure tool that analyzes waves through both price and time — not price alone. Main Description NeoWave PRO is a professional market structure indicator for MetaTrader 4 designed for traders who want to move beyond traditional one-dimensional wave tools such as ZigZag, swing indicators, and basic high/low systems. Most wave indicators analyze only one thing: Price. But a real market wave is not only a price movement. A true wave de
This product was   updated   for the   2026 market   and   optimized   for the   latest MT5 builds . PRICE UPDATE NOTICE: Smart Price Action Concepts   is currently available for $200. The price will   increase to $299   after the next   30 purchases. SPECIAL OFFER:  After purchasing , send me a private message to claim FREE Bonus + Gift. First of all Its worth emphasizing here that this Trading Tool is Non Repainting , Non Redrawing and Non Lagging Indicator , Which makes it ideal for profes
PZ Day Trading
PZ TRADING SLU
3.67 (3)
Effortless trading: non-repainting indicator for accurate price reversals This indicator detects price reversals in a zig-zag fashion, using only price action analysis and a donchian channel. It has been specifically designed for short-term trading, without repainting or backpainting at all. It is a fantastic tool for shrewd traders aiming to increase the timing of their operations. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Amazingly easy to trade It provides
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
There is always a need to measure if the market is "quiet" or it is volatile. One of the possible way is to use standard deviations, but the issue is simple : We do not have some levels that could help us find out if the market is in a state of lower or higher volatility. This indicator is attempting to do that : •           values above level 0 are indicating state of higher volatility (=GREEN buffer) •           values below level 0 are indicating state of lower volatility (=RED buffer)
Trend Lines PRO
Roman Podpora
5 (1)
TREND LINES PRO    helps understand where the market is truly changing direction. The indicator shows real trend reversals and points where major players re-enter. You see   BOS lines   Trend changes and key levels on higher timeframes — without complex settings or unnecessary noise. Signals don't repaint and remain on the chart after the bar closes. VERSION MT 5     -     Reveals its maximum potential when paired with the   RFI LEVELS PRO  indicator What the indicator shows: Real shifts   tren
Italo Volume Indicator
Italo Santana Gomes
4.92 (79)
BUY INDICATOR AND GET EA FOR FREE AS A BONUS + SOME OTHER GIFTS! ITALO VOLUME INDICATOR  is the best volume indicator ever created, and why is that? The Indicator works on all time-frames and assets, indicator built after 7 years of experience on forex and many other markets. You know many volume indicators around the internet are not complete, does not help, and it's difficult to trade, but the Italo Volume Indicator is different , the Italo Volume Indicator shows the wave volume, when market
Market Makers
Mohamed Hassan
5 (4)
After purchase, contact me privately to receive 1 month of free testing with EA Forex Proton! This advanced MT4 trading robot automatically executes signals from any MT4 indicator, including Market Makers. The latest version also includes AI integration, allowing each trade signal to be analyzed using Artificial Intelligence. Live Signal with EA Forex Proton: Click here Market Makers is a powerful price action trading system designed to identify high-probability Buy and Sell opportunities based
Dashboard uses Ichimoku Strategy to find best trades. Get extra Indicators/Template: And read more about detailed Product Description and usage here: https://www.mql5.com/en/blogs/post/747457 Read more about Scanner Common features in detail here: https://www.mql5.com/en/blogs/post/747456 Features: Price Kumo Breakout Tenkan-Kijun Cross Chikou/CLoud and Chikou/Price Support/Resistance (SR-SS or SR-NRTR) Stochastic OB/OS and back Awesome Oscillator Higher Timeframe Ichimoku Trend Align
Hydra Trend Rider is a non-repainting, multi-timeframe trend indicator that delivers precise buy/sell signals and real-time alerts for high-probability trade setups. With its color-coded trend line, customizable dashboard, and mobile notifications, it's perfect for traders seeking clarity, confidence, and consistency in trend trading. Setup & Guide:  Download  MT5 Version here. To learn how to use the Indicator: Indicator Manual & Guide -   Read Here Exclusively for you: It's your chance to st
AXIOM MATRIX MT5 LAUNCH PRICE: $99 Axiom Matrix is available at the launch price of $99. The price will increase to $199 after the first 30 purchases. After your purchase, send me a direct message to receive your instructions and claim your exclusive gift bonus. Axiom Matrix is a professional multi-symbol, multi-timeframe market scanner and decision dashboard for MetaTrader 5. It scans your Market Watch, analyzes multiple timeframes, reads multiple evidence engines, compares the strongest opport
More from author
The Extreme Spike PRT Indicator   is an effective tool for identifying   sharp market fluctuations .   It performs its calculations using the ATR (Average True Range) indicator and displays candles with extreme volatility in two categories:   primary spikes   and   secondary spikes , within the Metatrader platform oscillator window. This tool assists traders in detecting   intense price movements   and conducting more precise   analyses   based on these fluctuations. Time Frame 15-minute - 1-hou
The TMA Centered Bands Indicator for MT5 draws bands on the chart and shows the overall price trend. It displays three bands - the lower and upper boundaries of the channel and the median.   The bands are made up of moving averages, and each of them has an MA period. The name TMA comes from triangular moving averages, as the indicator draws triangular bands.   The price will fluctuate between these ranges whenever the trend changes direction, thus creating entry and exit points.   How to trade
FREE
This universal advisor is based on its own Algorithm, which is an incredibly effective tool due to the simultaneous operation of a trading strategy based on our  Indicator " Channel Sgnals ProfRoboTrading" and our proprietary signal filter system together with the Martingale method, which together work out a very interesting hedging system. Traders are also given the opportunity to set up their own risk management system with two filters to control deposit drawdowns . The advisor's algorithm is
Bollinger Bands Stop Indicator holds significant importance for traders navigating the complex world of financial markets. Its relevance lies in several key aspects. Firstly, it aids in trend identification. By analyzing price movements relative to the Bollinger Bands, traders can discern whether the market is in an uptrend, downtrend, or ranging phase. Secondly, the indicator provides valuable insights into market volatility. Wider bands indicate higher volatility, while narrower bands suggest
FREE
The Channel Sgnals ProfRoboTrading Indicator for MT5 is an effective Forex trading tool designed to track market movements.   The MT5 signal point indicator effectively detects trend reversals after they have already occurred. This Indicator   is a fully automated technical tool that includes a number of parameters to track market trends.   It automatically examines the ever-changing price dynamics of the market, compares the information with earlier data and generates a trading signal. Because
FREE
The TrendOscillator Indicator is an upgraded version of the traditional Stochastic Oscillator.   It comprises two lines: %K and %D.   The %K line represents the current market position.   In contrast, the %D line is a moving average of the %K line used to generate signals and identify potential entry or exit points. The good thing is the indicator works on all timeframes like the traditional Stochastic.   However, to avoid any false signals, applying the indicator on longer timeframes is better
FREE
The TMA Centered Bands indicator for MT4 draws bands on the chart and reports the overall price trend, as well as gives arrows signals to buy and sell when the bar closes outside the channel. Unlike many TMAs, our version uses the calculation part of the algorithm without redrawing, and also adds the ability to select a symbol. The bands are made up of moving averages, and each of them has an MA period. The name TMA comes from triangular moving averages, as the indicator draws triangular bands
FREE
Kalires Channel Indicator
Irina Cherkashina
3 (1)
The Kalires Channel Indicator is a technical indicator used to evaluate trend direction and potential trading opportunities. This is a hybrid indicator that combines Kauffman Adaptive Moving Average (KAMA), linear regression and smoothing. The Kalires Channel Indicator consists of two lines: one central and two outer bands. The central line is a smoothed KAMA modified according to the direction of the trend. The outer bars represent two linear regression lines drawn above and below the center l
FREE
The TrendChannelTracker Indicator is an innovative Forex trading tool. This indicator, which is based on the standard Stochastic Oscillator, provides traders with a unique and simplified method for observing market trends. In contrast to the traditional Stochastic Oscillator, which is shown at the bottom of the chart, the TrendChannelTracker Indicator is built into the price action itself. This removes the need for traders to continually switch their attention between the oscillator and the pri
FREE
Our modernized version of the popular channel TMA_TRUE  indicator for MT4, which provides information on the main points of trend reversal and momentum exhaustion by drawing a channel on the chart, also draws arrows of signals for buy and sell. As a result, traders can identify bullish and bearish price reversal zones and BUY and SELL accordingly. This indicator works well on all instruments and on all Timeframes. This indicator is the basis of our Channel Trigger EA, which you can buy in MQL
FREE
The Red Dragons Support and Resistance Levels indicator automatically determines support and resistance levels using the proprietary algorithm based on historical and current data, so the levels are dynamic, which allows you to adjust trading targets based on the current price movement. For this reason, we use this indicator in our advisors, for example, Red Dragons, which you can purchase here: https://www.mql5.com/en/market/product/128713?source=Site +Market+MT4+New+Rating006 The panel also
FREE
The BandsFill Indicator is a modified Bollinger Bands with a colored cloud.   It has two adjustable parameters: Period Deviation The cloud is colored as follows: If the price crosses the upper band, the cloud is blue. If the price crosses the lower band, the cloud is pink.   Thanks to this, the BandsFill Indicator provides traders with an easy opportunity to detect various features and patterns in price dynamics that are invisible to the naked eye. Based on this information, traders can predict
FREE
The Forex Gangster Indicator allows you to determine the current trend. If the Forex Gangster Indicator line has moved below the price and turned blue, then you should open deals for an increase. If the Forex Gangster Indicator line has appeared above the price and turned red, then you should open deals for a decrease: The indicator is suitable for any time frames, but it needs to be supplemented with filtering indicators, since by itself it is late and does not have time to give an accurate si
FREE
This indicator works by plotting fractals on the chart as arrows that can be used as buy or sell signals. It is a great tool for both new and experienced traders as it provides a clear visual representation of the market and helps traders identify fractals. Although it repaints, it can be used quite effectively in conjunction with other tools to filter trading strategies. We use this indicator in this way in our Royal Fractals EA, which you can purchase on the MQL5 Market: https://www.mql5.com
FREE
This indicator works by plotting fractals on the chart as arrows that can be used as buy or sell signals. It is a great tool for both new and experienced traders as it provides a clear visual representation of the market and helps traders identify fractals. Although it repaints, it can be used quite effectively in conjunction with other tools to filter trading strategies. We use this indicator in this way in our RoyalFractals II Expert Advisor, which you can purchase on the MQL5 Market: https:
FREE
The Teamtrader Channel Stop indicator allows you to determine the current trend. If the Teamtrader Channel Stop indicator line has moved below the price and turned blue, then you should open deals for an increase. If the Teamtrader Channel Stop indicator line has appeared above the price and turned red, then you should open deals for a decrease: The indicator is suitable for any time frames, but it needs to be supplemented with filtering indicators, since by itself it is late and does not have
FREE
Moving Averages Divergence 3x3    Indicator     uses the crossover technique for signaling the market trend and the trade opportunities as well.     It applies 3 formats of the same indicator and allows them to plot the crossover signals which are interpreted as the trade signals along with the direction of the market trend. Moving Averages Divergence 3x3    Indicator   can be applied to trade all kinds of forex currency pairs within the financial markets.  Although, this indicator works well o
FREE
Forex Gangster PRT
Irina Cherkashina
FOREX GANGSTER is a unique Expert Advisor created by a professional prop trader and financial asset manager with many years of experience. This is a solution for those who strive for stable profits without constant control over each transaction or monitoring the work of a trading advisor. Created for optimal conservative trading and investing through exchange instruments with long-term regular profits and minimal risks. The Expert Advisor algorithm is based on a deep understanding of market pat
The Wolf Wave Finder Indicator is a popular indicator, that is useful in identifying potential trading opportunities.   The indicator works by recognizing the Wolf Wave pattern, which is a well-known pattern used by professional traders to identify potential areas of support and resistance.   The indicator is easy to use and provides traders with an easy way to identify potential trades.   The Wolf Wave Finder Indicator is a great tool for traders who are looking for a reliable and accurate way
This indicator is a fusion of the Parabolic SAR and Fibonacci indicators. Fibo is drawn on the last wave, at the peaks the indicator displays prices for convenience. Parabolic SAR helps to define the market trend and generates trends following trade signals.   On the other hand, Fibonacci plots the price retracement levels so that traders can determine a better and safer place to enter the market. Scalping with Parabolic SAR and Fibonacci Overview. For this strategy, in addition to our indicator
This is an easy-to-set-up and easy-to-use Expert Advisor that will help you always have the necessary information about your trading account at hand, sending from MetaTrader 4 to you in Telegram: • Account drawdown • Number of open positions • Volume of open positions • Profit per day, week, month How to get an chat ID: - Chat with BotFather to create Bot and get API Token of Bot. If you had Bot, skip the step. - Chat with bot @userinfobot , then the bot will reply your ID. How to set
The SYMBOL MANAGER symbol change indicator is an effective tool designed to enhance trading convenience and significantly simplify the trader's experience. This indicator allows users to switch seamlessly between currency pairs and timeframes within a single open window of the trading terminal. Importantly, when switching, the associated template, including indicators and current chart settings, is automatically duplicated, ensuring a consistent trading environment.
The Morning Star PRT indicator uses the morning flat breakout principle. The indicator displays morning flat levels and shows possible targets. An additional Fibonacci level has been added to the indicator, as well as sound alerts about the intersection of both target levels specified in the settings and the night flat level. The Morning Star PRT indicator builds a night flat channel at the end of the night, as well as two Fibonacci price levels up and down. These levels can be considered both
Indicator Supply & Demand zones PRT– is a custom tool that is used to perform supply and demand zones marking of the chart. The indicator draws lines and rectangles on the chart that highlight resistance/support levels and supply/demand zones. For convenience, both lines and figures are painted in different colors so that the signals are easily distinguished from each other.The indicator draws only fresh levels, that is, those that have not yet been used and the price has not yet broken through
This indicator is a powerful tool for traders looking to identify chart patterns, and the benefits of incorporating it into their trading strategy are numerous. This tool effectively identifies and signals potential trends and reversals in the financial markets, thereby increasing trading profitability. Thanks to its advanced algorithm, the indicator can accurately analyze market data, providing traders with valuable information that can help them make informed decisions. Using this indicator al
This universal expert advisor is based on our own Algorithm, which is based on effective and time-tested Elliot Wave Theory.  This expert advisor is ideal for working both on a flat and during sharp or protracted trend movements (thanks to the Martingale method, according to which averaging positions are opened in accordance with the multiplier and distance set in the settings for accepting a new signal). ATTENTION! CAREFULLY STUDY THE OPERATING PRINCIPLE AND AVAILABLE SETTINGS OF THE EXPERT AD
This is the automatic price spike signal indicator for MT4. Plots advance alerts on potential breakouts/pullbacks. Suits forex, stocks & crypto trading strategies. This is a perfect indicator for reversal traders. A spike often indicates a turn-around moment. The best way to use that gauge is to apply it to your favourite trading system as a filter. 這是 MT4 的自動價格飆升訊號指示器。繪製有關潛在突破/回調的預先警報。適合外匯、股票和加密貨幣交易策略。 對於反轉交易者來說,這是一個完美的指標。尖峰通常表示轉變時刻。使用該指標的最佳方法是將其作為過濾器應用到您最喜歡的交易系統中
The Parabolic SAR & Support/Resistance Levels is not only a technical analysis indicator, used in forex trading to identify potential trend reversals and entry and exit points, but also a ready-made autonomous trading strategy.   The Indicator builds upon the PSAR indicator by adding dynamic support and resistance levels to the chart, which can help traders identify key price levels where the market may potentially reverse. Using this indicator, traders can gain insight into the strength and di
The All Market Channels indicator from ProfRobotrading automatically builds and displays all formed trading channels on the screen. This indicator is very convenient for trading on all existing channel strategies and is applicable to all instruments and timeframes.  Look at the screenshot - it will tell you more :) More information is available on our website ProfRoboTrading.
This is a Bollinger Bands Compression indicator. It detects volatility compression and the release of “suppressed momentum.” It can be used when it coincides with any specific trading entries — released volatility means a higher probability of making a decent profit. There is also a histogram with colored bands symbolizing weakness or strength, and a zero line crossover. Therefore, this indicator can be used both in conjunction with other indicators within trading strategies, and on its own meri
Filter:
No reviews
Reply to review