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.
Trading & investing are risky and many will lose money in connection with trading and investing activities. All content on this site is not intended to, and should not be, construed as financial advice. Decisions to buy, sell, hold or trade in securities, commodities and other investments involve risk and are best made based on the advice of qualified financial professionals. Past performance does not guarantee future results.
Hypothetical or Simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not been executed, the results may have under-or-over compensated for the impact, if any, of certain market factors, including, but not limited to, lack of liquidity. Simulated trading programs in general are designed with the benefit of hindsight, and are based on historical information. No representation is being made that any account will or is likely to achieve profit or losses similar to those shown.
Testimonials appearing on this website may not be representative of other clients or customers and is not a guarantee of future performance or success.
As a provider of technical analysis tools and strategies, we do not have access to the personal trading accounts or brokerage statements of our customers. As a result, we have no reason to believe our customers perform better or worse than traders as a whole based on any content, tool, or platform feature we provide.
Charts used on this site are by TradingView in which the majority of our technical indicators are built on. TradingView® is a registered trademark of TradingView, Inc. www.TradingView.com TradingView® has no affiliation with the owner, developer, or provider of the Services described herein.
Market data is provided by CBOE, CME Group, BarChart, Massive, CoinAPI. Select U.S. equities data is provided through Massive. CBOE BZX real-time U.S. equities data is licensed from CBOE and provided through BarChart. Real-time futures data is licensed from CME Group and provided through BarChart. Select cryptocurrency data, including major coins, is provided through CoinAPI. All data is provided “as is” and should be verified independently for trading purposes.
This does not represent our full Disclaimer. Please read our full disclaimer.
© 2026 LuxAlgo Global, LLC.

