Do you really expect an answer? There are no mind readers here and our crystal balls are cracked. Always post all relevant code (using Code button) or attach the file.
How To Ask Questions The Smart Way. (2004)
Be precise and informative about your problem
We can't see your broken code.
Hi guys, I am also getting error 4202 that couse mt5 chart frezze for minute and then everything on chart is acting strange.
I agree.. there is a problem and it seems random. The ObjectFind function throws an error, but the object exists.
The tick reception of the symbol also stops, almost the same codes do not cause any problems in mt4. I've been trying to fix this problem for days
ObjectFind() sometimes can't find the object and the error it sends is not 4200 but in the error check it comes 4000 (as if it was a number that has already occurred) then the graphic freezes
I agree.. there is a problem and it seems random. The ObjectFind function throws an error, but the object exists.
The tick reception of the symbol also stops, almost the same codes do not cause any problems in mt4. I've been trying to fix this problem for days
ObjectFind() sometimes can't find the object and the error it sends is not 4200 but in the error check it comes 4000 (as if it was a number that has already occurred) then the graphic freezes
Any update on this?

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Is it just me and my environment, or is this a general 'problem'? I would not have expected such an ERROR from a call to determine if an object exists. Yes, I can reset the error after every call, but why should that be necessary?
There seems to be a similar issue with call to GlobalVariableCheck. MQL4 does not appear to have these problems.