예제 #1
0
 public BollingerAverageOnTicks(int period)
 {
     _bollingerBandsAverage = new BollingerBandsAverage(period);
 }