Replies: 1 comment
-
I'm a trading system developer just like you, but i am not familiar with mql language just heared of MT4. I look through mql-zmq, I think create binding for mql just like JNI. you should convert the data in C to mql, and use the proper function-signature in mql. if you want to create a nng binding for mql, the best way is to consulting the author of mql-zmq. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to create an NNG binding for the mql4 language, which is the scripting language for the forex trading software MetaTrader.
I couldn't find any specific information on how to do this in the NNG docs, but according to the orginal NanoMsg docs, it recommends forking a ZeroMQ binding if that exists for the language, and converting it into a NanoMsg binding. I'm assuming this approach would work for NNG as well.
There is a ZeroMQ binding for mql4 and I will most likely use that as a starting point.
That ZMQ binding uses the functions exposed in libzmq.dll, so my question is how can I achieve the same thing with NNG?
Should I compile it to a dll maybe? I don't really know, I've never attempted anything like this, nor do I have any experience with NNG at all, so any help or guidance would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions