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