Alerts and Notifications (206)

Votes
Answers
Views
Question
0
votes
5
answers
622
views
asked 6 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
4
answers
397
views
asked 6 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
7
answers
2264
views
asked 6 years ago by
I'm looking  or would like to know how to  create sound alerts for studies with arrows.
0
votes
2
answers
706
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
1
answer
340
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
3
answers
504
views
asked 7 years ago by
Hi Pete, I have a general question.  I tried searching through the other posts but couldn't find anything similar. I followed your video and built an alert from a custom scan.  My scan is to look for stocks where 1) the daily stochastic crosses above...
0
votes
4
answers
1036
views
asked 7 years ago by
Hi Pete, Is there a way to create an alert for when the weekly stochastic %K hits 80% (coming up from below)?  I think I was able to adjust a prior posting for when the weekly stochastic %K is oversold and then comes back up and hits 20% but I just w...
0
votes
3
answers
3218
views
asked 7 years ago by
Hi, Is there a way to create an email/text alert when price hits a simple moving average line?  I've been using a regular alert at the simple moving average price, but I'm having to update it daily.  I was just wondering if there is an easier way to ...
0
votes
2
answers
240
views
asked 7 years ago by
Hi Pete, As always, Thanks much for all the effort you put in educating us by examples. I'm just trying to create a basic realtime sound alerts on the RSI column in watchlists. I just needed to be sound alerted when the RSI hits 35 and 75. This is pr...
0
votes
1
answer
706
views
asked 7 years ago by
Hi Hanh, using your TTM Trend sound alert as https://www.hahn-tech.com/thinkorswim-alert-ttm-trend/ will not make the price bars being painted red blue, even though i have changed your line 4 from DEF upTrend = TTM_Trend(compBars, paintBars).TrendUp;...