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