Does this repaint?
The slot-timeframe read can. That is what On Bar Close? is for. ON reads the previous slot-timeframe bar (stable on confirmed history, slower on the live bar). OFF reads the live slot-timeframe bar (reactive, can repaint until that bar closes). The toggle is global in this trim, so it applies to every slot. Alerts are bar-close gated independently — no condition fires mid-chart-bar — but if you wire alerts on a chart with the toggle OFF, what you see live and what you see on confirm can differ.
A slot refused to load with a runtime error.
Three rules are enforced as named errors rather than silent misreads, and each error names the slot it is complaining about:
- Slot timeframe must be at or above the chart timeframe.
- Lower-tf precision must be strictly below the slot timeframe.
- Window size must be at or above the slot timeframe.
Match the named slot to its inputs and the offending value will be one of those three.
Is the blended line a smarter CVD?
No. It is a weighted average of the slots you enabled at the weights you set. If one heavy-weighted slot is miscalibrated, the composite inherits that miscalibration. Read the composite as a summary of what you weighted, not as a separate read with its own intelligence.
Does Axiom's CVD use real bid/ask data?
No. The participation model is an OHLCV estimate with a wick-aware classifier and two operator-facing knobs (Pressure Sensitivity and Wick Weight). It is an estimate, and it is labeled as one. It is not footprint, not bid/ask, not tick-level. Symbols with thin or missing volume produce weak or empty reads.
Base, CTX, or STR — which trim is for me?
Base if three slots and a weighted summary on one pane is the answer to your question. CTX if you need ten-slot context breadth, per-slot repaint governance, per-slot ticker substitution, or deeper Power User controls. STR if you also want structure context layered on the blended flow read and can trade CTX's ten slots down to five for that extra computation. Pick by the question, not by the feature count.