示例#1
0
文件: CCI.cs 项目: lhztop/hf_at
 public CCI CCI(Data data, int period)
 {
     return(Indicator.CCI(data.H, data.L, data.C, period));
 }