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