Exemple #1
0
 public RSS RSS(DataSeries input, int eMA1, int eMA2, int length)
 {
     return(Indicator.RSS(input, eMA1, eMA2, length));
 }