Write your mq4 files in the Metaeditor and click "Compile" - the result is an ex4 file. Assuming your syntax is correct.
Another way is to add boolean extern input parms for each timeframe. eg 'extern bool Show_M1=true' etc etc Then add a line for each timeframe at the beginning of the init() or start() function (depending on where the drawing takes please) ...
Hidden