Skip to content

GatorOscillator

Summary

The calculation of the Gator Oscillator.

Signature

1
public abstract interface GatorOscillator

Namespace

cAlgo.API.Indicators

Properties

Upper

Summary

The histogram (bar graph). The difference between the Alligator's jaws and teeth.

Signature

1
public abstract IndicatorDataSeries Upper {get;}

Return Value

IndicatorDataSeries

Lower

Summary

The histogram (bar graph). The difference between the Alligator's teeth and lips.

Signature

1
public abstract IndicatorDataSeries Lower {get;}

Return Value

IndicatorDataSeries