| 
 PureBytes Links 
Trading Reference Links 
 | 
StochK calculated
I have tried to write the StochK in a formula format.
Formula:
%k= MA(((Close- LLV(C,pds))/(HHV(C,pds) - LLV(C,pds)))*100,3);
pds = %k period
The result of this calcualtion I compare with StochK(pds).
To the best of my knowledge this should deliver the same result as 
the formula; however it does not.
Can anyone point out where I go wrong?
Willem Jan
 
 |