Discussion of article "Parallel Calculations in MetaTrader 5" - page 3

 
Pseudo-Indicator with Asynchronous Multi-Threaded Calculations Demo
Pseudo-Indicator with Asynchronous Multi-Threaded Calculations Demo
  • www.mql5.com
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...
 
Wonderful!
Thank you a lot, it works well.