Example #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);
 }
Example #2
0
File: Kagi.cs Project: 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);
    }
Example #3
0
 public Kagi(BarSeries BarArray, EKagiStyle Style) : base()
 {
     this.Yq5njBAtJ            = BarArray;
     this.R1Tbjal9J            = Style;
     this.Yq5njBAtJ.ItemAdded += new ItemAddedEventHandler(this.zGqhj5LH6);
 }
Example #4
0
File: Kagi.cs Project: heber/FreeOQ
		public Kagi(BarSeries BarArray, EKagiStyle Style) : base()
    {
      this.Yq5njBAtJ = BarArray;
      this.R1Tbjal9J = Style;
      this.Yq5njBAtJ.ItemAdded += new ItemAddedEventHandler(this.zGqhj5LH6);
    }