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