|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AppliedPrice | |
---|---|
com.jfx |
Uses of AppliedPrice in com.jfx |
---|
Fields in com.jfx declared as AppliedPrice | |
---|---|
static AppliedPrice |
AppliedPrice.PRICE_CLOSE
Close price |
static AppliedPrice |
AppliedPrice.PRICE_HIGH
High price |
static AppliedPrice |
AppliedPrice.PRICE_LOW
Low price |
static AppliedPrice |
AppliedPrice.PRICE_MEDIAN
Median price, (high+low)/2. |
static AppliedPrice |
AppliedPrice.PRICE_OPEN
Open price |
static AppliedPrice |
AppliedPrice.PRICE_TYPICAL
Typical price, (high+low+close)/3. |
static AppliedPrice |
AppliedPrice.PRICE_WEIGHTED
Weighted close price, (high+low+close+close)/4. |
Methods in com.jfx that return AppliedPrice | |
---|---|
static AppliedPrice |
AppliedPrice.getAppliedPrice(int val)
|
Methods in com.jfx with parameters of type AppliedPrice | |
---|---|
double |
MT4.iADX(java.lang.String symbol,
Timeframe timeframe,
int period,
AppliedPrice appliedPrice,
ADXIndicatorLines mode,
int shift)
Calculates the Movement directional index and returns its value. |
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.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.iBearsPower(java.lang.String symbol,
Timeframe timeframe,
int period,
AppliedPrice appliedPrice,
int shift)
Calculates the Bears Power indicator and returns its value. |
double |
MT4.iBullsPower(java.lang.String symbol,
Timeframe timeframe,
int period,
AppliedPrice appliedPrice,
int shift)
Calculates the Bulls Power indicator and returns its value. |
double |
MT4.iCCI(java.lang.String symbol,
Timeframe timeframe,
int period,
AppliedPrice appliedPrice,
int shift)
Calculates the Commodity channel 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.iForce(java.lang.String symbol,
Timeframe timeframe,
int period,
MovingAverageMethod maMethod,
AppliedPrice appliedPrice,
int shift)
Calculates the Force index 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. |
double |
MT4.iMA(java.lang.String symbol,
Timeframe timeframe,
int period,
int maShift,
MovingAverageMethod maMethod,
AppliedPrice appliedPrice,
int shift)
Calculates the Moving average indicator and returns its value. |
double |
MT4.iMACD(java.lang.String symbol,
Timeframe timeframe,
int fastEMAPeriod,
int slowEMAPeriod,
int signalPeriod,
AppliedPrice appliedPrice,
MACDIndicatorLines mode,
int shift)
Calculates the Moving averages convergence/divergence and returns its value. |
double |
MT4.iMomentum(java.lang.String symbol,
Timeframe timeframe,
int period,
AppliedPrice appliedPrice,
int shift)
Calculates the Momentum indicator and returns its value. |
double |
MT4.iOBV(java.lang.String symbol,
Timeframe timeframe,
AppliedPrice appliedPrice,
int shift)
Calculates the On Balance Volume indicator and returns its value. |
double |
MT4.iOsMA(java.lang.String symbol,
Timeframe timeframe,
int fastEMAPeriod,
int slowEMAPeriod,
int signalPeriod,
AppliedPrice appliedPrice,
int shift)
Calculates the Moving Average of Oscillator and returns its value. |
double |
MT4.iRSI(java.lang.String symbol,
Timeframe timeframe,
int period,
AppliedPrice appliedPrice,
int shift)
Calculates the Relative strength index and returns its value. |
double |
MT4.iStdDev(java.lang.String symbol,
Timeframe timeframe,
int maPeriod,
int maShift,
MovingAverageMethod maMethod,
AppliedPrice appliedPrice,
int shift)
Calculates the Standard Deviation indicator and returns its value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |