PureBytes Links
Trading Reference Links
|
Ale,
Try this:
smx:=Sum(Log(CLOSE),25);
sx:=Sum(Power(CLOSE-smx,2),25);
sx;
The problem may have been in the number of days you had displayed
versus the number you requested in your calculations.
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, niloalex <no_reply@xxxx> wrote:
> This formula is not correct, 'cause it didn't show any value in
> plotting "sx":
>
> smx:=sum(log(close),255);
> sx:=Sum(Power((Log(close)-sxm),2),255);
> sx;
>
> Metastock isn't able to calc recursively the sum of that "power" ?
If
> not there is a trick to surpass that limit ?
>
> Many Thanks in advance.
>
> Ale
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/BefplB/TM
---------------------------------------------------------------------~->
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/
|