I need to write a strategy that is optimized by the StartegyAnalyzer Optimization. I also want to optimize my strategy by a time-frame.
As I know AddDataSeries is best to be invoked in State.Configure.
My questuons are:
1. Is State.Configure invoked on every Optimizer iteration?
2. If it is not, how can I load different data series on every Optimization iteration?
3. Is there a relation between IsInstantiatedOnEachOptimizationIteration property and the State.Configure?
Any other advices on how to invoke AddDataSeries on every optimization iteration are welcome.
Best wishes.

Comment