Screener
Dec 16, 2020

The Screener indicator provides a customizable multi-symbol dashboard that scans various assets for specific technical conditions in real-time. This tool is designed to help traders monitor trend alignment across up to 20 different symbols simultaneously using a visual panel displayed directly on the chart.
Usage
The Usage section focuses on the multi-asset monitoring capabilities of the script. By default, the screener tracks whether the price is above or below a 50-period Exponential Moving Average (EMA) across the selected symbols.
- Trend Identification: The panel displays "Long" in green when the price is above the EMA and "Short" in red when the price is below it.
- Market Overview: Traders can use this to quickly identify which assets in a portfolio or watchlist are trending in a specific direction without manually switching charts.
- Customization: While the default logic uses an EMA 50 cross, the underlying code can be adapted to track different indicator signals or strategies across the 20 available security slots.
Details
The script utilizes the request.security() function to fetch data from different symbols and timeframes. It organizes the results into two distinct visual panels on the right side of the chart using labels. The panel position is dynamic, calculated based on bar time and price to ensure it remains visible as new data arrives. The core logic evaluates the price relationship to a 50 EMA on the previous bar close to avoid repaint issues in the display.
Settings
Symbols
- Symbol 1 - 20: Allows users to select the specific tickers they wish to monitor in the screener panels.
Display
- Panel 1 Offset: Adjusts the horizontal distance of the first column of results from the current bar.
- Panel 2 Offset: Adjusts the horizontal distance of the second column of results from the current bar.
- Panel Size: Determines the text size of the labels (Small, Normal, or Large) to accommodate different screen resolutions.
FAQ
How do I change the symbols being scanned?
You can change the symbols by opening the indicator settings and selecting new tickers for any of the "Symbol" inputs.
Can I monitor more than 20 symbols?
The current implementation supports 20 symbols. While Pine Script allows for more request.security() calls, the visual layout of this specific tool is optimized for 20 slots.
How can I access the Screener?
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.

