PureBytes Links
Trading Reference Links
|
2nd attempt for ela transfer....here's the text code fwiw...sorry, but eskimo
may block attachment from this domain..........TJ
var: a1(0), b1(0);
a1 = xaverage(c, 13);
b1 = xaverage(c, 130);
if (currentbar >= 2) then begin
if a1 crosses above b1 then buy tomorrow at the open;
if a1 crosses below b1 then sell tomorrow at the open;
end;
At Mon, 27 Mar 2000 10:50:52 -0600 (CST), tradejacker@xxxxxxxxxxxx wrote:
>fwiw here's the ela unobfuscated :))
|