
Originally Posted by
crissfx
Good Day Funyoo,
can you show me how to change the Soundalert on this Indicator?
If i set the alert on 1, then there comes a soundalert and after the candle closed a pop-up window with a messages. I want only a pop-up messages after the candle closed without a soundalert. I tried myself but the only effect was that the indicator wasn't working anymore
Kind Regards
Criss
Hi crissfx,
At line 161, delete this line :
Code:
if (SoundAlertMode>0 && trend[shift+1]<0 && shift==0) PlaySound("alert2.wav");
At line 168, delete this line :
Code:
if (SoundAlertMode>0 && trend[shift+1]>0 && shift==0) PlaySound("alert2.wav");