WebCab Technical Analysis
(J2EE Edition)
A B C D E F G I K 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.
AccumulateDistributeLocal - interface com.webcab.ejb.finance.trading.indicators.AccumulateDistributeLocal.
Local interface of AccumulateDistribute.
AccumulateDistributeLocalHome - interface com.webcab.ejb.finance.trading.indicators.AccumulateDistributeLocalHome.
Local Home interface of the AccumulateDistribute Enterprise JavaBean.
accumulationDistribution(double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.AccumulateDistributeLocal
Method accumulationDistribution(double, double, double) as defined in the AccumulateDistribute remote interface.
accumulationDistribution(double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.AccumulateDistribute
The accumulation/distribution indicator illustrates the degree to which an asset is being accumulated or reduced by the market on a given day.
accumulationDistributionPeriod(double[], double[], double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.AccumulateDistributeLocal
Method accumulationDistributionPeriod(double[], double[], double[]) as defined in the AccumulateDistribute remote interface.
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, here the indicator may be evaluated with respect to a period of a days rather than with respect to a one day period.
Aroon - interface com.webcab.ejb.finance.trading.indicators.Aroon.
Within this Enterprise JavaBean 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.AroonLocal
Method aroonDown(double[]) as defined in the Aroon remote interface.
aroonDown(double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.Aroon
Calculates the Aroon Down indicator which 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.
AroonLocal - interface com.webcab.ejb.finance.trading.indicators.AroonLocal.
Local interface of Aroon.
AroonLocalHome - interface com.webcab.ejb.finance.trading.indicators.AroonLocalHome.
Local Home interface of the Aroon Enterprise JavaBean.
aroonOscillator(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.AroonLocal
Method aroonOscillator(double, double) as defined in the Aroon remote interface.
aroonOscillator(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.Aroon
Evaluates the Aroon Oscillator over the last n-days which is given by the following formulae:

Aroon Oscillator = (Aroon Up Indicator) - (Aroon Down Indicator)

where "(Aroon Up Indicator)" can be evaluated using aroonUp, and "(Aroon Down Indicator)" can be evaluated using aroonDown.
aroonUp(double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.AroonLocal
Method aroonUp(double[]) as defined in the Aroon remote interface.
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.DirectionalMovementIndicatorLocal
Method averageDailyTrueRange(double[]) as defined in the DirectionalMovementIndicator remote interface.
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.MarketStrengthLocal
Method balanceOfPower(double, double, double, double) as defined in the MarketStrength remote interface.
balanceOfPower(double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.MarketStrength
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 Enterprise JavaBean we offer procedures which evaluate the upper and lower Bollinger Bands.
bollingerBandsHigher(double[], double) - Method in interface com.webcab.ejb.finance.trading.indicators.BollingerBandsLocal
Method bollingerBandsHigher(double[], double) as defined in the BollingerBands remote interface.
bollingerBandsHigher(double[], double) - Method in interface com.webcab.ejb.finance.trading.indicators.BollingerBands
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.
BollingerBandsLocal - interface com.webcab.ejb.finance.trading.indicators.BollingerBandsLocal.
Local interface of BollingerBands.
BollingerBandsLocalHome - interface com.webcab.ejb.finance.trading.indicators.BollingerBandsLocalHome.
Local Home interface of the BollingerBands Enterprise JavaBean.
bollingerBandsLower(double[], double) - Method in interface com.webcab.ejb.finance.trading.indicators.BollingerBandsLocal
Method bollingerBandsLower(double[], double) as defined in the BollingerBands remote interface.
bollingerBandsLower(double[], double) - Method in interface com.webcab.ejb.finance.trading.indicators.BollingerBands
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.StochasticsJDBC
Given an array of Java objects, this method identifies the corresponding Stochastics 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.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.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.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.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.StochasticsJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding Stochastics 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.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.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.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.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.StochasticsJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding Stochastics 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.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.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.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.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.StochasticsJDBC
Given a SELECT type SQL query (retrieving rows from a database), this method identifies the corresponding Stochastics 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.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.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.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.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.
chaikinMoneyFlow(double[], double[], double[], double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.AccumulateDistributeLocal
Method chaikinMoneyFlow(double[], double[], double[], double[]) as defined in the AccumulateDistribute remote interface.
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 a specified period, which is usually taken to be 21 days.
chaikinOscillator(double[], double[], double[], double) - Method in interface com.webcab.ejb.finance.trading.indicators.AccumulateDistributeLocal
Method chaikinOscillator(double[], double[], double[], double) as defined in the AccumulateDistribute remote interface.
chaikinOscillator(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).
classifyMovements(double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicatorLocal
Method classifyMovements(double, double, double, double) as defined in the DirectionalMovementIndicator remote interface.
classifyMovements(double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
Determines whether todays price action is a day of (up or down) trend, (up or down) gap, or (inner or outer) range type.
com.webcab.ejb.finance.trading.indicators - package com.webcab.ejb.finance.trading.indicators
Provides a collection of technical indicators which can be used in the construction of technical trading systems.
com.webcab.ejb.finance.trading.indicators.jdbc - package com.webcab.ejb.finance.trading.indicators.jdbc
Wrap the functionality provided by the Indicators module with our JDBC mediator.
commodityChannelIndex(double[], double[], double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.MeanReversionLocal
Method commodityChannelIndex(double[], double[], double[]) as defined in the MeanReversion remote interface.
commodityChannelIndex(double[], double[], double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.MeanReversion
Evaluates the Commodity Channel Index (CCI) developed by Donald Lambert.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.StochasticsLocalHome
Creates a local instance of Stochastics the same as when calling the corresponding creation method from the StochasticsHome interface.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.StochasticsHome
Creates a new instance of the Stochastics remote interface.
create() - Method in interface com.webcab.ejb.finance.trading.indicators.OscillatorsLocalHome
Creates a local instance of Oscillators the same as when calling the corresponding creation method from the OscillatorsHome interface.
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.MeanReversionLocalHome
Creates a local instance of MeanReversion the same as when calling the corresponding creation method from the MeanReversionHome 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.MarketStrengthLocalHome
Creates a local instance of MarketStrength the same as when calling the corresponding creation method from the MarketStrengthHome 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.FiltersLocalHome
Creates a local instance of Filters the same as when calling the corresponding creation method from the FiltersHome 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.MovingAverageLocalHome
Creates a local instance of MovingAverage the same as when calling the corresponding creation method from the MovingAverageHome 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.DirectionalMovementIndicatorLocalHome
Creates a local instance of DirectionalMovementIndicator the same as when calling the corresponding creation method from the DirectionalMovementIndicatorHome 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.BollingerBandsLocalHome
Creates a local instance of BollingerBands the same as when calling the corresponding creation method from the BollingerBandsHome 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.AroonLocalHome
Creates a local instance of Aroon the same as when calling the corresponding creation method from the AroonHome 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.AccumulateDistributeLocalHome
Creates a local instance of AccumulateDistribute the same as when calling the corresponding creation method from the AccumulateDistributeHome 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.StochasticsJDBCHome
Creates a StochasticsJDBC bean that encapsulates a Stochastics instance and allows you to invoke SQL queries on every of its methods using its internal jdbc/StochasticsInputDB and jdbc/StochasticsOutputDB DataSource references.
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.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.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.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.StochasticsJDBCHome
Creates a StochasticsJDBC bean that encapsulates a corresponding Stochastics component.
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.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.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.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.StochasticsJDBCHome
Creates a StochasticsJDBC bean that encapsulates a corresponding Stochastics 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.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.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.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.
crossingSignal(double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.StochasticsLocal
Method crossingSignal(double, double, double, double) as defined in the Stochastics remote interface.
crossingSignal(double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.Stochastics
Implements a general framework for producing trading signals based on the crossing of two Stochastics.

D

directionalMotion(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicatorLocal
Method directionalMotion(double, double) as defined in the DirectionalMovementIndicator remote interface.
directionalMotion(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
Calculates 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.DirectionalMovementIndicatorLocal
Method directionalMotion(double, double, double, double, double) as defined in the DirectionalMovementIndicator remote interface.
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 Enterprise JavaBean 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.
DirectionalMovementIndicatorLocal - interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicatorLocal.
Local interface of DirectionalMovementIndicator.
DirectionalMovementIndicatorLocalHome - interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicatorLocalHome.
Local Home interface of the DirectionalMovementIndicator Enterprise JavaBean.
dmiSignal(double[], double[], int) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicatorLocal
Method dmiSignal(double[], double[], int) as defined in the DirectionalMovementIndicator remote interface.
dmiSignal(double[], double[], int) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
Evaluates what is know as the Directional Motion Indicator (MDI) Trading Signal.
dStochastic(double[], int) - Method in interface com.webcab.ejb.finance.trading.indicators.StochasticsLocal
Method dStochastic(double[], int) as defined in the Stochastics remote interface.
dStochastic(double[], int) - Method in interface com.webcab.ejb.finance.trading.indicators.Stochastics
Evaluate the (general) %D Stochastic.

E

exponentiallyWeightedMovingAverage(double[], double) - Method in interface com.webcab.ejb.finance.trading.indicators.MovingAverageLocal
Method exponentiallyWeightedMovingAverage(double[], double) as defined in the MovingAverage remote interface.
exponentiallyWeightedMovingAverage(double[], double) - Method in interface com.webcab.ejb.finance.trading.indicators.MovingAverage
Evaluates the (x-day) Exponentially Weighted Moving Average (EWMA) of a time series from the 0-th period until the (x-1)-th period.
extremeValueSignal(double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.StochasticsLocal
Method extremeValueSignal(double, double, double, double) as defined in the Stochastics remote interface.
extremeValueSignal(double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.Stochastics
Implements a general framework for producing extreme value trading signals in accordance with the follow.

F

Filters - interface com.webcab.ejb.finance.trading.indicators.Filters.
Here we details 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.
FiltersLocal - interface com.webcab.ejb.finance.trading.indicators.FiltersLocal.
Local interface of Filters.
FiltersLocalHome - interface com.webcab.ejb.finance.trading.indicators.FiltersLocalHome.
Local Home interface of the Filters Enterprise JavaBean.

G

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

I

instance() - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.StochasticsJDBC
This method returns the underlying EJB instance of the Stochastics business class.
instance() - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.OscillatorsJDBC
This method returns the underlying EJB instance of the Oscillators business class.
instance() - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MeanReversionJDBC
This method returns the underlying EJB instance of the MeanReversion business class.
instance() - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MarketStrengthJDBC
This method returns the underlying EJB instance of the MarketStrength business class.
instance() - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.FiltersJDBC
This method returns the underlying EJB instance of the Filters business class.
instance() - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MovingAverageJDBC
This method returns the underlying EJB instance of the MovingAverage business class.
instance() - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.DirectionalMovementIndicatorJDBC
This method returns the underlying EJB instance of the DirectionalMovementIndicator business class.
instance() - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.BollingerBandsJDBC
This method returns the underlying EJB instance of the BollingerBands business class.
instance() - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.AroonJDBC
This method returns the underlying EJB instance of the Aroon business class.
instance() - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.AccumulateDistributeJDBC
This method returns the underlying EJB instance of the AccumulateDistribute business class.

K

kairi(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.MovingAverageLocal
Method kairi(double, double) as defined in the MovingAverage remote interface.
kairi(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.MovingAverage
Calculates the Kairi Indicator measures as a percentage of the price the divergence between the a moving average (generally the simple moving average) of the price and the price itself.
kFastStochastic(double[], double[], double) - Method in interface com.webcab.ejb.finance.trading.indicators.StochasticsLocal
Method kFastStochastic(double[], double[], double) as defined in the Stochastics remote interface.
kFastStochastic(double[], double[], double) - Method in interface com.webcab.ejb.finance.trading.indicators.Stochastics
Evaluation of the Fast %K Stochastic.

L

linearlyWeightedMovingAverage(double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.MovingAverageLocal
Method linearlyWeightedMovingAverage(double[]) as defined in the MovingAverage remote interface.
linearlyWeightedMovingAverage(double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.MovingAverage
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 Enterprise JavaBean a number of indicators which measure the relative strength or weakness of 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.
MarketStrengthLocal - interface com.webcab.ejb.finance.trading.indicators.MarketStrengthLocal.
Local interface of MarketStrength.
MarketStrengthLocalHome - interface com.webcab.ejb.finance.trading.indicators.MarketStrengthLocalHome.
Local Home interface of the MarketStrength Enterprise JavaBean.
MeanReversion - interface com.webcab.ejb.finance.trading.indicators.MeanReversion.
Within this Enterprise JavaBean 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.
MeanReversionLocal - interface com.webcab.ejb.finance.trading.indicators.MeanReversionLocal.
Local interface of MeanReversion.
MeanReversionLocalHome - interface com.webcab.ejb.finance.trading.indicators.MeanReversionLocalHome.
Local Home interface of the MeanReversion Enterprise JavaBean.
medianMovingAverage(double[], double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.MovingAverageLocal
Method medianMovingAverage(double[], double[]) as defined in the MovingAverage remote interface.
medianMovingAverage(double[], double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.MovingAverage
Returns the x-day Median Moving Average of the market price of a traded asset over the past x-days.
medianPrice(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.FiltersLocal
Method medianPrice(double, double) as defined in the Filters remote interface.
medianPrice(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.Filters
Evaluates the Median Price which is the midpoint of each days trading range.
minusDirectionalMovement(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicatorLocal
Method minusDirectionalMovement(double, double) as defined in the DirectionalMovementIndicator remote interface.
minusDirectionalMovement(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
Evaluates the Minus Directional Movement Indicator (DMI).
minusDirectionalMovement(double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicatorLocal
Method minusDirectionalMovement(double, double, double, double) as defined in the DirectionalMovementIndicator remote interface.
minusDirectionalMovement(double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
Evaluates the Minus Directional Movement (MDM).
minusDirectionalMovement(double, double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicatorLocal
Method minusDirectionalMovement(double, double, double, double, double) as defined in the DirectionalMovementIndicator remote interface.
minusDirectionalMovement(double, double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
Evaluates the Minus Directional Movement Indicator (DMI).
momentum(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.OscillatorsLocal
Method momentum(double, double) as defined in the Oscillators remote interface.
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.OscillatorsLocal
Method moneyFlowIndex(double[], double[], double[], double[]) as defined in the Oscillators remote interface.
moneyFlowIndex(double[], double[], double[], double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.Oscillators
Evaluates 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.
MovingAverageLocal - interface com.webcab.ejb.finance.trading.indicators.MovingAverageLocal.
Local interface of MovingAverage.
MovingAverageLocalHome - interface com.webcab.ejb.finance.trading.indicators.MovingAverageLocalHome.
Local Home interface of the MovingAverage Enterprise JavaBean.

O

oneSelect(String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.StochasticsJDBC
Invokes method methodName once using values from running one SELECT statement.
oneSelect(String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.OscillatorsJDBC
Invokes method methodName once using values from running one SELECT statement.
oneSelect(String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MeanReversionJDBC
Invokes method methodName once using values from running one SELECT statement.
oneSelect(String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MarketStrengthJDBC
Invokes method methodName once using values from running one SELECT statement.
oneSelect(String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.FiltersJDBC
Invokes method methodName once using values from running one SELECT statement.
oneSelect(String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.MovingAverageJDBC
Invokes method methodName once using values from running one SELECT statement.
oneSelect(String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.DirectionalMovementIndicatorJDBC
Invokes method methodName once using values from running one SELECT statement.
oneSelect(String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.BollingerBandsJDBC
Invokes method methodName once using values from running one SELECT statement.
oneSelect(String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.AroonJDBC
Invokes method methodName once using values from running one SELECT statement.
oneSelect(String, String) - Method in interface com.webcab.ejb.finance.trading.indicators.jdbc.AccumulateDistributeJDBC
Invokes method methodName once using values from running one SELECT statement.
Oscillators - interface com.webcab.ejb.finance.trading.indicators.Oscillators.
Within this Enterprise JavaBean we implement 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.
OscillatorsLocal - interface com.webcab.ejb.finance.trading.indicators.OscillatorsLocal.
Local interface of Oscillators.
OscillatorsLocalHome - interface com.webcab.ejb.finance.trading.indicators.OscillatorsLocalHome.
Local Home interface of the Oscillators Enterprise JavaBean.

P

plusDirectionalMovement(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicatorLocal
Method plusDirectionalMovement(double, double) as defined in the DirectionalMovementIndicator remote interface.
plusDirectionalMovement(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
Calculates the Plus Directional Movement Indicator (DMI) of todays price action.
plusDirectionalMovement(double, double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicatorLocal
Method plusDirectionalMovement(double, double, double, double, double) as defined in the DirectionalMovementIndicator remote interface.
plusDirectionalMovement(double, double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
Evaluates the Plus Directional Movement Indicator (DMI).
positiveDirectionalMovement(double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicatorLocal
Method positiveDirectionalMovement(double, double, double, double) as defined in the DirectionalMovementIndicator remote interface.
positiveDirectionalMovement(double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
Evaluates the Positive Directional Movement (PDM).

R

rateOfChange(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.OscillatorsLocal
Method rateOfChange(double, double) as defined in the Oscillators remote interface.
rateOfChange(double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.Oscillators
Calculate the n-day rate of change (ROC) indicator is related to the momentum indicator and will give similar readings.
ReferencedServiceException - exception com.webcab.ejb.finance.trading.indicators.ReferencedServiceException.
This exception is signaled by a Enterprise JavaBean to indicate an error in another Enterprise JavaBean.
ReferencedServiceException(String) - Constructor for class com.webcab.ejb.finance.trading.indicators.ReferencedServiceException
 

S

simpleCrossingSignal(double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.MovingAverageLocal
Method simpleCrossingSignal(double, double, double, double) as defined in the MovingAverage remote interface.
simpleCrossingSignal(double, double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.MovingAverage
Generates of trading signal in accordance with the Simple crossing two moving average trading system.
simpleMovingAverage(double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.MovingAverageLocal
Method simpleMovingAverage(double[]) as defined in the MovingAverage remote interface.
simpleMovingAverage(double[]) - Method in interface com.webcab.ejb.finance.trading.indicators.MovingAverage
Calculates the x-day arithmetic moving average of the market price of a traded asset over the past x-days.
Stochastics - interface com.webcab.ejb.finance.trading.indicators.Stochastics.
The Stochastics Oscillator compares the closing price with the price over a given period.
StochasticsHome - interface com.webcab.ejb.finance.trading.indicators.StochasticsHome.
The home interface of the stateless Stochastics Enterprise JavaBeansTM component.
StochasticsJDBC - interface com.webcab.ejb.finance.trading.indicators.jdbc.StochasticsJDBC.
A JDBC interface for the Stochastics Enterprise JavaBean.
StochasticsJDBCException - exception com.webcab.ejb.finance.trading.indicators.jdbc.StochasticsJDBCException.
Exception to signal JDBC problems while calling the StochasticsJDBC Enterprise JavaBean.
StochasticsJDBCException(String) - Constructor for class com.webcab.ejb.finance.trading.indicators.jdbc.StochasticsJDBCException
 
StochasticsJDBCHome - interface com.webcab.ejb.finance.trading.indicators.jdbc.StochasticsJDBCHome.
Home interface of the StochasticsJDBC Enterprise JavaBean.
StochasticsLocal - interface com.webcab.ejb.finance.trading.indicators.StochasticsLocal.
Local interface of Stochastics.
StochasticsLocalHome - interface com.webcab.ejb.finance.trading.indicators.StochasticsLocalHome.
Local Home interface of the Stochastics Enterprise JavaBean.

T

trueRange(double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicatorLocal
Method trueRange(double, double, double) as defined in the DirectionalMovementIndicator remote interface.
trueRange(double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.DirectionalMovementIndicator
Finds the True Range (TR) of a traded asset today.
typicalPrice(double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.FiltersLocal
Method typicalPrice(double, double, double) as defined in the Filters remote interface.
typicalPrice(double, double, double) - Method in interface com.webcab.ejb.finance.trading.indicators.Filters
Evaluates the Typical Price which 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.MovingAverageLocal
Method weightedxDayMovingAverage(double[], double[]) as defined in the MovingAverage remote interface.
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.DirectionalMovementIndicatorLocal
Method wilderAverageDirectionalMotion(double, double, double, double, double, double, double, double, double, double) as defined in the DirectionalMovementIndicator remote interface.
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 I K L M O P R S T W
WebCab Technical Analysis
(J2EE Edition)