예제 #1
0
 public LinearRegRule(DataSeries ds, double period)
 {
     lng = new Indicators.LinearReg(ds, period, "lng");
     price=ds;
 }
예제 #2
0
 public LinearRegRule(DataSeries ds, double period)
 {
     lng   = new Indicators.LinearReg(ds, period, "lng");
     price = ds;
 }