micclly
micclly
Friends

Add friends via their profile or user search and you will be able to see if they are online

micclly
Added topic 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
micclly
Added topic 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
micclly
Registered at MQL5.community