- Questions
- Alerts and Notifications
Votes
Answers
Views
Question
1
1
498
asked 6 years ago by nick bean
Category:
Alerts and Notifications
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
1
592
asked 6 years ago by Minh Huynh
Category:
Alerts and Notifications
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
2
609
asked 6 years ago by Craig Habermehl
Category:
Alerts and Notifications
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
1
199
asked 6 years ago by Craig Habermehl
Category:
Alerts and Notifications
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
1
155
asked 6 years ago by Ramanand Singh
Category:
Alerts and Notifications
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
1
110
asked 6 years ago by Romeo Quiocho
Category:
Alerts and Notifications
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
1
340
asked 6 years ago by John Gengler
Category:
Alerts and Notifications
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
2
162
asked 6 years ago by Carl
Category:
Alerts and Notifications
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
1
174
asked 6 years ago by SBabu
Category:
Alerts and Notifications
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
1
137
asked 6 years ago by Lindsay Blanks
Category:
Alerts and Notifications
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?