You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hey Ross,
Does MQL5 has some function that can execute an external program (both synchronously or unsynchronously) ??
We could used it as a trigger to some external process, in a very simple way (we could call this function from OnTick() event handler).
It would help a lot the integration of Metratrader with something outside, without the use of C dll's, WCF, interops, and others tricks.
The signature of this function could be something like:
void CallingExternProg(string fileName, bool synch);
Thank you.