diff --git a/mq5/MtApi5.ex5 b/mq5/MtApi5.ex5 index bd97a942..0ffa734c 100755 Binary files a/mq5/MtApi5.ex5 and b/mq5/MtApi5.ex5 differ diff --git a/mq5/MtApi5.mq5 b/mq5/MtApi5.mq5 index ebb2695e..cbc36761 100644 --- a/mq5/MtApi5.mq5 +++ b/mq5/MtApi5.mq5 @@ -1829,7 +1829,7 @@ string Execute_ObjectCreate() datetime times[30]; double prices[30]; - ArrayInitialize(times, EMPTY_VALUE); + ArrayInitialize(times, 0); ArrayInitialize(prices, EMPTY_VALUE); JSONArray* times_jo = jo.p.getArray("Times");