Exemplo n.º 1
0
Arquivo: ROC.cs Projeto: zxt1121/hf_at
 public ROC ROC(DataSeries input, int period)
 {
     return(Indicator.ROC(input, period));
 }