You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I use your mq4-http. Seem to be very useful. Thank you very much.
Some question. If there is the server not available or port there is no Err message occur.
I can do this if(INet.Open("l","4656565654")){ .... ); its always true. So how can I check if there is the server is connectable and/or is the port.
And how can I access to the MqlNet object properties. The compiler says at Print("INet= ", INet); objects passed by reference only.
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
I use your mq4-http. Seem to be very useful. Thank you very much.
Some question. If there is the server not available or port there is no Err message occur.
I can do this
if(INet.Open("l","4656565654")){ .... );
its always true. So how can I check if there is the server is connectable and/or is the port.And how can I access to the MqlNet object properties. The compiler says at
Print("INet= ", INet);
objects passed by reference only.Thank you
The text was updated successfully, but these errors were encountered: