Is there a good way to compile all the *.mq5 files to *.ex5 just with one click?

 

when we finish edit program , we should compile mq5 files to ex5. 

But if there are many mq5 files , Is there a way to compile all mq5 files to be ex5 without one by one?

 
Yu Zhang:

when we finish edit program , we should compile mq5 files to ex5. 

But if there are many mq5 files , Is there a way to compile all mq5 files to be ex5 without one by one?

Yes open all files you wanna compile & click compile all (Ctrl + F7).

 
Yu Zhang:

when we finish edit program , we should compile mq5 files to ex5. 

But if there are many mq5 files , Is there a way to compile all mq5 files to be ex5 without one by one?

Click Refresh in MT5 navigator window

 
Icham Aidibe:

Yes open all files you wanna compile & click compile all (Ctrl + F7).

Thanks!!!

 
Icham Aidibe:

Yes open all files you wanna compile & click compile all (Ctrl + F7).

Hello Icham! Do you have Any idea how to compile all open mq5 files with cloud protection? Thanks in advance
 
How can i fix errors wen i compile 
 
Tendani JEDIDIAH #: How can i fix errors wen i compile 
By learning to code properly, so that you can fix your code or prevent errors in the first place.
 
Yu Zhang:

when we finish edit program , we should compile mq5 files to ex5. 

But if there are many mq5 files , Is there a way to compile all mq5 files to be ex5 without one by one?

How can i compile a mql5 program thats not a mql5 source file? 
 
kenuel #:
How can i compile a mql5 program thats not a mql5 source file? 

What source file do you want to compile ?

Anyway only mql5 source files can be compiled into "mql5" program or more precisely ex5 running on MT5 platform.

 
Alain Verleyen #:

What source file do you want to compile ?

Anyway only mql5 source files can be compiled into "mql5" program or more precisely ex5 running on MT5 platform.

I want to convert a ex5 to a source file
 
kenuel #:
I want to convert a ex5 to a source file
Not possible.