The three-slot stack. Three enable-able slots, each with its own source, timeframe, baseline MA family and length, slow-line MA family and length, line width, and blended weight. Any slot can be enabled without being drawn (useful when you want it to steer the composite without crowding the pane) or drawn without steering the composite (set its blended weight to zero).
ATR-normalized stretch. Each slot measures the distance between its source and its baseline MA in ATR units, then compresses that distance into a bounded 0..100 read. Two shared knobs shape the mapping: ATR Length controls how far back the ATR reference reaches, and ATR Sensitivity scales the distance before it is bounded. Because the bounding is shared across slots, the reads sit on one pane without one timeframe automatically swamping the others.
Fast and Slow per slot. Fast is the bounded stretch read. Slow is a smoothing of Fast on an independently chosen MA family — used for state classification and for alerts. When Fast is above Slow, the slot is in a bullish Fast-vs-Slow state; when below, bearish. That is what the per-slot alerts report.
Bounded pane with fixed references. Hard lines at 0 and 100 bound the view; the 30, 50, and 70 lines are visual reference guides. The 30 and 70 levels are operator-adjustable in the inputs, but nothing in the indicator acts on them — they are visual context, not thresholds the tool fires off.
Weighted blend of the enabled slots. Blended Fast and Blended Slow are a weighted average of the enabled slot reads that have a non-zero blended weight and a non-na Fast value. Weights do not need to sum to 100; the blend divides by the total of the weights it actually used. A slot with weight zero is excluded from the blend but still drawn when enabled.
Optional Master Smoothing. One additional MA pass can be applied to Blended Fast and Blended Slow, then re-clamped to 0..100. It trades responsiveness for calm by design. It does not improve the data going in.
Alert surface. Ten conditions in total, all gated to confirmed bars. Per-slot bullish and bearish for slots 01, 02, and 03. Blended bullish and bearish. All-enabled-slots bullish and bearish when every enabled slot agrees with its own Slow line.
Moving-average families via the Axiom MA Lite library. Baseline, slow-line, and Master Smoothing MAs are all drawn from the same versioned library import. The families available on this trim are the Lite-library surface; CTX reaches for the Pro library to cover its wider surface.