Sound Alert for Buy Sell Signals

#1
Hello All,
I am using BuySell Nifty Trading system since last 6 months. I have a problem. Earlier I used to get a Sound Alert when a buy or sell signal candle gets activated and the sound used to beep for entire duration of the Signal activation candle. i.e. on a 5 minute chart when buy signal gets triggered, I used to get sound beep for entire 5 minute duration. Now since last one month I am getting Sound Alert only once when the buy signal gets activated. Can anyone help me where is the problem, if someone can let me know the AFL code is correct to give sound for entire duration of signal.
AlertIf(Sell,"SOUND C:\\Windows\\Media\\Ding.wav","Sell@" + WriteVal( H,1.2) ,2);
AlertIf(Buy,"SOUND C:\\Windows\\Media\\Ding.wav","Buy@" + WriteVal( O,1.2),1);
Awaiting response
thanks
Tarmac
 

Similar threads