MAKE A PROGRAMM HIDDEN HOW?

 
IS THERE A WAY TO MAKE A PROGRAM HIDDEN IN MQL4 EDITOR SUCH THAT IT CANNOT BE READ,VIEW,OR MODIFY BY UNAUTHORIZED ACCESS.THANKS FOR A A QUICK RESPONSE.
 
1981:
IS THERE A WAY TO MAKE A PROGRAM HIDDEN IN MQL4 EDITOR SUCH THAT IT CANNOT BE READ,VIEW,OR MODIFY BY UNAUTHORIZED ACCESS.THANKS FOR A A QUICK RESPONSE.

There is two files for a program to run in mql4:


1) .mq4 the source code of the program

2) .ex4 the executable of the program


So if you want to not let anybody to view and modify you source, just move the .mq4 to a security place from away the experts directory. And leave the .ex4 in original place, you will have the program to run but nobody can view and access. Have fun.

 
1981 wrote >>
IS THERE A WAY TO MAKE A PROGRAM HIDDEN IN MQL4 EDITOR SUCH THAT IT CANNOT BE READ,VIEW,OR MODIFY BY UNAUTHORIZED ACCESS.THANKS FOR A A QUICK RESPONSE.

Yes ex4 file in unreadable but people can decompile it if you publish it so the format is in mq4 file.

Reason: