No idea how to get rid of this. Please help
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Can't Stop The Music -- Alerts Won't Go Away
Collapse
X
-
Can't Stop The Music -- Alerts Won't Go Away
I tried programming some alerts into one of my indicators, but they sounded on every bar instead of just the ones I specified. The code looked right to me but since I couldn't figure out the problem I removed the code from the indicator. Despite that, the alerts are still firing a sound after every bar is complete.
No idea how to get rid of this. Please helpTags: None
-
Srgtroy, you'll have to look at the code for each of the indicators on your chart to see which ones have the alerts playing. From there, comment out the lines of code that play the alert and start adding them back in one by one until you find where the error is. I would also recommend using Print() to send debug output to the Output Window (Tools -> Output Window) before using audio alerts - mass amounts of text is much easier to deal with than mass amounts of sound.
Code:Print("some output has just been sent to the output window");AustinNinjaTrader Customer Service
Comment
-
Originally posted by Srgtroy View PostThis issue is still plaguing me. I did compile the changes. Nothing I do seems to stop the alert which fires after every bar is complete. I currently have to mute my computer and basically am unable to use alerts.
Hi Srgtroy,
I have seen this before.
Did you save the earlier version in a template? Templates do not update when indicators contained in them are updated. As long as the two version of the indicator had the same name, the template still loads the old code. Remove indicator from chart then add it back, then re-save template.
RJay
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
25 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
115 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
69 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
226 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
411 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|

Comment