Forum

Unable to delete CIndicator object

Hi, I am trying to delete an indicator created using the class CiMA in MT5 with no success. Always when I recompile my indicator, the message "1 object of type CiMA left" appears in the experts tab. Can somebody help me to delete correctly this object. Thanks in advance. My code is: #include

object of type CArrayString left

Hello, I am new in MT5 and I am struggling with the deletion of an object. If I do not delete it I become following error: 1 undeleted objects left 1 object of type CArrayString left 128 bytes of leaked memory And when I try to use the delete statement, I become following compiler error