| Package | Description |
|---|---|
| com.jfx |
| Modifier and Type | Field and Description |
|---|---|
static GatorMode |
GatorMode.MODE_GATORJAW
Gator Jaw (blue) balance line
|
static GatorMode |
GatorMode.MODE_GATORLIPS
Gator Lips (green) balance line
|
static GatorMode |
GatorMode.MODE_GATORTEETH
Gator Teeth (red) balance line
|
| Modifier and Type | Method and Description |
|---|---|
static GatorMode |
GatorMode.getGatorMode(int val) |
| Modifier and Type | Method and Description |
|---|---|
double |
MT4.iAlligator(String symbol,
Timeframe timeframe,
int jawPeriod,
int jawShift,
int teethPeriod,
int teethShift,
int lipsPeriod,
int lipsShift,
MovingAverageMethod maMethod,
AppliedPrice appliedPrice,
GatorMode mode,
int shift)
Calculates the Bill Williams' Alligator and returns its value.
|