Codes

Script Calling Library for MT4 build 600 and later for MetaTrader 4

Script Calling Library for MT4 build 600 and later

mt4R for new MQL4 for MetaTrader 4

mt4R, modified for supporting new MQL4

Simple UnitTest include library for new MQL4 for MetaTrader 4

This is a simple (cheap) UnitTest include library for new MQL4

Forum

Has MqlStr struct been changed from build 600?

On build 509 or earlier, MqlStr struct, which is for passing mql string array to DLL, is as follows. // for build 509 or earliear struct MqlStr509 { int len; char * str; }; From build 600, MqlStr might be changed as follows. // for build 600 or later struct MqlStr600 { int len;

Feature request: UTF-8 source file support

I will be happy if MT4 supports UTF-8 source files. Currently, MT4 build 6xx supports system locale codepage encoding and UTF-16LE. UTF-16LE is locale-independent encoding, but has the following problem: Some tools recognize UTF-16LE files as binary (ex. git). Not only tools but also some of web