Thanks for sharing this. Where did you add it in? I tried with the Smooth HA code and separately and got an error code.How to code Sound Bell if Bullish or Bearish Change
UPDATE:
I worked it out -
# Alerts
Alert(Bullish, text = "Buy HA Signal", sound = Sound.Bell, "alert type" = Alert.BAR);
Alert(Bearish, text = "HA Momentum_Down", sound = Sound.Bell, "alert type" = Alert.BAR);
# End Code