|
WebCab Technical Analysis (J2EE Edition) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| Method Summary | |
double |
medianPrice(double high,
double low)
The Median Price Indicator is the midpoint of each days trading range. |
double |
typicalPrice(double high,
double low,
double close)
The Typical Price Indicator is arithmetic average of the high, low and closing price for a trading day. |
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
public double typicalPrice(double high,
double low,
double close)
throws RemoteException
RemoteException
public double medianPrice(double high,
double low)
throws RemoteException
RemoteException
|
WebCab Technical Analysis (J2EE Edition) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||