My strategy uses various interval charts of the same instrument to calculate different indicator values. Previously I added the interval in the "initialize" section and then retrieved my values using "BarsInProgress==1,2...etc."
Now this doesn't seem to work, though I don't get an error message.
Based on the new multi-interval chart capability it strikes that perhaps I now must add indicator values from a different timeframe in a different manner from before. Is this correct? How do I do it?
Thanks,
Ron

Comment