Exemple #1
0
 public ADXR ADXR(Data data, int interval, int period)
 {
     return(Indicator.ADXR(data.H, data.L, data.C, interval, period));
 }