protected override void Create()
 {
     m_accumswingindex1 = new AccumSwingIndex(this);
     Plot1 =
         AddPlot(new PlotAttributes("ASX", 0, Color.Yellow,
                                    Color.Empty, 0, 0, true));
 }
 protected override void Create(){
     m_accumswingindex1 = new AccumSwingIndex(this);
     Plot1 =
         AddPlot(new PlotAttributes("ASX", 0, Color.Yellow,
                                    Color.Empty, 0, 0, true));
 }