Пример #1
0
 public RIND RIND(Data data, int periodQ, int smooth)
 {
     return(Indicator.RIND(data.H, data.L, data.C, periodQ, smooth));
 }