Connection status

 

Hi,

is there a way to access the connection status data from an expert advisor?

I am specifically looking for the "download speed" and "upload speed", the 2 numbers that can be found in the down right corner next to the connection status colors, with the format XXXXX/YY kb. I would like to access XXXXX and YY from an EA, how can I do it?

Thanks,

Jorge

 

bool IsConnected() is as close as we get within MQL.


CB

 
cloudbreaker :

bool IsConnected() is as close as we get within MQL.

CB

That's not too much...

Thank you anyway!

Reason: