protected override void Create(){
     m_c_bulleng_beareng1 = new Function.C_BullEng_BearEng(this);
     m_obullishengulfing = new VariableObject<int>(this);
     m_obearishengulfing = new VariableObject<int>(this);
     Plot1 =
         AddPlot(new PlotAttributes("BullEng", EPlotShapes.Point,
                                    Color.Yellow, Color.Empty, 4,
                                    0,
                                    true));
     Plot2 =
         AddPlot(new PlotAttributes("BearEng", EPlotShapes.Point,
                                    Color.Magenta, Color.Empty, 4,
                                    0,
                                    true));
 }
Ejemplo n.º 2
0
 protected override void Create()
 {
     m_c_bulleng_beareng1 = new Function.C_BullEng_BearEng(this);
     m_obullishengulfing  = new VariableObject <int>(this);
     m_obearishengulfing  = new VariableObject <int>(this);
     Plot1 =
         AddPlot(new PlotAttributes("BullEng", EPlotShapes.Point,
                                    Color.Yellow, Color.Empty, 4,
                                    0,
                                    true));
     Plot2 =
         AddPlot(new PlotAttributes("BearEng", EPlotShapes.Point,
                                    Color.Magenta, Color.Empty, 4,
                                    0,
                                    true));
 }