OpenTrading/OTMql4Zmq

Windows 10: OTMql4ZmqTest 8 tests failed

Opened this issue · 1 comments

Hi there,
I'm facing a issue with OTMql4Zmq and I'm not sure if that's because of Win10 or the problem is between the screen and the back of a chair.

I copied all files (+OTMql4Lib) and I can load the OTMql4ZmqTest script.
Result:

2016.05.12 14:39:51.158 OTMql4ZmqTest USDCHF,H1: WARN: TestErrorMessages 8 failed

2016.05.12 14:39:51.158 OTMql4ZmqTest USDCHF,H1: WARN: 115 'Unknown error' != 'Unknown error'
2016.05.12 14:39:51.158 OTMql4ZmqTest USDCHF,H1: WARN: 111 'Unknown error' != 'Unknown error'
2016.05.12 14:39:51.158 OTMql4ZmqTest USDCHF,H1: WARN: 99 'Unknown error' != 'Unknown error'
2016.05.12 14:39:51.158 OTMql4ZmqTest USDCHF,H1: WARN: 98 'Unknown error' != 'Unknown error'
2016.05.12 14:39:51.158 OTMql4ZmqTest USDCHF,H1: WARN: 100 'Address in use' != 'Address in use'
2016.05.12 14:39:51.158 OTMql4ZmqTest USDCHF,H1: WARN: 105 'Unknown error' != 'Unknown error'
2016.05.12 14:39:51.157 OTMql4ZmqTest USDCHF,H1: WARN: 93 'Unknown error' != 'Unknown error'
2016.05.12 14:39:51.157 OTMql4ZmqTest USDCHF,H1: WARN: 95 'Unknown error' != 'Unknown error'
2016.05.12 14:39:51.156 OTMql4ZmqTest USDCHF,H1: initialized

So basically every test fails and I have no idea why.
My idea is to connect MT4 to a java server (this works already) and listen to it.

Essential information for reporting Issues:

  • What version of Windows and 32/64 bit:
    Windows 10 x64
  • What Build number of Metatrader:
    950
  • Where was the Metatrader installed from:
    metaquotes
  • OTMql4Zmq from git, or what version of the OTMql4Zmq installer:
    git

Thank you in advance,

scarya

EDIT: just found out, that the CmdEA is working...

These aren't actally failures: the message says WARN not ERROR.
They're actually warnings to us the developers to clean up some code tgat is incomplete,
but not test failures.

The message message should be improved and when we clean up the code they will go away.

If the CmdEA is working, please add the system details (you put above) to a page in the Wiki to report success. We are not trunning Windows 10, so it's nice for us to know it's working there.
Apriori there's no reason to expect Win10 will be a problem, but one never knows.
I'll leave the issue open until the message gets improved.