protected override void Create(){
     m_adaptivemovavg1 = new AdaptiveMovAvg(this);
     m_maa = new VariableSeries<Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("MAA", 0, Color.Cyan,
                                    Color.Empty, 0, 0, true));
 }
Ejemplo n.º 2
0
 protected override void Create()
 {
     m_adaptivemovavg1 = new AdaptiveMovAvg(this);
     m_maa             = new VariableSeries <Double>(this);
     Plot1             =
         AddPlot(new PlotAttributes("MAA", 0, Color.Cyan,
                                    Color.Empty, 0, 0, true));
 }