How do I add a second data series based on the first one?
Like if the first data series that was selected for the strategy is 1 min, I want to add a second data series of 5 min to the strategy. If it's 5 min, I want to add 10 min.
The additional data series is added in State.Configure, at which point we have no access to the BarsPeriod yet. I tried and it gave me a reference error.

Comment