Adding Pass Id to the OnFitness args

Created at 27 Feb 2021, 03:48
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
JE

JeanPaul

Joined 17.10.2020

Adding Pass Id to the OnFitness args
27 Feb 2021, 03:48


The OnFitness has the args parameter that contains all the elements in the Optimization table except the Pass Id. The problem is that if you are doing a collecting of metrics in this method, you don't know to which optimisation they belong without an Id (or you can do a match by a harder way).


@JeanPaul