New article at mql5.com - The Order of Object Creation and Destruction in MQL5

 

New article The Order of Object Creation and Destruction in MQL5 is publicshed at mql5.com:

Every object, whether it is a custom object, a dynamic array or an array of objects, is created and deleted in MQL5-program in its particular way. Often, some objects are part of other objects, and the order of object deleting at deinitialization becomes especially important. This article provides some examples that cover the mechanisms of working with objects.

Author: MetaQuotes