Alerts and Notifications (207)

Votes
Answers
Views
Question
3
votes
2
answers
202
views
asked 6 years ago by
Hi Pete, I'm was looking for a study for a 50 EMA cross with alert.  If the candlestick is trading below the 50 EMA  and then the next bar closed above the 50 and alert is triggered....I was love to see it in both directions.
1
vote
1
answer
510
views
asked 6 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
605
views
asked 6 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
632
views
asked 6 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
205
views
asked 6 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
160
views
asked 6 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
114
views
asked 6 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
358
views
asked 6 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
174
views
asked 6 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
179
views
asked 6 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...