pkoutsivitis / Publications
Forum
MT5 memory leaks
Metatrader 5 seems that never release memory during script execution even if i call delete function for dynamic pointers. MT5 release memory only after then end of script . During batch processes the memory consumption is increasing in Gigabytes and my system is slowing down. In c++ everything is