[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Zscore



PureBytes Links

Trading Reference Links


Joe,
 

periods=20;
ZScore=(Close-MA(Close,20))/StDev(Close,20);
Plot (MA(ZScore,3), "Z-Score 3 Day MA",6,4);
Plot (MA(MA(ZScore,3),5), "5 Day MA Z-Score MA",5,4);
and the Z-score indicator without the moving avg's
periods=20;
ZScore=(Close-MA(Close,20))/StDev(Close,20);
Plot(ZScore, "Z-Score",6,4);Joseph Platt <jplatt@xxxxxxxxxxxxxx> wrote:
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: 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: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. 
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing


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.