ThinkScript alert chimes without the message?


0
0

I am using the following code to produce an audible alert:

Alert(High>High[1], “Test Alert”, Alert.Tick, Sound.Chimes);

This produces a chime each tick the the condition is satisfied – exactly what I want – but it also produces a text message in the “message center” at the same time, which I do not want.  As the message is generated each tick, the string of essentially identical messages can be quite long.  I want the chimes every tick as I am often away from my computer and want the multiple chimes to get my attention.

Is there an alert command I can use that will produce the chimes without the message?  Alternatively can I adjust a setting in the message center that will ignore the alert messages?

Thank you!

Carl

Marked as spam
Posted by (Questions: 1, Answers: 1)
Asked on November 2, 2018 9:02 pm
134 views
0
Private answer

There is no way to control the textual portion of the alert from code. It would need to be adjusted through the platform settings. However I do not believe any setting exists for this.

Marked as spam
Posted by (Questions: 37, Answers: 4090)
Answered on November 3, 2018 7:57 am
0
Private answer

Found it! It’s in the study settings. You can adjust this for individual alerts on chart studies. See screenshot below.

Attachments:
Marked as spam
Posted by (Questions: 37, Answers: 4090)
Answered on November 3, 2018 3:58 pm
0

Perfect! Thank you Pete!

( at November 3, 2018 5:36 pm)