Does this repaint?
The per-slot On Bar Close? toggle decides. ON returns the previous confirmed HTF bar's values and will not repaint. OFF returns the live HTF bar and can repaint until that bar closes. Alerts are bar-close gated either way, so an alert on an OFF-mode slot still cannot fire mid chart bar. If alerts matter, stay ON.
One of my slots disappeared, or the script errored on first compile. Why?
Its timeframe is likely below the chart timeframe. The script raises a named runtime error in that case because pulling a lower-timeframe value into a higher-timeframe chart produces misleading output. Raise the slot's timeframe, or drop the chart timeframe.
Is the blended band a better Bollinger Band?
No. It is a weighted average of the slots you chose to enable at the weights you chose to give them. It inherits the quality of those inputs, including the bad ones. Use it as a compact reference while you still have the underlying slots in view.
My cross-ticker slot looks off — what should I check?
Compare the two symbols. The scaling is a ratio of HTF closes and assumes the symbols sit in a comparable price regime, trade on compatible sessions, and carry a fresh feed. Futures versus cash, illiquid sessions, and stale or gapped data are the usual reasons a rescaled band looks wrong. That is the translation telling you the comparison does not hold cleanly — not a defect.
Do I need the CTX trim if I already run the core BB?
Probably not, unless you are genuinely stacking timeframes, sources, or cross-symbol studies and want a blended band sitting on top of that. CTX opens the ten-slot context surface. If two or three slots at one timeframe are doing the job, run Base and keep the settings panel cleaner.