Search found 2 matches

by Mentorfx
Tue Jun 30, 2020 6:20 am
Forum: General Discussion
Topic: MT5: Tester stopped because OnInit returns non-zero code 1
Replies: 3
Views: 12553

Re: MT5: Tester stopped because OnInit returns non-zero code 1

Hi Mentorfx, The error seems to indicate that your EA is failing to initialize properly for some reason. If you have the source code, you will need to debug it to find out why. If it is authored by someone else, maybe the error Journal will tell you more. Otherwise, you will need to contact the ven...
by Mentorfx
Thu Jun 25, 2020 8:21 am
Forum: General Discussion
Topic: MT5: Tester stopped because OnInit returns non-zero code 1
Replies: 3
Views: 12553

MT5: Tester stopped because OnInit returns non-zero code 1

Hello, I did everything according to the manual - https://tickstory.com/how-to-import-tick-data-into-metatrader-5/ It always shows me this error in MT5 journal: 2020.06.24 15:49:39.999 Core 1 tester stopped because OnInit returns non-zero code 1 Note: Original MT5 backtest work OK (No error). Where ...