Bullish Consecutive Signal

Bullish Consecutive Signal — Consecutive Bullish Candle Buy Signal with Alerts & P&L Simulation


Bullish Consecutive Signal automatically detects consecutive bullish candle patterns and marks high-probability buy entries directly on the chart. Each signal comes with an ATR-calculated Stop Loss and Take Profit level, drawn as reference lines so you can assess risk at a glance. A built-in P&L back-simulation lets you evaluate strategy performance without leaving the chart.


⚠ IMPORTANT — DEFAULT SETTINGS
The default parameters are optimized for XAUUSD on the M1 timeframe.

If you apply this indicator to a different symbol or timeframe, results may vary significantly. Always backtest and adjust the filters, ATR multipliers, and MA periods before using the indicator in a live environment.


─────────────────────────────────────────
HOW IT WORKS
─────────────────────────────────────────
The indicator scans for a configurable number of consecutive bullish (green) candles. When the pattern is confirmed at bar open, a buy signal arrow is plotted below the bar. SL and TP lines extend forward a user-defined number of bars so they are easy to read.

Entry  = Open price of the signal bar
SL     = Entry − (ATR × ATR Multiplier SL)
TP     = Entry + (ATR × ATR Multiplier TP)

─────────────────────────────────────────
5 WIN-RATE FILTERS
─────────────────────────────────────────
Each filter is independent and can be turned on or off without affecting the others.

① RSI Range Filter
   Passes the signal only when RSI is inside a user-defined zone (e.g. 35–60).
   Use this to avoid overbought entries or to require a specific momentum condition.

② ADX Trend Strength Filter
   Requires ADX to be above a minimum threshold before a signal is accepted.
   Keeps the strategy out of ranging, low-volatility environments.

③ Long-Term MA Direction Filter
   Checks whether price is above or below a slow EMA (e.g. 200-period).
   Aligns entries with the higher-timeframe trend.

④ Candle Body Size Filter
   Compares the average body size of the bullish sequence against a percentage of ATR.
   Rejects weak signals where candles are mostly wicks rather than body.

⑤ Trading Session Filter
   Restricts signals to a specified server-hour range (e.g. 07:00–21:00).
   Avoids low-liquidity periods outside the main trading sessions.

─────────────────────────────────────────
MOVING AVERAGE POSITION FILTERS
─────────────────────────────────────────
Two EMA lines (short-period and long-period) act as additional entry qualifiers:

• MA Alignment — require golden-cross, dead-cross, or no condition.
• Open Position — signal is only accepted when the bar open is below the short EMA
  or below the long EMA, helping to catch pullback entries.
• MA Distance — minimum gap between the two EMAs filters out noisy, flat zones.

─────────────────────────────────────────
BOLLINGER BAND TOUCH FILTER
─────────────────────────────────────────
When enabled, at least one candle in the bullish sequence must have touched or crossed
the lower Bollinger Band. This combines mean-reversion logic with the momentum pattern.

─────────────────────────────────────────
REAL-TIME ALERTS
─────────────────────────────────────────
When a new signal appears on the last completed bar the indicator fires:
• On-screen popup alert
• Email notification  (requires SMTP setup in MT5 Options)
• Push notification   (requires MetaQuotes ID in MT5 Options)

Each alert includes symbol, timeframe, signal time, entry price, SL and TP.

─────────────────────────────────────────
BUILT-IN P&L BACK-SIMULATION
─────────────────────────────────────────
Click the "[ Run Simulation ]" button on the chart to instantly simulate all signals
within the last N days (configurable). The panel shows:

  • Total trades / Open (unresolved) trades
  • Win count / Loss count / Win rate
  • Net P&L
  • Gross profit and gross loss
  • Largest win and largest loss
  • Average win and average loss
  • Expected value per trade
  • Actual simulation date range

Each simulated trade is drawn on the chart as a dotted line from entry to exit, with
a result label. Wins are shown in blue, losses in orange-red.

If the requested date range exceeds available chart history, a warning popup explains
the data shortage and the simulation runs automatically on the available period instead.

─────────────────────────────────────────
INDICATOR BUFFERS (for EA integration)
─────────────────────────────────────────
Buffer 0 — Arrow position  (plotted, DRAW_ARROW)
Buffer 1 — Entry price
Buffer 2 — Stop Loss price
Buffer 3 — Take Profit price

Read buffers 1–3 via iCustom() inside your Expert Advisor to automate entries.

─────────────────────────────────────────
NOTES
─────────────────────────────────────────
• Signals are generated at bar open — no repainting after the bar closes.
• If the simulation button does not respond on a live account, set the

  "Sim trigger (true = run immediately)" input to true to execute on next load.

Default settings are tuned for XAUUSD M1. Other symbols and timeframes require individual testing and parameter optimization.



Parameter Descriptions (All default values are calibrated for XAUUSD on the M1 chart.)

Parameter Description Default

── Signal Conditions ──

InpBullCount Number of consecutive bullish candles required to confirm a buy signal. A candle is bullish when Close > Open. Higher values produce fewer but potentially stronger signals. 3


── Moving Average Filter ──

InpShortMAPer Period of the short-term EMA used for MA alignment and open-position filtering. 7

InpLongMAPer Period of the long-term EMA used for MA alignment and open-position filtering. 30

InpMACond MA alignment requirement. Golden Cross: short EMA must be above long EMA. Dead Cross: short must be below long. Disabled: no alignment check is applied. Disabled

InpOpenFilter Requires the signal bar's open price to be below the selected EMA. Below Short MA filters pullback entries against the short EMA. Below Long MA uses the long EMA. Disabled: no position filter. Below Short MA

InpMADistMin Minimum price distance between the short and long EMAs. Set to 0 to disable. Useful for filtering flat, non-trending market conditions. 0.0


── Bollinger Bands ──

InpBBPeriod Period of the Bollinger Bands used for the lower-band touch filter. 20

InpBBDev Standard deviation multiplier for the Bollinger Bands. 2.0

InpBBTouch When true, at least one candle in the bullish sequence must have touched or crossed the lower Bollinger Band. Adds a mean-reversion condition to the entry. false


── ATR SL / TP Settings ──

InpATRPeriod Period used to calculate the Average True Range (ATR) for dynamic SL and TP placement. 14

InpATRMultSL ATR multiplier for the Stop Loss. SL = Entry − (ATR × this value). Increase to give the trade more room; decrease for a tighter stop. 1.5

InpATRMultTP ATR multiplier for the Take Profit. TP = Entry + (ATR × this value). The default setting produces a 2 : 1 reward-to-risk ratio (3.0 ÷ 1.5). 3.0

InpLineBars Number of bars that the SL / TP / Entry reference lines extend to the right of the signal bar. Cosmetic only; does not affect calculations. 8


── Filter ① — RSI Range ──

InpRsiEnable Enables the RSI range filter. When active, a signal is accepted only if the RSI value falls within [InpRsiMin, InpRsiMax]. false

InpRsiPeriod RSI calculation period. 14

InpRsiMin Lower boundary of the acceptable RSI range. Signals with RSI below this value are rejected. 35.0

InpRsiMax Upper boundary of the acceptable RSI range. Signals with RSI above this value are rejected. 60.0


── Filter ② — ADX Trend Strength ──

InpAdxEnable Enables the ADX strength filter. When active, signals are accepted only when ADX is above InpAdxMin, indicating a trending rather than ranging market. true

InpAdxPeriod ADX calculation period. 7

InpAdxMin Minimum ADX value required to pass the filter. A value of 20 is a widely used threshold for a trending market; lower values are more permissive. 19.0


── Filter ③ — Long-Term MA Direction ──

InpTrendMAEnable Enables the trend MA direction filter. When active, signals must align with the position of price relative to the slow EMA. false

InpTrendMAPer Period of the slow trend EMA (e.g. 200 for the classic 200 EMA). 200

InpTrendMAAbove When true, signals are accepted only when price (bar open) is above the trend EMA — bullish bias. When false, only signals below the EMA are accepted — bearish bias / counter-trend mode. true


── Filter ④ — Candle Body Size ──

InpBodyEnable Enables the candle body size filter. Rejects signals where the average candle body of the bullish sequence is too small relative to ATR. true

InpBodyMinRatio Minimum required body size expressed as a percentage of ATR. The average body across the bullish sequence must equal or exceed (ATR × InpBodyMinRatio / 100). Increase to require stronger bullish momentum. 7.0


── Filter ⑤ — Trading Session ──

InpTimeEnable Enables the session time filter. When active, signals outside the defined hour range are ignored. false

InpTimeStart Session start hour (server time, 0–23). Signals at or after this hour are allowed. 7

InpTimeEnd Session end hour (server time, 0–23). Signals before this hour are allowed. If InpTimeEnd < InpTimeStart the filter wraps around midnight (e.g. 22:00–06:00). 21


── Live Alerts ──

InpAlertPopup Enables an on-screen popup alert each time a new signal is detected on the latest completed bar. true

InpAlertEmail Sends an email alert on each new signal. Requires SMTP settings configured under MT5 Tools → Options → Email. false

InpAlertPush Sends a push notification to the MetaQuotes mobile app on each new signal. Requires a MetaQuotes ID registered under MT5 Tools → Options → Notifications. false


── Simulation ──

InpSimDays Number of calendar days to include in the P&L back-simulation, measured back from the current bar. Click the "[ Run Simulation ]" button on the chart to execute. 100

InpSimLots Lot size used to calculate the simulated dollar P&L for each trade. Does not affect signal detection. 0.1

InpSimTrigger Set to true to run the simulation automatically on indicator load, without clicking the button. Useful on live accounts where chart object click events may not fire correctly. false



Рекомендуем также
PROMETHEUS TECHNICAN VERSION Free | By THE SONS A gift from The Sons — no strings, no trial, no expiry. Every trader deserves access to professional-grade market intelligence. That belief is why Prometheus Technical Version exists, and why it costs nothing. Consider it our handshake to the trading community. What You're Getting This is not a simplified tool dressed up as a gift. Prometheus Technican Version is a fully built, institutional-quality technical analysis indicator running a dual-model
FREE
============== -- If you are a fan of FIBONACCI... then this is defenitely a tool for you -- Please master the optimal trade entry concept and you will become profitable -- Show me you comment about this tool and I will give you more tools: Tradelist Panel, Watermark, Reversal tool, ... ============== Hallo Trader, This is fibonacci system based on the previous day levels (low and high) and the current day levels. You can choose your favorite in settings. I use the Previous Day Fibo and use the
FREE
Best SAR MT5
Ashkan Hazegh Nikrou
4.33 (3)
Описание :  мы рады представить наш новый бесплатный индикатор, основанный на одном из профессиональных и популярных индикаторов на рынке форекс (PSAR), этот индикатор является новой модификацией оригинального индикатора Parabolic SAR, в индикаторе pro SAR вы можете видеть пересечение между точками и графиком цены, это пересечение не является сигналом, а говорит о возможности окончания движения, вы можете начать покупать с новой синей точки, и разместить стоп-лосс за один атр до первой синей т
FREE
Общее описание Этот индикатор — усовершенствованная версия классического канала Дончия с добавлением практических функций для реальной торговли. Помимо стандартных трёх линий (верхняя, нижняя и средняя), система определяет пробои и отображает их на графике стрелками, показывая только линию, противоположную текущему направлению тренда для более чистого восприятия. Индикатор включает: Визуальные сигналы : цветные стрелки при пробое Автоматические уведомления : всплывающие окна, push и email Фильтр
FREE
RSI abcd
Francisco Gomes Da Silva
4.33 (3)
RSI ABCD Pattern Finder: Technical Strategy 1. How the Indicator Works Combines the classic RSI with automatic detection of ABCD harmonic patterns . Key Components Standard RSI (adjustable period) Peak and Trough Markers (arrows) ABCD Patterns (green/red lines) Overbought (70) and Oversold (30) Filters 2. MT5 Setup period = 14 ; // RSI period size = 4 ; // Maximum pattern size OverBought = 70 ; // Overbought level OverSold = 30 ; // Oversold level Filter = USE_FILTER_ YES ; // Confirmation filte
FREE
Индикатор ROMAN5 Time Breakout автоматически рисует блоки прорыва дневной поддержки или сопротивления. Он помогает пользователю определиться с направлением сделки. В утилиту также встроена функция звукового уведомления при появлении нового сигнала. Дополнительно доступна функция уведомления по email. Ваш e-mail адрес, а также параметры SMTP сервера должны быть указаны в настройках терминала MetaTrader 5 (вкладка "Почта"). Синяя стрелка вверх = Покупка. Красная стрелка вниз = Продажа. Вы можете и
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.6 (35)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
CV Support & Resistance is a professional support and resistance indicator for MetaTrader 5, designed to accurately identify key market and price zones. The indicator helps traders detect potential entry, exit, and reaction areas within the market at an early stage. Features: Automatic support and resistance zone detection Dynamic market structure analysis Professional visualization of key price areas Suitable for scalping, day trading, and swing trading Optimized for multiple symbols and timefr
VFI Quantum
Nikita Berdnikov
5 (1)
Представляем VFI (Volume Flow Indicator) – индикатор для торговли, который анализирует соотношение объема и движения цены для выявления ключевых торговых возможностей. Индикатор отображает силу и направление потока объемов, предоставляя четкие сигналы о потенциальных точках входа и выхода. Сигналы формируются на основе пересечения нулевой линии, пересечения линии VFI и ее экспоненциальной скользящей средней (EMA), а также при выходе индикатора из зон перекупленности и перепроданности. Внимание!
FREE
MACD Enhanced
Nikita Berdnikov
4 (4)
Представляем   MACD  Enhanced  – усовершенствованный индикатор MACD (Moving Average Convergence Divergence), который предоставляет трейдерам расширенные возможности для анализа тренда и момента на финансовых рынках. Индикатор использует разницу между быстрой и медленной экспоненциальными скользящими средними для определения импульса, направления и силы тренда, создавая четкие визуальные сигналы для потенциальных точек входа и выхода. Внимание!   Для достижения наилучших результатов рекомендуется
FREE
Swing BOS Structure is a market structure indicator for MetaTrader 5. The indicator automatically detects: • Swing High (SH) • Swing Low (SL) • Break of Structure (BOS) • Change of Character (CHoCH) Swings are confirmed only after a defined number of candles, ensuring no repainting. BOS signals indicate trend continuation. CHoCH signals indicate a potential change in market structure and may appear less frequently depending on market conditions and timeframe. The indicator is lightweight, fa
FREE
1. Overview The Scalping PullBack Signal indicator is a powerful technical analysis tool designed to help traders identify scalping opportunities based on potential pullback and reversal signals. This tool is particularly useful on lower timeframes (below 15 minutes) but can also be applied on higher timeframes for longer-term trades. This indicator integrates several key analytical components, providing a comprehensive view of trends and potential entry/exit points, helping you make quick and e
FREE
Peak Trough Analysis - отличный инструмент для обнаружения пиков и впадин на графике. Peak Trough Analysis может использовать три разных алгоритма обнаружения пиков и впадин. Эти три алгоритма включают в себя оригинальный индикатор Fractals Билла Вильямса, модифицированный индикатор Fractals и индикатор ZigZag. Вы можете использовать этот инструмент анализа пиков и впадин для обнаружения паттернов, составленных Равновесным Фрактально-Волновым процессом. Для дальнейшего использования имеется хоро
FREE
Super Trend eu
Emin Ulucanli
4.83 (6)
SUPERTREND ; Это индикатор следования за трендом, основанный на SuperTrend ATR, созданном Оливье Себаном. Его можно использовать для обнаружения изменений в направлении тренда и обнаружения стопов. Когда цена падает ниже кривой индикатора, она становится красной и указывает на нисходящий тренд. И наоборот, когда цена движется выше кривой, индикатор становится зеленым, указывая на восходящий тренд. Как и другие индикаторы, он хорошо работает с SuperTrend в сочетании с другими индикаторами, такими
FREE
Gold Candle Timer – Candle Countdown Indicator for MetaTrader 5 Gold Candle Timer is a MetaTrader 5 indicator that displays the remaining time before the current candle closes directly on the chart. The indicator provides a clear countdown timer that updates in real time. It allows traders to monitor when the current candle will close and helps them track candle timing more easily while trading. Knowing the exact moment when a candle closes is useful for traders who rely on candle confirmation
FREE
Stochastic RSI with Visual Split and Alerts This indicator is based on the Stochastic oscillator applied to the Relative Strength Index (RSI). It is designed to help traders visually identify the main long-term trend while generating entry signals in overbought and oversold zones. Support and questions via MQL5 product comments. For questions, updates, and to connect with other traders, join my official   MQL5 group ForexEAandMore Key Features Visual RSI Split : The RSI line is displayed in gr
FREE
Индикатор Shadow Flare — это не перерисовывающийся инструмент для работы с трендом и ликвидностью в MetaTrader 5. Он строит настраиваемую базовую скользящую среднюю (HMA, EMA, SMA или RMA), обёрнутую в Envelope на основе Average True Range, и формирует «липкое» трендовое состояние, которое меняется только тогда, когда цена закрытия пробивает верхнюю или нижнюю границу диапазона. Та же тренд‑логика управляет автоматическим модулем зон спроса/предложения: он находит локальные максимумы и минимумы,
FREE
HMA Color – Master Smoothed A clean, high-precision visual Hull Moving Average indicator with fully smoothed trend color display. Designed for professional scalpers and algorithmic traders who want a simple, fast, powerful trend view without noise. This indicator is built with a " true   double smoothing system" , making the Hull curve extremely soft and responsive. When the trend is bullish, the HMA line automatically switches to Green and shows upward candles. When the trend is bearish, the HM
FREE
English VWAP Daily (Clean) is a simple and lightweight indicator that plots the classic Daily VWAP (Volume Weighted Average Price) directly on your MT5 chart. Features: Classic Daily VWAP calculation Supports real volume (if available) or tick volume Timezone offset option to match your broker’s server time Weekend merge option (merge Saturday/Sunday data into Friday) Clean version → no arrows, no alerts, only VWAP line VWAP is widely used by institutional traders to identify fair value, su
FREE
The Bull DCA DowJones Signal – Premium Trend & Swing Indicator (WinWiFi Robot Series) Overview: Unlock the full potential of Index trading with the latest innovation from the WinWiFi Robot Series . "The Bull DCA DowJones Signal" is a precision-engineered indicator designed to conquer global Indices, Energy, and Forex markets. Optimized for the H4 Timeframe , this tool filters out market noise and delivers clear, actionable signals for Trend Following, Breakouts, and Pullbacks. Key Features & S
FREE
The SMMA Bands indicator is an advanced volatility-based trading tool that creates 6 dynamic support and resistance levels around an envelope formed by two Smoothed Moving Averages (SMMA).  This indicator combines the reliability of SMMA trend identification with the precision of standard deviation-based volatility bands, making it suitable for both trend-following and mean-reversion strategies. Every band has its own buffer for use in EA. feel free to make suggestions and add reviews , i will
FREE
The Pivot Indicator is a vital tool for technical analysis used by traders in the financial markets. Designed to assist in identifying potential reversal points or trend changes, this indicator provides valuable insights into key levels in the market. Key features of the Pivot Indicator include: Automatic Calculations: The Pivot Indicator automatically calculates Pivot Point, Support, and Resistance levels based on the previous period's high, low, and close prices. This eliminates the complexity
FREE
PZ Penta O MT5
PZ TRADING SLU
3.5 (4)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
Indicator and Expert Adviser  EA Available in the comments section of this product. Download with Indicator must have indicator installed for EA to work. Mt5 indicator alerts for bollinger band and envelope extremes occurring at the same time. Buy signal alerts occur when A bullish candle has formed below both the lower bollinger band and the lower envelope  Bar must open and close below both these indicators. Sell signal occur when A bear bar is formed above the upper bollinger band and upper
FREE
This indicator is a zero-lag indicator and displays  strength of trend change . True Trend  Oscillator Pro works best in combination with True Trend Moving Average Pro that displays exact trend as is. Oscillator value is exact price change in given direction of the trend. True Trend Moving Average Pro: https://www.mql5.com/en/market/product/103586 If you set PERIOD input parameter to 1 this indicator becomes a sharpshooter for binary options. Developers can use True Trend Oscillator in Exper
FREE
Fibonacci Trend Indicator for MT5 Unlock the power of Fibonacci analysis on your MetaTrader 5 charts! Our   Fibonacci Trend Indicator   automatically plots dynamic support and resistance levels so you can spot trends, reversals, and breakout opportunities at a glance. Features & Advantages Automatic Fibonacci Levels Instantly displays seven key Fibonacci retracement levels based on the highest and lowest prices from your chosen lookback period — no manual work required. Dynamic Trend Adaptatio
FREE
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
Данный индикатор является демо версией индикатора "All Harmonics 26" . Индикатор "All Harmonics 26" находит 26 типов гармонических паттернов и выводит их на график в удобном формате. Вы можете ознакомиться с документацией по некоторым параметрам индикатора здесь . Данная демо-версия имеет следующие ограничения: Индикатор ищет только один тип гармонических паттернов из 26 — Gartley. Индикатор выводит новые паттерны с опозданием на 10 баров. 
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Индикатор Average True Range (ATR) с поддержкой мультитаймфрейма, настраиваемыми визуальными сигналами и конфигурируемой системой оповещений. Услуги по фриланс-программированию, обновления и другие продукты TrueTL доступны на моём профиле MQL5 . Отзывы и рецензии очень приветствуются! Что такое ATR? Average True Range (ATR), разработанный Дж. Уэллесом Уайлдером, — это технический индикатор, измеряющий рыночную волатильность. Он вычисляет среднее значение истинного диапазона (True Range) за ук
FREE
С этим продуктом покупают
TO SWITCH TO ENG PLEASE CHOOSE IT IN THE UPPER-RIGHT CORNER OF THE WEBSITE Neuro Poseidon - новый индикатор от Дарьи Резуевой. Он сочетает точные торговые сигналы с адаптивными уровнями TP/SL , в результате создавая максимально выгодные сделки! Напишите мне и получите  Neuro Poseidon Assistant  в подарок для автоматизации вашей торговли! Что отличает его от других индикаторов? 1. Доказанная прибыльность на всех активах и таймфреймах 2. На графике присутствуют только подтвержденные сигналы на п
PrimeScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
SuperScalp Pro
Van Minh Nguyen
4.65 (26)
SuperScalp Pro – Продвинутая скальпинговая индикаторная система с множественными фильтрами SuperScalp Pro — это продвинутый скальпинговый индикатор, который сочетает классический Supertrend с несколькими интеллектуальными фильтрами подтверждения для поиска торговых возможностей. Он эффективно работает на различных таймфреймах от M1 до H4, с оптимизированной производительностью на XAUUSD, BTCUSD и основных валютных парах Forex. Индикатор предоставляет четкие сигналы Buy и Sell, а также автоматиче
Gold Entry Sniper – Профессиональная Мульти-Таймфрейм ATR Панель для Скальпинга и Свинг-Трейдинга на Золоте Gold Entry Sniper — это передовой индикатор для MetaTrader 5, разработанный для точных сигналов на покупку/продажу по XAUUSD и другим инструментам. Основан на логике ATR Trailing Stop и мульти-таймфрейм анализе , этот инструмент идеально подходит как для скальперов, так и для среднесрочных трейдеров, обеспечивая чёткие точки входа с высокой вероятностью . Основные возможности и преимуществ
Каждый покупатель этого индикатора получает дополнительно Бесплатно: Авторскую утилиту "Bomber Utility", которая автоматически сопровождает каждю торговую операцию, устанавливает уровни Стоп Лосс и Тейк профит и закрывает сделки согласно правилам этой стратегии, Сет-файлы для настройки этого индикатора на различных активах, Сет-файлы для настройки Bomber Utility в режимы: "Минимум Риска", "Взвешенный Риск" и "Стратегия Выжидания", Пошаговый видео-мануал, который поможет вам быстро установить, на
Давайте сначала будем честны. Ни один индикатор сам по себе не сделает вас прибыльным. Если кто-то говорит вам обратное — он продаёт вам мечту. Любой индикатор, который показывает идеальные стрелки покупки/продажи, можно сделать безупречным — просто увеличьте нужный участок истории и сделайте скриншот успешных сделок. Мы так делать не будем. SMC Intraday Formula — это инструмент. Он считывает структуру рынка за вас, определяет зоны с наивысшей вероятностью движения цены и точно показывает, как
Entry In The Zone and SMC Multi Timeframe is a real-time 2-in-1 market analysis tool that combines market structure analysis and a No Repaint BUY / SELL signal system into a single indicator, built on Smart Money Concepts (SMC) — a widely adopted framework used by professional traders to understand market structure. This indicator helps you see the market more clearly, make decisions based on structure rather than guesswork, and focus on high-probability zones where price is more likely to react
Представляем       Quantum Breakout PRO   , новаторский индикатор MQL5, который меняет ваш способ торговли в зонах прорыва! Разработан командой опытных трейдеров со стажем торговли более 13 лет,       Квантовый прорыв PRO       разработан, чтобы поднять ваше торговое путешествие к новым высотам с его инновационной и динамичной стратегией зоны прорыва. Quantum Breakout Indicator покажет вам сигнальные стрелки на зонах прорыва с 5 целевыми зонами прибыли и предложением стоп-лосса на основе поля
Этот продукт был обновлен для рынка 2026 года и оптимизирован для последних сборок MT5. УВЕДОМЛЕНИЕ ОБ ИЗМЕНЕНИИ ЦЕНЫ: Smart Trend Trading System сейчас доступен за $99 . Цена увеличится до $199 после следующих 30 покупок . СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ: После покупки Smart Trend Trading System отправьте мне личное сообщение, чтобы получить Smart Universal EA БЕСПЛАТНО и превратить сигналы Smart Trend в автоматические сделки. Smart Trend Trading System — это полноценная торговая система без перерисов
Power Candles V3 — самооптимизирующийся индикатор силы Power Candles V3 преобразует силу валюты и инструмента в готовый к использованию торговый план на каждом графике, к которому он прикреплен. Вместо того, чтобы просто раскрашивать свечи, он выполняет автоматическую оптимизацию в режиме реального времени в фоновом режиме и предоставляет вам оптимальные значения Stop Loss, Take Profit и порог сигнала для выбранного вами символа. Один клик — и все готово для реальной торговли: на графике появляю
SignalTech MT5 is an unique fully rule based trading system for EURUSD, USDCHF, USDJPY, AUDUSD, NZDUSD, EURJPY, AUDJPY, NZDJPY, CADJPY.  All the winning trades with chart setups are published on the comments page. 2026-05 4107 Pips (Until 05-29 NY Closed) 2026-04 2243 Pips 2026-03 2165 Pips 2026-02 2937 Pips 2026-01 2624 Pips 2025-12 1174 Pips It can generate signals with Buy/Sell Arrows and Pop-Up/Sound Alerts. Each signal has clear Entry and Stop Loss levels, which should be automatically flag
FX Trend NG: Следующее поколение интеллектуального анализа трендов на разных рынках Обзор FX Trend NG — это профессиональный инструмент анализа трендов и мониторинга рынка с поддержкой нескольких таймфреймов. Он позволяет за секунды получить полное структурное понимание текущего состояния рынка. Вместо переключения между десятками графиков вы мгновенно видите, какие инструменты находятся в тренде, где импульс ослабевает и где наблюдается сильная синхронизация между таймфреймами. Специальное пр
GoldenX Entry — это индикатор для MT5 с адаптивным алгоритмом Smart Entry Trend, системой оценки сигналов, детектором рыночных режимов и фильтром волатильности. Каждый сигнал включает рассчитанный уровень входа, три уровня Take-Profit (TP1, TP2, TP3) и уровень Stop-Loss. Он построен на нескольких аналитических слоях, предназначенных для адаптации к различным рыночным условиям, объединяя многоуровневую аналитическую систему со встроенным оптимизатором и системой статистического отслеживания. Инди
Trend Catcher   анализирует движения рыночных цен, используя комбинацию собственных и индивидуально разработанных адаптивных индикаторов анализа тренда. Он определяет истинное направление рынка, отфильтровывая краткосрочные шумы и фокусируясь на силе импульса, расширении волатильности и поведении ценовой структуры. Он также использует комбинацию сглаживающих и фильтрующих тренд индикаторов, таких как скользящие средние, RSI и фильтры волатильности. Мониторинг реальных операций, а также другие
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Синтетический фрактальный структурный анализ и подтверждённые входы для MT5 Обзор Azimuth Pro — многоуровневый индикатор свинговой структуры от Merkava Labs . Четыре вложенных уровня свингов, привязанный к свингам VWAP, определение ABC-паттернов, трёхтаймфреймная структурная фильтрация и подтверждённые входы на закрытой свече — один график, один рабочий процесс от микро-свингов до макро-циклов. Это не слепой сигнальный продукт. Это рабочий процесс, основанный на структуре, для т
Quantum TrendPulse
Bogdan Ion Puscasu
5 (25)
Представляем   Quantum TrendPulse   , совершенный торговый инструмент, который объединяет мощь   SuperTrend   ,   RSI   и   Stochastic   в один комплексный индикатор, чтобы максимизировать ваш торговый потенциал. Разработанный для трейдеров, которые ищут точность и эффективность, этот индикатор помогает вам уверенно определять рыночные тренды, сдвиги импульса и оптимальные точки входа и выхода. Основные характеристики: Интеграция SuperTrend:   легко следуйте преобладающим рыночным тенденциям и п
Свинг-версия M30/H1/H4 доступна Хотите ловить большие движения? Gold Signal Swing Pro (M30/H1/H4). Цель: $20-$80+ за сделку. https://www.mql5.com/en/market/product/177643 KURAMA GOLD SIGNAL PRO (MT5) — Полная Торговая Система XAUUSD с 7-Слойным Фильтром Без перерисовки. Без перепрорисовки. Без задержки. Каждый сигнал остаётся зафиксированным после подтверждения. Бонус покупателю: Каждый, кто приобретает полную лицензию, получает AI Zone Radar (стоим
Gann Made Easy   - это профессиональная, но при этом очень простая в применении Форекс система, основанная на лучших принципах торговли по методам господина У.Д. Ганна. Индикатор дает точные BUY/SELL сигналы, включающие в себя уровни Stop Loss и Take Profit. ПОЖАЛУЙСТА, СВЯЖИТЕСЬ СО МНОЙ ПОСЛЕ ПОКУПКИ, ЧТОБЫ ПОЛУЧИТЬ ТОРГОВЫЕ ИНСТРУКЦИИ И ОТЛИЧНЫЕ ДОПОЛНИТЕЛЬНЫЕ ИНДИКАТОРЫ БЕСПЛАТНО! Вероятно вы уже не раз слышали о торговли по методам Ганна. Как правило теория Ганна отпугивает от себя не только
RelicusRoad Pro: Квантовая Рыночная Операционная Система СКИДКА 70% ПОЖИЗНЕННЫЙ ДОСТУП (ОГРАНИЧЕНО) - ПРИСОЕДИНЯЙТЕСЬ К 2000+ ТРЕЙДЕРАМ Почему большинство трейдеров теряют деньги даже с «идеальными» индикаторами? Потому что они торгуют Единичными Концепциями в вакууме. Сигнал без контекста — это лотерея. Чтобы выигрывать стабильно, вам нужна КОНФЛЮЭНЦИЯ . RelicusRoad Pro — это не простой стрелочный индикатор. Это полная Количественная Рыночная Экосистема . Она отображает «Дорогу Справедливой Сто
Этот продукт был обновлен для рынка 2026 года и оптимизирован для последних сборок MT5. УВЕДОМЛЕНИЕ ОБ ИЗМЕНЕНИИ ЦЕНЫ: Smart Price Action Concepts сейчас доступен за $200 . Цена увеличится до $299 после следующих 30 покупок . СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ: После покупки отправьте мне личное сообщение, чтобы получить БЕСПЛАТНЫЙ бонус + подарок . Прежде всего, стоит подчеркнуть, что этот торговый инструмент является индикатором без перерисовки, без перерисовывания истории и без запаздывания, что делает
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIBot is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cus
META TREND PRO   — это трендовый инструмент, который убирает догадки из торговли и показывает, где рынок уже принял решение. Индикатор выявляет ключевые точки, в которых происходит смена тенденции, тренда и структуры, а также подсвечивает зоны, куда возвращается цена для набора позиций крупными игроками. Вы видите не просто движение — вы понимаете логику, стоящую за ним. Все сигналы фиксируются после закрытия свечи, не перерисовываются и сохраняются на графике, позволяя уверенно анализировать си
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (4)
Новый король в городе — Индикатор + управление ордерами (TP1 + TP2 + TP3) + опциональный Telegram-сигнал-сендер ВКЛЮЧЁН (БЕСПЛАТНО) (ПОЛНОЦЕННАЯ ТОРГОВАЯ И СИГНАЛЬНАЯ СИСТЕМА) Gold Slayer EA Этот индикатор включает в себя продвинутую стратегию, торговую систему с настраиваемым управлением ордерами и систему mean reversion, которая сочетает расширения Envelope и поддерживается несколькими интеллектуальными фильтрами подтверждения, такими как RSI, для поиска высоковероятных точек разворота с сигн
Этот продукт был обновлен для рынка 2026 года и оптимизирован для последних сборок MT5. УВЕДОМЛЕНИЕ ОБ ИЗМЕНЕНИИ ЦЕНЫ: Atomic Analyst сейчас доступен за $99 . Цена увеличится до $199 после следующих 30 покупок . СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ: После покупки Atomic Analyst отправьте мне личное сообщение, чтобы получить Smart Universal EA БЕСПЛАТНО и превратить сигналы Atomic Analyst в автоматические сделки. Atomic Analyst — это индикатор Price Action без перерисовки, без перерисовывания истории и без
FX Levels: Исключительно точные уровни поддержки и сопротивления для всех рынков Краткий обзор Ищете надежный способ определить уровни поддержки и сопротивления для любых инструментов—валют, индексов, акций или сырьевых товаров? FX Levels сочетает традиционный «Lighthouse» метод с современным динамическим подходом, обеспечивая почти универсальную точность. Благодаря сочетанию опыта реальных брокеров и автоматических ежедневных плюс «в реальном времени» обновлений, FX Levels поможет вам выявлят
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
Smart Structure Concepts MT5
Cristhian Alexander Gaibor Cuasquer
5 (1)
Это не очередной индикатор структуры, который рисует зоны и оставляет вас гадать. Smart Structure Concepts читает рынок за вас — отмечая структуру Smart Money Concepts (SMC / ICT) в реальном времени на XAUUSD (Золото), Форекс, индексах, криптовалютах и любом другом рынке . Забудьте о входе в настройки для конфигурации каждой зоны: с его интерактивной панелью-дашбордом на графике вы решаете, что показать, скрыть или настроить одним кликом — без открытия свойств, без перезапуска индикатора. Этот и
Meridian Pro
Ottaviano De Cicco
5 (2)
Meridian Pro 2.00: профессиональная multi-timeframe матрица тренда для MT5 Meridian Pro 2.00 - профессиональная адаптивная матрица тренда для MetaTrader 5. Она объединяет оригинальный трендовый движок Meridian, чистый chart ribbon, сигнальные стрелки по закрытому бару, dashboard на 8 таймфреймов, Fuel momentum, weighted consensus, synthetic HTF processing и chart-native линии контекста старших таймфреймов. Цель простая: читать текущий тренд, multi-timeframe структуру, силу, momentum и EA-ready с
Market Structure Order Block Dashboard MT5 — это индикатор MT5, разработанный для трейдеров, которые хотят читать рыночную структуру и основные зоны реакции цены прямо на графике. Он объединяет BOS, ChoCH, Order Blocks, Fair Value Gaps (FVG), Ликвидность, Kill Zones, Volume Profile и компактную панель для быстрого анализа. Индикатор предназначен для трейдеров, использующих рыночную структуру, концепции ICT и Smart Money как основу для принятия решений. Он помогает выявлять продолжения тренда, во
Gold Stuff mt5
Vasiliy Strukov
4.9 (192)
Gold Stuff mt5 - трендовый индикатор, разработанный специально для золота, также может использоваться на любых финансовых инструментах. Индикатор не перерисовывается и не запаздывает. Рекомендуемый тайм-фрейм H1.  Свяжитесь со мной сразу после покупки для получения   персонального бонуса!   Вы можете получить бесплатную копию нашего индикатора Strong Support and Trend Scanner, пожалуйста, в личку. мне! Настройки и мануал  здесь ПАРАМЕТРЫ Draw Arrow -   вкл.выкл. отрисовку стрелок на графике. Al
Другие продукты этого автора
SuperScalp Pro Trader EA Automated trading EA for the indicator — dual-source Fibonacci TP, per-ticket management, and advanced trailing stop. Quick start: Apply the indicator to your chart first, then attach this EA.  How to use Open your chart and select your preferred symbol and timeframe. Insert the indicator onto the chart. Attach SuperScalp Pro Trader EA to the same chart. Leave IndicatorName blank — the EA automatically detects the chart indicator instance (Mode B). To load the indicat
Product Name AllAverages Cross EA – 36 Moving Average Crossover Strategy Short Description (one-liner) Universal MA crossover EA with 36 built-in moving average types, multi-timeframe support, ATR-based risk management, multi-level TP partial close, and trailing stop — no external indicators required. Full Description Overview AllAverages Cross EA is a fully self-contained dual moving average crossover Expert Advisor that internalizes 36 different moving average algorithms. Unlike typical MA cro
FREE
1. Overview — TrendFusion Pro TrendFusion Pro is a free, open-source MetaTrader 5 indicator that generates buy and sell signals only when all seven independent filters simultaneously agree. By requiring SuperTrend direction change, Triple EMA alignment, EMA proximity, RSI momentum direction, MACD divergence, wick ratio, and over-extension filters to pass at once, it delivers high-precision confluence signals with minimal false positives — suitable for both trend-following and scalping strategie
FREE
All Averages Cross Signal – 36 MA Types with Built-in Trade Simulator Description: All Averages Cross Signal is a powerful dual moving average crossover indicator featuring 36 different MA calculation methods and a built-in trade simulation engine. Identify golden cross and dead cross signals with any combination of moving averages, then instantly evaluate strategy performance — all without leaving the chart. 36 Moving Average Types in One Indicator Choose from 36 MA methods for both Fast and Sl
FREE
Position Manager Pro v1.0 (MT4) Dual Magic Number Independent Group Manager with Live P&L Dashboard Overview Position Manager Pro is a powerful trade management Expert Advisor for MetaTrader 4 that operates as an overlay manager — it does not open positions itself, but instead manages and monitors positions opened by other EAs or manually by the trader. The core concept is two fully independent groups , each identified by a unique Magic Number . Each group has its own Take Profit, Stop Loss, and
FREE
A complete copy trading EA suite that automatically replicates trades across MT4 and MT5 platforms. Supports all four combinations — MT4→MT4, MT4→MT5, MT5→MT4, and MT5→MT5 — in a single package. Uses the FILE_COMMON shared folder method for fast, reliable signal delivery within the same PC or VPS. Overview CopyTrading EA Suite is a utility package that automatically replicates trades between MetaTrader 4 and MetaTrader 5 platforms. A single Sender EA can broadcast signals to multiple Receive
FREE
Position Manager Pro v1.0 (MT5) Dual Magic Number Independent Group Manager with Live P&L Dashboard Overview Position Manager Pro   is a powerful trade management Expert Advisor for MetaTrader 5 that operates as an   overlay manager   — it does not open positions itself, but instead manages and monitors positions opened by other EAs or manually by the trader. The core concept is   two fully independent groups , each identified by a unique   Magic Number . Each group has its own Take Profit, Stop
FREE
Indicator Trader EA v1.0 for MetaTrader 5 Universal EA that bridges any custom indicator's signals to automated trading XAUUSD · Major Forex Pairs · Crypto | All Timeframes M1 ~ D1 Overview Indicator Trader EA is a universal Expert Advisor that automatically executes buy and sell orders based on signal buffers from any custom indicator. With a single EA, you can connect any commercial indicator (SuperScalp Pro, Trend 7Filter Pro, etc.) directly — no extra coding required. Simply configur
FREE
A complete copy trading EA suite that automatically replicates trades across MT4 and MT5 platforms. Supports all four combinations — MT4→MT4, MT4→MT5, MT5→MT4, and MT5→MT5 — in a single package. Uses the FILE_COMMON shared folder method for fast, reliable signal delivery within the same PC or VPS. Overview CopyTrading EA Suite is a utility package that automatically replicates trades between MetaTrader 4 and MetaTrader 5 platforms. A single Sender EA can broadcast signals to multiple Receive
FREE
Real Time Account Overview MT4 — Account & Magic Number P&L Monitor Real-time account overview and per-strategy P&L tracking, all in one clean panel. Overview Dashboard MT5 is a lightweight Expert Advisor that overlays a live information panel directly on your MetaTrader 4 chart. It gives you an instant snapshot of your account health and the performance of each trading strategy — identified by magic number — without ever leaving the platform. Whether you run a single EA or a dozen simultaneous
FREE
Real Time Account Overview MT5 — Account & Magic Number P&L Monitor Real-time account overview and per-strategy P&L tracking, all in one clean panel. Overview Dashboard MT5 is a lightweight Expert Advisor that overlays a live information panel directly on your MetaTrader 5 chart. It gives you an instant snapshot of your account health and the performance of each trading strategy — identified by magic number — without ever leaving the platform. Whether you run a single EA or a dozen simultaneous
FREE
Фильтр:
Нет отзывов
Ответ на отзыв