Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
1
answer
33
views
asked 3 years ago by
Category: Stock Scanners
I have a scan I shared with a trading partner, but we are getting different results. The shared scan does not appear to get all the same alerts as I do. Is there a reason for this? If I get 5 alerts for the day, he may only receive three of those. Th...
0
votes
1
answer
279
views
asked 3 years ago by
Category: Stock Scanners
Hello Pete, I'm wondering how to create a scanner that shows the first day that the histogram starts to move back to zero from it's "negative peak" after x amount of days of moving negative.
0
votes
1
answer
190
views
asked 3 years ago by
Category: Stock Scanners
How would I take this study script for Choppiness Index and create a scan to return all stocks >60? # { CI: Choppiness Index } declare lower; # Inputs: Len(14); input Len = 14; input CIx = {default CI3, CI2}; #Plot1(100 * Log(Summation(TrueRange,L...
0
votes
1
answer
257
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I want to build a scan where the stock price (last) is within 6% of 20SMA value. It can be anywhere from -6% to +6% from 20SMA value. I have checked the study crossover and price-performance but couldn't find anything that would hit my range...
0
votes
1
answer
115
views
asked 3 years ago by
Category: Stock Scanners
I'd appreciate your help so much with this, if possible. I'm trying to build a scan that populates stocks that have been closing below the 9 EMA for the past X number of days (bars) AND now have closed on/above the 9 EMA. If a stock has been closing ...
0
votes
1
answer
200
views
asked 3 years ago by
Category: Stock Scanners
Good morning, I have been making a scanner in thinkscript, it is supposed to scan between the last 20 to 10 bars, get the highest high in between and then search for the lowest low after; that is between the HH and the 10 bars, I'm just missing the p...
0
votes
1
answer
144
views
asked 3 years ago by
Category: Stock Scanners
I am trying to scan for stocks whose current closing price is sitting above the Pivot Point provided in WoodiesPivots for the Opt Exp timeframe. I'm aware of the limitations of the thinkorswim scanner when it comes to secondary aggregations, but the ...
0
votes
1
answer
786
views
asked 3 years ago by
Category: Stock Scanners
Hello Mr. Hahn I'm a big fan of your work. Your condition wizard video has helped me tons as I am now able to see when a particular study might get triggered using the marketwatch/alerts study chart. Thank you. I have been trying to figure out a way ...
0
votes
1
answer
91
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, How Can I filter the scan results to show only optionable stocks? Thank you, Shaishav
0
votes
1
answer
203
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I'm trying to create a scan to run each morning that will find optionable stocks that hit a 52 week high the previous day and are now trading 3-5% below that high.  It would be a bonus if the scan found only the highs that were reached on a ...