Joerg Hartgen:
Is there any chance to find out the tester pass number in OnInit() or OnTick() Event?
I mean this number:
Goal: Find out the optimized parameters and their values for each tester pass in the OnInit() or OnTick() event.
ParameterGetRange is not possible because it only works in the OnTester... events.
It's no problem to get all these informations when receiving a new frame, but it seems to be impossible to get them within a special pass.
Doesn't make sense.
The EA standard events (OnInit, OnTick...) know nothing about a "pass".
And anyway the parameters used are well known as there are...parameters.
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
Is there any chance to find out the tester pass number in OnInit() or OnTick() Event?
I mean this number:
Goal: Find out the optimized parameters and their values for each tester pass in the OnInit() or OnTick() event.
ParameterGetRange is not possible because it only works in the OnTester... events.
It's no problem to get all these informations when receiving a new frame, but it seems to be impossible to get them within a special pass.