How to fire orders based on an External VC++ Application

 

Hai,

--- I have an external application(VC++ exe) which decides when to fire orders.

--- Now I want to link my external application to the expert advisor

How I can do this. Can aybody suggest any article or give a similar example.

Thanks,

Jannath

 

Converte your VC++exe into a DLL. Search above how to make EA retrieve the signals (meaning execute the functions) fron the DLL.

Reason: