|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jfx.MovingAverageMethod
public class MovingAverageMethod
Moving Average calculation method used with iAlligator(), iEnvelopes(), iEnvelopesOnArray, iForce(), iGator(), iMA(), iMAOnArray(), iStdDev(), iStdDevOnArray(), iStochastic() indicators.
Field Summary | |
---|---|
static int |
_MODE_EMA
|
static int |
_MODE_LWMA
|
static int |
_MODE_SMA
|
static int |
_MODE_SMMA
|
static MovingAverageMethod |
MODE_EMA
Exponential moving average |
static MovingAverageMethod |
MODE_LWMA
Linear weighted moving average |
static MovingAverageMethod |
MODE_SMA
Simple moving average |
static MovingAverageMethod |
MODE_SMMA
Smoothed moving average |
int |
val
|
Method Summary | |
---|---|
static MovingAverageMethod |
getMovingAverageMethod(int val)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final MovingAverageMethod MODE_SMA
public static final int _MODE_SMA
public static final MovingAverageMethod MODE_EMA
public static final int _MODE_EMA
public static final MovingAverageMethod MODE_SMMA
public static final int _MODE_SMMA
public static final MovingAverageMethod MODE_LWMA
public static final int _MODE_LWMA
public int val
Method Detail |
---|
public static MovingAverageMethod getMovingAverageMethod(int val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |