Arturo Schreiber / Publications
Forum
Starting strategy tester
Is there a way to programatically configure and start an strategy test
Access to Optimization Inputs
I'm running something like this on my Expert Advisor : double OnTester() { double sid = TesterStatistics(STAT_INITIAL_DEPOSIT); double sp = TesterStatistics(STAT_PROFIT); FileWrite(fH, totest, sp); } I'd like to add a variable with the pass inputs, but I can't find the class or method that
OnTester as an Expert Advisor.
Is there a way to execute an expert advisor OnTester, testing other expert advisors?. Let me be more clear, I have 3 experts: optimize.ex4 optimize2.ex4 tester.ex4 What I want is: To load tester.ex4 my expert advisor, and optimize with strategy tester optimize.ex4 and optimize2.ex4. In a way that
OnTester() not being called
I'm running a tester with optimization with this expert advisor: handle=FileOpen("data1.csv",FILE_CSV|FILE_READ|FILE_WRITE,','); if(handle<1) { return(false); } else { FileWrite(handle, "Bidibidibadibum"); } It works on my OnInit function, OnTick, OnChart, it works everywhere. But
Access to Optimization Result of a tester with MQL4
Greetings. I'm trying to access the results of the chart " Optimization Result " when i run a test. I don't really know how to use onTester(), as I can create messages, alerts, sounds, nor change variables. I dont really know when and how its called. What I need to do is get the pass of
datfra for mt4 build 950
I'm trying to configure dratfa http://darwins-fx-tools.com/manual.php?intro&i1 for mt4 build 950. I've been able to do everything except download "mql.exe", the compiler. Where can I find it? Will it work if datfra was created for build 600-? Anyone can give me a heads up on this