Пример #1
0
 public HMA HMA(DataSeries input, int period)
 {
     return(Indicator.HMA(input, period));
 }