Exemplo n.º 1
0
 public Aroon Aroon(Data data, int period)
 {
     return(Indicator.Aroon(data.H, data.L, data.C, period));
 }