OPEN-SOURCE SCRIPT
מעודכן

NBSG_DayTrading_Dashboard

612
Overview
The NSBG Multi-Ticker Dashboard is a comprehensive, at-a-glance HUD designed for active day traders, specifically tailored for index futures (ES, NQ, YM). It aggregates critical volume and price-action data across multiple assets into a single, clean table, allowing traders to instantly gauge market context without flipping between charts.

Inspiration & Credit
This script was heavily inspired by the excellent "Volume Trading Concepts" indicator conceptualized by ASFX - Austin Silver. While his tool is incredibly useful, it is proprietary and kept behind a paywall for which users must pay monthly. We believe these core volume and VWAP concepts are foundational to modern day trading and should be freely accessible to the community. Besides with today's technology, it's not that hard to recreate any concept that you can verbalize.

Note for transparency: We did not have access to, nor did we use, any of the original ASFX source code. This indicator was engineered 100% from scratch to replicate the core philosophy while introducing our own unique logic, optimizations, design, and custom features.

Core Features & What Makes It Unique
We expanded on the original concept by adding specific levels and features that we find critical for evaluating intraday price action:

Dual View Modes (Multi vs. Single): * Multi-Ticker Mode: Tracks 3 separate assets simultaneously using request.security(). It displays price relation to the NY VWAP, Overnight VWAP, Prior Day NY VWAP, Previous Session Close, Opening Range, and overall Trend.

Single-Ticker Mode: Isolates the asset currently on your chart (or a manually selected symbol). Because calculating complex volume profiles across multiple tickers simultaneously breaks TradingView's execution limits, Single-Ticker mode unlocks the Session Volume Point of Control (POC).

The Previous Session Close (PSC): We integrated the PSC into the dashboard. Markets frequently respect the prior day's closing price as a magnet or pivot area, making it a crucial hidden level to track alongside VWAPs.

Intelligent Opening Range: The dashboard tracks the 08:30 - 08:45 Opening Range. To prevent false signals, the dashboard actively reads "Waiting..." or "Forming..." until the 15-minute range is officially locked in, after which it alerts you if the price is Inside, Outside ▲, or Outside ▼.

Custom Stacked-EMA Trend Calculation
Rather than simply basing the trend on VWAP positioning, we built a dedicated, traditional trend-evaluator using a Fibonacci EMA stack.

The script calculates the 5, 8, 13, 21, 34, 55, and 89-period EMAs, anchored by the 200-period SMA.

Very Bullish / Very Bearish: Triggers when the entire EMA stack is perfectly aligned in order above/below the 200 SMA.

Standard Bullish / Bearish: Triggers on a simplified base criteria (e.g., 21 EMA > 55 EMA > 200 SMA).

Timeframe Independence: You can set the trend calculation to look at a higher timeframe (e.g., 5-minute) while trading on a lower timeframe (e.g., 1-minute chart).

How to Use It

Add the indicator to your chart and open the settings.

Select your 3 preferred tickers for the Multi-Ticker view (defaults to Continuous Micro Futures: MES1!, MNQ1!, MYM1!).

Use the visual dots (🟢 Above / 🔴 Below) to quickly read where the current price is trading relative to major liquidity levels.

Switch to "Single-Ticker" mode in the settings when you want to track the exact Session POC for your active chart.

If any part of this code is valuable to you in building out your own idea or concept, please don't hesitate use it!
הערות שחרור
v2 Update — Bug Fixes + Debug Mode
Debug Mode: Added a "Debug Mode" toggle in settings that displays the actual calculated price level next to each dot indicator, so you can verify every component's accuracy against your chart. Shows last price, VWAP levels, PSC, POC, and OR high/low values. Toggle off when done — your clean dashboard is still there.
Overnight VWAP fix: Replaced the session detection logic with an hour-based reset at 17:00 ET. The previous method used a standard session transition check, but because the 1700-1600 session spans the entire CME trading day, the reset never fired — causing the VWAP to accumulate indefinitely instead of resetting daily.
Previous Session Close fix: Moved PSC to a dedicated daily-timeframe request.security call with lookahead enabled, matching the proven calculation used in the companion charting suite. The previous method was anchored to the wrong session boundary.
Session POC fix: POC calculation now uses the corrected hour-based session reset, ensuring it clears and recalculates properly at the start of each new session.

כתב ויתור

המידע והפרסומים אינם מיועדים להיות, ואינם מהווים, ייעוץ או המלצה פיננסית, השקעתית, מסחרית או מכל סוג אחר המסופקת או מאושרת על ידי TradingView. קרא עוד ב־תנאי השימוש.