I'm trying to assign the background color to a simple watchlist script when the the statement is true, but i'm having difficulty. can someone help me correct this?
Thanks
Raghee_Darvis()."Buy Signal" is true
AssignBackGroundColor (if "Buy Signal" is true then color.green else color.black);
Thanks
Raghee_Darvis()."Buy Signal" is true
AssignBackGroundColor (if "Buy Signal" is true then color.green else color.black);