OPEN-SOURCE SCRIPT
已更新 Candle Volume POC

Candle Volume POC estimates the point of control for each individual candle using lower-timeframe volume data.
The script builds price bins inside each candle, distributes lower-timeframe volume across the bins touched by each lower-timeframe candle, then marks the price area with the highest accumulated volume.
Default lower timeframe is 15 seconds for higher precision. If your TradingView plan does not support seconds data, use 1 minute instead.
Notes:
- This is an approximation because Pine Script does not provide true tick-level volume-at-price data.
- Lower timeframes improve precision but reduce how far back TradingView can calculate due to intrabar history limits.
- POC marks may extend to the right on bearish candles when the POC is hidden inside the candle body.
The script builds price bins inside each candle, distributes lower-timeframe volume across the bins touched by each lower-timeframe candle, then marks the price area with the highest accumulated volume.
Default lower timeframe is 15 seconds for higher precision. If your TradingView plan does not support seconds data, use 1 minute instead.
Notes:
- This is an approximation because Pine Script does not provide true tick-level volume-at-price data.
- Lower timeframes improve precision but reduce how far back TradingView can calculate due to intrabar history limits.
- POC marks may extend to the right on bearish candles when the POC is hidden inside the candle body.
發行說明
Changed calculation method to pull directly from footprint data with customizable tick size.發行說明
Changed default tick size to 100.發行說明
Added automatic footprint row sizing with a simple multiplier setting. Higher multipliers make the script lighter for large candles, while lower multipliers keep the POC more precise. Also added manual tick override and clearer warning text when footprint data is unavailable.開源腳本
秉持TradingView一貫精神,這個腳本的創作者將其設為開源,以便交易者檢視並驗證其功能。向作者致敬!您可以免費使用此腳本,但請注意,重新發佈代碼需遵守我們的社群規範。
免責聲明
這些資訊和出版物並非旨在提供,也不構成TradingView提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。
開源腳本
秉持TradingView一貫精神,這個腳本的創作者將其設為開源,以便交易者檢視並驗證其功能。向作者致敬!您可以免費使用此腳本,但請注意,重新發佈代碼需遵守我們的社群規範。
免責聲明
這些資訊和出版物並非旨在提供,也不構成TradingView提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。