Let Supertrend define swing bias while a responsive Hull or Jurik MA times precise entries on higher-timeframe setups.
hma
/jma
length 21 vs second_band supertrend
length 10, multiplier 3.Supertrend uses ATR to track trailing stops around price, flipping when volatility overpowers the prior move. By using it as a bias filter, you avoid counter-trend trades during consolidations. Hull and Jurik MAs provide smooth yet responsive timing, offering early clues before Supertrend flips while respecting its directional bias.
hma
or jma
with length
=21. Jurik offers smoother transitions at the cost of computation; Hull is faster.supertrend
with length
=10 and multiplier
=3. Increase multiplier (3.5–4.0) on noisy pairs.offset
=0. Adjust length
to 14–21 for swing or position trades.interval
=4h/1d and profitability
≥ 55 to surface swing-quality candidates.