Alert("AlertOSStoch", NinjaTrader.Cbi.Priority.High, "OverSold Stochastic", "Connected.wav", 10, Color.Black, Color.Yellow);
I’ve verified that the sound file is located in the Sound folder:
Program Files(x86) /NinjaTrader7/Sounds
I’ve tried Alert1.wav, Alert2.wav and now as you see Connected.wav.
I can play the sound manually by clicking on it in the sounds folder and it works fine.
I’ve verified using Visual Studio that the code loop is being exercised
The alerts to show up in the Alerts window as expected.
So What could I be missing?
Regards,
taddypole...

Comment