Oladimeji Ogunseye / Publications
Forum
Read an xml file as text in mq5
I have an mql4 script that reads an xml file and display it as text. int FileHandle= FileOpen (xmlFileName, FILE_BIN | FILE_READ ); ulong size= FileSize (FileHandle); sData= FileReadString (FileHandle,( int )size); Below is the result: However when run in mq5, the data is not in text mode. I need
Access violation write to 0x3FF1C139
Hello All, I got thos error while backtesting a code on MT4 strategy tester . I will appreciate any help. The code is attached also. Thanks. Below is the error: 1 16:45:05.015 2020.01.03 09:42:01 Access violation write to 0x3FF1C139 in