protected override void Create(){
     m_c_bullhar_bearhar1 = new Function.C_BullHar_BearHar(this);
     m_obullishharami = new VariableObject<int>(this);
     m_obearishharami = new VariableObject<int>(this);
     Plot1 =
         AddPlot(new PlotAttributes("BullHar", EPlotShapes.Point,
                                    Color.Cyan, Color.Empty, 4, 0,
                                    true));
     Plot2 =
         AddPlot(new PlotAttributes("BearHar", EPlotShapes.Point,
                                    Color.Blue, Color.Empty, 4, 0,
                                    true));
 }
示例#2
0
 protected override void Create()
 {
     m_c_bullhar_bearhar1 = new Function.C_BullHar_BearHar(this);
     m_obullishharami     = new VariableObject <int>(this);
     m_obearishharami     = new VariableObject <int>(this);
     Plot1 =
         AddPlot(new PlotAttributes("BullHar", EPlotShapes.Point,
                                    Color.Cyan, Color.Empty, 4, 0,
                                    true));
     Plot2 =
         AddPlot(new PlotAttributes("BearHar", EPlotShapes.Point,
                                    Color.Blue, Color.Empty, 4, 0,
                                    true));
 }