Exemplo n.º 1
0
Arquivo: DMI.cs Projeto: zxt1121/hf_at
 public DMI DMI(Data data, int period)
 {
     return(Indicator.DMI(data.H, data.L, data.C, period));
 }