Hi there I am still new to programming MQL4 , I am useing an iCustom() function and it has initialised in the start of my code. . Now if it receives initialised , how can I deinitialise it without having to restart my EA...

I need to do this because everytime it lots (with every tick) it has saved in memory and no matter how much memory you have this will eventiually run out and your stuck with the error:

Memory handler : can't devote 630892 bytes of memory

any ideas how to overcome this?

Thank you a bunch!