Calling Scripts from MT Expert

 
Is it possible to call a script from a Metatrader 4 expert?
 
you can call a function from an .ex4 file that you have imported. but you can't call a script directly.

It is probably easiest to just place the code contained in the script you want to run, into a seperate function within the ea file and just call the function from within the start() function in the ea.
Reason: