The slot set. Ten independent slots, 01 through 10. Each slot carries its own Enable, Hide Plot, source, timeframe, MA type, length, trend length, line width, blended weight, optional ticker, and On Bar Close? toggle. Slot colors are fixed by slot number so a given slot always looks the same across charts. Down-trend colors use reduced opacity so a slot leaning down sits visibly quieter than one leaning up.
The blended line. One line whose value is a weighted average of enabled slots with non-zero weight. Its trend is decided by weighted majority of slot trends — the total weight that is leaning up versus the total weight that is leaning down. Lime when the weighted majority leans up, red when it leans down. Line width defaults to 3 so the blend reads distinct from the slots that built it. If a weighted slot has no usable value on a bar, the current build does not quietly remove that weight from the blend, so unstable or sparse slots should not be left weighted in casually.
Hide Plot without leaving the blend. A hidden slot still computes and still contributes to the blend when its weight is non-zero. Useful when a slot is there to steer the weighting and does not need to sit on the chart.
Optional second symbol per slot. A slot can read from a different ticker. When the scale ratio is available, its MA is rescaled into the chart symbol's price space using a higher-timeframe close ratio so the line lands where you are actually trading rather than where the other symbol trades. If that ratio cannot be computed, the raw requested MA value can remain, so cross-symbol reads deserve a quick chart check.
MA families via the Axiom Moving Average Library Pro. Standard families plus power-user controls for ALMA (offset, sigma, floor), KAMA/FRAMA (fast, slow), Jurik (phase, power), Laguerre (alpha), and VAMA (vol length). Power-user parameters are consumed only by the MA family that uses them.
Alert surface. Per-slot uptrend and downtrend, blended uptrend and downtrend, and alignment across all enabled-and-valid slots for uptrend and downtrend. Every condition is gated to the confirmed chart bar.
Hidden diagnostic plots. Two display.none plots carry the active uptrend count and active downtrend count across enabled slots, so alerts and external tooling can reference those counts without adding anything to the chart.