ERR_FILE_TOO_MANY_OPENED (5001) number of handles ?

 

Hello , I did not find in the documentation number of files that can be opened concurrently via FilOpen.

My checks show it is 62 handles. However I don't know whether is it a limit for a particular EA instance or per all terminal?

Any help ? Thanks.

 
However for a single process that uses the default C run-time libraries then the default limit is 512
          windows - What is the number of open files limits? - Super User

Given the above, it is probably per EA.

 
zhlobIV:

Hello , I did not find in the documentation number of files that can be opened concurrently via FilOpen.

My checks show it is 62 handles. However I don't know whether is it a limit for a particular EA instance or per all terminal?

Any help ? Thanks.

I could be that you are forgetting to close them.
 

Thanks, makes sense. Since I'm using a huge nr of files in my EA , may be a solution is there:

https://www.mql5.com/en/forum/173113#comment_4214009


Reason: