Stay with directional moves by combining ATR-based envelopes with a momentum confirmation line.
kcb
length 20, scalar 1.5 vs second_band ema
34 or supertrend
.Keltner channels adapt width based on ATR, letting you measure when price is extending beyond typical volatility. Using the midline as a baseline and combining it with a trend indicator prevents early exits: you stay in the move until volatility collapses or structure fails.
kcb
(Keltner basis) with length
=20, scalar
=1.5 (adjust 1.2–2.0 depending on volatility).ema
(length 34) for pure MA confirmation or supertrend
(length 10, multiplier 3) for ATR-driven confirmation.offset
=0; the ATR calculations already incorporate smoothing.profit_factor
or streak
to highlight durable performers.