Before I add an alarm to the list with ....
Alert("myAlert", Priority.High, "Reached threshold", NinjaTrader.Core.Globals.InstallDir+@"\sounds\Alert1.wav", 10, Brushes.Black, Brushes.Yellow);
What would be a good solution for that? How can I delete alarms from the list?

Comment