ZeroMQ asynchronous communication – library MetaTrader 4

ZeroMQ asynchronous communication - library for MetaTrader 4
ZEROMQ These are partial bindings to the zeromq library along with a demo of a zeromq tcp socket. If anyone makes more complete bindings please share! I might if i need all of the features. Linux wine version also included. Quote: “Ø  The socket library that acts as a concurrency framework.  Ø  Carries messages across inproc, IPC, … Read more

Pseudo-Indicator with Asynchronous Multi-Threaded Calculations Demo – indicator MetaTrader 5

Execution of 4 tasks on 2 cores (2 threads in parallel)
This indicator is a pseudo-indicator w/o buffers. Its only purpose is to demonstrate multi-threaded calculations technique. The indicator can issue commands for lenghty calculations which are performed in separate threads, created for chart objects with worker expert adviser. The classes provided in the included header file – MultiThreadedObjectWorker.mqh – will automatically create the chart objects and … Read more