Does this repaint?
The per-slot On Bar Close? toggle decides. ON returns the previous confirmed HTF bar's Donchian values and is the posture to use for confirmed history. OFF returns the live/current HTF bar and can repaint until that bar closes; do not use OFF history as proof of what the chart showed live. Alerts are bar-close gated either way, so even a slot running OFF cannot fire an alert mid chart bar. If alerts are part of your workflow, keep those slots on ON.
One of my slots is not drawing, or the script errored on first compile — why?
Its timeframe is almost certainly below the chart timeframe. The script raises a named runtime error in that case, because a lower-timeframe request into a higher-timeframe chart returns misleading values. Raise the slot's timeframe to the chart timeframe or higher, or drop the chart timeframe, and the run will resume.
Is the blended channel a smarter Donchian?
No. It is a weighted average of the slots you enabled at the weights you gave them, and it carries whatever they carry — including the parts that are not working. Read it as a compact summary while the underlying slots are still visible. Do not read it as a superior range read.
My cross-ticker slot looks wrong — what should I check?
Compare the two symbols first. The scaling is a ratio of HTF closes and assumes the two symbols sit in comparable price regimes, trade on compatible sessions, and carry fresh feeds. Futures versus cash, different session hours, illiquid tickers, and stale feeds are the usual suspects. In those cases the translation is telling you the comparison does not hold cleanly — not that the tool is broken.
Do I need the CTX trim if I already run the core DC?
Probably not, unless you are actually stacking more than two or three timeframes, running cross-symbol context, or reaching for per-slot MA families. CTX opens the ten-slot context surface and adds inspection surface that costs nothing to ignore and is there when a real question needs it. When a three-slot setup at one timeframe answers the question, Base is the cleaner tool.