Alerts and Notifications (205)

Votes
Answers
Views
Question
0
votes
4
answers
411
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
7
answers
2289
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
2
answers
719
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
345
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
512
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
1045
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
3249
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
243
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
716
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;...
0
votes
1
answer
2443
views
asked 7 years ago by
Back again Pete. This time i would ask you to write me a simple STRATEGY with the following criteria. Using TTM Squeeze, only the HISTOGRAM Buy to open at the close on the histogram bar that closes up thru 0. Sell at the close to close on the SECOND ...