PureBytes Links
Trading Reference Links
|
On Mon, 7 Sep 1998 14:58:06 -0500, Lionel wrote:
>1. SMI(50,25,5)
>
>{January '93 TASC, modified}
>
>100*(Mov(Mov(C-(.5*(HHV(H,50)+LLV(L,50))),25,E),5,E) /
>5*Mov( Mov( HHV(H,50) - LLV(L,503),25,E),5,E)))
Oopps... a "typo" for those who do cut & paste!
It should be 50, not 503.... and we need (0.5*Mov( ....Obvious,
below is a clearer script... maybe I have a typo in there too<g>
|