Need help to pass stoploss value in email alert

Hi,

I am using below alertif function in Amibroker for email alerts. I want to modify it so that it will pass SL value with BUY/SELL value. My sl is 0.5%

AlertIf( Buy, “EMAIL”, "Buy Alert in “+FullName()+ " @”+BuyPrice,1 );
AlertIf( Short, “EMAIL”, "Short Alert in “+FullName()+ " @”+ShortPrice,3 );