|
WebCab Technical Analysis (J2EE Edition) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Here we details 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)
Evaluates the Median Price which is the midpoint of each days trading range. |
double |
typicalPrice(double high,
double low,
double closing)
Evaluates the Typical Price which 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 closing)
throws RemoteException
high - the high of the last trading daylow - the low of the last trading dayclosing - the closing price on the last trading day
RemoteException
public double medianPrice(double high,
double low)
throws RemoteException
high - the traded high on the trading day under considerationlow - the traded low on the trading day under consideration
RemoteException
|
WebCab Technical Analysis (J2EE Edition) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||