mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 13:58:04 +00:00
v0.8.6: update indicator docs, ndepend tooling, ALMA refactor, gitignore cleanup
This commit is contained in:
@@ -13,9 +13,7 @@
|
||||
| **PineScript** | [gator.pine](gator.pine) |
|
||||
|
||||
- The Williams Gator Oscillator is a dual-histogram visualization of the Alligator indicator's convergence and divergence.
|
||||
- Parameterized by `jawperiod` (default 13), `jawshift` (default 8), `teethperiod` (default 8), `teethshift` (default 5), `lipsperiod` (default 5), `lipsshift` (default 3).
|
||||
- Output range: Varies (see docs).
|
||||
- Requires `Math.Max(jawPeriod + jawShift, Math.Max(teethPeriod + teethShift, lipsPeriod + lipsShift))` bars of warmup before first valid output (IsHot = true).
|
||||
- **Similar:** [Alligator](../../dynamics/alligator/Alligator.md), [AO](../ao/Ao.md) | **Complementary:** Fractal indicator | **Trading note:** Bill Williams' Gator Oscillator; visualizes Alligator's jaw/teeth/lips convergence as histogram.
|
||||
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
|
||||
|
||||
The Williams Gator Oscillator is a dual-histogram visualization of the Alligator indicator's convergence and divergence. It strips the Alligator's three SMMA lines down to two absolute differences: upper (Jaw minus Teeth) and lower (negative of Teeth minus Lips). The result is a zero-centered oscillator where expanding bars signal trend acceleration and contracting bars signal trend exhaustion. Because it operates on pre-computed SMMA values, the Gator adds zero computational overhead beyond two subtractions, two absolute values, and one sign flip per bar.
|
||||
@@ -217,4 +215,4 @@ Key validation points:
|
||||
- Williams, Bill. *Trading Chaos: Maximize Profits with Proven Technical Techniques.* John Wiley & Sons, 1995.
|
||||
- Williams, Bill. *New Trading Dimensions: How to Profit from Chaos in Stocks, Bonds, and Commodities.* John Wiley & Sons, 1998.
|
||||
- MetaQuotes Software. "Gator Oscillator." *MQL5 Reference.* [mql5.com/en/docs/indicators/igator](https://www.mql5.com/en/docs/indicators/igator)
|
||||
- PineScript reference: `gator.pine` in indicator directory.
|
||||
- PineScript reference: `gator.pine` in indicator directory.
|
||||
Reference in New Issue
Block a user