| 
 PureBytes Links 
Trading Reference Links 
 | 
Attached is the ELA posted by Peter on the RealTraders List.  
I don't think it made it to the Omega List for some reason.
Thank you , Peter!
------- 
Forwarded Message Follows -------Date:          Mon, 11 May 1998 
16:44:11 -0700 Reply-to:      Peter_Gibson@xxxxxxxxxxxxxx From:       
   "Peter Gibson" <Peter_Gibson@xxxxxxxxxxxxxx> To:            
RealTraders Discussion Group <realtraders@xxxxxxxxxxxxxx> Subject:    
   Re: W.D. Gann Treasure Discovered -- ELA X-To:          
<gpeder@xxxxxxxxx>,               "RealTraders Discussion Group" 
<realtraders@xxxxxxxxxxxxxx>
the attached ela has the _hiloactivator indicator shown below:
Var: Swing(0);
Value1=Average(H,3);
Value2=Average(L,3);
If C<Value2[1] And C[1]>=Value2[2] then Swing=-1;
If C>Value1[1] And C[1]<=Value1[2] then Swing=1;
If Swing=1 Then Plot1(Value2,"Sell Act");
If Swing=-1 Then Plot2(Value1,"Buy Act");
Glenn
gpeder@xxxxxxxxx
The following section of this message contains a file attachment
prepared for transmission using the Internet MIME message format.
If you are using Pegasus Mail, or any another MIME-compliant system,
you should be able to save it or view it from within your mailer.
If you cannot, please ask your system administrator for assistance.
   ---- File information -----------
     File:  hilo.ela
     Date:  13 May 1998, 11:05
     Size:  2743 bytes.
     Type:  Unknown
Attachment Converted: "c:\eudora\attach\hilo2.ela"
 |