MetaTrader 4 Build 600 with Updated MQL4 Language and Market of Applications Released - page 61

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
As a reminder :
Build 613/614 are not official release but beta release only available through Metaquotes-Demo or Test servers.
It can happen that your terminal connected to other brokers are also updated if you have one terminal connected to one of the Metaquotes servers.
@ angevoyageur, where can i review the update history of the mt4?
I think I've found a bug in builds 613 and 614.
If you open a file for writing, fill it up with data, then go back to beginning of the file and change e.g. the first 4 bytes, all the other contents of the file will be deleted. In builds 610 (and older) only the 4 bytes were changed and the other parts of the file wouldn't be touched.
Here is an example code:
The code above gives a 400 byte file in build 610, however in build 613 and 614 test.bin will be only 4 bytes in size.
I think I've found a bug in builds 613 and 614.
If you open a file for writing, fill it up with data, then go back to beginning of the file and change e.g. the first 4 bytes, all the other contents of the file will be deleted. In builds 610 (and older) only the 4 bytes were changed and the other parts of the file wouldn't be touched.
Here is an example code:
The code above gives a 400 byte file in build 610, however in build 613 and 614 test.bin will be only 4 bytes in size.
This might help also: https://www.mql5.com/en/forum/108526
How can you FileSeek() without opening the file for reading ? try adding FILE_READ to your flags.
This might help also: https://www.mql5.com/en/forum/108526
I think I've found a bug in builds 613 and 614.
If you open a file for writing, fill it up with data, then go back to beginning of the file and change e.g. the first 4 bytes, all the other contents of the file will be deleted. In builds 610 (and older) only the 4 bytes were changed and the other parts of the file wouldn't be touched.
Here is an example code:
The code above gives a 400 byte file in build 610, however in build 613 and 614 test.bin will be only 4 bytes in size.
FileSeek has nothing to do with read/write.It's a bug. Can you please report it to ServiceDesk of Metaquotes (you have to register at mql5.com) ?
Ok, I submitted the bug to Service Desk.
Ok, I submitted the bug to Service Desk.
Where can I download the latest mt4 build?
Connect to demo.metaquotes.net:444 from your MT4 and it will update itself automatically.