Multi-Timeframe Volume Profile Indicator

Замовник: AI | Опубліковано: 27.01.2026

I need a Pine Script v6 indicator that plots a precise volume profile across every key session I trade—monthly, weekly, daily, 4-hour, 1-hour, and real-time RTH. For each chosen timeframe the script must automatically calculate and display POC, VAH and VAL, with the levels updating as soon as the current bar closes (or tick-by-tick for the real-time view). Core requirements • One script, not separate studies, able to stack or overlay all selected profiles without repainting. • Clear colour-coding or line styling so I can instantly tell which timeframe a level belongs to. • Adjustable look-back periods, resolution, opacity, and line extension length from the settings panel. • Optional on/off check-boxes for each timeframe so I can declutter the chart at will. • RTH filter that ignores overnight volume when toggled on. • Accurate value-area calculation (99 % by default but user adjustable). • Well-commented, neatly-organised code that follows TradingView best practice and uses Pine v6 functions such as `request.security()`, `var`, `array`, and `line.new()`. Deliverable A single .pine file ready to import, plus a short note explaining key inputs and any limitations. I will verify by overlaying it on ES and NQ charts to ensure every POC, VAH and VAL lines up with TradingView’s built-in volume profile tool. If you have built multi-timeframe or session-based indicators before, you will recognise most of the moving parts here. Clean structure and accuracy are what matter most to me.