- Katılım
- 23 Eki 2020
- Mesajlar
- 1,828
Re: William Blau . To: metastock@xxxxxxxxxxxxx . Subject: Re: William Blau . From: Robert Lambert <lambertb1@xxxxxxxxx> . Date: Fri, 20 Aug 1999 13:51:39 -0700 (PDT) . Reply-To: metastock@xxxxxxxxxxxxx . Sender: owner-metastock@xxxxxxxxxxxxx --- Plastodon@xxxxxxx wrote: > Does anyone have the Metastock code for all of the indicators mentioned by > Bill Blau in his book Momentum, Direction, and Divergence? They don't seem > to be on the metastock site. Here are 3 I translated for my personal use... |
|
True Strength Index II rr:= Input("first smoothing r" ,1 ,100 ,25 ); ss:= Input("second smoothing s",1 ,100 ,13 ); uu:= Input("third smoothing u" ,1 ,100 ,1 ); numerator:=100*(Mov(Mov(Mov(ROC(C,1,$),rr,E),ss,E),uu,E)); denominator:=Mov(Mov(Mov(Abs(ROC(C,1,$)),rr,E),ss,E),uu,E); If(denominator<>0,numerator/denominator,0); |
Source / From: |