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