Exemple #1
0
 public ROC ROC(DataSeries input, int period)
 {
     return(Indicator.ROC(input, period));
 }