PureBytes Links
Trading Reference Links
|
Jose - sorry to have troubled you. I had missed off
the last line of code!! Please keep your interesting and thought provoking
postings going. Regards, David
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Jose
To: <A
title=equismetastock@xxxxxxxxxxxxxxx
href="">equismetastock@xxxxxxxxxxxxxxx
Sent: Wednesday, March 03, 2004 4:57
PM
Subject: [EquisMetaStock Group] Re:
useful indicator
It's plotting ok at this end. You may not have
enough periods loaded in the chart - you'd need a minimum of 252 periods
loaded as per indicator default.Try adding a value of 50 to the
output, so you can rule out plot colour
problems:---8<-------------------------------------pds1:=Input("small
SMA periods",1,2520,21);pds2:=Input("large SMA
periods",1,2520,252);pdsN:=Input("normalizing periods
(1=none)",1,2520,252);a:=Mov(C,pds1,S);b:=Mov(C,pds2,S);d:=a-b;norm:=(d-LLV(d,pdsN))/(HHV(d,pdsN)-LLV(d,pdsN)+.000001)*100;50;norm---8<-------------------------------------jose
'-)
Yahoo! Groups Sponsor
ADVERTISEMENT
Click Here
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/equismetastock/
To unsubscribe from this group, send an email to:equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|