A Pine Script v6 volume profile indicator that displays horizontal volume bars at price levels, colored green (buying/support) and red (selling/resistance), with POC line and Value Area highlighting.
├── src/ # Core application code ├── ui/ # Next.js web interface ├── dist/ # Compiled JavaScript ├── docs/ # Documentation ├── scripts/ # Utility scripts │ ├── server/ # Server management scripts │ ...