Capture medium-term momentum shifts by pairing a fast Exponential Moving Average with a slower Simple Moving Average baseline.
ema
21–34 vs second_band sma
55–89.The EMA weights recent candles more heavily, letting it respond quickly to fresh momentum. The SMA averages a wider sample, smoothing the macro bias. When the fast line overtakes the slow line on a closed bar, we have evidence that the most recent trend impulse is dominating prior price memory.
Because crypto majors trend for extended stretches, the EMA/SMA pairing keeps you positioned for the move without requiring discretionary confirmation on every swing.
ema
with length
between 21 and 34. Use 21 on 1h charts, 34 on 4h when you need extra smoothing.sma
with length
55–89. Higher values filter sideways chop at the cost of slower reactions.offset
= 0 for both to avoid look-ahead bias.daily_profit
filter in the main index to surface the most resilient performers.supertrend
as a higher-timeframe confirmation to cut whipsaws.hma
or jma
as the fast line for smoother responses.