HiLo Activator (Pandini Version)
Category: trend
The HiLo Activator uses moving averages of highs and lows to create a trailing stop-like level that determines trend direction and flips based on price closure.
Formula
\text{HMA} = \text{SMA}(\text{High}, P), \quad \text{LMA} = \text{SMA}(\text{Low}, P) \\ \text{If } \text{Close} > \text{HMA}_{t-1} \implies \text{Trend} = \text{Up}, \text{HiLo} = \text{LMA}_{t-1} \\ \text{Else if } \text{Close} < \text{LMA}_{t-1} \implies \text{Trend} = \text{Down}, \text{HiLo} = \text{HMA}_{t-1} \\ \text{Otherwise} \implies \text{Keep previous Trend and HiLo} ,inputs:[{default:
Inputs
- InpPeriodHiLo
- InpShiftHiLo
- InpSmoothingMethodHiLo
See signal primitives and every published strategy that uses HiLo Activator (Pandini Version) on WOBR StrategyVerse.