Uses of Class
com.exponto.jstock.indicators.RsiParameters

Packages that use RsiParameters
com.exponto.jstock.indicators   
 

Uses of RsiParameters in com.exponto.jstock.indicators
 

Methods in com.exponto.jstock.indicators with parameters of type RsiParameters
static java.util.ArrayList RsiAlgorithm.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...
static java.util.ArrayList RsiAlgorithm.findRSIClassicWay(LogDataSeries lDS, RsiParameters rsiParam)
          Note that for days with out trading the RSI value of the previous day is stored
 



Copyright © 2004 Kaare Ranum