| 
 PureBytes Links 
Trading Reference Links 
 | 
Hi Mr Valley –
 
I do use ZScore in a lot of my systems.  Do
you have a specific Tharp idea in mind?
 
Howard
 
-----Original Message-----
From: Mr Valley
[mailto:valleymj@xxxxxxxxxxx] 
Sent: Sunday, December 07, 2003
9:50 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: RE: [amibroker] Re: Z
Score ?
 
Thank you.
 
Has anyone done anything extensive with
say, combining Tharp, with Z Score?
 
Mr Valley
<span
>-----Original Message-----
From: the_chairmann
[mailto:jhart_1972@xxxxxxxxx]
Sent: Sunday, December 07, 2003
7:17 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: Z Score ?
Here's the indicator formula:<font size=2
face="Courier New">
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);
--- In amibroker@xxxxxxxxxxxxxxx, "Mr Valley"
<valleymj@xxxx> wrote:
> Has anyone coded Z Score Transformation
Exploration in .afl?
> 
>             
Score - Mean
>      Z = 
--------------------
>           
Std Deviation
> 
> Thanks,
> 
> Mr. Valley
Send BUG
REPORTS to bugs@xxxxxxxxxxxxx<span
>
Send 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
Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service. 
<font size=2
face="Courier New">Send BUG REPORTS to
bugs@xxxxxxxxxxxxx<span
>
Send 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
Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service. 
Yahoo! Groups Sponsor
  ADVERTISEMENT 
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
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
 
 |