Package com.exponto.jstock.indicators

Interface Summary
IndicatorInterface The IndicatorInterface defines how the rest of the applications should interact with different indicators.
IndicatorLinesInterface Add support for user-drawn lines in the indicator.
IndicatorParametersInterface  
IndicatorValuesInterface Allows other parts of the application to access parameters and values of an indicator.
 

Class Summary
CandleStick CandleStick draws a logarithmic candlestick chart.
Constants Defines various constans used by the package
DummyParameters Dummy IndicatorParameter for indicators without parameters
EMA  
EMAAlgorithm  
EMAAlgorithmTest  
Indicator The base class for all indicators.
IndicatorAxisInfo Encapsulates some information needed to make persistent lines for indicators with separate panels.
IndicatorMaster This class registeres all available indicators and loads them upon request.
IndicatorParameters Base class for indicator specific parameters used in computation of an indicator series.
IndicatorTest  
LogDataSeries  
LogDataSeriesTest  
LogTradingData Contains all data for a particular stock for a single day.
MA  
Macd  
MacdAlgorithm Calculates the MACD for a LogDataSeries with given parameters
MacdAlgorithmTest  
MacdData Container class for MACD data
MacdParameters Contains MACD specific parameters used in computation of an indicator series
Rsi  
RsiAlgorithm Computes the RSI values for a LogDataSeries.
Series  
SingleParameterParameters Contains Moving Average 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