public override void ApplyTo(StockSerie stockSerie)
 {
     this.series[0] = stockSerie.CalculateOnBalanceVolume();
      this.Series[0].Name = this.Name;
 }