OpenTrading / OTMql4Zmq

Open Trading Metatrader 4 ZeroMQ Bridge
MIT License
99 stars 46 forks source link

Windows 10: OTMql4ZmqTest 8 tests failed #15

Open scarya opened 8 years ago

scarya commented 8 years ago

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:

Thank you in advance,

scarya

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

OpenTrading commented 8 years ago

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.