Disliked{quote} If you have source code for all your template indicators, then likely there is a reference to the tick.wav file. Ex. 'PlaySound("tick.wav")' You might be able to spot where the code error is that causes that sound to play. My guess would be the sound is played by a different indicator than the one with the on/off button. Often, such errors are caused by improper coding in the OnChartEvent() section. Some are written so badly that it runs code whenever ANY event occurs, including by just moving your mouse around which generates 100's of events...Ignored
Attached File(s)
1