protected override void Create(){
     m_volumeosc1 = new VolumeOsc(this);
     m_normgradientcolor1 = new NormGradientColor(this);
     m_volosc = new VariableSeries<Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("VolOsc", 0, Color.Cyan,
                                    Color.Empty, 0, 0, true));
     Plot2 =
         AddPlot(new PlotAttributes("ZeroLine", 0, Color.Green,
                                    Color.Empty, 0, 0, true));
 }
 protected override void Create()
 {
     m_volumeosc1         = new VolumeOsc(this);
     m_normgradientcolor1 = new NormGradientColor(this);
     m_volosc             = new VariableSeries <Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("VolOsc", 0, Color.Cyan,
                                    Color.Empty, 0, 0, true));
     Plot2 =
         AddPlot(new PlotAttributes("ZeroLine", 0, Color.Green,
                                    Color.Empty, 0, 0, true));
 }