I am trying to retrieve the value of Instrument.FullName from State.Configure and assign it to a variable during an optimization.
I can do it from the first pass but I get the error "Strategy 'MyOptimizer': Error on calling 'OnStateChange' method: Object reference not set to an instance of an object." in the following passes.
What is the problem?

Comment