예제 #1
0
 public RegressionChannel RegressionChannel(DataSeries input, int period, double width)
 {
     return(Indicator.RegressionChannel(input, period, width));
 }