Branch
Member
I would like this Alert to be converted to a label that will change colors when the condition is met. Color change can be any two colors
Code:
#ALERT-----------------------------------------------------------------------------------------------------------------------
def condition6 = Spearman <= SpearmanAverage;
def Sshort = condition6 and Spearman > OverBought;
Alert(Sshort, "Spearman OB Ready To Go Short", Alert.Bar, Sound.Ring);