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



Prodotti consigliati
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)
Descrizione:  siamo felici di presentare il nostro nuovo indicatore gratuito basato su uno degli indicatori professionali e popolari nel mercato forex (PSAR) questo indicatore è una nuova modifica sull'indicatore SAR parabolico originale, nell'indicatore pro SAR puoi vedere l'incrocio tra i punti e il grafico dei prezzi, questo il crossover non è un segnale ma parla del potenziale di fine movimento, puoi iniziare a comprare con un nuovo punto blu e posizionare lo stop loss un atr prima del pri
FREE
Donchian Breakout And Rsi
Mattia Impicciatore
4.5 (2)
Descrizione generale Questo indicatore è una versione avanzata del classico Donchian Channel , arricchita con funzioni operative per il trading reale. Oltre alle tre linee tipiche (massimo, minimo e linea centrale), il sistema rileva i breakout e li segnala graficamente con frecce sul grafico, mostrando solo la linea opposta alla direzione del trend per semplificare la lettura. L’indicatore include: Segnali visivi : frecce colorate al breakout Notifiche automatiche : popup, push e email Filtro R
FREE
RSI abcd
Francisco Gomes Da Silva
4.33 (3)
RSI ABCD Pattern Finder: Strategia Tecnica 1. Come Funziona l'Indicatore Combina il RSI classico con il rilevamento automatico di pattern armonici ABCD . Componenti Principali RSI standard (periodo regolabile) Marcatori di massimi e minimi (frecce) Pattern ABCD (linee verdi/rosse) Filtri ipercomprato (70) e ipervenduto (30) 2. Configurazione su MT5 period = 14 ; // Periodo RSI size = 4 ; // Dimensione massima del pattern OverBought = 70 ; // Livello ipercomprato OverSold = 30 ; // Livello iperve
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 è un indicatore professionale di supporti e resistenze per MetaTrader 5, progettato per identificare con precisione le principali zone di prezzo e di mercato. L’indicatore aiuta i trader a riconoscere tempestivamente potenziali aree di ingresso, uscita e reazione del mercato. Funzionalità: Rilevamento automatico di supporti e resistenze Analisi dinamica della struttura di mercato Visualizzazione professionale delle aree chiave di prezzo Adatto a scalping, day trading e sw
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; È un indicatore di trend following basato sull'ATR SuperTrend creato da Olivier Seban. Può essere utilizzato per rilevare i cambiamenti nella direzione del trend e individuare gli arresti. Quando il prezzo scende al di sotto della curva dell'indicatore, diventa rosso e indica una tendenza al ribasso. Al contrario, quando il prezzo si sposta al di sopra della curva, l'indicatore diventa verde, indicando un trend rialzista. Come altri indicatori, funziona bene su SuperTrend se utilizza
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
L’indicatore Shadow Flare è uno strumento di trend e liquidità non ridisegnante per MetaTrader 5. Esegue una media mobile di base configurabile (HMA, EMA, SMA o RMA) avvolta in un canale basato sull’Average True Range e genera uno stato di trend “appiccicoso” che cambia solo quando il prezzo chiude al di sopra della banda superiore o al di sotto della banda inferiore. Lo stesso motore di trend alimenta un modulo automatico di zone di offerta/domanda che rileva i massimi e minimi di pivot, disegn
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
Indicatore Average True Range (ATR) con supporto multi-timeframe, segnali visivi personalizzabili e sistema di alert configurabile. Servizi di programmazione freelance, aggiornamenti e altri prodotti TrueTL sono disponibili sul mio profilo MQL5 . Feedback e recensioni sono molto apprezzati! Cos'è l'ATR? L'Average True Range (ATR), sviluppato da J. Welles Wilder, è un indicatore tecnico che misura la volatilità del mercato. Calcola la media del True Range su un periodo specificato. Il True Ran
FREE
Gli utenti di questo prodotto hanno anche acquistato
Neuro Poseidon MT5
Daria Rezueva
4.94 (16)
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 – Sistema avanzato di indicatore scalping multi-filtro SuperScalp Pro è un indicatore di scalping avanzato che combina il classico Supertrend con molteplici filtri intelligenti di conferma per aiutare a identificare opportunità di trading. Funziona in modo efficiente su diversi timeframe da M1 a H4, con prestazioni ottimizzate su XAUUSD, BTCUSD e principali coppie Forex. L’indicatore fornisce chiari segnali Buy e Sell, insieme a livelli di ingresso, stop loss e take profit calcola
Gold Entry Sniper
Tahir Mehmood
5 (12)
Gold Entry Sniper – Dashboard ATR Multi-Timeframe per Scalping e Swing Trading sull’Oro Gold Entry Sniper è un indicatore avanzato per MetaTrader 5 che offre segnali di acquisto/vendita precisi per XAUUSD e altri strumenti, basato sulla logica ATR Trailing Stop e l' analisi multi-timeframe . Caratteristiche e Vantaggi Analisi Multi-Timeframe – Visualizza trend su M1, M5, M15 in un'unica dashboard. Trailing Stop Basato su ATR – Stop dinamici che si adattano alla volatilità. Dashboard Professional
Divergence Bomber
Ihor Otkydach
4.9 (89)
Ogni acquirente dell’indicatore riceverà inoltre gratuitamente: L’utilità esclusiva “Bomber Utility”, che gestisce automaticamente ogni operazione, imposta i livelli di Stop Loss e Take Profit e chiude le posizioni secondo le regole della strategia I file di configurazione (set file) per adattare l’indicatore a diversi asset I set file per configurare il Bomber Utility in tre modalità: “Rischio Minimo”, “Rischio Bilanciato” e “Strategia di Attesa” Una guida video passo-passo per installare, conf
Cominciamo con la verità. Nessun indicatore da solo ti renderà profittevole. Se qualcuno ti dice il contrario, ti sta vendendo un sogno. Qualsiasi indicatore che mostra frecce perfette di acquisto/vendita può essere reso impeccabile — basta ingrandire la giusta sezione della storia e catturare solo i trade vincenti. Noi non lo facciamo.  SMC Intraday Formula è uno strumento. Legge la struttura del mercato per te, identifica le zone a più alta probabilità e ti mostra esattamente come appare la t
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
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 - Indicatore di forza ad ottimizzazione automatica Power Candles V3 trasforma la forza delle valute e degli strumenti in un piano di trading attuabile su ogni grafico a cui è collegato. Invece di limitarsi a colorare le candele, esegue un'auto-ottimizzazione in tempo reale in background e ti fornisce i migliori valori di Stop Loss, Take Profit e soglia di segnale per il simbolo che hai davanti. Basta un clic per adottarlo nel trading live: i raggi di ingresso, Stop Loss e Take P
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
Presentazione       Quantum Breakout PRO   , l'innovativo indicatore MQL5 che sta trasformando il modo in cui scambi le zone di breakout! Sviluppato da un team di trader esperti con un'esperienza di trading di oltre 13 anni,       Quantum Breakout PRO       è progettato per spingere il tuo viaggio di trading a nuovi livelli con la sua strategia innovativa e dinamica della zona di breakout. Quantum Breakout Indicator ti fornirà frecce di segnalazione sulle zone di breakout con 5 zone target di
Questo prodotto è stato aggiornato per il mercato 2026 e ottimizzato per le ultime build di MT5. AVVISO DI AGGIORNAMENTO PREZZO: Smart Trend Trading System è attualmente disponibile a $99 . Il prezzo aumenterà a $199 dopo i prossimi 30 acquisti . OFFERTA SPECIALE: Dopo aver acquistato Smart Trend Trading System, inviami un messaggio privato per ricevere Smart Universal EA GRATIS e trasformare i tuoi segnali Smart Trend in operazioni automatiche. Smart Trend Trading System è un sistema di tradin
Quantum TrendPulse
Bogdan Ion Puscasu
5 (25)
Ecco   Quantum TrendPulse   , lo strumento di trading definitivo che combina la potenza di   SuperTrend   ,   RSI   e   Stocastico   in un unico indicatore completo per massimizzare il tuo potenziale di trading. Progettato per i trader che cercano precisione ed efficienza, questo indicatore ti aiuta a identificare con sicurezza le tendenze di mercato, i cambiamenti di momentum e i punti di entrata e uscita ottimali. Caratteristiche principali: Integrazione SuperTrend:   segui facilmente l'andame
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
FX Trend MT5 NG
Daniel Stein
5 (6)
FX Trend NG: La Nuova Generazione di Intelligenza di Trend Multi-Mercato Panoramica FX Trend NG è uno strumento professionale di analisi del trend multi-timeframe e monitoraggio dei mercati. Ti consente di comprendere la struttura completa del mercato in pochi secondi. Invece di passare tra numerosi grafici, puoi identificare immediatamente quali strumenti sono in trend, dove il momentum sta diminuendo e dove esiste un forte allineamento tra i timeframe. Offerta di Lancio – Ottieni FX Trend NG
Gann Made Easy è un sistema di trading Forex professionale e facile da usare che si basa sui migliori principi del trading utilizzando la teoria di mr. WD Gann. L'indicatore fornisce segnali ACQUISTA e VENDI accurati, inclusi i livelli di Stop Loss e Take Profit. Puoi fare trading anche in movimento utilizzando le notifiche PUSH. CONTATTAMI DOPO L'ACQUISTO PER RICEVERE GRATUITAMENTE LE ISTRUZIONI DI TRADING E OTTIMI INDICATORI EXTRA! Probabilmente hai già sentito parlare molte volte dei metodi d
Versione Swing M30/H1/H4 disponibile Vuoi catturare i grandi movimenti? Gold Signal Swing Pro (M30/H1/H4). Obiettivo: $20-$80+ per trade. https://www.mql5.com/en/market/product/177643 KURAMA GOLD SIGNAL PRO (MT5) — Sistema di Trading XAUUSD Completo a 7 Strati di Filtri Nessun repaint. Nessun ridisegno. Nessun ritardo. Ogni segnale rimane fissato una volta confermato. Bonus acquirente: Chiunque acquisti la licenza di acquisto riceve AI Zone Radar (v
GoldenX Entry MT5
Kareem Abbas
5 (8)
GoldenX Entry è un indicatore per MT5 con un algoritmo adattivo Smart Entry Trend, un sistema di scoring dei segnali, un rilevatore del regime di mercato e un filtro di volatilità. Ogni segnale include un livello di ingresso calcolato, tre livelli di Take-Profit (TP1, TP2, TP3) e un livello di Stop-Loss. È costruito su più livelli analitici progettati per adattarsi a diverse condizioni di mercato, combinando un sistema analitico multilivello con un ottimizzatore integrato e un sistema di traccia
RelicusRoad Pro MT5
Relicus LLC
4.96 (24)
RelicusRoad Pro: Sistema Operativo Quantitativo di Mercato 70% DI SCONTO ACCESSO A VITA (TEMPO LIMITATO) - UNISCITI A 2.000+ TRADER Perché la maggior parte dei trader fallisce anche con indicatori "perfetti"? Perché operano su Singoli Concetti isolati. Un segnale senza contesto è una scommessa. Per vincere serve CONFLUENZA . RelicusRoad Pro non è un semplice indicatore. È un Ecosistema Quantitativo completo . Mappa la "Fair Value Road", distinguendo tra rumore e rotture strutturali. Smetti di in
Trend Catcher ind mt5
Ramil Minniakhmetov
5 (4)
INDICATORE TREND CATCHER L'indicatore Trend Catcher analizza i movimenti dei prezzi di mercato, utilizzando una combinazione di indicatori di analisi del trend proprietari dell'autore e personalizzati. Identifica la vera direzione del mercato filtrando il rumore a breve termine e concentrandosi sulla forza del momentum sottostante, sull'espansione della volatilità e sul comportamento della struttura dei prezzi. Utilizza inoltre una combinazione di indicatori personalizzati di smoothing e filtr
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
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
Atomic Analyst MT5
Issam Kassas
4.21 (33)
Questo prodotto è stato aggiornato per il mercato 2026 e ottimizzato per le ultime build di MT5. AVVISO DI AGGIORNAMENTO PREZZO: Atomic Analyst è attualmente disponibile a $99 . Il prezzo aumenterà a $199 dopo i prossimi 30 acquisti . OFFERTA SPECIALE: Dopo aver acquistato Atomic Analyst, inviami un messaggio privato per ricevere Smart Universal EA GRATIS e trasformare i tuoi segnali Atomic Analyst in operazioni automatiche. Atomic Analyst è un indicatore di trading Price Action non-repainting
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (3)
Un nuovo Re in città - Indicatore + Gestione ordini (TP1 + TP2 + TP3) + Invio opzionale di segnali Telegram INCLUSO (GRATIS) (SISTEMA COMPLETO DI TRADING e SEGNALI) Il nostro miglior EA per l’Oro: Gold Slayer Questo indicatore include una strategia avanzata, un sistema di trading con gestione ordini personalizzabile e un sistema mean reversion che combina estensioni di envelope, supportato da molteplici filtri intelligenti di conferma come RSI per individuare ingressi di inversione ad alta proba
Market Structure Order Block Dashboard MT5 è un indicatore MT5 progettato per i trader che vogliono leggere la struttura di mercato e le principali zone di reazione del prezzo direttamente sul grafico. Combina BOS, ChoCH, Order Blocks, Fair Value Gaps (FVG), Liquidità, Kill Zones, Volume Profile e un pannello compatto per un'analisi rapida. Questo indicatore è rivolto ai trader che utilizzano la struttura di mercato, i concetti ICT e Smart Money come quadro decisionale. Può aiutare a individuare
Smart Structure Concepts MT5
Cristhian Alexander Gaibor Cuasquer
5 (1)
Questo non è l'ennesimo indicatore di struttura che disegna zone e ti lascia a indovinare. Smart Structure Concepts legge il mercato per te — segnando la struttura Smart Money Concepts (SMC / ICT) in tempo reale su XAUUSD (Oro), Forex, Indici, Crypto e qualsiasi altro mercato . Dimentica di entrare negli input per configurare ogni zona: con il suo pannello dashboard interattivo sul grafico , decidi cosa mostrare, nascondere o regolare con un solo clic — senza aprire le proprietà, senza riavviare
FX Levels MT5
Daniel Stein
5 (14)
FX Levels: Supporti e Resistenze di Precisione Eccezionale per Tutti i Mercati Panoramica Rapida Cercate un modo affidabile per individuare livelli di supporto e resistenza in ogni mercato—coppie di valute, indici, azioni o materie prime? FX Levels fonde il metodo tradizionale “Lighthouse” con un approccio dinamico all’avanguardia, offrendo una precisione quasi universale. Basato sulla nostra esperienza reale con i broker e su aggiornamenti automatici giornalieri più quelli in tempo reale, FX
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
Altri dall’autore
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
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
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
Filtro:
Nessuna recensione
Rispondi alla recensione