Hi friends, I would like to have a alert when exit through strategy, but custom alert message. alertsyntax_golong = 'Any customized message with buy loss profit' // Custom message strategy.exit("Long SL", from_entry = "Long", qty_percent = 25, stop=t_stop, alert_message = alertsyntax_golong) But I a...