How to get metaditor version by programmatically

 

Hi,

I need metaeditor version.

How can I get it programmatically?

 
enginco:

Hi,

I need metaeditor version.

How can I get it programmatically?

I don't think it's available, only terminal build : TerminalInfoInteger(TERMINAL_BUILD)
 

WINAPI only (so far) i think

but why does it matter

 
qjol:

WINAPI only (so far) i think

but why does it matter

Actually, it's available :

  Print("__MQL5BUILD__=",__MQL5BUILD__);

Don't ask me why it's MQL5BUILD and not MQL4BUILD which is also available but gives an other value.

Reason: