Do you mean the values in on the "inputs" tab of strategy tester?
If I'm correct you want to know about the best parameter set for each pass in optimization. I do read the value from xml report file using EasyXML library.
Chijioke Chukwunonso Iloabachie #:
Do you mean the values in on the "inputs" tab of strategy tester?
Do you mean the values in on the "inputs" tab of strategy tester?
No, the value being used on the run of optimization that is possible to catch working with frames

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
Hello, I would like to know if there's a way to catch the parameters being optimized (name and value) on the OnTesterFunction.
I know that I can do that using FrameNext and FrameInputs, but I would not like to use it, I'd like to catch it via OnTesterFuction.
I could take the initial parameters using ParameterGetRange (value, start, step and stop). But I would like to know about the test being made, which value is being used.
Did not find anything on the documentation and the forum about that. I really have no ideia if that is possible.
Thanks, cheers