示例#1
0
 public Kagi(BarSeries BarArray, EKagiStyle Style, double RevAmount) : base()
 {
     this.Yq5njBAtJ            = BarArray;
     this.R1Tbjal9J            = Style;
     this.jHreyxb1W            = RevAmount;
     this.Yq5njBAtJ.ItemAdded += new ItemAddedEventHandler(this.zGqhj5LH6);
 }
示例#2
0
文件: Kagi.cs 项目: heber/FreeOQ
		public Kagi(BarSeries BarArray, EKagiStyle Style, double RevAmount) : base()
    {
      this.Yq5njBAtJ = BarArray;
      this.R1Tbjal9J = Style;
      this.jHreyxb1W = RevAmount;
      this.Yq5njBAtJ.ItemAdded += new ItemAddedEventHandler(this.zGqhj5LH6);
    }
示例#3
0
 public Kagi(BarSeries BarArray, EKagiStyle Style) : base()
 {
     this.Yq5njBAtJ            = BarArray;
     this.R1Tbjal9J            = Style;
     this.Yq5njBAtJ.ItemAdded += new ItemAddedEventHandler(this.zGqhj5LH6);
 }
示例#4
0
文件: Kagi.cs 项目: heber/FreeOQ
		public Kagi(BarSeries BarArray, EKagiStyle Style) : base()
    {
      this.Yq5njBAtJ = BarArray;
      this.R1Tbjal9J = Style;
      this.Yq5njBAtJ.ItemAdded += new ItemAddedEventHandler(this.zGqhj5LH6);
    }