You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Build 350. Testing has stopped working: updates history and disconnects, agent tab keeps CPU busy. Graph and test results tabs do not appear.
It is better not to rely on finding files in the agent folder, but to pass them via #property tester_file,
The point is that the terminal itself has every right to clean up local agent directories, which it does in some cases.
Why?
It is better not to rely on finding files in the agent folder, but to pass them via #property tester_file,
The point is that the terminal itself has every right to clean up local agent directories, which it does in some cases.
What if the file name is generated programmatically? For example, it is set in the input parameters of the Expert Advisor?
In that case, the only way to do it is to transfer it manually.
The terminal erases agent directories only if the agent has not been used for several days. This is done to avoid leaving multi-gigabyte rubbish in their directories.
Only manual transfer then.
The terminal only erases agent directories if the agent has not been used for several days. This is to avoid leaving multi-gigabyte rubbish in their directories.
Checked
#property tester_file "wcandleprogn.csv"
It works, tester gets the file from D:\metatrader5\MQL5\Files, thanks.
Checked
It works, the tester gets the file from D:\metatrader5\MQL5\Files, thank you.
After updating to build 350 (28 Oct 2010) the tester stopped working.
log attached.
CPU and memory on the laptop:
/- Intel seleron M 1.50 GHz 1014 -/
system - windows xp proff 32
Reinstalled everything in a different folder, still not working.
I can't understand why the terminal is allocating so much memory and this without EA, indicators are standard,
with six character charts, right after loading, build 350 ?
Screenshot below.
To developers. Please tell me if I understand correctly that indicators called by iCustom() or IndicatorCreate() in MQL5 work in their own thread, not in a called program thread as it was in MQL4. Maybe, it can be found in the help? I just can't find it.