GannHiLoActivator

Modified on 2020/08/30 09:58 by Eugene — Categorized as: TASCIndicators

Syntax

public GannHiLoActivator(Bars bars, int period, bool StarVersion, string description)
public static GannHiLoActivator Series(Bars bars, int period, bool StarVersion)

Parameter Description

BarsA Bars object
periodThe lookback period
StarVersionFormula 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: