Quote:
Originally Posted by sandfromsky
I want call a script when tow MA lines crossed, this script will execute a .exe file.
I ready for the script, but don't know how to call it in my custom instrator. (I don't means drag it from navigator panel, I want call it by code)
thanks, wish every body a happy weekend.
|
I dont know your purpose, but I think you have to implement your script as a a librairy (.mqh) and "include" it in your EA. But maybe the most simple is just to copy your script as a function in your EA.