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



Recommended products
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)
Description :  we are happy to introduce our new free indicator based on one of professional and popular indicators in forex market (Parabolic SAR) this indicator is new modification on original Parabolic SAR indicator, in pro SAR indicator you can see cross over between dots and price chart, this crossover is not signal but talk about end of movement potential, you can start buy by new blue dot, and place stop loss one atr before first blue dot, and finally you can exit as soon as dots cross p
FREE
Donchian Breakout And Rsi
Mattia Impicciatore
4.5 (2)
General Description This indicator is an enhanced version of the classic Donchian Channel , upgraded with practical trading functions. In addition to the standard three lines (high, low, and middle), the system detects breakouts and displays them visually with arrows on the chart, showing only the line opposite to the current trend direction for a cleaner view. The indicator includes: Visual signals : colored arrows on breakout Automatic notifications : popup, push, and email RSI filter : to val
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 Indicator automatically draws the boxes for daily support and resistance breakouts. It helps the user identifying whether to buy or sell. It comes with an alert that will sound whenever a new signal appears. It also features an email facility. Your email address and SMTP Server settings should be specified in the settings window of the "Mailbox" tab in your MetaTrader 5. Blue arrow up = Buy. Red arrow down = Sell. You can use one of my Trailing Stop products that automatical
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)
Introducing VFI (Volume Flow Indicator) – a trading indicator that analyzes the relationship between volume and price movement to identify key trading opportunities. The indicator displays the strength and direction of volume flow, providing clear signals about potential entry and exit points. Signals are formed based on zero line crossovers, crossovers between the VFI line and its exponential moving average (EMA), and when the indicator exits overbought and oversold zones. Attention! This stra
FREE
MACD Enhanced
Nikita Berdnikov
4 (4)
Introducing the MACD  Enhanced – an advanced MACD (Moving Average Convergence Divergence) indicator that provides traders with extended capabilities for trend and momentum analysis in financial markets. The indicator uses the difference between the fast and slow exponential moving averages to determine momentum, direction, and strength of the trend, creating clear visual signals for potential entry and exit points. Attention! To achieve the best results, it is recommended to adapt the indicator
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 is the great tool to detect peaks and troughs in your chart. Peak Trough Analysis tool can use three different peaks and troughs detection algorithm. The three algorithm include the orignal Fractals Indicator by Bill Williams, the Modified Fractals indicator and ZigZag indicator. You can use this peak and trough analysis tool to detect the price pattern made up from Equilibrium Fractal-Wave process. For further usage, there are good guide line on how to use this peak trough
FREE
Super Trend eu
Emin Ulucanli
4.83 (6)
SUPERTREND; It is a trend following indicator based on the SuperTrend ATR created by Olivier Seban. It can be used to detect changes in trend direction and locate stops. When the price falls below the indicator curve, it turns red and indicates a downtrend. Conversely, when the price moves above the curve, the indicator turns green, indicating an uptrend. Like other indicators, it works well on SuperTrend when used in conjunction with other indicators such as MACD, parabolik SAR, Bollinger Band
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
Stoch RSI Alerts MT5
Marco Engstermann
5 (1)
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 MT5
Kestutis Balciunas
Shadow Flare Indicator is a non-repainting trend & liquidity tool for MetaTrader 5. It runs a configurable moving-average baseline (HMA, EMA, SMA, or RMA) wrapped in an Average True Range envelope and produces a sticky trend state that only flips when price closes through the upper or lower band. The same trend engine drives an automatic supply/demand zone module that detects pivot highs and pivot lows, draws coloured boxes around them, and mitigates each zone the moment price closes through it.
FREE
Master SmoothedHMA Color
Som Prakash Gehlot
5 (5)
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
SMMA Bands Indicator
Elie Baptiste Granger
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
Vinoth Durairaj Durairaj
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 demo
Alexey Isavnin
4.25 (4)
This is the demo version of "All Harmonics 26" indicator . "All Harmonics 26" searches for 26 types of harmonic patterns and outputs them in a convenient way. You can check out the documentation here . This demo version has the following limitations: The indicator searches only for one type of harmonic patterns out of 26:- Gartley. The indicator outputs new patterns with a lag of 10 bars.
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) indicator with multi-timeframe support, customizable visual signals, and configurable alert system. Freelance programming services, updates, and other TrueTL products are available on my MQL5 profile . Feedback and reviews are highly appreciated! What is ATR? The Average True Range (ATR), developed by J. Welles Wilder, is a technical indicator that measures market volatility. It calculates the average of the True Range over a specified period. The True Range is the gr
FREE
Buyers of this product also purchase
Neuro Poseidon MT5
Daria Rezueva
4.93 (15)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
SuperScalp Pro
Van Minh Nguyen
4.65 (26)
SuperScalp Pro – Advanced Multi-Filter Scalping Indicator System SuperScalp Pro is an advanced scalping indicator that combines the classic Supertrend with multiple intelligent confirmation filters to help identify trading opportunities. It works efficiently across multiple timeframes from M1 to H4, with optimized performance on XAUUSD, BTCUSD, and major Forex pairs. The indicator provides clear Buy and Sell signals, along with automatically calculated entry price, stop loss, and take profit lev
Gold Entry Sniper
Tahir Mehmood
5 (12)
Gold Entry Sniper – Professional Multi-Timeframe ATR Dashboard for Gold Scalping & Swing Trading Gold Entry Sniper is a cutting-edge MetaTrader 5 indicator designed to give traders precise buy/sell signals for XAUUSD and other symbols, powered by ATR Trailing Stop logic and a multi-timeframe analysis dashboard . Built for both scalpers and swing traders, it combines real-time market direction , dynamic stop levels , and professional visual dashboards to help you identify high-probability gold en
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
Let's be honest first. No indicator will make you profitable on its own. If someone tells you otherwise, they're selling you a dream. Every indicator that shows perfect buy/sell arrows can be made to look flawless — just zoom into the right window of history and screenshot the winners. We won't do that. SMC Intraday Formula is a tool. It reads the market structure for you, maps the highest-probability price zones, and tells you exactly what the smart money footprint looks like right now — in pl
Divergence Bomber
Ihor Otkydach
4.9 (89)
Each buyer of this indicator also receives the following for free: The custom utility "Bomber Utility", which automatically manages every trade, sets Stop Loss and Take Profit levels, and closes trades according to the rules of this strategy Set files for configuring the indicator for various assets Set files for configuring Bomber Utility in the following modes: "Minimum Risk", "Balanced Risk", and "Wait-and-See Strategy" A step-by-step video manual to help you quickly install, configure, and s
ScalpPoint
Temirlan Kdyrkhan
ScalpPoint 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 emai
SmartScalping
Temirlan Kdyrkhan
SmartScalping 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
Power Candles MT5
Daniel Stein
5 (8)
Power Candles V3 - Self-Optimizing Strength Indicator Power Candles V3 turns currency and instrument strength into an actionable trade plan on every chart it is attached to. Instead of just coloring candles, it runs a live auto-optimization in the background and hands you the best Stop Loss, Take Profit and signal threshold for the symbol in front of you. One click adopts it for live trading - entry, Stop Loss and Take Profit rays appear on the chart at the exact prices, and alerts fire with dir
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
TrendProMaster
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
MasterTrend
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
Introducing   Quantum Breakout PRO , the groundbreaking MQL5 Indicator that's transforming the way you trade Breakout Zones! Developed by a team of experienced traders with trading experience of over 13 years,   Quantum Breakout PRO   is designed to propel your trading journey to new heights with its innovative and dynamic breakout zone strategy. Quantum Breakout Indicator will give you signal arrows on breakout zones with 5 profit target zones and stop loss suggestion based on the breakout b
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Synthetic Fractal Structure and Confirmed Entries for MT5 Overview Azimuth Pro is a multi-level swing structure indicator by Merkava Labs . Four nested swing layers, swing-anchored VWAP, ABC pattern detection, three-timeframe structural filtering, and closed-bar confirmed entries — one chart, one workflow from micro-swings to macro-cycles. This is not a blind signal product. It is a structure-first workflow for traders who care about location, context, and timing. V2 Launch Offe
This product was updated for the 2026 market and optimized for the latest MT5 builds . PRICE UPDATE NOTICE: Smart Trend Trading System is currently available for $99. The price will increase to $199 after the next 30 purchases. SPECIAL OFFER:  After purchasing Smart Trend Trading System, send me a private message to claim the Smart Universal EA for FREE and turn your Smart Trend signals into automated trades. Smart Trend Trading System is a complete non-repainting, non-redrawing, and non-laggi
FX Trend MT5 NG
Daniel Stein
5 (6)
FX Trend NG: The Next Generation Multi-Market Trend Intelligence Overview FX Trend NG is a professional multi-timeframe trend and market monitoring tool designed to give you a complete structural overview of the market in seconds. Instead of switching between dozens of charts, you instantly see which symbols are trending, where momentum is fading, and where strong alignment exists across timeframes. This tool is part of the Stein Investments ecosystem - 18+ tools plus Max, your 1-on-1 AI tradi
Quantum TrendPulse
Bogdan Ion Puscasu
5 (25)
Introducing Quantum TrendPulse , the ultimate trading tool that combines the power of SuperTrend , RSI , and Stochastic into one comprehensive indicator to maximize your trading potential. Designed for traders who seek precision and efficiency, this indicator helps you identify market trends, momentum shifts, and optimal entry and exit points with confidence. Key Features: SuperTrend Integration: Easily follow the prevailing market trend and ride the wave of profitability. RSI Precision: Detect
Gann Made Easy   is a professional and easy to use Forex trading system which is based on the best principles of trading using the theory of W.D. Gann. The indicator provides accurate BUY and SELL signals including Stop Loss and Take Profit levels. You can trade even on the go using PUSH notifications. PLEASE CONTACT ME AFTER PURCHASE TO GET TRADING  INSTRUCTIONS   AND GREAT EXTRA INDICATORS   FOR FREE! Probably you already   heard   about the Gann trading methods before. Usually the Gann theory
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIPoint 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 Cu
GoldenX Entry MT5
Kareem Abbas
5 (8)
You have probably tested dozens of indicators before. But we are not here to be “just another signals indicator.” Behind GoldenX Entry is intensive research & development focused on building sophisticated algorithms designed to adapt to the real behavior of every instrument — not generic signals recycled everywhere else. From advanced Auto Optimizer technology that automatically discovers the best settings for every timeframe, to detailed historical performance analysis and market-adaptive log
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (2)
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
M30/H1/H4 Swing Version Available Want to catch the big moves that M5/M15 can't reach? Gold Signal Swing Pro (M30/H1/H4) is now available. Target $20-$80+ per trade. https://www.mql5.com/en/market/product/177643 KURAMA GOLD SIGNAL PRO (MT5) — 7-Layer Filter XAUUSD Complete Trading System No repaint. No redraw. No lag. Every signal stays fixed once confirmed. Buyer bonus: Anyone who purchases the buy-out license gets AI Zone Radar ($59 value) + PDF m
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (3)
A new King in town - Indicator + Order management indications(tp1+tp2+tp3) + Optional Telegram Signal sender   INCLUDED (FREE) ( FULL TRADING  and SIGNAL SYSTEM ) Our best EA for Gold: Gold Slayer  This indicator includes an advanced Strategy, a trading system with customisable order management and a mean reversion system that combines envelope extensions, backed by multiple intelligent confirmation filters like RSI to catch high probability reversal entries with BUY and SELL signals . You will
Market Structure Order Block Dashboard MT5 is an MT5 indicator designed for traders who want to read market structure and the main price reaction zones directly on the chart. It combines BOS, ChoCH, Order Blocks, Fair Value Gaps (FVG), Liquidity, Kill Zones, Volume Profile, and a compact dashboard for quick analysis. This indicator targets traders who use market structure, ICT and Smart Money concepts as a decision framework. It can help spot trend continuations, possible reversals, price imbala
Trend Catcher ind mt5
Ramil Minniakhmetov
5 (4)
TREND CATCHER INDICATOR Trend Catcher Indicator analyzes market price movements, using a combination of the author’s proprietary and customized adaptive trend-analysis indicators.  It identifies the true market direction by filtering out short-term noise and focusing on underlying momentum strength, volatility expansion, and price structure behavior.  It also uses a combination of smoothing and trend-filtering customized indicators such as moving averages, RSI, and volatility filters.   Real ope
Atomic Analyst MT5
Issam Kassas
4.21 (33)
This product was updated for the 2026 market and optimized for the latest MT5 builds. PRICE UPDATE NOTICE: Atomic Analyst is currently available for $99. The price will increase to $199 after the next 30 purchases . SPECIAL OFFER:  After purchasing Atomic Analyst, send me a private message to claim the Smart Universal EA for FREE and turn your Atomic Analyst signals into automated trades. Atomic Analyst is a non-repainting, non-redrawing, and non-lagging price action trading indicator designed
FX Levels MT5
Daniel Stein
5 (14)
FX Levels: Exceptionally Accurate Support & Resistance for All Markets Quick Overview Looking for a reliable way to pinpoint support and resistance levels across any market—currencies, indices, stocks, or commodities? FX Levels merges our traditional “Lighthouse” method with a forward-thinking dynamic approach, offering near-universal accuracy. By drawing from real-world broker experience and automated daily plus real-time updates, FX Levels helps you identify reversal points, set profit targe
Smart Structure Concepts MT5
Cristhian Alexander Gaibor Cuasquer
5 (1)
LAUNCH PRICE — LIMITED COPIES AT THIS PRICE Current price: $50. Final price: $100. The price increases every 25 sales. Buy now to keep the lowest price. This is not just another structure indicator that draws zones and leaves you guessing. Smart Structure Concepts reads the market for you, marking Smart Money Concepts (SMC / ICT) structure in real time on XAUUSD (Gold), Forex, Indices, Crypto and any other market. Forget going into the inputs to configure every zone: with its interactive dashbo
Trend Screener Pro MT5
STE S.S.COMPANY
4.85 (104)
Trend Screener Indicator --Professional Trend Trading & Market Scanning System for MetaTrader Unlock the true power of trend trading with Trend Screener Indicator — a complete multi-currency, multi-timeframe trend analysis solution powered by Fuzzy Logic,Trend Pulse Technology  and advanced market structure algorithms.   Trend Screener transforms your MetaTrader platform into a professional-grade Trend Analyzer and Market Scanner, helping you identify high-probability trend opportunities, early
Trend Forecaster
Alexey Minkov
5 (7)
Trend Forecaster – Since 2023. The Trend Forecaster indicator utilizes a unique proprietary algorithm to determine entry points for a breakout trading strategy. The indicator identifies price clusters, analyzes price movement near levels, and provides a signal when the price breaks through a level. The Trend Forecaster indicator is suitable for all financial assets, including currencies (Forex), metals, stocks, indices, and cryptocurrencies. You can also adjust the indicator to work on any time
More from author
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
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
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
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
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
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
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
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
Filter:
No reviews
Reply to review