def add_stick(self, stick_to_add): self.candlesticks = np.row_stack((self.candlesticks, stick_to_add.close_candlestick(self.name)))