object list

 

When I'm tring to open the object list the metatrader is freezing, and I cant close it normally.

What can I do?

I tryed to delete it and install again.

thanks, yaniv.

 
Are you running an EA or Indicator that uses lots and lots of Objects ?
 

I had this happen before, a mistake in an indicator code making too many objects causing mt4 to freeze up.

you need to open the metaeditor without starting the terminal, then change the offending code, but do not delete the indicator altogether and then recompile it then start metatrader.

If you have already deleted the indicator, metatrader is probably still trying to load it at start up, so make a new indicator with the SAME name that does nothing except return(0); Compile this and then start metatrader.

 
Or just remove the indicator from the profiles\default\chartXX.chr and then start the terminal.
Reason: