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

Packages that use SingleParameterParameters
com.exponto.jstock.indicators   
 

Uses of SingleParameterParameters in com.exponto.jstock.indicators
 

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



Copyright © 2004 Kaare Ranum