INVITE-ONLY SCRIPT
Telah dikemas kini

Mini Screener (ASniper)

19
The screener score is computed in the function getScoreBias(). It does the following:

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)
Nota Keluaran
This script is a TradingView indicator that functions as a multi-ticker screener using several common technical analysis tools. Here’s a brief overview of its main features and functions:

- **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.

Penafian

Maklumat dan penerbitan adalah tidak dimaksudkan untuk menjadi, dan tidak membentuk, nasihat untuk kewangan, pelaburan, perdagangan dan jenis-jenis lain atau cadangan yang dibekalkan atau disahkan oleh TradingView. Baca dengan lebih lanjut di Terma Penggunaan.