Features:
- ATR-smoothed Heiken Ashi candles drawn directly on the chart: blue for bullish, red for bearish.
- Large move: when the new Heiken Ashi close differs from the previous smoothed close by at least ATR x sensitivity, the candle snaps to the raw Heiken Ashi values.
- Small move: open and close are blended with the previous smoothed candle using the blend factor, so minor noise doesn't flip the candle colour.
- Fast EMA (default 20) and Slow EMA (default 50) plotted as trend-bias lines.
- Early-entry buy/sell arrows when the smoothed candle changes direction in line with the EMA bias:
- Buy signal: the smoothed candle turns bullish (previous candle was not), Fast EMA is above Slow EMA, and the two EMAs are still close together.
- Sell signal: the smoothed candle turns bearish (previous candle was not), Fast EMA is below Slow EMA, and the two EMAs are still close together.
- "Close together" is measured in ATR units, so the filter adapts to each symbol and timeframe automatically. Signals are skipped once the EMAs have spread far apart, which keeps entries focused on early moves instead of stretched trends.
- Buy arrows are placed below the candle and sell arrows above it, offset by a fraction of ATR so they don't overlap the candle.
- Popup and push-notification alerts, sent once per bar per direction, formatted as "SYMBOL TIMEFRAME - BUY signal" / "SELL signal".
- Built-in ATR and EMA calculations - no external indicators or includes required.