WOODIES_CCI: IndicatorDescriptor = ...

Woodies CCI — a 14-bar CCI drawn twice, as a colour-coded histogram and as a line, with a fast "turbo" CCI over the top. The pair is the method: the turbo line crossing the slow one is the trigger, and the histogram's colour says whether the trend is established enough to take it.

The colour is a five-bar state, not a level — cci14[5] .. cci14[1] all on one side of zero — so it belongs to colorBy rather than to a second plot. Note the fallback branch: with no established run, the reference paints a negative reading teal and a positive one red, which is the opposite of the run colours. That is what the built-in ships, and parity beats tidiness here.