[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gap systems



PureBytes Links

Trading Reference Links

GAP -Sound Off Trading System

Could they be something like these, eg that were derived from the damaged file
(dta on "Sound Off"-article looked up in Quick View Plus), and which now look ok
to me (after I have repaired them, but not as yet tested them):

Gap1 System
===========
{BUY}
L>Ref(H,-1) OR
Cum(1)=LastValue(Cum(1))

{SELL}
H<Ref(L,-1) OR
Cum(1)=LastValue(Cum(1))


Gap2 System
===========
{BUY}
N1:=5;
L>Ref(HHV(H,N1),-1) OR
Cum(1)=LastValue(Cum(1))

{SELL}
N1:=5;
H<Ref(LLV(L,N1),-1) OR
Cum(1)=LastValue(Cum(1))


Gap3 System
===========
{Enter Long}
N1:=5;
L>Ref(HHV(H,N1),-1) OR 
Cum(1)=LastValue(Cum(1))

{Exit Long}
N2:=3;
C<Ref(LLV(L,N2),-1) OR 
Cum(1)=LastValue(Cum(1))

{Enter Short}
N1:=5;
H<Ref(LLV(L,N1),-1) OR 
Cum(1)=LastValue(Cum(1))

{Exit Short}
N2:=3;
C>Ref(HHV(H,N2),-1) OR 
Cum(1)=LastValue(Cum(1))

Regards,
Ton Maas
ms-irb@xxxxxxxxxxxxx
Dismiss the ".nospam" bit (including the dot) when replying.


----- Original Message ----- 
From: Walter Lake
To: Metastock bulletin board <metastock@xxxxxxxxxxxxx>
Sent: dinsdag 1 juni 1999 20:46
Subject: Gap systems


> Did anyone get this gap system to install properly? Yours truly, "hands of
> stone", messed it up.
> 
> Futures magazine
> downloads
> http://www.futuresmag.com/industry/downloads/downloads.html
> 
> Sound Off! June 1999 Gap systems MetaStock file format for gap systems
> discussed in three-part series on turning gaps into trading systems.
> MetaStock .DTA file
> 
> Click on "Gap System" at the web site.
> 
> Best regards
> 
> Walter
> 
>