if (CurrentBar == 0)
{
Value.Set(0); TR = Instrument.MasterInstrument.Round2TickSize((High[0]+Low[0]+Close[0])/3); return;
Print(header +" INIT Start value = " + TR);
}
No print statements in the CB==0 block ever show in the output window.
Seems like they should.

Comment