Skip to content
forked from dingmaotu/mql-zmq

ZMQ binding for the MQL language (only 32bit MT4)

License

Notifications You must be signed in to change notification settings

kiwi0530/mql-zmq

 
 

Repository files navigation

mql-zmq

ZMQ binding for the MQL language

Hi, it seems original contributors not updating original mql-zmq repo.

Our work depends heavily on this library, but we don't have to add new feature. For original manual please read README_orig.md. thanks to original contributors, it's a great manual.

We will be about to investigate new feature or newer libzmq version (like 4.3.x)

You must at least put https://github.com/kiwi0530/mql4-lib/ in MT4/Include/Mql (just like before) and make sure Mql/Lang folder exist for only for "This" fork to work

Major change from original

  • Add header guard
  • Move function implementation back to class, so cross compatible for both modern c++ compiler and bcc
  • Escape #import so get more syntax compatibility
  • Add mql/lang/mql4syntax.mqh so vscode c/c++ intellisense can completely work

We will NOT provide work for these issues

  • New feature, excepts our projects need it
  • Issue from original repository
  • MQL5 related issue (sorry that our primary work only depends on MQL4)
  • Build error for specific MT4 version, not latest

If you need these help, please file a issue

  • Build error on latest MT4
  • License issue ... etc, something not mentioned above

About

ZMQ binding for the MQL language (only 32bit MT4)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • MQL5 57.1%
  • MQL4 42.9%