|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.exponto.jstock.indicators.RsiAlgorithm
Computes the RSI values for a LogDataSeries. Updates the rsiparameters with start and stop dates for the current series.
Constructor Summary | |
RsiAlgorithm()
|
Method Summary | |
static java.util.ArrayList |
findRSIClassicWay(LogDataSeries lDS,
RsiParameters rsiParam)
Note that for days with out trading the RSI value of the previous day is stored |
static java.util.ArrayList |
findRSINewWay(LogDataSeries logDS,
RsiParameters rsiParam)
Note: Sources on the internet does not agree on how to compute RSI The formula itself is not the problem, it is: RSI = 100 - [100/(1+RS)] where... |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RsiAlgorithm()
Method Detail |
public static java.util.ArrayList findRSINewWay(LogDataSeries logDS, RsiParameters rsiParam)
public static java.util.ArrayList findRSIClassicWay(LogDataSeries lDS, RsiParameters rsiParam)
lDS
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |