[docs]defset_limit_move_value(self,limit_move_value:int|float):"""Sets the limit move value for the Swing Index calculation. Args: limit_move_value (int | float): The maximum price movement value used in the Swing Index calculation. """self.instance.send(self.id,'setLimitMoveValue',{'limitMoveValue':limit_move_value})returnself