Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
1
answer
63
views
asked 4 years ago by
Category: Stock Scanners
Hi!  I hope this is a simple question but is there a way to set up a scan based on the industry?  For example I just want stocks from "Broad Industrials" or XLI etc?
0
votes
2
answers
62
views
asked 7 years ago by
Category: Stock Scanners
I was going to scan to make sure that there is positive moneyflow into a stock. I try and go def price = close; def MoneyTotal= MoneyFlow(price); The compiler complains no default value for "low" and no default value for "volume". I tried MoneyFlow(p...
0
votes
1
answer
62
views
asked 4 years ago by
Category: Stock Scanners
Is there a way to run script only on these symbols /ES or /CL or /HG? And the script I am looking to run is something simple like this: ATR()[1] >= 0.25 I looked online and discovered if GetSymbol() but unsure if this is what I am supposed to be u...
0
votes
1
answer
62
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I'm looking for a scan that gives the total value based on parameters of the daily RSI(14) + Slow Stochastics(14). Example: Scan for a total of less than 50 between the two. Thanks again!
0
votes
1
answer
61
views
asked 4 years ago by
Category: Stock Scanners
I would appreciate any help, pointer, example that would let me scan on ToS to find the number of new highs set during a particular timeframe i.e. this/last week or this/last month. Following is the code to count new highs but do not know about setti...
0
votes
1
answer
61
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, Thank you very much for all the hard work for building up this community. I was wondering if there is any scan on thinkorswim for scanning the stock which opens in the previous days range or/and value area? Thanks Rup
0
votes
1
answer
61
views
asked 3 years ago by
Category: Stock Scanners
Tags:
Hi Pete, I'm able to scan for earnings coming up in the week, it is possible to calculate the $(dollar move) they made in their previous earnings two days prior to the announcement to the announcement day (BMO or AMC), so BMO would include the day of...
0
votes
1
answer
61
views
asked 5 months ago by
Category: Stock Scanners
Try to set up a scan for stocks  that are down over $5 for the past 3 days. Thanks
0
votes
1
answer
60
views
asked 5 years ago by
Category: Stock Scanners
Pete, I'm trying to make a scan for the lagging line crossing above span A...Is what I have correct because it never come up with results....I've even gone back 300 bars...
0
votes
1
answer
60
views
asked 4 years ago by
Category: Stock Scanners
Pete, I saw this study, https://www.hahn-tech.com/ans/plot-text-where-volume-forecast-is-reached/, you provided an answer to and wanted to see if it can be converted to a scan so that when the VF50% is reached I can see those stocks. Thanks, Carlos