Esempio n. 1
0
File: ROC.cs Progetto: zxt1121/hf_at
 public ROC ROC(DataSeries input, int period)
 {
     return(Indicator.ROC(input, period));
 }