We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a4263 commit e33ba5bCopy full SHA for e33ba5b
mq5/MtApi5.ex5
-1.08 KB
mq5/MtApi5.mq5
@@ -1,7 +1,7 @@
1
#property copyright "Vyacheslav Demidyuk"
2
#property link ""
3
4
-#property version "1.6"
+#property version "1.7"
5
#property description "MtApi (MT5) connection expert"
6
7
#include <json.mqh>
@@ -172,6 +172,7 @@ void OnBookEvent(const string& symbol)
172
173
int preinit()
174
{
175
+ StringInit(_error,1000,0);
176
StringInit(_response_error,1000,0);
177
178
return (0);
0 commit comments