Package com.exponto.jstock.indicators

Interface Summary
IndicatorInterface The IndicatorInterface defines how the rest of the applications should interact with different indicators.
IndicatorParametersInterface  
 

Class Summary
Constants Defines various constans used by the package
EMA  
EMAAlgorithm  
EMAAlgorithmTest  
Indicator The base class for all indicators.
IndicatorMaster  
IndicatorParameters Base class for indicator specific parameters used in computation of an indicator series.
MA  
Macd  
MacdAlgorithm Calculates the MACD for a LogDataSeries with given parameters
MacdData Container class for MACD data
MacdParameters Contains RSI specific parameters used in computation of an indicator series
MAParameters Contains Moving Average specific parameters used in computation of an indicator series.
Rsi  
RsiAlgorithm Computes the RSI values for a LogDataSeries.
RsiParameters Contains RSI specific parameters used in computation of an indicator series
 

Exception Summary
RsiException Thrown when there is a problem calculating the RSI for a LogDataSeries.
 



Copyright © 2004 Kaare Ranum