This indicator is designed to create a customizable metrics dashboard on a TradingView chart, displaying key metrics related to price action, volume, and volatility. The dashboard consists of two tables, which show different metrics based on user inputs.
Key Features:
Volume Metrics:
Displays the daily volume (VOL D).
Shows the dollar volume and its change ($ VOL, $ VOL CHG).
Calculates and shows the relative volume for the day (RVOL D) and for the past 90 days (RVOL 90D).
Price and Volatility Metrics:
ADR (Average Daily Range) calculated over a customizable period (14 or 20).
ATR (Average True Range) for assessing price volatility.
RSI (Relative Strength Index) to gauge market conditions.
The percentage change in the QQQ ETF to provide broader market context.
Customizable Layout:
Users can choose the position of the tables on the chart (bottom-left or bottom-right).
The script allows toggling the visibility of each metric (e.g., whether to show volume, dollar volume, ADR, etc.).
Table background color and text color can be customized.
Color Coding:
Text color is determined based on the value of the metric (positive values are green, negative values are red, and neutral values are displayed in the chosen text color).
Volume change is color-coded based on whether the close price is up or down, indicating whether the trend is bullish or bearish.
Functionality:
The script calculates the necessary data on each bar and updates the tables accordingly.
The tables update with real-time values such as volume, dollar volume, relative volume, ATR, RSI, and others.
Keywords:
Metrics dashboard
Volume analysis
Dollar volume
Relative volume
ATR (Average True Range)
RSI (Relative Strength Index)
ADR (Average Daily Range)
QQQ ETF percentage change
Volatility metrics
Price action analysis
Volume change
Technical analysis tools
Overall, this script serves as a versatile tool for traders who want to monitor various technical indicators directly on the chart, offering clear insights into market dynamics and price action.