[docs]defset_moving_average_type(self,moving_average_type:int):"""Sets the type of moving average used in the Standard Deviation calculation. Args: moving_average_type (int): The type of moving average to apply, represented as an integer corresponding to different methods of calculation. """self.instance.send(self.id,'setMovingAverageType',{'movingAverageType':moving_average_type})returnself