[docs]defset_signal_color(self,color:str):"""Sets the color for the signal line of the Triple Exponential Average indicator. Args: color (str): The color to be applied to the signal line in the indicator. """self.instance.send(self.id,'setSignalColor',{'color':color})returnself