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