Stock Scanners (702)

Votes
Answers
Views
Question
0
votes
1
answer
271
views
asked 4 years ago by
Category: Stock Scanners
Hello Pete, I want to create a scan condition that searches for stocks whose last [DAILEY Close Price] is at least 50% lower that its 52 week high
0
votes
1
answer
270
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete TOS has a built in Study called the StandardDevChannel. I'm trying to build a scan that will find stocks which have crossed above the highest line in the StandardDevChannel. The scan needs to detect this crossing above the highest line at the...
0
votes
1
answer
270
views
asked 5 years ago by
Category: Stock Scanners
Pete I use the 34 EMA to trade intraday....Is it possible to scan for stocks trending up of down with the sope of the EMA at the 1 or 4 o'clock angle...Thanks
0
votes
1
answer
270
views
asked 4 years ago by
Category: Stock Scanners
i Hi PETE Can you change this code into a thinkscirip scan of TOS? Thanks Roscoe     nput price = close; input fast_length = 8; input slow_length = 34; input displace = 0; def na = double.nan;   plot fastema = ExpAverage(price[-displac...
0
votes
1
answer
270
views
asked 3 years ago by
Category: Stock Scanners
Hello Pete,   I need help creating a scan condition that states then volume of the last 1 minute candle must be atleast 10,000.   This condition must also work in the after hours and premarket.   Thank you
0
votes
1
answer
269
views
asked 3 years ago by
Category: Stock Scanners
Hi, I am looking for a TOS script that scans and alerts the stocks whose at least two price candles are above 5, 10, and 20 SMA and VWAP at 5 minutes for an intraday time frame. I know it can be done for a one time frame using the default study Movin...
0
votes
1
answer
267
views
asked 4 years ago by
Category: Stock Scanners
Hello first this code is from another you provided to me, I switched it up a bit, Thanks again What I am looking for is to add the 50 sma is 20% less than the 100 sma. Thank you for any solutions you can provide I removed part of the code so it would...
0
votes
1
answer
266
views
asked 4 years ago by
Category: Stock Scanners
Hello Pete, I posted a comment in my initial request but I do not see it posted, not sure if I did something wrong. I want to shorten the list of results for the previous scanner you did for me. I want to look for a doji candle and use the W%R VALUE ...
0
votes
1
answer
265
views
asked 5 years ago by
Category: Stock Scanners
I have a IV/HV tool I use and curious how to create a scan using this. I would like to know when the HV is above the 80% level on a daily chart. Red line is above the top white line. Find stocks that meet that criteria. Here is the tools code: declar...
0
votes
2
answers
265
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete! I'm a beginner with scripts and I've been following what you guys are doing here for a while. It's amazing, really awesome ideas. I'm trying to create a very basic scanner for premarket which includes a study and alerts when the condition is...