protected override void Create(){
     m_pivotreversalgen1 = new PivotReversalGen(this);
     m_opivotprice = new VariableObject<Double>(this);
     m_opivotrstren = new VariableObject<Double>(this);
     m_opivotlstren = new VariableObject<Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("PivRev_Up", EPlotShapes.Point,
                                    Color.Cyan, Color.Empty, 4, 0,
                                    true));
 }
Exemple #2
0
 protected override void Create()
 {
     m_pivotreversalgen1 = new PivotReversalGen(this);
     m_opivotprice       = new VariableObject <Double>(this);
     m_opivotrstren      = new VariableObject <Double>(this);
     m_opivotlstren      = new VariableObject <Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("PivRev_Dn", EPlotShapes.Point,
                                    Color.Cyan, Color.Empty, 4, 0,
                                    true));
 }