this indicator codes are for multi charts:--
when conditions are met,it will draw arrow,text & alert but does not play sound.
I am not sure I got the right instrument names
=============================================
if (Instrument.FullName == "AUDUSD") {PlaySound(@"C:\Program Files(x86)\NinjaTrader7\sounds\AU.wav");} else;
if (Instrument.FullName == "EURJPY") {PlaySound(@"C:\Program Files(x86)\NinjaTrader7\sounds\EJ.wav");} else;
return;

Comment