Custom sound for the PPS alerts


0
0

Hi Pete,

I was looking into importing custom wave file into this alert study for the alert to sound different than the four default in TOS.

def buy = !IsNaN(PPS().”buySignal”);
def sell = !IsNaN(PPS().”SellSignal”);
Alert(buy, \”PPS Buy\”, Alert.BAR, Sound.RING);
Alert(sell, \”PPS Sell\”, Alert.BAR, Sound.RING);

You have answered about the study alert earlier and that I know now but this is related to chart study. Please let me know is this is possible.

Thanks you.

RESOLVED
Marked as spam
Posted by (Questions: 49, Answers: 62)
Asked on October 19, 2019 10:58 am
221 views
0
Private answer

I am going to add this to our Frequently Asked Questions topic.

When posting in the forum and referencing a previous post is it very important to provide a link to that post so the rest of our viewers are able to get the full context.

https://www.hahn-tech.com/ans/custom-sound-for-the-alerts/

In that previous post I stated that custom sounds were available for Study Alerts and Price Alerts. I omitted Chart Study alerts because custom sounds are not currently supported for Chart Study alerts in Thinkorswim.

I submitted a feature request to TDA support some time ago but they have not responded. If everyone who reads this post takes the time to submit a feature request we have a good chance of getting this added to a future release of Thinkorswim.

Two screenshots below show how to submit a feature request to TDA support.

Attachments:
Marked as spam
Posted by (Questions: 37, Answers: 4086)
Answered on October 19, 2019 11:50 am
0
I will send the request right now. Please everyone send the request. Thank you.
( at October 19, 2019 11:54 am)
0
Done. Sent it.
( at October 19, 2019 12:01 pm)
0
i send request now too
( at May 7, 2020 8:10 am)