public PFE PFE(DataSeries input, int period, int smooth) { return(Indicator.PFE(input, period, smooth)); }