Read ex5 file source code
-
Afternoon,
I'm currently having an issue with my EA, back testing it with my broker program, one indicator doesn't display in this last version of my project.
I have the ex5 and mq5 file of the current version (not working well),
I have the ex5 (only) file of the same project in an older version which works fine
Both are very similar, except a little detail i dont find, how can i read the source code the compare them, and see the difference please ? -
@seb-0 A compiler compresses human code (mql, ".mq5") to machine code (hexadecimal, ".ex5").
You can't reverse that process
-
@roar
I see, im gonna find the issue from the project then, im sure i can fix it by doing it a cleaner way