Sorry if I do not seem to grasp what your saying so let me try to boil down my query to one question. Are you saying that, assuming the primary data series comprises the the daily bars and the secondary data series comprises the weekly bars,
if(BarsInProgress == 0) //bars from the daily chart
{
Times[1][1] will always be the bar for the prior week of Times[0][0] (regardless of the range of the historical data? )
}
Is this the point you're making?

Comment