PROTECTED SOURCE SCRIPT
已更新 Today's Turnover (VWAP × Vol) in Cr

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).
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).
發行說明
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.
發行說明
SAME受保護腳本
此腳本以閉源形式發佈。 不過,您可以自由且不受任何限制地使用它 — 在此處了解更多資訊。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。
受保護腳本
此腳本以閉源形式發佈。 不過,您可以自由且不受任何限制地使用它 — 在此處了解更多資訊。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。