| Package | Description |
|---|---|
| com.jfx |
| Modifier and Type | Field and Description |
|---|---|
static BandsIndicatorLines |
BandsIndicatorLines.MODE_LOWER
Lower line.
|
static BandsIndicatorLines |
BandsIndicatorLines.MODE_UPPER
Upper line.
|
| Modifier and Type | Method and Description |
|---|---|
static BandsIndicatorLines |
BandsIndicatorLines.getBandsIndicatorLines(int val) |
| Modifier and Type | Method and Description |
|---|---|
double |
MT4.iBands(String symbol,
Timeframe timeframe,
int period,
int deviation,
int bandsShift,
AppliedPrice appliedPrice,
BandsIndicatorLines mode,
int shift)
Calculates the Movement directional index and returns its value.
|
double |
MT4.iEnvelopes(String symbol,
Timeframe timeframe,
int maPeriod,
MovingAverageMethod maMethod,
int maShitf,
AppliedPrice appliedPrice,
double deviation,
BandsIndicatorLines mode,
int shift)
Calculates the Envelopes indicator and returns its value.
|
double |
MT4.iFractals(String symbol,
Timeframe timeframe,
BandsIndicatorLines mode,
int shift)
Calculates the Fractals and returns its value.
|
double |
MT4.iGator(String symbol,
Timeframe timeframe,
int jawPeriod,
int jawShift,
int teethPeriod,
int teethShift,
int lipsPeriod,
int lipsShift,
MovingAverageMethod maMethod,
AppliedPrice appliedPrice,
BandsIndicatorLines mode,
int shift)
Gator oscillator calculation.
|