Alerts and Notifications (206)

Votes
Answers
Views
Question
0
votes
1
answer
592
views
asked 6 years ago by
Pete, Thanks for the help with logging in. I’m trying to find a way to create a continuous sound alert when price moves above / below a certain threshold that continues until I wake up and delete the alert. Due to my current location, trading is taki...
0
votes
1
answer
583
views
asked 6 years ago by
In ThinkScript, I want to put the actual SwingHigh or SwingLows in individual Arrays such that they are right next to one another so I can compare them in finding a 3 times tested Support or Resistance Level.   This is my code so far. As you can...
0
votes
2
answers
583
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
581
views
asked 5 years ago by
Thank you so much Pete for sharing your knowledge I have made a contribution and I’ll continue sending contributions as you help me with my many questions! I asked this question yesterday “How do I add my custom indicators to the MarketWatch/StudyAle...
0
votes
1
answer
576
views
asked 4 years ago by
Hi Pete,   I am wondering if you can help in wrting the script for red dog reversal.  2 or  more consecutive up days ( number of days can be configurable) and alert triggers if the following criteria are me price goes above the pr...
0
votes
1
answer
564
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
1
answer
559
views
asked 6 years ago by
Hi Pete, Is there a way to receive an alert whenever the daily volume for one of the stocks on my watchlist reaches 50% of the average daily volume? Thank you
0
votes
1
answer
552
views
asked 3 years ago by
Hi Pete, I had researched and used an Alert and Scan for a regular Heiken-Ashi candle for when it changes color and direction on your forum:https://www.hahn-tech.com/ans/alert-setting-on-heikin-ashi-candles/   Just wondering if it was at all pos...
0
votes
1
answer
551
views
asked 4 years ago by
Hi Pete, I am wondering if there is a way to create an alert for when a new renko bar is form? I found the following thinkscript that shows renko bars on a time based chart, yet regardless, the alert should work regardless of chart type. I recognize ...
0
votes
1
answer
522
views
asked 3 years ago by
Hi Hahn, I have a question regarding a script that I need to modify. Its a simple script which plots high and low on different time frames. plot hh = HighestAll(high); plot ll = LowestAll(low); I am trying to add an alert to this script which can ale...
1 4 5 6 7 8 20