Exemple #1
0
 public BOP BOP(Data data, int smooth)
 {
     return(Indicator.BOP(data.O, data.H, data.L, data.C, smooth));
 }