public void SetList(int periodLength, List <Candle> candleList) { candleManager.SetList(stock.Id, periodLength, candleList); }