예제 #1
0
파일: DMI.cs 프로젝트: zxt1121/hf_at
 public DMI DMI(Data data, int period)
 {
     return(Indicator.DMI(data.H, data.L, data.C, period));
 }