PROTECTED SOURCE SCRIPT
Aggiornato

Today's Turnover (VWAP × Vol) in Cr

51
VWAP (ta.vwap) gives the volume-weighted average price for the current day.

Daily volume is fetched via request.security(..., "D", volume), even if you’re on an intraday chart.

Dividing by 1e7 turns the raw share count into crores.

Multiplying VWAP by that crores-volume gives today’s turnover in “crore-rupees.”

A single label is drawn above the last bar at high + (ticksOffset * mintick).
Note di rilascio
A compact on‐chart overlay that:

Computes each bar’s turnover in crore-rupees as
turnover = ta.vwap * (volume/1e7).

Lets you choose a near or far gap (percentage of candle height) via inputs.

Places a single label on the last bar, offset above or below the candle by your chosen distance.

Automatically flips the label’s arrow to point toward the candle.

Exposes inputs for label background color and text color.
Note di rilascio
SAME

Declinazione di responsabilità

Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.