I added an extra line and can see the Print statement in the Ninja Output window so it seems the code is working
Where should the code be looking for these wav files?
Is there something else I need to switch on?
I recently had to do a soft re-install of Ninja due to OneDrive issues. I am no longer backing up documents folder.....I think
// Trigger an audible alert
Alert("BullishEngulfingAlert", Priority.High, "Bullish Engulfing Candle Detected!", "Alert1.wav", 10, null, null);
Print("Bullish Engulfing Candle detected at bar: " + CurrentBar);
Thanks
Stuart

Comment