Alerts and Notifications (206)

Votes
Answers
Views
Question
1
vote
1
answer
464
views
asked 5 years ago by
How do I add my custom indicators to the MarketWatch/StudyAlert/thinkscript editor, not seting alerts on the indicator itself. My custom indicators show up under the condition wizard but then it popes up error (rec usage is not allowed in this contex...
0
votes
1
answer
555
views
asked 5 years ago by
Hi Pete, How can I create an alert (with a green arrow) when StochRSI crosses above line 25, and RSI is higher than the old RSI within 1 bar. And also the Heiken Ashi candle change colors Thank you so much
0
votes
2
answers
581
views
asked 5 years ago by
Pete Is there a way to have an alert for a watchlist only.  Looking for a 50 EMA bounce to the up or down for my watchlist of 17 stocks I trade.. Also this is the greatest website ever...
1
vote
1
answer
174
views
asked 5 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
136
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
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
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
2
answers
130
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
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
1
answer
133
views
asked 5 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?