Easy MQL4 Compiler! - page 2

 
codersguru:
Please find the source code here: http://www.metatrader.info/node/79

Whoaw ! I am very interested to see how a simple compiler is build !

But, http://www.metatrader.info/system/files?file=EMC.zip links to a "page not found" Is it necessary to have a user login ?

Thanks very much !

 

metatrader.info

Michel:
Whoaw ! I am very interested to see how a simple compiler is build !

But, http://www.metatrader.info/system/files?file=EMC.zip links to a "page not found" Is it necessary to have a user login ?

Thanks very much !

I think yes, you have to register!

 

I still get the Compile error. Any ideas? The mq4's are still grayed out and I cannot add to charts

 
Michel:
Whoaw ! I am very interested to see how a simple compiler is build !

But, http://www.metatrader.info/system/files?file=EMC.zip links to a "page not found" Is it necessary to have a user login ?

Thanks very much !

It's not a compiler, it's just an interface around it.

 

Nice try - But the trick is .....

LOL !! Nice try !!

I can write my own compiler too !! All I need to do is call metalang.exe -q from my own "compiler" application.

Example, metalang.exe -q myEA.mq4 will compile myEA.mq4 into myEA.ex4.

Just rename metalang.exe to something else and see how this EMC compilerfools itself.

Now I can claim to be a compiler expert too !!

 

Thanks Adheerp! I was just wondering how to do that.

 

hi

codersguru:
Michel,

You're welcome!

Sure I can upload the source code.

at last I found you here codersguru ...sorry for deviate this thread i want to ask ...how to make a link between MT4 to excell in a real time ...?

===================

Forex Indicators Collection

 

Dde

This is the DDE!

Give this link a try:

MT4 Monitor - MetaTrader DDE client in Visual Basic | www.metatrader.info

prasxz:
at last I found you here codersguru ...sorry for deviate this thread i want to ask ...how to make a link between MT4 to excell in a real time ...?

===================

Forex Indicators Collection
 
Kalenzo:
Nice! But better and useful tool would be in other way EMDC (Easy mql4 decompiler)...

Don't want to be seen as promoting this kind of thing, but somebody recently, who seemed pretty knowledgeable about it (can't recall who...) said that compiled MT code is little more than meta-code - there is no effort made to actually encrypt the code!

If this is the case, once you had deciphered the keyword 'tokens', decomiling any exe's would be childs-play...

 
omelette:
Don't want to be seen as promoting this kind of thing, but somebody recently, who seemed pretty knowledgeable about it (can't recall who...) said that compiled MT code is little more than meta-code - there is no effort made to actually encrypt the code! If this is the case, once you had deciphered the keyword 'tokens', decomiling any exe's would be childs-play...

This used to be true until mid 2006. Now the ex4 has some encryption. Nothing too sophistcated, but it makes things more difficult. There is still a way to see the source code, without the need to crack the encryption, but I think who does not publish the mq4 to a certain ex4 has his reasons and this should be respected.

Reason: