Forum

question class creation error

Hello evrybody, I have a problem setting a symbol name to a strategy i created. this is some test code to reproduce the problem... //+------------------------------------------------------------------+ //| test.mqh | //| Copyright 2014, MetaQuotes Software Corp. | //| https://www.mql5.com |

deleting removing array

Hello, How do I remove a static array to free the memory space? FreeArray only works on dynamic array's not on static and arr = NULL gives an illigal array excess exception tcheers Andre