Gator Oscillator (Standard)
Category: volatility, momentum
The Gator Oscillator measures the degree of convergence/divergence of the Alligator's three balances lines (Jaws, Teeth, Lips) to visualize trend breathing cycles (sleeping, awakening, eating, sated).
Formula
Upper\_Hist = |Jaws_{(i - (JawsShift - TeethShift))} - Teeth_{i}| \newline Lower\_Hist = -|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 (Standard) on WOBR StrategyVerse.