Oladimeji Ogunseye
Oladimeji Ogunseye
  • Information
4 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Oladimeji Ogunseye
Added topic 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
Oladimeji Ogunseye
Added topic 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
Oladimeji Ogunseye
Registered at MQL5.community