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