
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
Hey everyone,
I've been working on this for quite sometime so I figured I would reach out and see if anyone has done this before and if they have any pointers.
Basically all I'm trying to do is build an add on for mt5 ea's so that I can do an unanchored walk forward analysis (or rolling/continuous/floating..whatever you want to call it).
Anyways, I'm having trouble gathering the out of sample data and printing it to the report, I'm not a very good programmer so I've been working with some AI's to help and they figure
I need to calculate all the OOS on the side in a csv and then put it back into the report which makes sense but I'm having troubles tying it all together if I'm even doing it right. the part that does that is in the onTesterPass() as seen below:
If anyone wants to have a look feel free, ill post my include file and a simple range breakout ea i'm trying to practice implementing it with. if you look in the report screenshot you can see it's all blank.
Thanks!