|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BandsIndicatorLines | |
---|---|
com.jfx |
Uses of BandsIndicatorLines in com.jfx |
---|
Fields in com.jfx declared as BandsIndicatorLines | |
---|---|
static BandsIndicatorLines |
BandsIndicatorLines.MODE_LOWER
Lower line. |
static BandsIndicatorLines |
BandsIndicatorLines.MODE_UPPER
Upper line. |
Methods in com.jfx that return BandsIndicatorLines | |
---|---|
static BandsIndicatorLines |
BandsIndicatorLines.getBandsIndicatorLines(int val)
|
Methods in com.jfx with parameters of type BandsIndicatorLines | |
---|---|
double |
MT4.iBands(java.lang.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(java.lang.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(java.lang.String symbol,
Timeframe timeframe,
BandsIndicatorLines mode,
int shift)
Calculates the Fractals and returns its value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |