How does one check the latency from the mt4 webtrader terminal to the broker's server? I don't see any lines in the Journal tab showing the ping or connection speed when logging in. And there is no visible method to "rescan server"
I was looking at the Server Manager's Event Logs and noticed that two of the terminals throw the following log error from the SideBySide source Activation context generation failed for "C:\path\to\terminal.exe".Error in manifest or policy file "" on
I was attempting to download some broker's mt4setup.exe and the connection kept timing out. I tried from two different computers in two different countries. After about 15 minutes, I got it to download in the Thailand location. But
I have some long strings of data that cannot fit in mql4 or would be needed to be imported after it is compiled. Is it possible to have ex4 read data that is encrypted? The idea is to have the data read from external source and
Does anyone have a metatrader 4 terminal build newer than b1090? (like b11xx) Is there a summary of fixes? How do you get to download any betas that might be available
I was reading mql4 WebRequest( ) docs and it is turned off during backtesting . So is there an alternative method(s) to download data from the internet, process it, and then incorporate that data into the backtest when IsTesting() is true
either in tester or live chart EA/indicator/script, I would like to know how long it takes for a section of code or the entire EA to run through complete sequence. I checked a thread here which had a speedtest.mq4 attached, but I could not