Mini Screener (ASniper)

Calculates various technical indicators on the current chart:
EMA (9) and EMA (21)
RSI (14)
MACD (histogram from the MACD calculation)
VWAP
MFI (Money Flow Index over 14)
ADX (from DMI with smoothing)
- **Inputs & Ticker Processing:**
Users can enter a comma-separated list of tickers and timeframes. The script parses these, limits the number of symbols if needed, and sets up inputs for trend pivots and other visual options.
- **Scoring Function:**
The function calculates a composite score based on various technical indicators such as:
- Exponential Moving Averages (EMA 9 and EMA 21)
- Relative Strength Index (RSI)
- MACD histogram
- Volume Weighted Average Price (VWAP)
- Money Flow Index (MFI)
- Average Directional Index (ADX)
- Additionally, it includes a measure for Open Range Breakout (ORB) and divergence checks.
The score is then used to derive a bias code (buy, sell, or neutral).
- **Symbol Scoring Across Timeframes:**
For each symbol, the script aggregates scores across multiple timeframes. It calculates an overall composite score and assigns a signal (BUY, SELL, or NEUTRAL).
- **Sorting & Display:**
The computed scores, along with the symbol names, prices, and signals, are stored in arrays which are later sorted in descending order by score. A table is drawn on the chart displaying the top N results.
- **Overlay of Technical Indicators:**
Several overlays are provided, including:
- Multiple EMAs (with configurable periods and colors)
- VWAP
- Optional support and resistance levels calculated using pivot highs and lows
- Trendlines based on recent rolling pivots
- **Open-Range Breakout (ORB) Functionality:**
The script defines an open range based on a configurable time period at the beginning of the session. It calculates an open range high and low, plots these on the chart, and detects breakouts or retests of these levels. It also plots breakout markers and sets alert conditions.
- **Alerts:**
Alert conditions are set for breakouts above the open range high, breakdowns below the open range low, and for the subsequent retest of these levels.
Overall, the script is designed to help traders quickly scan multiple tickers across different timeframes, identify potential trading signals based on a variety of technical indicators, and visualize relevant levels and trends directly on the chart.
Script su invito
Solo gli utenti autorizzati dall'autore hanno accesso a questo script e ciò richiede solitamente un pagamento. Puoi aggiungere lo script ai tuoi preferiti, ma potrai utilizzarlo solo dopo aver richiesto l'autorizzazione e averla ottenuta dal suo autore - per saperne di più leggi qui. Per maggiori dettagli, segui le istruzioni dell'autore qui sotto o contatta direttamente act213.
TradingView NON consiglia di pagare o utilizzare uno script a meno che non ci si fidi pienamente del suo autore e non si comprenda il suo funzionamento. Puoi anche trovare alternative gratuite e open-source nei nostri script della comunità.
Istruzioni dell'autore
Attenzione: prima di richiedere l'accesso, leggi la nostra guida per gli script su invito.
Declinazione di responsabilità
Script su invito
Solo gli utenti autorizzati dall'autore hanno accesso a questo script e ciò richiede solitamente un pagamento. Puoi aggiungere lo script ai tuoi preferiti, ma potrai utilizzarlo solo dopo aver richiesto l'autorizzazione e averla ottenuta dal suo autore - per saperne di più leggi qui. Per maggiori dettagli, segui le istruzioni dell'autore qui sotto o contatta direttamente act213.
TradingView NON consiglia di pagare o utilizzare uno script a meno che non ci si fidi pienamente del suo autore e non si comprenda il suo funzionamento. Puoi anche trovare alternative gratuite e open-source nei nostri script della comunità.
Istruzioni dell'autore
Attenzione: prima di richiedere l'accesso, leggi la nostra guida per gli script su invito.