gooly:
That sounds like a UAC issue . . . where do you have MT4 installed ?
Hi,
I am trying to optimize an EA - so I set various parameters to be changed. During the optimization his EA seems to be caught in an endless loop - no further progress :(
So I think I just write in init() some code to print the parameter setup of the actual variation:
1) But instead of the varied parameters I always get once:
where delPdg: 240 clsPos: 240 is the default setting of the EA and NOT the variation:
This I get always once in the chart\expert-tab and only in the tester\journal-tab if I don't optimize.
2) I can't find the file GBPUSD_SetUp.txt which should have been successfully written? Neither in tester\files nor in \expert\files?

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
Hi,
I am trying to optimize an EA - so I set various parameters to be changed. During the optimization his EA seems to be caught in an endless loop - no further progress :(
So I think I just write in init() some code to print the parameter setup of the actual variation:
1) But instead of the varied parameters I always get once:
where delPdg: 240 clsPos: 240 is the default setting of the EA and NOT the variation:
This I get always once in the chart\expert-tab and only in the tester\journal-tab if I don't optimize.
2) I can't find the file GBPUSD_SetUp.txt which should have been successfully written? Neither in tester\files nor in \expert\files?
So what can I do to write the actual parameter set of an optimization-variation before is starts into a file either a log-file or my own file..
Any hint is appreciated!
Gooly
PS: I started now a brute force method: 413 952 variations for (only) 1 week test-time: 531 hours = 22 days :(
mt4 should offer different options than that!