That means wither the EA is not open source (it's compiled) or it IS open source but not compiled. If it's a compiled file, it is a protected version of the code. Therefore, you cannot open the file to edit it, or copy it. If it's not compiled, compiling it may make it perform better.
If the file ends with a .MQ4 extension, you MAY modify it, and compile it, to get it to change to the full-color icon in MetaTrader. Right click the EA, select Modify, the the editor will open. Click the button that says "Compile" at the top and close the editor. Now the EA will be shown in color. However, it doesn't matter to MetaTrader - it can use either version.
I suspect the compiled version will perform faster, however, especially in the case of complex robots.
Otherwise, if the file ends with a .EX4 extention, it's compiled and protected and cannot be changed or re-compiled. Commercial EAs such as RoboMiner depend on selling the EA for revenue. Therefore, they don't give away their secrets, otherwise anyone could copy the EA and give it away. Therefore they will only release the .EX4 version of the file, and not the .MQ4 version. |