Alerts and Notifications (206)

Votes
Answers
Views
Question
0
votes
1
answer
138
views
asked 4 years ago by
I'm looking for an easy way to set alert's by expiration date when placing verticals etc. by the date of expiration. This way I won't miss the expiration date and possibly get assigned the stock.
0
votes
1
answer
138
views
asked 4 years ago by
I use TOS. To be specific, I would like to know how to 'write' being alerted when the 9 EMA is within a certain dollar amount of the 200 EMA. For example, writing a condition alert for EUR/USD I'd like to know when the 9 EMA is within .001 from the 2...
0
votes
1
answer
138
views
asked 2 years ago by
Sir, I have been looking for a way to utilize an alert from the DailySMA within TOs, without having to set it once triggered, or changing betweren symbols. I have complied the code below to try within the study (portion from TOS), but not getting the...
0
votes
1
answer
137
views
asked 5 years ago by
I am looking for a script that can mark all HIGHs and LOWs as per the following definitions. Any help in this regard would be highly appreciated. HIGH: A new HIGH is established after a previous LOW when a candle closes below its predecessor candles ...
0
votes
1
answer
133
views
asked 6 years ago by
Is it possible to download daily trades from TOS to excel? I want to download opening price, closing price time etc. Can that be done in TOS?
0
votes
2
answers
133
views
asked 5 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...
0
votes
1
answer
133
views
asked 5 years ago by
Hi Pete,  I truly appreciate all you do for the trading community.  I have several alerts that I use for my watchlist, but the issue with the existing code is the use of  'def ' .  The alert only happens one time per day instead of every time the con...
0
votes
1
answer
130
views
asked 4 years ago by
I deleted my original post to try and clean it up a bit (For some reason, editing does not work) I did see a similar post but wasn't able to make it work with my code. My signal line can be “Green”, “Red” or “Gray” What I was hoping to achieve is to ...
0
votes
1
answer
129
views
asked 4 years ago by
Thank you for your hard work and willingness to help. I have been trading for 20 years however I have not written any scripts. I am looking for an alert to trigger, with sound, email, and text on Think or Swim when price gets within 1pt of vwap on th...
0
votes
2
answers
126
views
asked 4 years ago by
Hi Pete, I have been trying to improve the scan alert response time and wanted to get your insight. I have found that my alerts for 1hr conditions are coming in a few bars later than I would like.  Is there a format that improves this such as breakin...