This is how the code looks like at the moment.
if(CurrentBar < 20) return; ta = (High[0] + 1 * TickSize); tb = (Low[0] - 1 * TickSize); TickAbove[0] = ta; TickBelow[0] = tb; if(CurrentBar < 1) return; PlotBrushes[0][1] = Brushes.Transparent; PlotBrushes[1][1] = Brushes.Transparent;

Comment