PureBytes Links
Trading Reference Links
|
I have saved this message from Brooke:
Symmetry:=.28;
Apex:=(H+L)/2;
WB:=Ref(H,-2)-Ref(L,-2);
Shark:=If((H<Ref(H,-1) AND L>Ref(L,-1) AND Ref(H,-1)<Ref(H,-2) AND
Ref(L,-1)>Ref(L,-2))=1,
If(apex <= (Ref(H,-2)-(WB*Symmetry)) AND Apex >=
(Ref(L,-2)+(WB*Symmetry)) ,1,0),0);
Buyok:=Cross(C,ValueWhen(1,Shark=1,Ref(H,-2)));
Chk:=Cum(Buyok)-ValueWhen(1,Shark=1,Cum(Buyok));
ValidChk:=Alert(Shark=1,25);
Buy:= Buyok=1 AND Ref(Chk,-1)=0 AND ValidChk=1;
Buy OR Ref(Buy,-1) OR Ref(Buy,-2) OR Ref(Buy,-3) OR Ref(Buy,-4)
OR Ref(Buy,-5);
Good trading,
Fred
> -----Original Message-----
> From: owner-metastock@xxxxxxxxxxxxx
> [mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of The Lurker
> Sent: Wednesday, February 17, 1999 2:25 PM
> To: metastock@xxxxxxxxxxxxx
> Subject: Re: Shark 32
>
>
> Al,
> Have you got the Metastock Code for the Shark indicator? I know it was
> posted
> a few months ago but my hard drive crashed and I lost all my indicators.
> Could you
> please post the code or send it to me?
> Thanks,
> Randy
>
> Al Taglavore wrote:
>
> > To all that follow this pattern, MER completed the third bar today, for
> > what it is worth.
> > As I write this, the S&P is off 850 on Globex, and the NSDQ100 is off
> > 3725. Tomorrow should not be a very quite day.
> >
> > Al Taglavore
>
>
|