RE: Stan Weinstein's Stage Analysis
Thanks
I do remember that indicator you gave me the code for actually...
---
a=WeightedAverage[30](close[0])
b=WeightedAverage[30](close[1])
IF a < b THEN
Result=1
ELSE*
Result=0
ENDIF
Return Result AS "Week30WMA_Falling"
---
Although the red/green bars on my chart are not exactly reflecting the MA on the chart.
Will the following refer to whatever time frame the chart is based on?
WeightedAverage[30]