PureBytes Links
Trading Reference Links
|
Jason,
Thanks very much for the Zscore code......however
am getting "error 23" syntax error.
It was working fine before so am not sure where the
problem lies.
regards,
............Joe Platt
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Jason
Hart
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Friday, December 19, 2003 9:26
PM
Subject: Re: [amibroker] Zscore
Joe,
periods=20<FONT
size=1>;
ZScore=(Close-<FONT color=#0000ff
size=1>MA(Close,<FONT color=#ff00ff
size=1>20))/<FONT color=#0000ff
size=1>StDev(Close,<FONT color=#ff00ff
size=1>20);
Plot (MA<FONT
size=1>(ZScore,3),
"Z-Score 3 Day MA"<FONT
size=1>,6,<FONT
color=#ff00ff size=1>4);<FONT color=#0000ff
size=1>
Plot (MA<FONT
size=1>(MA<FONT
size=1>(ZScore,3<FONT
size=1>),5),
"5 Day MA Z-Score MA"<FONT
size=1>,5,<FONT
color=#ff00ff size=1>4);
and the Z-score indicator without the moving
avg's
periods=20;
ZScore=(Close-MA<FONT
size=1>(Close,20<FONT
size=1>))/StDev<FONT
size=1>(Close,20<FONT
size=1>);
Plot(ZScore, <FONT color=#ff00ff
size=1>"Z-Score",<FONT color=#ff00ff
size=1>6,4<FONT
size=1>);Joseph Platt <<A
href="">jplatt@xxxxxxxxxxxxxx>
wrote:
<BLOCKQUOTE class=replbq
>Someone
recently posted an Amibroker AFL program called "Zscore".I copied it
and added it to my "Indicator Builder". My computer died since then and
I'm trying to get a new computer back on line.I have almost finished
the transfer but "Zscore" was lost somewhere along the way.....a search
didn't find it.Would deeply appreciate a
re-post.thanks,Joe PlattSend BUG
REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page:
<A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
To visit your group on the web, go to:<A
href="">http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:<A
href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Do you Yahoo!?<A
href="">New
Yahoo! Photos - easier uploading and sharing Send BUG REPORTS
to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
To visit your group on the web, go to:<A
href="">http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:<A
href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|