Standalone CVD with filled area visualization — per-bar rectangles, candlestick mode, and session reset
CVD Filled Area computes Cumulative Volume Delta internally and draws it as a filled area with per-bar rectangles. It supports two outline modes (stair-step and candlestick), session-based CVD reset, and an optional zero line.
The study computes CVD directly from bid and ask volume data — no external CVD study is needed. Each bar's delta (ask volume minus bid volume) is accumulated to produce the CVD line, which is then rendered as a filled area.
Four reset modes control when the CVD accumulation resets to zero:
Each bar gets a rectangle fill from zero to the CVD value:
The fill transparency is adjustable from 0% (fully opaque) to 100% (invisible).
Two outline rendering modes:
Each mode uses separate colors for positive and negative sections, with configurable line and wick widths.
An optional horizontal zero line provides a visual reference. Its color, width, and style (solid, dash, dot, dash-dot) are all configurable.
| Setting | Default | Description |
|---|---|---|
| CVD Reset Mode | Session Start | None / Session Start / Session + Evening / Custom Time |
| Reset Time | 09:30 | Custom reset time (when mode = Custom Time) |
| Positive Fill Color | Blue | Color for values above zero |
| Negative Fill Color | Red | Color for values below zero |
| Fill Transparency | 50% | Rectangle transparency |
| Fill Affects Scale | Yes | Whether the fill area affects chart scaling |
| Show Outline | Yes | Toggle outline visibility |
| Outline Mode | Stair Step | Stair Step or Candlestick |
| Positive Line Color | Blue | Outline color above zero |
| Negative Line Color | Red | Outline color below zero |
| Outline Line Width | 2 | Stair-step outline width |
| Wick Width | 1 | Candlestick wick width |
| Show Zero Line | Yes | Toggle zero line visibility |
| Zero Line Color | Gray | Zero line color |
| Zero Line Width | 1 | Zero line thickness |
| Zero Line Style | Dash | Solid / Dash / Dot / Dash-Dot |