|
GZigZag.Deinit()
Due to the amount of data that Glib has to calculate, we have paid attention to a processor-friendly development.
The function .Deinit() supports the destructor of MQL5 in order to disassemble the class error-free.
In addition, the .Deinit() function removes all objects of the class from the chart.
The best use of this function is to run it exclusively in its own tick before you initiate further deinitialization measures.
An example of a complete and optimal use can also be found in the file "Glib_FullTrading_Sample.mq5".
Example:
int deinitStep = 0; |
In this way, the classes can remove the data in a gentle way and then call the official destructor of the MQL5 language to release the reserved memory allocations.
See also