MQL5 Changes - page 3

 
Ryan L Johnson #:

Interesting... I just ran a test in my broker-dealer's MT5 Build 5430 by compiling MTTester.mqh anew, and no errors. 🤔

I see that you have a Version 5.0 designation in your MT5 specs. I came across another user with that designation who also gets strange errors. It must be a coincidence because Metaquotes doesn't allow hacking of MT5.

Anyway, here's the exact file that I tested.

Well!


I compared the MTTester.mqh files and they were significantly different. Just used the code you provided and it compiles without any errors. I read somewhere on here that code can be different whether you got to the English or Russian code repositories.


Thankyou very much for your help in resolving this.


E

 
EdFuk #:

Well!


I compared the MTTester.mqh files and they were significantly different. Just used the code you provided and it compiles without any errors. I read somewhere on here that code can be different whether you got to the English or Russian code repositories.


Thankyou very much for your help in resolving this.


E

You're most welcome. Truth be told, heck if I can remember where I pulled it from. It may've been in the Algo Forge. Whatever. Who cares. Glad it worked for you.
 
EdFuk #:

Well!


I compared the MTTester.mqh files and they were significantly different. Just used the code you provided and it compiles without any errors. I read somewhere on here that code can be different whether you got to the English or Russian code repositories.


Thankyou very much for your help in resolving this.


E

The code is different because the file provided by Ryan is an older version than the last one provided on Russian Codebase.
 
Alain Verleyen #:
The code is different because the file provided by Ryan is an older version than the last one provided on Russian Codebase.

Confirmed. fxsaber's Script snippet that successfully includes it is dated 2022:

 
Alain Verleyen #:
The code is different because the file provided by Ryan is an older version than the last one provided on Russian Codebase.
Interesting!