Calling function from another file

 
I'd like to start making my own fucntions to cut down on the size of my programs.  I found some good information on how to make a function that will be called from the same file, but no info on how to call a function that is located in a seperate file.  Can I call a seperate .mq4 file for this, instead of a function?  That would make it even easier.
 
bump
 
sure you can move the functions to other MQL4 files, did you have a look at the #include and #import commands? If not, do so.
Reason: