My initialize function is as follows:
protected override void Initialize()
{
Overlay = true;
this.DrawOnPricePanel = true;
this.GetData();
}
//yearly pivot DrawHorizontalLine(pivotLevel, false, pivotPrice, Color.Black, DashStyle.Solid, 2);

Comment