Beispiel #1
0
 /// <summary>
 ///  The default constructor.
 /// </summary>
 public IndicatorSlot()
 {
     slotNumb         = 0;
     slotType         = SlotTypes.NotDefined;
     group            = "";
     isDefined        = false;
     slotStatus       = StrategySlotStatus.Open;
     indicatorName    = "Not defined";
     indicatorParam   = new IndicatorParam();
     isSeparatedChart = false;
     component        = new IndicatorComp[] { };
     adSpecValue      = new double[] { };
     minValue         = double.MaxValue;
     maxValue         = double.MinValue;
 }
 /// <summary>
 ///  The default constructor.
 /// </summary>
 public IndicatorSlot()
 {
     slotNumb         = 0;
     slotType         = SlotTypes.NotDefined;
     group            = "";
     isDefined        = false;
     slotStatus       = StrategySlotStatus.Open;
     indicatorName    = "Not defined";
     indicatorParam   = new IndicatorParam();
     isSeparatedChart = false;
     component        = new IndicatorComp[] { };
     adSpecValue      = new double[] { };
     minValue         = double.MaxValue;
     maxValue         = double.MinValue;
 }