Gator Oscillator
Category: volatility, momentum
Gator Oscillator by Bill Williams, expressing the absolute difference between the Alligator's balanced lines as dual-sided histograms to visualize cycle phases (sleeping, awakening, eating, sated).
Formula
Upper = |Jaws(i - (JawsShift - TeethShift)) - Teeth(i)| \nLower = -|Teeth(i - (TeethShift - LipsShift)) - Lips(i)|
Inputs
- InpJawsPeriod (default: 13)
- InpJawsShift (default: 8)
- InpTeethPeriod (default: 8)
- InpTeethShift (default: 5)
- InpLipsPeriod (default: 5)
- InpLipsShift (default: 3)
- InpMAMethod (default: MODE_SMMA)
- InpAppliedPrice (default: PRICE_MEDIAN)
See signal primitives and every published strategy that uses Gator Oscillator on WOBR StrategyVerse.