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