Divide source codes into files

 

Hi, just wondering is it possible to divide my source code - which is getting quite big - into separate files and include it to main *.mq4. But of course I need access from main *.mq4 to variables and functions in other files?

 

Yes. Include as .mqh


Put all functions into .mqh

Reason: