build 176 bug

 
MT4 freezes when you switch timeframes on a chart in build 176
 
calidragon,

I do this all the time and have done so many times since v176 was installed on Sunday and have experienced no freezes of the client terminal.
Is there any additional info you might give the MQ guys? Custom indicators, have you tried a clean install of v176, that sort of thing - sounds like something else is at play contributing to the lock-ups

Martin
 
Martin,

You are correct, it is only happening when I have my expert advisor on.
After a little bit of playing around, I found that the call :

ObjectsDeleteAll( 0,OBJ_ARROW);

in deinit() to be the culprit.

This has worked before, so I'm not sure if its something that shouldnt have
been working and now the loophole is closed or if its correct and the bug
has been introduced in 176.

Cheers,
calidragon
Reason: