Alerts and Notifications (207)

Votes
Answers
Views
Question
0
votes
1
answer
223
views
asked 9 years ago by
I followed your instructions to a T but are unable to successfully get the code to work.  I have not tried using it live, only by changing the symbol.  Occasionally it will ring and enter a message into the message log but never display the log in th...
0
votes
1
answer
218
views
asked 7 years ago by
Hello Pete,  I'm slowly learning thinkscript etc. and have put together a script for a column in watchlists.  It's intensive I know but it works Mostly!  :)  It monitors 5 minutes of volume compared to avgvol.  The part that doesn't work is the alert...
0
votes
1
answer
213
views
asked 7 years ago by
I have a simple PPS column indicator I pieced together that will change colors dependent of which signal is currently  triggered. I use it in multiple columns each with a different timeframe to get a decent idea of the overall trend...what I can't se...
0
votes
2
answers
211
views
asked 7 years ago by
I am using the following code to produce an audible alert: Alert(High>High[1], "Test Alert", Alert.Tick, Sound.Chimes); This produces a chime each tick the the condition is satisfied - exactly what I want - but it also produces a text message in t...
1
vote
1
answer
211
views
asked 7 years ago by
Hi Pete, I was hoping to add an alert to this study. Also hope to add it to the chart with up and down arrows if it cross to the upside or downside. def ema1 = ExpAverage(close, 50); def ema2 = ExpAverage(close, 9); def emaCrossingAbove = ema1[1] <...
0
votes
1
answer
211
views
asked 4 years ago by
Hello Hahn, I want to receive some form of alert (in my tos messages and via text message) any time there is a transaction greater than 100,000 shares on the SPY. I would like to test this out with any ticker symbol and with any selected share size, ...
0
votes
1
answer
207
views
asked 5 years ago by
http://tos.mx/aWj6VsA Hi Pete, I have tried everything I know to try and get an alert for when the 'color' on this true momentum indicator changes.  Can you please take a look at it. Thanks for everything you do.  
0
votes
1
answer
207
views
asked 5 years ago by
Hi Pete, I am a big follower of your posts. I am having trouble creating a scannner to findout 3rd yellow bar after red bars in TTM squeeze indicator. Can you please help me in finding out 3rd yellow bar after red bars in TTM Squeeze indicator
0
votes
1
answer
205
views
asked 8 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
0
votes
1
answer
205
views
asked 8 years ago by
Hi Pete, I'm trying to set up a scan to alert me when the daily volume for a stock (from my watchlist) crosses above 5% of the daily average volume only within the first hour of the trading day.  I was able to make the below scans from your previous ...