OPEN-SOURCE SCRIPT
Momentum Pro Dashboard | Mourya

Overview
The Momentum Pro Dashboard is an institutional-grade, all-in-one Heads-Up Display (HUD) engineered specifically for active momentum and day traders. Built purely in Pine Script v6, this dashboard consolidates critical tape reading, volume analysis, and dynamic levels into a clean, mathematically balanced 3-column UI, eliminating the need to constantly switch tabs or clutter your chart with multiple indicators.
1. The Layout & Architecture
The script generates a 3-column Heads-Up Display (HUD) directly on your chart. It is completely dynamic—if you disable a feature in the settings, the table automatically shrinks to close any empty gaps.
Top Header: A spanning banner showing the Ticker, Company Name, Country, Exchange, Sector, and Industry. (It includes a manual override in the settings if TradingView tries to label the exchange as "BATS").
Column 1: Core fundamental data, session momentum percentages, and price extremes.
Column 2: Dynamic support/resistance levels (EMAs, VWAP Bands, and Pivots).
Column 3: A real-time, ticking Tape (Time & Sales) for live order flow.
2. Column 1: Core Metrics & Extremes
This column tracks the fundamental setup and the active momentum of the asset.
Current Price: The live price of the asset. The text turns Green if the day is positive, and Red if the day is negative.
Float & Mkt Cap: Formatted cleanly in Millions (M) or Billions (B).
Float Color Code: < 1M (Bright Green), 1M–5M (Standard Green), 5M–10M (Dark Green), 10M–20M (Yellow), > 20M (Red).
Daily % (Close-to-Close): Performance based strictly on yesterday's official Regular Trading Hours (RTH) close.
Intraday %: Performance based strictly on today's open.
GAP %: The difference between yesterday's close and today's open.
Daily Volume & Turnover: Total shares traded today, and the dollar amount of that volume (Volume * Price).
Rel. Vol. (Relative Volume): Compares today's volume pace to the 10-day average.
Color Code: < 1x (Red), 1x to 5x (Yellow), > 5x (Green).
Short %: Calculates true Short Interest by dividing FINRA's reported EOD Short Volume by yesterday's total trading volume.
Color Code: < 5% (Dark Green), 5–20% (Light Green), 20–50% (Yellow), 50–100% (Light Red), > 100% (Dark Red).
Buy/Sell %: A proxy for Bid/Ask hitting, showing the percentage of volume executed on upticks vs. downticks.
Per Lot: Shows the point value multiplier of the asset (crucial for Futures).
Day High & Day Low (Custom Cycle): Tracks the highest and lowest prices of the current session, starting exactly at the Post-Market open and running through the RTH close.
52W High & 52W Low: Rolling 1-year extremes.
ATH & ATL (All-Time High/Low): Dynamically scans all locally loaded chart data to find the absolute extremes without crashing TradingView's servers.
3. Column 2: Institutional Averages & Levels
This column provides your key support and resistance zones. Crucially, these are anchored to standard institutional timeframes so your levels perfectly match what Wall Street algorithms are looking at, ignoring weird pre-market distortions.
EMAs (1-4): Four customizable Exponential Moving Averages (Defaults: 10, 20, 50, 200).
VWAP Engine: A custom-built Volume Weighted Average Price calculator.
VWAP Main: The core session VWAP.
Upper Bands (1, 2, 3): Standard deviation bands above VWAP.
Lower Bands (1, 2, 3): Standard deviation bands below VWAP.
Pivots (P, R1-R5, S1-S5): Mathematical support/resistance levels. You can choose the calculation type in settings (Traditional, Fibonacci, Camarilla, etc.).
(Note: Every single EMA, VWAP band, and Pivot level has its own independent On/Off checkbox in the settings so you can declutter at will).
4. Column 3: The Tape (Time & Sales)
A highly optimized, array-based real-time order tracker right on your chart.
Rows: You can set it to show anywhere from 1 to 20 of the most recent trades.
Standard Colors: Green (Buy/Ask hit), Red (Sell/Bid hit), Gray (Neutral/Absorption).
Neon Block Order Highlights: In the settings, you define a "Large Print" threshold (e.g., 2,000 shares). Any order larger than that size flashes in Neon Green (Buy) or Neon Red (Sell) so you instantly spot institutional sizing.
5. Under-the-Hood Engineering (The "Secret Sauce")
Proximity Alerts: In the settings, there is a "Proximity Alert %" (default 0.15%). If the live price gets within 0.15% of any level in Column 1 or Column 2, that level turns Yellow to warn you. If price touches it directly, it turns Red.
Crash-Proof Data Handling: If you load this script on an asset that lacks certain data (e.g., Forex has no Short Interest or Float), the script will not crash. It will elegantly bypass the calculation and output a clean "—" in the table.
Cumulative Memory: The script utilizes varip arrays. This means it can remember and process data tick-by-tick between official candle closes, allowing the Tape to update instantly in real-time.
The Momentum Pro Dashboard is an institutional-grade, all-in-one Heads-Up Display (HUD) engineered specifically for active momentum and day traders. Built purely in Pine Script v6, this dashboard consolidates critical tape reading, volume analysis, and dynamic levels into a clean, mathematically balanced 3-column UI, eliminating the need to constantly switch tabs or clutter your chart with multiple indicators.
1. The Layout & Architecture
The script generates a 3-column Heads-Up Display (HUD) directly on your chart. It is completely dynamic—if you disable a feature in the settings, the table automatically shrinks to close any empty gaps.
Top Header: A spanning banner showing the Ticker, Company Name, Country, Exchange, Sector, and Industry. (It includes a manual override in the settings if TradingView tries to label the exchange as "BATS").
Column 1: Core fundamental data, session momentum percentages, and price extremes.
Column 2: Dynamic support/resistance levels (EMAs, VWAP Bands, and Pivots).
Column 3: A real-time, ticking Tape (Time & Sales) for live order flow.
2. Column 1: Core Metrics & Extremes
This column tracks the fundamental setup and the active momentum of the asset.
Current Price: The live price of the asset. The text turns Green if the day is positive, and Red if the day is negative.
Float & Mkt Cap: Formatted cleanly in Millions (M) or Billions (B).
Float Color Code: < 1M (Bright Green), 1M–5M (Standard Green), 5M–10M (Dark Green), 10M–20M (Yellow), > 20M (Red).
Daily % (Close-to-Close): Performance based strictly on yesterday's official Regular Trading Hours (RTH) close.
Intraday %: Performance based strictly on today's open.
GAP %: The difference between yesterday's close and today's open.
Daily Volume & Turnover: Total shares traded today, and the dollar amount of that volume (Volume * Price).
Rel. Vol. (Relative Volume): Compares today's volume pace to the 10-day average.
Color Code: < 1x (Red), 1x to 5x (Yellow), > 5x (Green).
Short %: Calculates true Short Interest by dividing FINRA's reported EOD Short Volume by yesterday's total trading volume.
Color Code: < 5% (Dark Green), 5–20% (Light Green), 20–50% (Yellow), 50–100% (Light Red), > 100% (Dark Red).
Buy/Sell %: A proxy for Bid/Ask hitting, showing the percentage of volume executed on upticks vs. downticks.
Per Lot: Shows the point value multiplier of the asset (crucial for Futures).
Day High & Day Low (Custom Cycle): Tracks the highest and lowest prices of the current session, starting exactly at the Post-Market open and running through the RTH close.
52W High & 52W Low: Rolling 1-year extremes.
ATH & ATL (All-Time High/Low): Dynamically scans all locally loaded chart data to find the absolute extremes without crashing TradingView's servers.
3. Column 2: Institutional Averages & Levels
This column provides your key support and resistance zones. Crucially, these are anchored to standard institutional timeframes so your levels perfectly match what Wall Street algorithms are looking at, ignoring weird pre-market distortions.
EMAs (1-4): Four customizable Exponential Moving Averages (Defaults: 10, 20, 50, 200).
VWAP Engine: A custom-built Volume Weighted Average Price calculator.
VWAP Main: The core session VWAP.
Upper Bands (1, 2, 3): Standard deviation bands above VWAP.
Lower Bands (1, 2, 3): Standard deviation bands below VWAP.
Pivots (P, R1-R5, S1-S5): Mathematical support/resistance levels. You can choose the calculation type in settings (Traditional, Fibonacci, Camarilla, etc.).
(Note: Every single EMA, VWAP band, and Pivot level has its own independent On/Off checkbox in the settings so you can declutter at will).
4. Column 3: The Tape (Time & Sales)
A highly optimized, array-based real-time order tracker right on your chart.
Rows: You can set it to show anywhere from 1 to 20 of the most recent trades.
Standard Colors: Green (Buy/Ask hit), Red (Sell/Bid hit), Gray (Neutral/Absorption).
Neon Block Order Highlights: In the settings, you define a "Large Print" threshold (e.g., 2,000 shares). Any order larger than that size flashes in Neon Green (Buy) or Neon Red (Sell) so you instantly spot institutional sizing.
5. Under-the-Hood Engineering (The "Secret Sauce")
Proximity Alerts: In the settings, there is a "Proximity Alert %" (default 0.15%). If the live price gets within 0.15% of any level in Column 1 or Column 2, that level turns Yellow to warn you. If price touches it directly, it turns Red.
Crash-Proof Data Handling: If you load this script on an asset that lacks certain data (e.g., Forex has no Short Interest or Float), the script will not crash. It will elegantly bypass the calculation and output a clean "—" in the table.
Cumulative Memory: The script utilizes varip arrays. This means it can remember and process data tick-by-tick between official candle closes, allowing the Tape to update instantly in real-time.
開源腳本
秉持TradingView一貫精神,這個腳本的創作者將其設為開源,以便交易者檢視並驗證其功能。向作者致敬!您可以免費使用此腳本,但請注意,重新發佈代碼需遵守我們的社群規範。
免責聲明
這些資訊和出版物並非旨在提供,也不構成TradingView提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。
開源腳本
秉持TradingView一貫精神,這個腳本的創作者將其設為開源,以便交易者檢視並驗證其功能。向作者致敬!您可以免費使用此腳本,但請注意,重新發佈代碼需遵守我們的社群規範。
免責聲明
這些資訊和出版物並非旨在提供,也不構成TradingView提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。