public Aroon Aroon(Data data, int period) { return(Indicator.Aroon(data.H, data.L, data.C, period)); }