How to execute a script from EA or indicator ?

 

Hello,

 I would like to know how i can execute or call a script from my EA ?

Thanks for your answer

 
canarich:

Hello,

 I would like to know how i can execute or call a script from my EA ?

The easiest way,  assuming you have the source code for the script,  is to build the script into the EA as a Function and then call the Function.  If you can't do that then you will need something other than standard mql4 code . . .  this may help:  https://www.mql5.com/en/forum/115967