Do you know ... ?
XasmY: Do you know if it’s possible to run an external script (i.e. outside MT) which sends a signal to the EA so that the EA executes its action accordingly ?
If yes, how ?
Yes, it is possible for an EA to receive information from outside of MetaTrader, just like it is possible for an EA to send information outside of MetaTrader.
The information can be send and received via, Shared files, Named Pipes, Socket communications, Windows API messages, and probably many other forms of data exchange.
As for how exactly, that depends very much on what kind of information it is, how the EA must react, how the EA already functions, and the abilities of the coder (it is not something that will be easy for a newby coder).

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
Hello,
Do you know if it’s possible to run an external script (i.e. outside MT) which sends a signal to the EA so that the EA executes its action accordingly ?
If yes, how ?
Thank you !