Chandelier Exit (Heiken Ashi)

Category: trend, volatility

A modified Chandelier Exit using Heiken Ashi candle prices and a custom ATR calculation to determine trend reversals and trailing stop levels.

Formula

ATR_{val} = ATR_{HA} \times Mult \\ LongStop = \max(HA\_Close, Period) - ATR_{val} \\ ShortStop = \min(HA\_Close, Period) + ATR_{val} \\ Signal_{Buy} = (HA\_Close > ShortStop_{prev}) \text{ and } (Dir_{prev} = -1) \\ Signal_{Sell} = (HA\_Close < LongStop_{prev}) \text{ and } (Dir_{prev} = 1)

Inputs

See signal primitives, usage in published strategies and more on WOBR StrategyVerse.


Open in the WOBR AI app → · WOBR.AI home