If Metatrader 4 slows down, stops

 

Look for any print statements in your indicator code and edit them out!

 
increase:
Look for any print statements in your indicator code and edit them out!

Any further explanation about this? Sorry I don't understand why

 

I was having lots of problems until I checked one of the indicators I was using and found that it was writing heaps of info out to the log file, when I changed it, eveything returned to normal

see this thread

https://www.mql5.com/en/forum

 

make sure you double check your indicator code, simple as that.. thats what usually gives me the most probs

 

hi

forexaim:
make sure you double check your indicator code, simple as that.. thats what usually gives me the most probs

That's right ...before you put something in your pc you should check it first..

to prevent from malware ....

==================

Forex Indicators Collection

 
increase:
I was having lots of problems until I checked one of the indicators I was using and found that it was writing heaps of info out to the log file, when I changed it, eveything returned to normal

see this thread

https://www.mql5.com/en/forum

And what kind of script to be removed? I'm just a beginner in programming.

Thanks

 

Also note to anyone using cpu intensive EAs ie infinite loops.. Commenting adds mucho ms.

Reason: