How to call SCRIPT FILE under Expert Advisor MQL4 CODE?

 

Hi,


Is possibility to call script under Expert Advisor ?

If YES, then what expression should I use to call the script file from mql editor on expert advisor code ?


Regards,

Puncher

 
the best way is to put the function you want to call into a library. Then you can call this function from the script and from expert advisor.
 
irusoh1:
the best way is to put the function you want to call into a library. Then you can call this function from the script and from expert advisor.

but how to compile script to DLL file? ... is there any Tool ur under Meta Trader 4 is it available?

Reason: