PureBytes Links
Trading Reference Links
|
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");
-----Original Message-----
From: Glenn Pederson <gpeder@xxxxxxxxx>
To: RealTraders Discussion Group <realtraders@xxxxxxxxxxxxxx>
Date: May 11, 1998 3:10 PM
Subject: W.D. Gann Treasure Discovered -- ELA
I recently received an overwhelming number of requests for the Hi/Lo
Activator in ELA fomat. Unfortunately, I have only TradeStation
3.5 here and cannot create an ELA format file.
Attached are the TradeStation 3.5 format files. I wonder if someone
with TradeStation 4.0 might convert my files to an ELA file and post
it to the Omega List and the RealTraders List so that all that
e-mailed me may obtain a copy.
Thanks,
Glenn
gpeder@xxxxxxxxx
Attachment Converted: "c:\eudora\attach\Hilo.ela"
|