|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GatorMode | |
---|---|
com.jfx |
Uses of GatorMode in com.jfx |
---|
Fields in com.jfx declared as GatorMode | |
---|---|
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 |
Methods in com.jfx that return GatorMode | |
---|---|
static GatorMode |
GatorMode.getGatorMode(int val)
|
Methods in com.jfx with parameters of type GatorMode | |
---|---|
double |
MT4.iAlligator(java.lang.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. |
double |
MT4.iGator(java.lang.String symbol,
Timeframe timeframe,
int jawPeriod,
int jawShift,
int teethPeriod,
int teethShift,
int lipsPeriod,
int lipsShift,
MovingAverageMethod maMethod,
AppliedPrice appliedPrice,
GatorMode mode,
int shift)
Gator oscillator calculation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |