read files from tester/caches after optimization

 

Hello

 

I ran an optiization that lasted 24hours and for some reason after it ended my pc crashed

 

I still have a file in /tester/caches with a type "File 0" which might be the result of my optimization ( same saving date as the expected end ot optimization or crash, name including the right ea and the right fx pair...)

How can I read the file and maybe get back my optim results?

 

Thank You 

 
Not that I know unless you have written the results (keyword OnTester()) into a file.
 
gooly:
Not that I know unless you have written the results (keyword OnTester()) into a file.

Thanks.

 

I was actually using Ontester() in my ea

 

Here's a sample of file i got but it seems unreadable  

 
adeller1:

Thanks.

 

I was actually using Ontester() in my ea

 

Here's a sample of file i got but it seems unreadable  

There is nothing to read?
 
I thought I attached it let me try again sorry I'll change the extension from .0 to .txt to make it attachable
Files:
wrac2.de.30..1.txt  1951 kb
 
adeller1:
I thought I attached it let me try again sorry I'll change the extension from .0 to .txt to make it attachable
 This looks like a typical code-miss match of ANSI, ACSII, UNICODE, ...

I don't know what you were using. Mt4 should create an ANSI code by default.

Read about FileOpen() in the editor's reference.

Reason: