Cluster statistics rows
Cluster Statistic is a footer panel that prints one row of per-bar figures under each candle: Time, Ask, Bid, Delta and Vol. Each row can be switched on or off; the panel reserves its own height at the bottom of the chart.
Senzoukria · Documentation · Updated September 2026
Where to find it
- Where
- Chart → Indicators → Panels → Cluster Statistic
- Default
- Off; rows Time, Ask, Bid, Delta, Volume all on; row height 16 px
- Colors
- Ask green #7ed321, Bid white, text white, headers at 70 % white
- Placement
- Footer strip, between the CVD pane and the time axis when both are enabled
What it does
Cluster Statistic is the per-bar statistics band found on ATAS-style footprint charts. For every visible candle it prints, in a column aligned with the bar, the values chosen in the Rows section. Time is the bar's start time in the chart timezone; Ask is the volume traded at the ask (aggressive buying) summed over the bar's levels; Bid is the volume traded at the bid; Delta is Ask minus Bid; Vol is the total volume of the bar.
The panel is drawn by the chart renderer in the footer area, with a 16-pixel row height, Consolas font, centred cells and a header column on the left. Because it reserves space through the footer-height mechanism, enabling it shifts the price area up; the Bar Delta overlay, by contrast, writes the net delta above each bar's high and reserves nothing.
The rows read the aggregated bid and ask of the loaded bars, so the figures are the same ones that feed the footprint cells and the CVD panel. On sources that deliver only OHLC and volume, the Ask, Bid and Delta rows have nothing to show.
Settings
| Setting | Default | What it changes |
|---|---|---|
| Time | On | Bar start time, formatted in the chart timezone |
| Ask | On | Volume traded at the ask over the bar |
| Bid | On | Volume traded at the bid over the bar |
| Delta | On | Ask minus Bid for the bar |
| Volume | On | Total traded volume of the bar (Vol row) |
Related panels
The current-bar panel ("Current bar") is a different tool: it mounts the real chart renderer on a single bar, large, with bid × ask cells, candle outline and per-cell imbalance highlighting, and can float over the chart or be detached to another screen. It intentionally drops session overlays such as volume profile, VWAP, CVD, DOM profile and bubbles, because a single bar has no session aggregate.
Volume formatting follows the chart's Volume format setting (raw, K or M), so the Vol row and the footprint cells read the same way.
How to use it
- Turn on Cluster Statistic when you want to compare bars numerically without hovering; turn off Time to save a row when the time axis is enough.
- Combine with the Delta Profile panel to see where in price the delta of a bar was built.
- If the footer becomes too tall with CVD and series panes stacked, reduce the CVD height or drop rows here.
Limits or pitfalls
- Rows show the loaded bar aggregates. A bar whose levels are incomplete shows partial Ask, Bid and Delta values without a separate warning in this panel.
- The panel is hidden while you are interacting with the chart (pan, zoom) and repainted when the interaction ends.
- Rows cannot be reordered; the fixed order is Time, Ask, Bid, Delta, Vol.
Related pages
This page in other languages
Frequently asked questions
- What is the difference between Cluster Statistic and Bar Delta?
- Bar Delta is an overlay that writes the net delta above each bar's high without reserving space. Cluster Statistic is a footer panel with up to five rows and its own height.
- Why are the Ask and Bid rows empty?
- The source delivered bars without bid × ask levels, for example klines with taker volume only. Delta and Ask/Bid need aggregated price levels.