protected override void Create(){
     m_mcclellanosc1 = new McClellanOsc(this);
     m_mcclosc = new VariableSeries<Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("McClOsc", 0, Color.Blue,
                                    Color.Empty, 0, 0, true));
     Plot2 =
         AddPlot(new PlotAttributes("OverBot", 0, Color.Green,
                                    Color.Empty, 0, 0, true));
     Plot3 =
         AddPlot(new PlotAttributes("OverSld", 0, Color.Green,
                                    Color.Empty, 0, 0, true));
 }
Beispiel #2
0
 protected override void Create()
 {
     m_mcclellanosc1 = new McClellanOsc(this);
     m_mcclosc       = new VariableSeries <Double>(this);
     Plot1           =
         AddPlot(new PlotAttributes("McClOsc", 0, Color.Blue,
                                    Color.Empty, 0, 0, true));
     Plot2 =
         AddPlot(new PlotAttributes("OverBot", 0, Color.Green,
                                    Color.Empty, 0, 0, true));
     Plot3 =
         AddPlot(new PlotAttributes("OverSld", 0, Color.Green,
                                    Color.Empty, 0, 0, true));
 }