protected override void Create(){
     m_chaikinosc1 = new ChaikinOsc(this);
     m_normgradientcolor1 = new NormGradientColor(this);
     m_applicationtype = 0;
     m_chaikinoscval = new VariableSeries<Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("ChaikinOsc", 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_chaikinosc1        = new ChaikinOsc(this);
     m_normgradientcolor1 = new NormGradientColor(this);
     m_applicationtype    = 0;
     m_chaikinoscval      = new VariableSeries <Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("ChaikinOsc", 0, Color.Cyan,
                                    Color.Empty, 0, 0, true));
     Plot2 =
         AddPlot(new PlotAttributes("ZeroLine", 0, Color.Green,
                                    Color.Empty, 0, 0, true));
 }