[docs]defset_limit_move_value(self,limit_move_value:float):"""Sets the maximum price change in one direction. Args: limit_move_value (float): Maximum price change. """self.instance.send(self.id,'setLimitMoveValue',{'limitMoveValue':limit_move_value})returnself