Uses of Class
com.jfx.MovingAverageMethod

Packages that use MovingAverageMethod
com.jfx   
 

Uses of MovingAverageMethod in com.jfx
 

Fields in com.jfx declared as MovingAverageMethod
static MovingAverageMethod MovingAverageMethod.MODE_EMA
          Exponential moving average
static MovingAverageMethod MovingAverageMethod.MODE_LWMA
          Linear weighted moving average
static MovingAverageMethod MovingAverageMethod.MODE_SMA
          Simple moving average
static MovingAverageMethod MovingAverageMethod.MODE_SMMA
          Smoothed moving average
 

Methods in com.jfx that return MovingAverageMethod
static MovingAverageMethod MovingAverageMethod.getMovingAverageMethod(int val)
           
 

Methods in com.jfx with parameters of type MovingAverageMethod
 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.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.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.
 double MT4.iStochastic(java.lang.String symbol, Timeframe timeframe, int kPeriod, int dPeriod, int slowing, MovingAverageMethod maMethod, int priceField, MACDIndicatorLines mode, int shift)
          Calculates the Stochastic oscillator and returns its value.
 



Copyright © 2008-2009 Roman Gerasimenko.