Get parameters being optimized on OnTester function

 

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

 
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?

No, the value being used on the run of optimization that is possible to catch working with frames

 
Luandre Ezra #:
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.

No 

thanks