In the Onbarupdate method I add data to the monthly list
if (BarsPeriod.BarsPeriodType == BarsPeriodType.Month) and then I want to read it in annual but the list is empty.
if (BarsPeriod.BarsPeriodType == BarsPeriodType.Year)
How do I keep the data added to the list?

Comment