Exemple #1
0
 public DM DM(Data data, int period)
 {
     return(Indicator.DM(data.H, data.L, data.C, period));
 }