Like your other post on no result, IsConnected is irrelevant. Unless you are not returning from OnTick (processing multiple symbols in your own loop,) or after a server function (that returned no result,) the function is useless.
You could have already lost connection on the first line of OnTick, but the terminal will not notice, that for ~30 seconds. Until that, the function will return true.
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
Hello everyone,
To start with I disconnected my internet connection from my computer, then started the test. After I got the result below I went back to the reference manual to see if I had interrupted something in the explanation.
"It returns true if connection to the server was successfully established, otherwise, it returns false
Question is. What on earth happened with the switch statement to return incorrectly?