Alerts and Notifications (206)

Votes
Answers
Views
Question
0
votes
1
answer
385
views
asked 7 years ago by
I was able to export real time quotes to excel without problems, it worked very well So I was wondering if it's possible to Export real-time custom alerts to excel Whenever a certain condition is respected
0
votes
4
answers
363
views
asked 7 years ago by
I'd like this stochastic to cross down from 80 (overbought) and display a signal, but it's not plotting at all. What am I doing wrong? See attached file Are there more sound that just bell? What other sounds may I change to? How do I have it display...
0
votes
9
answers
848
views
asked 7 years ago by
On an uptrend (>200 SMA), I'd like the signal to be that it pulls backs to 21 EMA or 50 EMA when it hooks up from 20. Is this the logic: SimpleMovingAve(“length” =200) is less than or equal to close and MovAvgExponential(“length”=21) is greater t...
0
votes
1
answer
2438
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 ...
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
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
3
answers
3242
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
4
answers
1044
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
510
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
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...
1 3 4 5 6 7 20