Skip to content

Commit

Permalink
Issue #190: updated MtApi5.mq5 to version 1.7. Init string variable _…
Browse files Browse the repository at this point in the history
…erro
  • Loading branch information
vdemydiuk committed Aug 28, 2020
1 parent a0a4263 commit e33ba5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified mq5/MtApi5.ex5
Binary file not shown.
3 changes: 2 additions & 1 deletion mq5/MtApi5.mq5
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -172,6 +172,7 @@ void OnBookEvent(const string& symbol)

int preinit()
{
StringInit(_error,1000,0);
StringInit(_response_error,1000,0);

return (0);
Expand Down

0 comments on commit e33ba5b

Please sign in to comment.