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 .


Рекомендуем также
This indicator gives fewer signals but precise when it does. Its a little scaled down version of ControlEdge Fx indicator , that gives less number of signal with less precise. If you want one the gives more signals and more accurate in catching larger trends you might want to check out ControlEdge Fx in this link  https://www.mql5.com/en/market/product/175731 Enter Buy when the Blue Arrow appears  Exit Buy when the Red X sign appears Enter Sell when the Red Arrow Appears    Exit Sell when the
FREE
Parabolic SAR & Support/Resistance Levels — это не только индикатор технического анализа, используемый в торговле на рынке Форекс для определения потенциальных разворотов тренда и точек входа и выхода, но и готовая автономная торговая стратегия. Индикатор основан на индикаторе PSAR, добавляя на график динамические уровни поддержки и сопротивления, которые могут помочь трейдерам определить ключевые уровни цен, на которых рынок может потенциально развернуться. Используя этот индикатор, трейдеры
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 - технический индикатор который математически трансформирует цену валютной пары в виде сигнализирующих стрелок на графике, используется для прогнозирования направления движения рынка. Этот инструмент является базовым для интерпретации параметров графиков в теханализе. PX Trend относится к стрелочным индикатором Форекс — это инструмент, дающие однозначные сигналы к покупке или продаже валюты с помощью стрелок. Направленная вверх стрелка рекомендует покупку, вниз — продажу. Индикатор ис
Данный индикатор предназначен для гармонических трейдеров. Он ищет гармонические паттерны и помогает найти сформировавшиеся паттерны посредством анализа исторических рыночных данных. Индикатор распознает следующие паттерны: AB=CD Butterfly (Бабочка) Gartely (Гартли) Crab (Краб) Bat (Летучая мышь) Индикатор отображает следующее: Завершенные паттерны с критической зоной, выделенной серым Три предполагаемых уровня тейк-профита (зеленого цвета) Предполагаемый уровень стоп-лосса (красного цвета) Отно
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 индикаторов и вспомогательных инструментов для удобной торговли Этот инструмент содержит 14 дополнительных инструментов, которые могут быть полезны для определенных действий трейдера,   тем самым упрощая и ускоряя торговый процесс. Посмотрите мой  #1 Trade Manager : включает 66+ функций и индикаторов  |   Свяжитесь со мной  если у вас есть вопросы Из-за разного разрешения мониторов некоторые пользователи могут столкнуться с тем, что метки будут отображаться с наложением или быть слишком мален
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
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
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
Этот индикатор основан на концепции торговой стратегии пирамидинга. Он автоматически строит уровни Фибоначчи от самых высоких максимумов к самым низким минимумам и наоборот, которые можно сочетать со стратегией пирамидинга для улучшения соотношения риска к вознаграждению. Что такое стратегия пирамидинга? Торговую форекс-стратегию "Пирамидинг" должен знать каждый трейдер. Разница в том, попытаться ли заработать несколько пипсов с определенным риском одной сделкой или те же несколько пипсов с мень
Индикатор выявляет потенциальные изменения на рынке. Индикатор объективно обрабатывает данные, предоставляя результаты при появлении новых паттернов. Умеет отправлять push-уведомления и электронные письма, освобождая вас от необходимости постоянно следить за рынком. Индикатор дает вам достаточно времени, чтобы предпринять нужные действия. Свечной паттерн "Поглощение" (Engulfing) обычно появляется на исходе тренда и прогнозирует скорый разворот. Параметры MaxBarsLookBack - количество баров, на
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
M oveWave - Перемещение в олны, являются очень удобным индикаторов для определения уровней разворота.  Большинство трейдеров Форекс принимают решения, полагаясь на технический анализ. Этот тип анализа определяет закономерности и тенденции на рынке. С помощью сложных математических уравнений, которые комбинируются и оформляются в виде данного индикатора трейдер сможет более точно определить уровни разворота цены.  Волновая теория математически представляет различные поведенческие модели рынка. Он
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       это       комплексный инструмент анализа рынка       разработанный для       отслеживать несколько валютных пар и таймфреймов одновременно       с использованием       Обнаружение прорыва параболического SAR   . Этот индикатор       непрерывно сканирует       в различных       торговые инструменты       и       временные горизонты   , идентифицирующие       потенциальные модели прорыва       и предоставление трейдерам       централизованная панель
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
Индикатор Candle Inside - рисует на графике японские свечи старшего таймфрейма. Теперь, после загрузки индикатора, есть возможность увидеть - что происходит внутри каждой свечи. Помимо стандартных кнопок для выбора таймфрейма в терминале МТ-4, добавлены дополнительные кнопки, при нажатии на которые - выбирается более старший период, для отображения японских свеч или зон. Например, если выбрать стандартный период М1 и период индикатора М5, то на графике будут отображены минутные свечи внутри пяти
Alert Up Down MT4
William Oswaldo Mayorga Urduy
ПРЕДУПРЕЖДЕНИЕ ВВЕРХ - ВНИЗ ДЛЯ METATRADER 5 Этот индикатор генерирует алерт, когда цена покидает зону между линиями UP и DOWN. Вы можете создавать предупреждения различных типов, например: > Звук > Окно сообщения > Сообщение в поле эксперта > Почта (предварительно настроенная) > PUSH-уведомления (предварительно настроенные) Линии должны быть настроены из свойств индикатора, а не из свойств линий, поскольку, если это делается из свойств линий, это может повлиять на finonacci. Среди н
Auto Elliott Engine The Auto Elliott Engine is a tool designed for MetaTrader 4 that automates the identification, decomposition, and projection of price structures based on the Elliott Wave Theory. Powered by a pattern-recognition engine, this indicator processes price action to identify market configurations, translating data into structured scenarios. Key Features Multi-Degree Recognition: Analyzes price action across multiple fractal levels. From higher degrees, such as Supercycle or Cycle,
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
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
С этим продуктом покупают
Gann Made Easy - это профессиональная, но при этом очень простая в применении Форекс система, основанная на лучших принципах торговли по методам господина У.Д. Ганна. Индикатор дает точные BUY/SELL сигналы, включающие в себя уровни Stop Loss и Take Profit. ПОЖАЛУЙСТА, СВЯЖИТЕСЬ СО МНОЙ ПОСЛЕ ПОКУПКИ, ЧТОБЫ ПОЛУЧИТЬ ТОРГОВЫЕ ИНСТРУКЦИИ И ОТЛИЧНЫЕ ДОПОЛНИТЕЛЬНЫЕ ИНДИКАТОРЫ БЕСПЛАТНО! Вероятно вы уже не раз слышали о торговли по методам Ганна. Как правило теория Ганна отпугивает от себя не только н
Инновационный индикатор, использующий эксклюзивный алгоритм для быстрого и точного определения тренда. Индикатор автоматически рассчитывает время открытия и закрытия позиций, а также подробную статистику работы индикатора на заданном отрезке истории, что позволяет выбрать наилучший торговый инструмент для торговли. Вы также можете подключить свои пользовательские стрелочные индикаторы к Scalper Inside Pro для проверки и расчета их статистики и прибыльности. Инструкция и настройки: Читать... Осно
PRO Renko System - это высокоточная система торговли на графиках RENKO. Система универсальна. Данная торговая система может применяться к различным торговым инструментам. Система эффективно нейтрализует так называемый рыночный шум, открывая доступ к точным разворотным сигналам. Индикатор прост в использовании и имеет лишь один параметр, отвечающий за генерацию сигналов. Вы легко можете адаптировать алгоритм к интересующему вас торговому инструменту и размеру ренко бара. Всем покупателям с удовол
Auto Optimized Parabolic RSI: Передовой 3D-движок импульса Большинство розничных индикаторов терпят неудачу, потому что они полагаются на статические входные параметры, которые ломаются, как только меняется волатильность рынка. Auto Optimized Parabolic RSI решает проблему «устаревания индикатора» путем непрерывного пересчета собственного математического преимущества, привнося количественную адаптацию институционального уровня прямо в ваш терминал MT5. Главное преимущество: Пользовательская 3D-оп
Представляем       Quantum Breakout PRO   , новаторский индикатор MQL5, который меняет ваш способ торговли в зонах прорыва! Разработанная командой опытных трейдеров с опытом торговли более 13 лет,   Quantum Breakout PRO   предназначена для того, чтобы вывести ваше торговое путешествие на новые высоты благодаря своей инновационной и динамичной стратегии зон прорыва. Quantum Breakout Indicator покажет вам сигнальные стрелки на зонах прорыва с 5 целевыми зонами прибыли и предложением стоп-лосса
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
Индикатор Apex Edge без перерисовки Профессиональный торговый индикатор без перерисовки для MT4 Apex Edge No Repaint — это премиальный, понятный и надежный торговый инструмент, разработанный для серьезных трейдеров на рынке Форекс и криптовалют, которым нужны четкие сигналы без раздражающих перерисовок стрелок. Основные характеристики: 100% отсутствие перерисовки – сигналы остаются фиксированными после появления на графике Двойная система сигналов: сигналы RAW для ранних возможностей и сигнал
Этот индикатор разработан для интеграции с теорией Эллиотта и предоставляет два различных способа работы: Автоматический режим: В этом режиме индикатор работает автономно, обнаруживая все пять мотивационных волн на графике в соответствии с теорией Эллиотта. Он предсказывает и идентифицирует потенциальные зоны разворота. Кроме того, он способен генерировать предупреждения и уведомления для оповещения трейдеров о значимых событиях. Эта автоматизированная функциональность упрощает процесс идентифик
Please send me Direct message on MQL5 CHAT after purchasing the Indicator for Training and Installation Support There are some additional files that is important to use with the Indicator . So be sure to contact me after purchasing the Indicator So that I can add you for training and support . If you find any difficulty with installation then send me Direct message here So that I can connect with you via Anydesk or Teamview for the product installation. " Smart Order Block Indicator " to find m
Сигнал GoldRush Trend Arrow Индикатор GoldRush Trend Arrow Signal предоставляет точный анализ тренда в режиме реального времени, специально разработанный для высокоскоростных краткосрочных скальперов в XAU/USD. Этот инструмент, созданный специально для 1-минутного таймфрейма, отображает стрелки направления для четких точек входа, позволяя скальперам уверенно ориентироваться в волатильных рыночных условиях. Индикатор состоит из ПЕРВИЧНЫХ и ВТОРИЧНЫХ стрелок оповещения. ПЕРВИЧНЫЕ сигналы — это
Индикатор " Dynamic Scalper System " разработан для скальпингового метода торговли внутри трендовых волн. Тестировался на основных валютных парах и золоте, возможна совместимость с другими торговыми инструментами. Дает сигналы для кратковременного открытия позиций по тренду с дополнительным сопровождением движения цены. Принцип действия индикатора. Большие стрелки определяют направление тренда. Внутри трендовых волн действует алгоритм генерации сигналов для скальпинга в виде маленьких стрело
Trend Trading - это индикатор, предназначенный для получения максимальной прибыли от трендов, происходящих на рынке, путем определения времени отката и прорыва. Он находит торговые возможности, анализируя, что делает цена во время установленных тенденций. [ Руководство по установке | Руководство по обновлению | Устранение неполадок | FAQ | Все продукты ] Торгуйте на финансовых рынках с уверенностью и эффективностью Прибыль от устоявшихся тенденций без проволочек Признать прибыльные откаты, пр
GOLD Impulse with Alert
Bernhard Schweigert
4.67 (12)
Этот индикатор является супер комбинацией двух наших продуктов Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics . Он работает на всех временных рамках и графически показывает импульс силы или слабости для 8 основных валют плюс один символ! Этот индикатор специализирован для отображения ускорения силы валюты для любых символов, таких как золото, экзотические пары, товары, индексы или фьючерсы. Первый в своем роде, любой символ может быть добавлен в 9-ю строку, чтобы показат
Advanced Supply Demand
Bernhard Schweigert
4.91 (300)
Специальное предложение – скидка 40% Этот индикатор является уникальным, качественным и доступным инструментом для торговли, включающим в себя наши собственные разработки и новую формулу. В обновленной версии появилась возможность отображать зоны двух таймфреймов. Это означает, что вам будут доступны зоны не только на старшем ТФ, а сразу с двух таймфреймов - таймфрейма графика и старшего: отображение вложенных зон. Обновление обязательно понравится всем трейдерам, торгующим по зонам спроса и пре
Этот индикатор исследует ценовую структуру фракталов разных периодов, чтобы определить возможные точки разворота на рынке, предоставляя время позиционным трейдерам, которые уже имеют фундаментальную или техническую модель оценки. В отличие от своего младшего брата, Reversal Fractals , этот индикатор не пропустит развороты из-за выбранного периода и будет находить разворотные фракталы зигзагообразно, игнорируя те развороты, которые не несут достаточного импульса для начала устойчивого движения ц
Устали от построения линий поддержки и сопротивления? Сопротивление поддержки - это мульти-таймфреймовый индикатор, который автоматически обнаруживает и отображает линии поддержки и сопротивления на графике с очень интересным поворотом: поскольку ценовые уровни тестируются с течением времени и его важность возрастает, линии становятся более толстыми и темными. [ Руководство по установке | Руководство по обновлению | Устранение неполадок | FAQ | Все продукты ] Повысьте технический анализ в одноч
Super Signal – Skyblade Edition Профессиональная система трендовых сигналов без перерисовки и без задержек с исключительным процентом выигрышей | Для MT4 / MT5 Лучше всего работает на младших таймфреймах, таких как 1 минута, 5 минут и 15 минут. Основные характеристики: Super Signal – Skyblade Edition — это интеллектуальная система сигналов, специально разработанная для трендовой торговли. Она использует многоуровневую фильтрацию, чтобы выявлять только сильные направленные движения, подкреплённ
They say history repeats itself. What if you could prove it in real-time? The Propfolio Ghost Pattern is an advanced algorithmic pattern-matching engine. It empowers you to select any current price action structure on your chart and instantly scan thousands of historical candles to find the exact moment in the past where the market did the exact same thing. Once it finds the highest probability match, it projects the historical outcome into the future as "Ghost Candles"—giving you a highly calcu
СЕЙЧАС СКИДКА 26% !!! Этот индикатор является супер комбинацией обоих наших основных индикаторов ( Advanced Currency Strength 28   &  Advanced Currency IMPULSE with ALERT ) . Он показывает значения силы валюты для TICK-единиц и предупреждающие сигналы для 28 пар Форекс. Можно использовать 11 различных тик-единиц. Это 1, 2, 3, 4, 5, 6, 10, 12, 15, 20 и 30 секунд. Полоса Tick-Unit во вложенном окне будет показана и сдвинута влево, когда в таймере секунды будет хотя бы 1 тик.  С помощью всего ли
Прежде всего стоит подчеркнуть, что этот торговый индикатор не перерисовывается, не перерисовывает и не отставает, что делает его идеальным как для ручной, так и для роботизированной торговли. Руководство пользователя: настройки, вводы и стратегия. Атомный аналитик - это индикатор ценового действия PA, который использует силу и импульс цены, чтобы найти лучший край на рынке. Оборудованный расширенными фильтрами, которые помогают убирать шумы и ложные сигналы, и повышают торговый потенциал. Испо
Trend Screener
STE S.S.COMPANY
4.79 (95)
Индикатор тренда, революционное уникальное решение для торговли и фильтрации тренда со всеми важными функциями тренда, встроенными в один инструмент! Это 100% неперерисовывающийся мультитаймфреймный и мультивалютный индикатор, который можно использовать на всех инструментах/инструментах: форекс, товары, криптовалюты, индексы, акции. ПРЕДЛОЖЕНИЕ ОГРАНИЧЕННОГО ВРЕМЕНИ: Индикатор скринера поддержки и сопротивления доступен всего за 65$ и бессрочно. (Изначальная цена 250$) (предложение продлено) Tre
Свяжитесь со мной после покупки, чтобы получить бонусный EA на основе этого индикатора. Self Optimizing Double MA Strategy — это торговый инструмент профессионального уровня, созданный для того, чтобы исключить необходимость угадывать параметры. Оснащенный встроенным механизмом автооптимизации, он непрерывно адаптируется к меняющимся рыночным условиям, моделируя тысячи комбинаций параметров в фоновом режиме для сохранения статистического преимущества. Вместо того чтобы полагаться на статические
Send us a message after your purchase to receive more information on how to get your  BONUS  for FREE  that works in great combination with Bull vs Bear ! Bull versus Bear is an easy-to-use Forex indicator that gives traders clear and accurate signals based on clear trend retests . Forget about lagging indicators or staring at charts for hours because  Bull vs Bear provides real-time entries with no lag and no repaint, so you can trade with confidence. Bull vs Bear  helps you enter trades during
В НАСТОЯЩЕЕ ВРЕМЯ СКИДКА 40% Лучшее решение для новичка или трейдера-эксперта! Этот индикатор является уникальным, высококачественным и доступным торговым инструментом, поскольку мы включили в него ряд собственных функций и новую формулу. С помощью всего лишь ОДНОГО графика вы можете определить силу валюты для 28 пар Форекс! Представьте, как улучшится ваша торговля, потому что вы сможете точно определить точку запуска нового тренда или возможность скальпирования? Руководство пользователя:  
Технический индикатор производящий структуризацию графиков и выявляющий циклические движения цены. Может работать на любых графиках. Несколько типов оповещений. Есть дополнительные стрелки на самом графике. Без перерисовки на истории, работает на закрытии свечи. Рекомендуемые TF от M5 и выше. Прост в использовании и настройке параметров. При использовании 2 индикаторов с разными параметрами можно использовать без других индикаторов. Имеет 2 входных параметра Цикличность и Продолжительность сиг
Индикатор построен на не стандартном Zig Zag ,он отрисовывает накопления  после чего если цена выходит с этой зоны и происходит тест этой зоны,то подаётся звуковой сигнал и появляется стрелка- после закрытия тестовой свечи.Индикатор не перерисовывает свои сигналы,очень прост в использовании,всего три настройки 1- это параметр zig zag 2- это  минимальный выход цены из зоны 3- это максимальный выход цены из зоны.Чем ниже параметр для Zig Zag,тем больше ложного сигнала,но и также чаще точек входа(р
СЕЙЧАС СКИДКА 40% !!! Лучшее решение для новичка или трейдера-эксперта! Этот индикатор является уникальным, высококачественным и доступным торговым инструментом, поскольку мы включили в него ряд собственных функций и секретную формулу. Всего на ОДНОМ графике он выдает алерты по всем 28 валютным парам. Представьте, как улучшится ваша торговля, ведь вы сможете точно определить точку запуска нового тренда или возможность скальпирования! Построенный на новых базовых алгоритмах, он позволяет еще
Lux Trend
Mohamed Hassan
5 (7)
Huge 70% Halloween Sale for 24 hours only!  After purchase, please contact me to get your trading tips + more information for a great bonus!   Lux Trend is a professional strategy based on using Higher Highs and Lower Highs to identify and draw Trendline Breakouts! Lux Trend  utilizes two Moving Averages to confirm the overall trend direction before scanning the market for high-quality breakout opportunities, ensuring more accurate and reliable trade signals. This is a proven trading system u
Gold PL MTF – это прекрасный биржевой технический индикатор. Алгоритм индикатора анализирует движение цены актива и автоматически отражает важные Pivot Levels заданного таймфрейма (ТФ) по методике Fibonacci (золотое сечение).  Live Signal of manual trading >>>   [ Click Here ] Индикатор прекрасно описывают траекторию цены выбранного таймфрейма (день, неделя, месяц, год), определяет начало тренда и начало коррекции, которая возможно перерастёт в противоположный тренд. Также индикатор показывает т
Gold Venamax – это лучший биржевой технический индикатор. Алгоритм индикатора анализирует движение цены актива и отражает волатильность и потенциальные зоны для входа. Live Signal of manual trading >>>   [ Click Here ] Особенности индикатора: Это супер индикатор с Magic и двумя Блоками трендовых стрелочников для комфортной и профитной торговли. Красная Кнопка переключения по блокам выведена на график. Magic задается в настройках индикатора, так чтобы можно было установить индикатор на два график
Другие продукты этого автора
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
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 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-ho
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
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
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 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 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
Regression_Channel_mod Indicator that expands our standard linear regression channel by adding support and resistance lines. Easy to integrate into other indicators. The linear regression channel consists of several parallel lines equidistant from the upper and lower part of the linear regression trend line. The distance between the channel boundaries and the regression line is equal to the deviation of the maximum closing price from the regression line.
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
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
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
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
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
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
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
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 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 indica
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 setu
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.
Индикатор Morning Star PRT использует принцип прорыва утреннего флэта. Индикатор отображает уровни утреннего флэта и показывает возможные цели. В индикатор добавлен дополнительный уровень Фибоначчи, а также звуковые оповещения о пересечении обоих целевых уровней, указанных в настройках, и уровня ночного флэта. Индикатор Morning Star PRT строит ночной канал флэта в конце ночи, а также два ценовых уровня Фибоначчи вверх и вниз. Эти уровни можно считать как целевыми, так и уровнями разворота. Ин
Индикатор Supply & Demand zone PRT – это настраиваемый инструмент, который используется для разметки зон спроса и предложения на графике. Индикатор рисует на графике линии и прямоугольники, которые выделяют уровни сопротивления/поддержки и зоны спроса/предложения. Для удобства и линии, и фигуры окрашены в разные цвета, чтобы сигналы было легко отличить друг от друга. Индикатор рисует только свежие уровни, то есть те, которые еще не использовались и цена их еще не пробила. Отлично подойдет как н
Этот индикатор является мощным инструментом для трейдеров, желающих определить графические модели, и преимущества его включения в свою торговую стратегию многочисленны. Этот инструмент эффективно определяет и сигнализирует о потенциальных трендах и разворотах на финансовых рынках, тем самым увеличивая прибыльность торговли. Благодаря своему усовершенствованному алгоритму индикатор может точно анализировать рыночные данные, предоставляя трейдерам ценную информацию, которая может помочь им приним
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 EXPER
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 的自動價格飆升訊號指示器。繪製有關潛在突破/回調的預先警報。適合外匯、股票和加密貨幣交易策略。 對於反轉交易者來說,這是一個完美的指標。尖峰通常表示轉變時刻。使用該指標的最佳方法是將其作為過濾器應用到您最喜歡的交易系統中
Parabolic SAR & Support/Resistance Levels — это не только индикатор технического анализа, используемый в торговле на рынке Форекс для определения потенциальных разворотов тренда и точек входа и выхода, но и готовая автономная торговая стратегия. Индикатор основан на индикаторе PSAR, добавляя на график динамические уровни поддержки и сопротивления, которые могут помочь трейдерам определить ключевые уровни цен, на которых рынок может потенциально развернуться. Используя этот индикатор, трейдеры
Индикатор All Market Channels от ProfRoboTrading автоматически строит и отображает на экране все сформированные торговые каналы. Данный индикатор очень удобен для торговли по всем существующим канальным стратегиям и применим ко всем инструментам и таймфреймам. Посмотрите на скриншот — он вам подробнее расскажет :) Более подробная информация доступна на нашем сайте ProfRoboTrading.
Фильтр:
Нет отзывов
Ответ на отзыв