Add(PeriodType.Volume, 7*Bars.Period.Value );
because I need a fixed relationship to the basic trading chart.
It compiles just fine, but attempting to run causes an error.
So how do I get a 2nd time frame always based off the original time frame?
Is there another routine for initializing where the Bars are valid?

Comment