Issue #190: updated MtApi5.mq5 to version 1.7. Init string variable _erro

This commit is contained in:
Viacheslav Demydiuk
2020-08-28 18:54:33 +03:00
parent a0a4263e24
commit e33ba5b51f
2 changed files with 2 additions and 1 deletions
BIN
View File
Binary file not shown.
+2 -1
View File
@@ -1,7 +1,7 @@
#property copyright "Vyacheslav Demidyuk"
#property link ""
#property version "1.6"
#property version "1.7"
#property description "MtApi (MT5) connection expert"
#include <json.mqh>
@@ -172,6 +172,7 @@ void OnBookEvent(const string& symbol)
int preinit()
{
StringInit(_error,1000,0);
StringInit(_response_error,1000,0);
return (0);