PureBytes Links
Trading Reference Links
|
On Sun, 09 Nov 1997 18:53:38 -0800 Bryant Tharp writes:
What is Z score ? Is it avalible ,,,web address
Thanks Bryant Tharp
----------------------------------------------------------------------------------------------------------------
Bryant,
The z score (I think this is also called the z statistic) is part of the
calculation for normal distribution. I do not know how to code the normal
distribution for TS or SC, but the z score is easy to do:
Inputs:
Y = 20
Z = Log(C)-Log(C[1])
plot1 = (SquareRoot(Y)*( Z-(Average(Y)/StdDev(Z(Y))
plot2 = 0
Happy Trading :-)
Ron McEwan
|