protected override void Create(){
     m_adx1 = new Function.ADX(this);
     m_adxvalue = new VariableSeries<Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("ADX", 0, Color.Cyan,
                                     Color.Empty, 0, 0, true));
 }
 protected override void Create()
 {
     m_adx1     = new Function.ADX(this);
     m_adxvalue = new VariableSeries <Double>(this);
     Plot1      =
         AddPlot(new PlotAttributes("ADX", 0, Color.Cyan,
                                    Color.Empty, 0, 0, true));
 }