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