示例#1
0
 public PPO PPO(DataSeries input, int fast, int slow, int smooth)
 {
     return(Indicator.PPO(input, fast, slow, smooth));
 }