diff --git a/Experts/JsonAPI.mq5 b/Experts/JsonAPI.mq5 index 3e99989..8afcbd7 100644 --- a/Experts/JsonAPI.mq5 +++ b/Experts/JsonAPI.mq5 @@ -98,22 +98,23 @@ int OnInit(){ EventSetMillisecondTimer(1); int bindSocketsDelay = 65; // Seconds to wait if binding of sockets fails. - int bindAttemtps = 3; // Number of binding attemtps + bool result = false; - Print("Binding sockets..."); - - for(int i=0;i