|
WebCab Technical Analysis (J2EE Edition) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Local interface of Filters. This interface provides the same functionality as the Filters remote interface.
Filters| Method Summary | |
double |
medianPrice(double high,
double low)
Method medianPrice(double, double) as defined in the Filters remote interface. |
double |
typicalPrice(double high,
double low,
double closing)
Method typicalPrice(double, double, double) as defined in the Filters remote interface. |
| Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
| Method Detail |
public double typicalPrice(double high,
double low,
double closing)
Description copied from the Filters interface:
Evaluates the Typical Price which is arithmetic average of the high, low and closing price for a trading day. The Typical Price is often used in place of the closing price within trading systems.
high - the high of the last trading daylow - the low of the last trading dayclosing - the closing price on the last trading dayFilters.typicalPrice(double, double, double)
public double medianPrice(double high,
double low)
Description copied from the Filters interface:
Evaluates the Median Price which is the midpoint of each days trading range. By replacing an interval with a point you are able to draw a daily line chart of a securities price action.
high - the traded high on the trading day under considerationlow - the traded low on the trading day under considerationFilters.medianPrice(double, double)
|
WebCab Technical Analysis (J2EE Edition) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||