WebCab Technical Analysis
(J2EE Edition)
A B C D E F G L M O P R S T W

A

AccumulateDistribute - interface com.webcab.ejb.finance.trading.indicators.AccumulateDistribute.
These indicators measure to what degree on net an asset is being accumulated (i.e.
AccumulateDistributeHome - interface com.webcab.ejb.finance.trading.indicators.AccumulateDistributeHome.
The home interface of the stateless AccumulateDistribute Enterprise JavaBeansTM component.
AccumulateDistributeJDBC - interface com.webcab.ejb.finance.trading.indicators.jdbc.AccumulateDistributeJDBC.
A JDBC interface for the AccumulateDistribute Enterprise JavaBean.
AccumulateDistributeJDBCException - exception com.webcab.ejb.finance.trading.indicators.jdbc.AccumulateDistributeJDBCException.
Exception to signal JDBC problems while calling the AccumulateDistributeJDBC Enterprise JavaBean.
AccumulateDistributeJDBCException(String) - Constructor for class com.webcab.ejb.finance.trading.indicators.jdbc.AccumulateDistributeJDBCException
 
AccumulateDistributeJDBCHome - interface com.webcab.ejb.finance.trading.indicators.jdbc.AccumulateDistributeJDBCHome.
Home interface of the AccumulateDistributeJDBC Enterprise JavaBean.
accumulationDistribution(double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.AccumulateDistribute
The accumulation/distribution indicator (accumulationDistribution) illustrates the degree to which an asset is being accumulated or reduced by the market on a given day.
accumulationDistributionChange(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.AccumulateDistribute
This method evaluates the change in the accumulationDistribution indicator over the previous two days.
accumulationDistributionPeriod(double[], double[], double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.AccumulateDistribute
This indicator is a slight generalization of the AccumulationDistribution indicator above except that here the indicator may be evaluated with respect to a period of a number of days rather than with respect to a one day period.
accumulationDistributionPeriodChange(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.AccumulateDistribute
This method evaluates the change in the accumulationDistributionPeriod indicator over the previous two periods.
Aroon - interface com.webcab.ejb.finance.trading.indicators.Aroon.
Within this class we define the Aroon indicator which was developed by Tushar Chande in order to establish whether a price is trending or within a trading range.
aroonDown(double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.Aroon
The Aroon Down indicator measures the relative time since the last lowest low.
AroonHome - interface com.webcab.ejb.finance.trading.indicators.AroonHome.
The home interface of the stateless Aroon Enterprise JavaBeansTM component.
AroonJDBC - interface com.webcab.ejb.finance.trading.indicators.jdbc.AroonJDBC.
A JDBC interface for the Aroon Enterprise JavaBean.
AroonJDBCException - exception com.webcab.ejb.finance.trading.indicators.jdbc.AroonJDBCException.
Exception to signal JDBC problems while calling the AroonJDBC Enterprise JavaBean.
AroonJDBCException(String) - Constructor for class com.webcab.ejb.finance.trading.indicators.jdbc.AroonJDBCException
 
AroonJDBCHome - interface com.webcab.ejb.finance.trading.indicators.jdbc.AroonJDBCHome.
Home interface of the AroonJDBC Enterprise JavaBean.
aroonOscillator(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.Aroon
This method returns the Aroon Oscillator which is given by the following formulae:

Aroon Oscillator = (Aroon Up Indicator) - (Aroon Down Indicator)
aroonUp(double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.Aroon
The Aroon Up indicator measures the relative time since the last highest high.
averageDailyTrueRange(double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
We evaluate the x-day Average Daily True Range (ADTR) of an asset over a period.

B

balanceOfPower(double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.MarketStrength
This method implements the Balance of Power (BOP) indicator, created by Igor Livshin; which captures the struggle between the Bulls and Bears throughout a trading day.
BollingerBands - interface com.webcab.ejb.finance.trading.indicators.BollingerBands.
Within this class we offer procedures which evaluate the upper and lower Bollinger Bands.
bollingerBandsHigher(double[], double) - Method in interface com.webcab.ejb.finance.trading.indicators.BollingerBands
This method evaluates the position of the Upper Bollinger Band for a given standard deviation level.
BollingerBandsHome - interface com.webcab.ejb.finance.trading.indicators.BollingerBandsHome.
The home interface of the stateless BollingerBands Enterprise JavaBeansTM component.
BollingerBandsJDBC - interface com.webcab.ejb.finance.trading.indicators.jdbc.BollingerBandsJDBC.
A JDBC interface for the BollingerBands Enterprise JavaBean.
BollingerBandsJDBCException - exception com.webcab.ejb.finance.trading.indicators.jdbc.BollingerBandsJDBCException.
Exception to signal JDBC problems while calling the BollingerBandsJDBC Enterprise JavaBean.
BollingerBandsJDBCException(String) - Constructor for class com.webcab.ejb.finance.trading.indicators.jdbc.BollingerBandsJDBCException
 
BollingerBandsJDBCHome - interface com.webcab.ejb.finance.trading.indicators.jdbc.BollingerBandsJDBCHome.
Home interface of the BollingerBandsJDBC Enterprise JavaBean.
bollingerBandsLower(double[], double) - Method in interface com.webcab.ejb.finance.trading.indicators.BollingerBands
This method evaluates the position of the Lower Bollinger Band for a given standard deviation level.

C

call(String, Serializable[], String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.OscillatorsJDBC
Given an array of Java objects, this method identifies the corresponding Oscillators method methodName and writes the result of the computation to the database, as indicated by the output query.
call(String, Serializable[], String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MovingAverageJDBC
Given an array of Java objects, this method identifies the corresponding MovingAverage method methodName and writes the result of the computation to the database, as indicated by the output query.
call(String, Serializable[], String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MeanReversionJDBC
Given an array of Java objects, this method identifies the corresponding MeanReversion method methodName and writes the result of the computation to the database, as indicated by the output query.
call(String, Serializable[], String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MarketStrengthJDBC
Given an array of Java objects, this method identifies the corresponding MarketStrength method methodName and writes the result of the computation to the database, as indicated by the output query.
call(String, Serializable[], String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.FiltersJDBC
Given an array of Java objects, this method identifies the corresponding Filters method methodName and writes the result of the computation to the database, as indicated by the output query.
call(String, Serializable[], String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.DirectionalMovementIndicatorJDBC
Given an array of Java objects, this method identifies the corresponding DirectionalMovementIndicator method methodName and writes the result of the computation to the database, as indicated by the output query.
call(String, Serializable[], String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.BollingerBandsJDBC
Given an array of Java objects, this method identifies the corresponding BollingerBands method methodName and writes the result of the computation to the database, as indicated by the output query.
call(String, Serializable[], String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.AroonJDBC
Given an array of Java objects, this method identifies the corresponding Aroon method methodName and writes the result of the computation to the database, as indicated by the output query.
call(String, Serializable[], String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.AccumulateDistributeJDBC
Given an array of Java objects, this method identifies the corresponding AccumulateDistribute method methodName and writes the result of the computation to the database, as indicated by the output query.
call(String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.OscillatorsJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding Oscillators method methodName and applies it to every row in the query result set returning the results in a Serializable[] array.
call(String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MovingAverageJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding MovingAverage method methodName and applies it to every row in the query result set returning the results in a Serializable[] array.
call(String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MeanReversionJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding MeanReversion method methodName and applies it to every row in the query result set returning the results in a Serializable[] array.
call(String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MarketStrengthJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding MarketStrength method methodName and applies it to every row in the query result set returning the results in a Serializable[] array.
call(String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.FiltersJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding Filters method methodName and applies it to every row in the query result set returning the results in a Serializable[] array.
call(String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.DirectionalMovementIndicatorJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding DirectionalMovementIndicator method methodName and applies it to every row in the query result set returning the results in a Serializable[] array.
call(String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.BollingerBandsJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding BollingerBands method methodName and applies it to every row in the query result set returning the results in a Serializable[] array.
call(String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.AroonJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding Aroon method methodName and applies it to every row in the query result set returning the results in a Serializable[] array.
call(String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.AccumulateDistributeJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding AccumulateDistribute method methodName and applies it to every row in the query result set returning the results in a Serializable[] array.
call(String, String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.OscillatorsJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding Oscillators method methodName and applies it to every row in the query result set writing the results back to the database as specified by the output query.
call(String, String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MovingAverageJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding MovingAverage method methodName and applies it to every row in the query result set writing the results back to the database as specified by the output query.
call(String, String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MeanReversionJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding MeanReversion method methodName and applies it to every row in the query result set writing the results back to the database as specified by the output query.
call(String, String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MarketStrengthJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding MarketStrength method methodName and applies it to every row in the query result set writing the results back to the database as specified by the output query.
call(String, String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.FiltersJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding Filters method methodName and applies it to every row in the query result set writing the results back to the database as specified by the output query.
call(String, String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.DirectionalMovementIndicatorJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding DirectionalMovementIndicator method methodName and applies it to every row in the query result set writing the results back to the database as specified by the output query.
call(String, String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.BollingerBandsJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding BollingerBands method methodName and applies it to every row in the query result set writing the results back to the database as specified by the output query.
call(String, String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.AroonJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding Aroon method methodName and applies it to every row in the query result set writing the results back to the database as specified by the output query.
call(String, String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.AccumulateDistributeJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding AccumulateDistribute method methodName and applies it to every row in the query result set writing the results back to the database as specified by the output query.
call(String, String, String, int[][]) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.OscillatorsJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding Oscillators method methodName and applies it to every row in the query result set writing the results back to the database as specified by the output query and the input-output pairs.
call(String, String, String, int[][]) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MovingAverageJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding MovingAverage method methodName and applies it to every row in the query result set writing the results back to the database as specified by the output query and the input-output pairs.
call(String, String, String, int[][]) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MeanReversionJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding MeanReversion method methodName and applies it to every row in the query result set writing the results back to the database as specified by the output query and the input-output pairs.
call(String, String, String, int[][]) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MarketStrengthJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding MarketStrength method methodName and applies it to every row in the query result set writing the results back to the database as specified by the output query and the input-output pairs.
call(String, String, String, int[][]) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.FiltersJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding Filters method methodName and applies it to every row in the query result set writing the results back to the database as specified by the output query and the input-output pairs.
call(String, String, String, int[][]) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.DirectionalMovementIndicatorJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding DirectionalMovementIndicator method methodName and applies it to every row in the query result set writing the results back to the database as specified by the output query and the input-output pairs.
call(String, String, String, int[][]) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.BollingerBandsJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding BollingerBands method methodName and applies it to every row in the query result set writing the results back to the database as specified by the output query and the input-output pairs.
call(String, String, String, int[][]) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.AroonJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding Aroon method methodName and applies it to every row in the query result set writing the results back to the database as specified by the output query and the input-output pairs.
call(String, String, String, int[][]) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.AccumulateDistributeJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding AccumulateDistribute method methodName and applies it to every row in the query result set writing the results back to the database as specified by the output query and the input-output pairs.
chaikenOscillator(double[], double[], double[], double) - Method in interface com.webcab.ejb.finance.trading.indicators.AccumulateDistribute
This method implements the Chaikin Oscillator (also known as the Chaikin A/D Oscillator.
chaikinMoneyFlow(double[], double[], double[], double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.AccumulateDistribute
Chaikin Money Flow (CMF) is a volume weighted average of Accumulation/Distribution over the specified period, which is usually taken to be 21 days.
classifyMovements(double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
The Directional Movement Indicator (DMI) approach required the previous days price action to be compared to todays price actions.
com.webcab.ejb.finance.trading.indicators - package com.webcab.ejb.finance.trading.indicators
 
com.webcab.ejb.finance.trading.indicators.jdbc - package com.webcab.ejb.finance.trading.indicators.jdbc
 
commodityChannelIndex(double[], double[], double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.MeanReversion
The Commodity Channel Index (CCI) developed by Donald Lambert, measures the variation of a security's price from its statistical mean.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.OscillatorsHome
Creates a new instance of the Oscillators remote interface.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.MovingAverageHome
Creates a new instance of the MovingAverage remote interface.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.MeanReversionHome
Creates a new instance of the MeanReversion remote interface.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.MarketStrengthHome
Creates a new instance of the MarketStrength remote interface.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.FiltersHome
Creates a new instance of the Filters remote interface.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicatorHome
Creates a new instance of the DirectionalMovementIndicator remote interface.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.BollingerBandsHome
Creates a new instance of the BollingerBands remote interface.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.AroonHome
Creates a new instance of the Aroon remote interface.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.AccumulateDistributeHome
Creates a new instance of the AccumulateDistribute remote interface.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.OscillatorsJDBCHome
Creates a OscillatorsJDBC bean that encapsulates a Oscillators instance and allows you to invoke SQL queries on every of its methods using its internal jdbc/OscillatorsInputDB and jdbc/OscillatorsOutputDB DataSource references.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MovingAverageJDBCHome
Creates a MovingAverageJDBC bean that encapsulates a MovingAverage instance and allows you to invoke SQL queries on every of its methods using its internal jdbc/MovingAverageInputDB and jdbc/MovingAverageOutputDB DataSource references.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MeanReversionJDBCHome
Creates a MeanReversionJDBC bean that encapsulates a MeanReversion instance and allows you to invoke SQL queries on every of its methods using its internal jdbc/MeanReversionInputDB and jdbc/MeanReversionOutputDB DataSource references.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MarketStrengthJDBCHome
Creates a MarketStrengthJDBC bean that encapsulates a MarketStrength instance and allows you to invoke SQL queries on every of its methods using its internal jdbc/MarketStrengthInputDB and jdbc/MarketStrengthOutputDB DataSource references.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.FiltersJDBCHome
Creates a FiltersJDBC bean that encapsulates a Filters instance and allows you to invoke SQL queries on every of its methods using its internal jdbc/FiltersInputDB and jdbc/FiltersOutputDB DataSource references.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.DirectionalMovementIndicatorJDBCHome
Creates a DirectionalMovementIndicatorJDBC bean that encapsulates a DirectionalMovementIndicator instance and allows you to invoke SQL queries on every of its methods using its internal jdbc/DirectionalMovementIndicatorInputDB and jdbc/DirectionalMovementIndicatorOutputDB DataSource references.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.BollingerBandsJDBCHome
Creates a BollingerBandsJDBC bean that encapsulates a BollingerBands instance and allows you to invoke SQL queries on every of its methods using its internal jdbc/BollingerBandsInputDB and jdbc/BollingerBandsOutputDB DataSource references.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.AroonJDBCHome
Creates a AroonJDBC bean that encapsulates a Aroon instance and allows you to invoke SQL queries on every of its methods using its internal jdbc/AroonInputDB and jdbc/AroonOutputDB DataSource references.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.AccumulateDistributeJDBCHome
Creates a AccumulateDistributeJDBC bean that encapsulates a AccumulateDistribute instance and allows you to invoke SQL queries on every of its methods using its internal jdbc/AccumulateDistributeInputDB and jdbc/AccumulateDistributeOutputDB DataSource references.
create(String, String, String, String, Properties) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.OscillatorsJDBCHome
Creates a OscillatorsJDBC bean that encapsulates a corresponding Oscillators component.
create(String, String, String, String, Properties) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MovingAverageJDBCHome
Creates a MovingAverageJDBC bean that encapsulates a corresponding MovingAverage component.
create(String, String, String, String, Properties) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MeanReversionJDBCHome
Creates a MeanReversionJDBC bean that encapsulates a corresponding MeanReversion component.
create(String, String, String, String, Properties) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MarketStrengthJDBCHome
Creates a MarketStrengthJDBC bean that encapsulates a corresponding MarketStrength component.
create(String, String, String, String, Properties) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.FiltersJDBCHome
Creates a FiltersJDBC bean that encapsulates a corresponding Filters component.
create(String, String, String, String, Properties) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.DirectionalMovementIndicatorJDBCHome
Creates a DirectionalMovementIndicatorJDBC bean that encapsulates a corresponding DirectionalMovementIndicator component.
create(String, String, String, String, Properties) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.BollingerBandsJDBCHome
Creates a BollingerBandsJDBC bean that encapsulates a corresponding BollingerBands component.
create(String, String, String, String, Properties) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.AroonJDBCHome
Creates a AroonJDBC bean that encapsulates a corresponding Aroon component.
create(String, String, String, String, Properties) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.AccumulateDistributeJDBCHome
Creates a AccumulateDistributeJDBC bean that encapsulates a corresponding AccumulateDistribute component.
create(String, String, String, String, Properties, String, String, String, String, Properties) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.OscillatorsJDBCHome
Creates a OscillatorsJDBC bean that encapsulates a corresponding Oscillators component.
create(String, String, String, String, Properties, String, String, String, String, Properties) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MovingAverageJDBCHome
Creates a MovingAverageJDBC bean that encapsulates a corresponding MovingAverage component.
create(String, String, String, String, Properties, String, String, String, String, Properties) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MeanReversionJDBCHome
Creates a MeanReversionJDBC bean that encapsulates a corresponding MeanReversion component.
create(String, String, String, String, Properties, String, String, String, String, Properties) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MarketStrengthJDBCHome
Creates a MarketStrengthJDBC bean that encapsulates a corresponding MarketStrength component.
create(String, String, String, String, Properties, String, String, String, String, Properties) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.FiltersJDBCHome
Creates a FiltersJDBC bean that encapsulates a corresponding Filters component.
create(String, String, String, String, Properties, String, String, String, String, Properties) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.DirectionalMovementIndicatorJDBCHome
Creates a DirectionalMovementIndicatorJDBC bean that encapsulates a corresponding DirectionalMovementIndicator component.
create(String, String, String, String, Properties, String, String, String, String, Properties) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.BollingerBandsJDBCHome
Creates a BollingerBandsJDBC bean that encapsulates a corresponding BollingerBands component.
create(String, String, String, String, Properties, String, String, String, String, Properties) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.AroonJDBCHome
Creates a AroonJDBC bean that encapsulates a corresponding Aroon component.
create(String, String, String, String, Properties, String, String, String, String, Properties) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.AccumulateDistributeJDBCHome
Creates a AccumulateDistributeJDBC bean that encapsulates a corresponding AccumulateDistribute component.

D

directionalMotion(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
This indicator the directional indicator forms the main part of the Directional Movement System developed by Wellas Wilder.
directionalMotion(double, double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
Evaluates the directional movement indicator (DMI).
DirectionalMovementIndicator - interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator.
Within this class we implement the Directional Movement Indicator (MDI) and Average Directional Indicator (ADX) which was first developed by Wellas Wilder in order to classify price moves and trends.
DirectionalMovementIndicatorHome - interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicatorHome.
The home interface of the stateless DirectionalMovementIndicator Enterprise JavaBeansTM component.
DirectionalMovementIndicatorJDBC - interface com.webcab.ejb.finance.trading.indicators.jdbc.DirectionalMovementIndicatorJDBC.
A JDBC interface for the DirectionalMovementIndicator Enterprise JavaBean.
DirectionalMovementIndicatorJDBCException - exception com.webcab.ejb.finance.trading.indicators.jdbc.DirectionalMovementIndicatorJDBCException.
Exception to signal JDBC problems while calling the DirectionalMovementIndicatorJDBC Enterprise JavaBean.
DirectionalMovementIndicatorJDBCException(String) - Constructor for class com.webcab.ejb.finance.trading.indicators.jdbc.DirectionalMovementIndicatorJDBCException
 
DirectionalMovementIndicatorJDBCHome - interface com.webcab.ejb.finance.trading.indicators.jdbc.DirectionalMovementIndicatorJDBCHome.
Home interface of the DirectionalMovementIndicatorJDBC Enterprise JavaBean.

E

exponentiallyWeightedMovingAverage(double[], double) - Method in interface com.webcab.ejb.finance.trading.indicators.MovingAverage
We evaluate the Exponentially Weighted Moving Average (EWMA) of a time series from the 0 th period until the t th period.

F

Filters - interface com.webcab.ejb.finance.trading.indicators.Filters.
Within this class we detail a number of filters which can be applied to `clean' the underlying time series making it more amendable to analysis.
FiltersHome - interface com.webcab.ejb.finance.trading.indicators.FiltersHome.
The home interface of the stateless Filters Enterprise JavaBeansTM component.
FiltersJDBC - interface com.webcab.ejb.finance.trading.indicators.jdbc.FiltersJDBC.
A JDBC interface for the Filters Enterprise JavaBean.
FiltersJDBCException - exception com.webcab.ejb.finance.trading.indicators.jdbc.FiltersJDBCException.
Exception to signal JDBC problems while calling the FiltersJDBC Enterprise JavaBean.
FiltersJDBCException(String) - Constructor for class com.webcab.ejb.finance.trading.indicators.jdbc.FiltersJDBCException
 
FiltersJDBCHome - interface com.webcab.ejb.finance.trading.indicators.jdbc.FiltersJDBCHome.
Home interface of the FiltersJDBC Enterprise JavaBean.

G

geometricMovingAverage(double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.MovingAverage
The Geometric Moving Average (GMA) is the geometric average of the values given over the past x days.

L

linearlyWeightedMovingAverage(double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.MovingAverage
This method returns the value of the Linearly Weighted Moving Average (LWMA) of a (finite) price series.

M

MarketStrength - interface com.webcab.ejb.finance.trading.indicators.MarketStrength.
Within this class we collect a number of indicates which measure the relative strength or weakness in the market.
MarketStrengthHome - interface com.webcab.ejb.finance.trading.indicators.MarketStrengthHome.
The home interface of the stateless MarketStrength Enterprise JavaBeansTM component.
MarketStrengthJDBC - interface com.webcab.ejb.finance.trading.indicators.jdbc.MarketStrengthJDBC.
A JDBC interface for the MarketStrength Enterprise JavaBean.
MarketStrengthJDBCException - exception com.webcab.ejb.finance.trading.indicators.jdbc.MarketStrengthJDBCException.
Exception to signal JDBC problems while calling the MarketStrengthJDBC Enterprise JavaBean.
MarketStrengthJDBCException(String) - Constructor for class com.webcab.ejb.finance.trading.indicators.jdbc.MarketStrengthJDBCException
 
MarketStrengthJDBCHome - interface com.webcab.ejb.finance.trading.indicators.jdbc.MarketStrengthJDBCHome.
Home interface of the MarketStrengthJDBC Enterprise JavaBean.
MeanReversion - interface com.webcab.ejb.finance.trading.indicators.MeanReversion.
Within this class we detail a number of technical indicators which in some way or another rely on the fact that many market time series are mean reverting.
MeanReversionHome - interface com.webcab.ejb.finance.trading.indicators.MeanReversionHome.
The home interface of the stateless MeanReversion Enterprise JavaBeansTM component.
MeanReversionJDBC - interface com.webcab.ejb.finance.trading.indicators.jdbc.MeanReversionJDBC.
A JDBC interface for the MeanReversion Enterprise JavaBean.
MeanReversionJDBCException - exception com.webcab.ejb.finance.trading.indicators.jdbc.MeanReversionJDBCException.
Exception to signal JDBC problems while calling the MeanReversionJDBC Enterprise JavaBean.
MeanReversionJDBCException(String) - Constructor for class com.webcab.ejb.finance.trading.indicators.jdbc.MeanReversionJDBCException
 
MeanReversionJDBCHome - interface com.webcab.ejb.finance.trading.indicators.jdbc.MeanReversionJDBCHome.
Home interface of the MeanReversionJDBC Enterprise JavaBean.
medianMovingAverage(double[], double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.MovingAverage
Returns the Median Moving Average.
medianPrice(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.Filters
The Median Price Indicator is the midpoint of each days trading range.
minusDirectionalMovement(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
Minus Directional Movement Indicator (DMI)
minusDirectionalMovement(double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
The Minus Directional Movement (MDM) is evaluated
minusDirectionalMovement(double, double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
Minus Directional Movement Indicator (DMI) is evaluated form the source data
momentum(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.Oscillators
We evaluate the n-day momentum which is simply the difference between today's closing price and the close price n days ago.
moneyFlowIndex(double[], double[], double[], double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.Oscillators
The Money Flow Index (MFI) measures the strength of money flowing in and out of a security.
MovingAverage - interface com.webcab.ejb.finance.trading.indicators.MovingAverage.
Moving Averages in there various forms are used to smooth data so that the underlying trend is more discernible.
MovingAverageHome - interface com.webcab.ejb.finance.trading.indicators.MovingAverageHome.
The home interface of the stateless MovingAverage Enterprise JavaBeansTM component.
MovingAverageJDBC - interface com.webcab.ejb.finance.trading.indicators.jdbc.MovingAverageJDBC.
A JDBC interface for the MovingAverage Enterprise JavaBean.
MovingAverageJDBCException - exception com.webcab.ejb.finance.trading.indicators.jdbc.MovingAverageJDBCException.
Exception to signal JDBC problems while calling the MovingAverageJDBC Enterprise JavaBean.
MovingAverageJDBCException(String) - Constructor for class com.webcab.ejb.finance.trading.indicators.jdbc.MovingAverageJDBCException
 
MovingAverageJDBCHome - interface com.webcab.ejb.finance.trading.indicators.jdbc.MovingAverageJDBCHome.
Home interface of the MovingAverageJDBC Enterprise JavaBean.

O

Oscillators - interface com.webcab.ejb.finance.trading.indicators.Oscillators.
With this class we deal with Oscillators such as the money flow index, momentum and rate of change (ROC) indicators.
OscillatorsHome - interface com.webcab.ejb.finance.trading.indicators.OscillatorsHome.
The home interface of the stateless Oscillators Enterprise JavaBeansTM component.
OscillatorsJDBC - interface com.webcab.ejb.finance.trading.indicators.jdbc.OscillatorsJDBC.
A JDBC interface for the Oscillators Enterprise JavaBean.
OscillatorsJDBCException - exception com.webcab.ejb.finance.trading.indicators.jdbc.OscillatorsJDBCException.
Exception to signal JDBC problems while calling the OscillatorsJDBC Enterprise JavaBean.
OscillatorsJDBCException(String) - Constructor for class com.webcab.ejb.finance.trading.indicators.jdbc.OscillatorsJDBCException
 
OscillatorsJDBCHome - interface com.webcab.ejb.finance.trading.indicators.jdbc.OscillatorsJDBCHome.
Home interface of the OscillatorsJDBC Enterprise JavaBean.

P

plusDirectionalMovement(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
Plus Directional Movement Indicator (DMI) of todays price action.
plusDirectionalMovement(double, double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
Plus Directional Movement Indicator (DMI) of an asset.
positiveDirectionalMovement(double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
The Positive Directional Movement (PDM) is evaluated

R

rateOfChange(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.Oscillators
The rate of change (ROC) indicator is related to the momentum indicator and will give similar readings.

S

simpleMovingAverage(double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.MovingAverage
The x-day moving average is the arithmetic average of the market price of a traded asset over the past x-days.

T

trueRange(double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
True Range (TR) of a traded asset today.
typicalPrice(double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.Filters
The Typical Price Indicator is arithmetic average of the high, low and closing price for a trading day.

W

weightedxDayMovingAverage(double[], double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.MovingAverage
Here we evaluate the Weighted Moving Average (WMA) which allows you to assign more significance to resent price dynamics.
wilderAverageDirectionalMotion(double, double, double, double, double, double, double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
Evaluates the Average Directional Movement Index Rating (ADXR), which is a component of the Directional Movement System developed by Welles Wilder.

A B C D E F G L M O P R S T W
WebCab Technical Analysis
(J2EE Edition)