OpenTrading

Results 11 comments of OpenTrading

Sorry for the delay - I'll try to get some time to look at this over the next 2 weeks. Quick advice is if you have problems with Mql4ZMQtestEA then...

Github's creole is really broken: the rendering of creole in the wiki is different from the rendering of the top-level README.creole. I have some work arounds for the README that...

A trailing space after the link works around it - they all should be OK now. The page won't change much now. The README.creole file is a copy of FrontPage.creole...

I think these are all fixed, but I'll leave the issue open to remind me to track down a simple case to submit a bug report to github.

mql4zmq_bridge is replaced by https://github.com/OpenTrading/OTMql4Zmq/blob/master/MQL4/Experts/OTMql4/OTZmqCmdEA.mq4 It's all you need to build a trade copier, and it should be easy to do. The best way to proceed is to define exactly...

hailg: we've never seen that error before but the code has not bee compiled recently; it may be because of a change in Mt4. What build are you using and...

"Not quite sure why it works" is a concept I understand with regards to the Windows compiling. I'm tied up for the next couple of weeks, and then can spend...

Can you post diffs of the "trivial changes needed to make it run with zmq>2." or make us a pull request? I have some time to work on this this...

Can you post diffs of the "trivial changes needed to make it run with zmq>2." or make us a pull request? I have some time to work on this this...

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...