Alerts and Notifications (206)

Votes
Answers
Views
Question
0
votes
1
answer
669
views
asked 6 years ago by
Hi Pete, Is there a way to get the audio alert when the PPS buy sell signal generates?
0
votes
1
answer
203
views
asked 6 years ago by
I would like to create an alert to occur when the stock price is above the Atr trailing stop and the price is 6% or less above the Atr trainling stop. Thanks for your help.
0
votes
1
answer
55
views
asked 6 years ago by
Hello I would like to add an label which shows me the current day. But instead of the date, it would count the calendar days (not business days). Day 1, Day 2, Day 3, Day 4, Day 5 and then start from new..Day 1... I only got some experience with thin...
0
votes
1
answer
113
views
asked 6 years ago by
Generally people run into the complex (!) flag if they try to alert a study with recursive logic. It won't allow you to alert it. However, I am trying to alert a study with no recursive logic and it still flags it as too complex. My problem is the pu...
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
1
answer
169
views
asked 5 years ago by
Hello...   Thank you for your service ! Can you please provide a Thinkscript to use in a conditional order to exit Long Call Option position using TrailStopLX?  I would be trailing by 1 x ATR.  Similarly, can you also provide the opposite side o...
0
votes
2
answers
131
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
328
views
asked 5 years ago by
I would like to have a sound alert when the RSI (n period) closes "overbought" or "oversold". I tried adding alert text  to the code but I haven't gotten the syntax right yet.  I use RSI 3.80.20 on a 5 min chart and RSI 5.80.20 on a 1 min chart. Thes...
0
votes
1
answer
98
views
asked 5 years ago by
Mr Hahn, is it possible to code an Indicator for the Time & Sales? I want to filter the large filled orders to show on the chart.
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 ...
1 8 9 10 11 12 21