Validation Error
-
Hello everyone,
Do any expert developer help me, I face a validation error on mql5 market
"test on EURUSD,H1 (netting)
log files size exceeded 2088 MB, test terminated"I asked in mql5 forum and an expert there told me to reduce the number of log to print but now I am not aware from where to act this matter in fxdreema project
-
I'm not an mT5 expert but is it a very big project with many blocks in it?
-
@l-andorrà Okay, is there any way to disable printing of logs in code ? and why log file size is so big more than 2GB ?
-
That is not my field of expertise, I'm afraid.
I almost never use the log file feature. -
@l-andorrà Its okay, I appreciate you show interest and read my topic and spent some time here.
-
@forexbob-0 the EA probably gets stuck at some point of testing, printing infinite error messages.
Do you use "Close positions" block?
-
@roar Thank you, I was wishing for you to come in here.

Yes I have used close positions block, -
@forexbob-0 that block can cause infinite log messages. Try replacing "close all" with the pink "for each trade" block and light pink "close" block.
-
@roar Thank you, I have tried this but problem is still there as it is
-
@forexbob-0 ok, I cant suggest anything else without seeing the project
-
@roar
Please look into it
https://fxdreema.com/shared/u8DeJb2md -
@roar can you please see the project