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