All indicators

Smart Alerts

Jun 23, 2021

Static chart image
SignalsOscillatorsCandlestickDashboardMoving AveragesPatterns

The Smart Alerts indicator provides a comprehensive toolkit for identifying and backtesting signals from multiple technical indicators simultaneously. By combining RSI, EMA crossovers, and engulfing candle patterns, it offers traders a data-driven approach to confluence-based trading while visualizing historical performance directly on the chart.

Usage

The Smart Alerts tool can be used to identify high-probability trade setups by looking for overlapping signals from different technical categories.

  • Confluence Trading: When two or more enabled indicators trigger at the same time, a large "Confluence" triangle appears. This indicates a higher probability of a price move based on the combined weight of multiple factors.
  • Performance Tracking: The indicator visually backtests every signal. If a signal meets your specified "Take Profit %" within the "Max Wait" candle window, the signal triangle is highlighted in blue (or orange, depending on settings), allowing for a quick visual audit of an indicator's reliability.
  • Single Indicator Tuning: You can isolate specific components (like just the EMA or just the RSI) to fine-tune their parameters before combining them into a master strategy.
  • Signal Visualization: Users can toggle "Plot Data" to see the price levels captured at the time of the signal, as well as the highest highs and lowest lows reached during the monitoring period.

Details

The script integrates three core technical concepts to generate alerts:

  1. RSI Oversold/Overbought: Monitors Momentum using a higher timeframe (HTF) RSI calculation to find potential exhaustion points.
  2. EMA Crossovers: Tracks trend direction and momentum shifts relative to a long-term Exponential Moving Average.
  3. Engulfing Candles: Identifies immediate price action reversals through classic bullish and bearish engulfing patterns.

The implementation uses request.security for timeframe flexibility and alertcondition logic for real-time notifications. The backtesting engine calculates "wins" by checking if the price achieved the target percentage move before the maximum candle offset was reached.

Settings

RSI Settings

  • RSI Timeframe: The timeframe used for RSI calculations.
  • RSI Source: The price source used for the RSI calculation (e.g., Close, OHLC4).
  • RSI Length: The lookback period for the RSI.
  • RSI Overbought Level: The threshold level for overbought signals.
  • RSI Oversold Level: The threshold level for oversold signals.

EMA Settings

  • EMA Timeframe: The timeframe used for EMA calculations.
  • EMA Length: The lookback period for the EMA.
  • Smooth EMA: Toggles between a stepped or smoothed appearance for the HTF EMA.

Trade Parameters

  • Max Wait (In Candles): The maximum number of bars the script waits for a target to be hit during backtesting.
  • Take Profit %: The percentage move required from the signal price to count as a "Win."

Display Toggles

  • Show Stats: Displays a dashboard with win rates and total signal counts.
  • Show Engulfing Candles: Toggles the display of price action patterns.
  • Show RSI Alerts: Toggles the display of RSI-based signals.
  • Show EMA & Alerts: Toggles the display of the EMA line and its crossover signals.
  • Plot Data: Visualizes the specific price levels (High, Low, Signal Close) used for win/loss calculations.

FAQ

How do I access Smart Alerts?

You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.

Can I use this for real-time alerts?

Yes, the script includes multiple alertcondition options for individual signals and confluence triggers that can be set up through the TradingView Alert menu.

Why are some signals colored differently?

Signals that successfully reached the Take Profit target within the Max Wait window are highlighted in blue to signify a successful historical backtest result.

Free indicator

Get free access to this indicator on the platforms below.

TradingView
NinjaTrader
MetaTrader 4/5

Unlock the entire LuxAlgo Library

Every indicator, every strategy, full charts, and complete access to Quant — our AI agent.