Any Screener (Multiple)
Jul 29, 2023

The Any Screener (Multiple) indicator is a comprehensive monitoring tool designed to track the signal status of multiple indicators across 15 different symbols simultaneously in a structured dashboard. It provides real-time insights into trend directions, signal age (bars since occurrence), and volatility metrics, allowing traders to oversee a broad market overview from a single chart.
Usage
The screener panel displays assets on the left and selected indicators across the top. Signal directions are represented by dynamic colors and icons: green triangles indicate long signals (uptrends), while red triangles represent short signals (downtrends).
A key feature is the signal distance shown in square brackets, such as [21], which indicates how many bars have passed since the signal was triggered. If the distance is 0, the signal is occurring on the current bar. Users can also enable the plotting of long and short signals directly on the chart for the current symbol.
Details
The script is divided into two primary logic sections:
- Indicators Section: Contains the logic for the built-in technical tools, including Optimized Trend Tracker (OTT), Parabolic SAR, and various momentum oscillators. It features advanced normalization for volatility indicators and handles pathing for symbols via
request.security. - Screener Section: Converts boolean signals into integer direction variables. This allows the script to calculate signal distance, determine cell colors, and prepare data for the table display.
Settings
OTT
- Type: Selects the moving average base (SMA, EMA, EVWMA, Hull, or VAR).
- Length: Sets the lookback period for the moving average.
- Percent: Adjusts the OTT offset; setting this to 0.0 turns the OTT into a standard moving average cross.
- Show Signals / Plot: Toggles the visual elements on the main chart.
PSAR
- Start / Increment / Max: Standard parameters for the Parabolic Stop and Reverse calculation.
Oscillator
- Type: Choose between RSI, MFI, or Stochastic.
- Over Sold / Over Bought: Define the threshold levels for signal generation.
- Pyramiding: When enabled, allows consecutive signals in the same direction.
Volatility
- Type: Selects between ADX, Normalized Bollinger Bandwidth (BBW-N), or Normalized Linear Regression (REG-N). These display numerical values (0-100) instead of directional signals.
Screener & Symbols
- Show Table: Toggles the visibility of the dashboard.
- Position / Text Size: Customizes the UI appearance.
- Symbols 01-15: Allows users to input the specific tickers they wish to monitor.
FAQ
How do I interpret the numbers in brackets? The numbers represent the "signal distance" or the number of bars that have passed since the indicator last triggered a buy or sell signal. A value of 0 means the signal is active on the current bar.
Can I use my own indicators in this screener? Yes, the script is designed to be modular. By modifying the indicator logic in Section 1 of the source code and linking them to the screener variables, you can track custom conditions.
How do I access Any Screener (Multiple)? You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
Free indicator
Get free access to this indicator on the platforms below.
Unlock the entire LuxAlgo Library
Every indicator, every strategy, full charts, and complete access to Quant — our AI agent.