Votes
Answers
Views
Question
0
1
233
asked 4 years ago by Syed Thasin
Category:
Stock Scanners
Hey Pete, Hope you are safe and all well. You gave a script for new intraday high in this post - https://www.hahn-tech.com/ans/highlow-of-day-column/ Can you please convert it to new intraday low? And the new low will start counting from market open,...
0
2
226
asked 4 years ago by BP SoCal
Category:
Stock Scanners
Hi Pete, thank you for the invaluable information on this site. Truly priceless. I've watched many of your videos and read a bunch of Q&As and I've tried to get a scan working that will return symbols whose EMA 10 has crossed the 20 and the 50 E...
0
1
160
asked 4 years ago by Yedidya Aberjel
Category:
Stock Scanners
Hi, Pete I wonder if it is possible to set conditions in a stock scan on TOS, that will not be shown stocks that have undergone a reverse split in history. Thank you and have a wonderful day.
0
1
281
asked 4 years ago by Albert van Zeijl
Category:
Alerts and Notifications
Tags:
Hey everyone, I am having a bit of a rough time setting up alerts based on the simple moving average. I want my alerts to notify me when the close AND the open is above/below the simple moving average. I used the wizard condition trying to make this ...
0
1
79
asked 4 years ago by Frank Fero
Category:
Watch Lists
Hi Pete, I would like to add a rule to this watchlist code: https://www.hahn-tech.com/ans/colour-the-watchlist-with-if-then/ If the daily bar stays above/below the previous day cross over it turns purple for staying above and Yellow if it stays below...
0
1
200
asked 4 years ago by Nick
Category:
Watch Lists
Hi Pete, You've been a major help to me with several TTM Squeeze scans - thanks! I now have a TOS WL question that I cannot find a related post on in the forum. Would it be possible to create a column that shows a percentage of how far away the last ...
0
1
347
asked 4 years ago by Jin Lin
Category:
Chart Studies
Hi Pete, Can you help me on the average Histogram on TTM Squeeze for the past 20 candle bars. I have attached a screenshot, i believe that Histogram number? Example this number current is -15.30, how can i get the average of past 20 bars? Than...
0
2
257
asked 4 years ago by Eric Hughes
Category:
Watch Lists
Tags:
Hey again. I just cant seem to get steady results with a code you suggested to me for a high/lod of day scan. input withinBars = 10; def newDay = GetDay() <> GetDay()[1]; rec trackHigh = if newDay then high else if high > trackHigh[1] the...
0
1
180
asked 4 years ago by Isaac Sarris
Category:
Chart Studies
Tags:
Hello, is there a way to add a vertical line whenever the Stochastic SlowK crosses the SlowD?
0
1
245
asked 4 years ago by Michael Ray
Category:
Chart Studies
Hi Pete, I have a study that plots a vertical line on the earnings date using the AddVerticalLine() feature. I want to add chart bubble(s) onto the vertical lines displaying the historic volatility (or any info I choose). Is it possible to use AddCha...