stockfetcher 980 posts msg #265 |
12/17/2002 2:51:49 PM
Volumed Weighted MACD (VWMACD) |
|
|
Parameters |
MA Period 1 MA Period 2 EMA Period |
Usage |
VWMACD Fast Line(Period1,Period2,EMAPeriod)
VWMACD Slow Line(Period1,Period2,EMAPeriod)
VWMACD Histogram(Period1,Period2,EMAPeriod)
|
|
Description |
The volume weighted MACD is computed in the exact same fashion as the standard MACD (Moving average convergence/divergence) except the Volume Weighted MACD uses volume weighted moving averages as opposed to exponential moving averages. To generate the signal (or fast line), the difference is computed between the fast and slow moving average. The slow line is then computed by taking an n-day exponential moving average of the raw signal. Finally, the VWMACD Histogram is the difference between the fast and slow lines.
|
Examples |
|
|