protected override void Create()
 {
     m_SwingHigh = new SwingHigh(this);
     m_PivRevLE  = OrderCreator.Stop(new SOrderParameters(Contracts.Default, "PivRevLE", EOrderAction.Buy));
     m_Setup     = new VariableObject <bool>(this);
     m_PivotHigh = new VariableObject <double>(this);
 }
 protected override void Create(){
     m_swinghigh1 = new SwingHigh(this);
     m_swinglow1 = new SwingLow(this);
     m_swingprice = new VariableSeries<Double>(this);
     m_swingtime = new VariableSeries<DateTime>(this);
     m_tldir = new VariableObject<int>(this);
     m_saveswing = new VariableObject<Boolean>(this);
     m_addtl = new VariableObject<Boolean>(this);
     m_updatetl = new VariableObject<Boolean>(this);
     m_tlref = new VariableObject<ITrendLineObject>(this);
 }
Example #3
0
 protected override void Create()
 {
     m_swinghigh1 = new SwingHigh(this);
     m_swinglow1  = new SwingLow(this);
     m_swingprice = new VariableSeries <Double>(this);
     m_swingtime  = new VariableSeries <DateTime>(this);
     m_tldir      = new VariableObject <int>(this);
     m_saveswing  = new VariableObject <Boolean>(this);
     m_addtl      = new VariableObject <Boolean>(this);
     m_updatetl   = new VariableObject <Boolean>(this);
     m_tlref      = new VariableObject <ITrendLineObject>(this);
 }
 protected override void Create(){
     m_swinghigh1 = new SwingHigh(this);
     m_swinglow1 = new SwingLow(this);
     Plot1 =
         AddPlot(new PlotAttributes("BuyFractal", EPlotShapes.Point,
                                    Color.Lime, Color.Empty, 1, 0,
                                    true));
     Plot2 =
         AddPlot(new PlotAttributes("SellFractal", EPlotShapes.Point,
                                    ColorTranslator.FromWin32(15224816), Color.Empty, 1,
                                    0,
                                    true));
 }
Example #5
0
 protected override void Create()
 {
     m_swinghigh1 = new SwingHigh(this);
     m_swinglow1  = new SwingLow(this);
     Plot1        =
         AddPlot(new PlotAttributes("BuyFractal", EPlotShapes.Point,
                                    Color.Lime, Color.Empty, 1, 0,
                                    true));
     Plot2 =
         AddPlot(new PlotAttributes("SellFractal", EPlotShapes.Point,
                                    ColorTranslator.FromWin32(15224816), Color.Empty, 1,
                                    0,
                                    true));
 }
 protected override void Create(){
     m_SwingHigh = new SwingHigh(this);
     m_PivRevLE = OrderCreator.Stop(new SOrderParameters(Contracts.Default, "PivRevLE", EOrderAction.Buy));
     m_Setup = new VariableObject<bool>(this);
     m_PivotHigh = new VariableObject<double>(this);
 }