예제 #1
0
 public ADL ADL(Data data)
 {
     return(Indicator.ADL(data.H, data.L, data.C, data.V));
 }