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