Esempio n. 1
0
File: DMI.cs Progetto: zxt1121/hf_at
 public DMI DMI(Data data, int period)
 {
     return(Indicator.DMI(data.H, data.L, data.C, period));
 }