Can I compile an indicator into another?

 

Hello,

Is it possible to include an indicator source code into another to avoid the distribution of two files? For instance..

#include <another_indicator.mq4>

Thank you

 
flaab:

Hello,

Is it possible to include an indicator source code into another to avoid the distribution of two files? For instance..

#include <another_indicator.mq4>

Thank you

I would say no, especially if they both have buffers. I #include other source files as .mqh files to give common functions such as debug and trade operations.
Reason: