Splitting expert advisor into multiple files?

 
Hello guys, may I ask you one little question: do you split your EA code within multiple files? If yes, how? Can I move implementation into .mqh files and include them? 
I am a C/C++ programmer but I'm quite not sure what to do in this MetaEditor... 

 

Read the Book and the Documentation: Language Basics => Preprocessor.

You'll find all you need!

 
search for #include command
 
Yup guys, thanks! :) 
Reason: