Candle Volume POCCandle 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.
Indicador Pine Script®






















