I tried something to the effect of:
protected override void Initialize()
{
Add(FlowStatsAverageAtTOD(sessionLookback));
FlowStatsAverageAtTOD(sessionLookback).Plots[0].Pen = new Pen(Color.Blue);
CalculateOnBarClose = true;
}

Comment