I've been trading with Open ECry (OEC) for some time. I'm attempting to find a written strategy I can import into their custom trading manager that uses the ADX indicator to trade automatically.
I'm being told the code might look something like the following:
if DIpos > DIneg then begin
Buy ("Buy") this bar at market;
end;
if DIpos < DIneg then begin
Sell ("Sell") this bar at market;
end;
where DIpos and DIneg would need to be further explained and defined.
Basically this is Greek to me.....if anyone can help out, that would be perfect.
I'm being told the code might look something like the following:
if DIpos > DIneg then begin
Buy ("Buy") this bar at market;
end;
if DIpos < DIneg then begin
Sell ("Sell") this bar at market;
end;
where DIpos and DIneg would need to be further explained and defined.
Basically this is Greek to me.....if anyone can help out, that would be perfect.