|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.exponto.jstock.indicators.MacdAlgorithm
Calculates the MACD for a LogDataSeries with given parameters
Constructor Summary | |
MacdAlgorithm()
|
Method Summary | |
static java.util.ArrayList |
computeMacd(LogDataSeries logDS,
MacdParameters macdParameters)
Calculates the MACD over a periode. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MacdAlgorithm()
Method Detail |
public static java.util.ArrayList computeMacd(LogDataSeries logDS, MacdParameters macdParameters)
logDS
- the logDataSeries
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |