| 
 PureBytes Links 
Trading Reference Links 
 | 
Mike,
  Glad to see that some found this code useful,
do you use any other filters with it?
    Adam
----- Original Message ----- 
From: "michael arnoldi" <marnoldi@xxxxxxxxxxxxx>
To: "A METASTOCK GROUP" <metastock@xxxxxxxxxxxxx>
Sent: Thursday, April 27, 2000 7:39 PM
Subject: GANN-HiLo exploration
> i took the "GANN-HiLo" indicator one step further- for expoloring in EOD
> which stocks crossed the GANN-HiLo dots
> 
> cola  buy:
> Cross(C, Fml("GANN-HiLo")) AND
> CLOSE > Fml("GANN-HiLo")
> 
> colb  sell:
> Cross(C, Fml("GANN-HiLo")) AND
> CLOSE < Fml("GANN-HiLo")
> 
> filter:
> cola=1 or colb=1
> 
> 
> mike arnoldi
> 
 |