alligatorJaw
Alligator Jaw is the slowest moving average (13-period) with an 8-bar offset. It represents the long-term trend and is often used as a reference for major trend direction.
alligatorJaw (tick)
Alligator Jaw is the slowest moving average (13-period) with an 8-bar offset. It represents the long-term trend and is often used as a reference for major trend direction.
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
minutes* | number | 60 | The lookback period in minutes |
jawPeriod | number | 13 | The period for the Jaw moving average |
jawOffset | number | 8 | The offset for the Jaw moving average |
SQL example
TICK alligatorJaw WITH minutes=60, jawPeriod=13, jawOffset=8 > 100 THEN order SET size=100, price=51.00, transmit=truedonchianLower
Donchian Channel Lower Band represents the lowest low price over a specified period. It helps identify potential support levels and breakdown points. When price breaks below this level, it may indicate a strong bearish move.
alligatorTeeth
Alligator Teeth is the medium-term moving average (8-period) with a 5-bar offset. It represents the intermediate trend and helps identify potential trend changes.