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