PureBytes Links
Trading Reference Links
|
Trader
> can anyone help me to build exploration formula for vidya 21 5?
>
> Length:=21;
> Smooth:=5;
> AbsCMO:=(Abs(CMO(C,Length)))/100;
> SC:=2/(Smooth+1);
> VIDYA:=If(Cum(1)<=(Length+1),C,(SC*AbsCMO*CLOSE)+(1-(SC*AbsCMO))*PREV);
> VIDYA
It would help if you gave some idea of what you wanted to do with VIDYA.
Once you have created and named your own VIDYA indicator you can do the same
sorts of things with it as any other standard MS function. In playing with
VIDYA don't lose sight of the fact that the MS variable moving average is in
fact VIDYA with a 9 period "length".
Roy
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|