Assuming an optimization starts with the files declared with these properties no longer changing (since the terminal needs to restart before the test). So does that property just move them to the agents folder for each agent that starts a test or does it keep it open in memory ? i.e. open once use across all passes (since they are not changing) In case its my fault : I'm using the property tester file for 3 files .
I doubt the MetaTester agents "collaborate" with each other. They probably each open the file independently.
I also think that the file is actually copied over too, so they each get a copy of the file and don't read the original directly. The documentation is not clear on this and only states that the file is "passed". However, since agents can also work for the cloud and farms, it seems plausible that the files are copied so each agent gets a local copy.
From an architecture standpoint its not feasible ?
I mean there would not be any gains in speed ?
Why not keep it in memory once instead of constantly reopening it since it wont change anyway
Obviously, it is feasible and makes absolute sense, but since when have any of MetaQuotes software applications ever been efficient? 😅
ahaha .
Well , it would be very useful
although i understand this is not what it was built for (the tester) and the GA is also not "tuned" for such tasksThis is something done at the OS level. The data file is cached after it's first read.

- 2021.01.07
- alvinashcraft
- learn.microsoft.com
This is something done at the OS level. The data file is cached after it's first read.
It's also perfectly possible that the data files are stored in shared memory by the Strategy Tester. We don't know how it's implemented. But from my experience it's very efficient. (I am using 2 data files with a total size around 165 MB).
it could be the read speed of your ssd too
I had 2 as well and did some "prework" and now i have 3 , was surprised it only sped up 2x

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
#property tester_file
Assuming an optimization starts with the files declared with these properties no longer changing (since the terminal needs to restart before the test).
So does that property just move them to the agents folder for each agent that starts a test or does it keep it open in memory ?
i.e. open once use across all passes (since they are not changing)
In case its my fault : I'm using the property tester file for 3 files .