Automated Trading Using ADX

 

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 not joined at the hip with OEC.....if a trading platform is available out there, I would switch today.

 
buckweb:

if a trading platform is available out there, I would switch today.

??? you hast have posted in the forum of the MT4 trading platform...

exactly in the forum for the programming language for this platform, MQL4.

 

I'm sorry, but I'm out of my element here.....the people at ECry seem to be unable to develop the needed code that would allow me to trade automatically. I am attempting to provide them the needed code. If it's something I can buy from you and provide to them, I would like to discuss this with you.

Regards,

 
buckweb:

I'm sorry, but I'm out of my element here.....

i have noticed that already.

download and install MetaTrader4 Platform, read the manual, open a demo account

if you like that platform, come back and maybe someone helps you coding an expert advisor for this or you pay someone to do it for you.

i offer this service (coding MQL4) from around spring 2010 on

and related to the ADX, it is no indicator who tells you whether to buy or to sell, it only trys to indicate if there is a trend or notrend in pricechange.

regards, meikel

Reason: