Syntax
public GannHiLoActivator(Bars bars, int period, bool StarVersion, string description)
public static GannHiLoActivator Series(Bars bars, int period, bool StarVersion)
Parameter Description
Bars | A Bars object |
period | The lookback period |
StarVersion | Formula tweak from S&C August 2020 article by Barbara Star |
Description
Developed by Robert Krausz, the Gann HiLo Activator is a trend-following indicator that helps determine the trend direction in a moving average way.
It's a simple moving average of the previous 3 bars highs or lows. Price above the HiLo Activator indicates a bullish trend. The previous 3-bar low could be used as a stop loss. Vice versa for bearish signals.
Refer to: