Adding variables to alerts in pinescript
问题 I would like to use the same alert condition in a pine script for several stocks in TradingView. The problem is that I won't know which stock triggered the alert unless I create copies of the script and have a custom message for each script. I would like to have something like: alertcondition(someCondition, title='Bullish', message=tickerid) where I use the tickerid variable which is one of pine scripts built in variables. However, when I attempt this, the message I get is literally tickerid