예제 #1
0
파일: ROC.cs 프로젝트: zxt1121/hf_at
 public ROC ROC(DataSeries input, int period)
 {
     return(Indicator.ROC(input, period));
 }