Alerts and Notifications (206)

Votes
Answers
Views
Question
0
votes
1
answer
344
views
asked 7 years ago by
Hi Hahn, I found below thinkorswim script on website. — input price = close; input Shorter_Time = 10; input Longer_Time = 21; Def difference = average(data = price[1], length = Longer_Time) – average(data = price[1], length = Shorter_Time); plot time...
0
votes
2
answers
718
views
Hi, i'm going to try this here since I've posted everywhere with no luck.  Was wondering if it was possible to receive a text alert when the chart makes a new high or a new low on a specific time frame.  I've provided an example.  It would make my li...
0
votes
7
answers
2286
views
asked 7 years ago by
I'm looking  or would like to know how to  create sound alerts for studies with arrows.
0
votes
4
answers
405
views
asked 7 years ago by
This is the code for bubblebuddy. I'm trying to get an alert for every time a bubble appears. Attached is what the indicator looks like. Thanks in advance. declare upper; input length = {default "2", "3"}; input ChartBubblesON = Yes; input LinesON = ...
0
votes
5
answers
634
views
asked 7 years ago by
Can you create an alert for when the EMA  8 touches the bottom of the wick on green candle and when the EMA 8 touches the top of red candle.
0
votes
2
answers
3356
views
asked 6 years ago by
Is there a study or indicator that would display a timer that counts down the bar period. For instance on a one minute chart, at the open of the first candle a timer begins to count down in secs 60-0. Then repeats with the open of the next bar.
0
votes
2
answers
338
views
asked 6 years ago by
Basically using in an S/R Alert on  Spreads-  /ZF-/ZN.   I need to  convert  the Bond  Closes close("ZF")  or close("ZN")  to a decimal so the following lines work as they do on other spread charts. (These are just  few key lines in the code to see w...
0
votes
3
answers
181
views
asked 6 years ago by
Hey Hahn.. I've searched all of the questions and I couldn't find my right code...Could you tell me the script to create an audible and text alert within my TOS platform when Stochastics FullK crosses below Fulld...with settings  of 5,3,3 Thank you s...
0
votes
1
answer
2687
views
asked 6 years ago by
Hello, How can I create a MACD Crossover Ring Alert? Please...  
0
votes
1
answer
191
views
asked 6 years ago by
Can you generate an buy/sell alert from a strategy and sent to your cell phone or iPad? Also, does the chart have to be open for alert to be generator? Thank you jim
1 3 4 5 6 7 21