protected override void Create()
 {
     m_lwaccdis1   = new LWAccDis(this);
     m_accdstbuypr = new VariableSeries <Double>(this);
     Plot1         = AddPlot(new PlotAttributes("AccDst-BuyPr", 0, Color.Yellow, Color.Empty, 0, 0, true));
 }
 protected override void Create(){
     m_lwaccdis1 = new LWAccDis(this);
     m_accdstbuypr = new VariableSeries<Double>(this);
     Plot1 = AddPlot(new PlotAttributes("AccDst-BuyPr", 0, Color.Yellow, Color.Empty, 0, 0, true));
 }