Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
1
answer
1260
views
asked 6 years ago by
Category: Stock Scanners
I currently have a default scan that shows me earnings from the Nasdaq within the next 10 bars (http://tos.mx/VMj5Em) I want to know if it is possible to add to this scan to only show those that had a 6% (or whatever % you choose) move up or down the...
0
votes
1
answer
92
views
asked 10 months ago by
Category: Stock Scanners
Hey Pete! I am using the Option Hacker and I am trying to scan for options that are up 10% or more on the day. I tried using the code in the screenshot below but it keeps referencing the stock's data rather than the option's. Any ideas on how to make...
0
votes
1
answer
98
views
asked 1 year ago by
Category: Stock Scanners
Hello Peter, I need help with my scan. I want at least a minimum of 3 consecutive prices close above le previous price condition. And my scan responds when the price clove below the previous close. I think this will require a while loop. With the wiz...
0
votes
1
answer
91
views
asked 7 months ago by
Category: Stock Scanners
Hi Pete, Can you make a scan that alert me when a stock price in my watchlist hit previous day close, high or low?
0
votes
1
answer
52
views
asked 8 months ago by
Category: Stock Scanners
Hello Pete, Can you help with a script where it filters stocks based on closing price is greater than previous day value area high. thanks
0
votes
1
answer
143
views
asked 8 months ago by
Category: Stock Scanners
Hi Pete. I came across a previous post in which you created a watchlist column which shows the current percent change from opening bell. Is there a way to create a scan that shows stocks with the overall highest percentage gain since open as well as ...
0
votes
1
answer
89
views
asked 10 months ago by
Category: Stock Scanners
I found 2 codes/scans that I want to combine into one. 1. plot scan = (close - low) / (high - low) >= 0.9; 2. close is less than close from 1 bars ago
0
votes
1
answer
55
views
asked 10 months ago by
Category: Stock Scanners
Long Version: I want to make a scan study where VWAP weekly is greater than VWAP monthly. I can easily do that using the conditional wizard in the Scan tab which creates the following: plot scan = reference VWAP("time frame" = "WEEK")."VWAP" is great...
0
votes
1
answer
72
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, I'm trying to make a scan using a daily chart to find stocks going back historically, as long as possible. I'm looking for stocks that are up 75% of the time every January over numerous years. Is something like that possible?  I'm fiddling w...
1
vote
1
answer
107
views
asked 10 months ago by
Category: Stock Scanners
Hello Can someone convert below TC2000 to Thinkorswim? L>L1 AND H>H1 and L1<L2 and H1 <H2 and O<L +((H-L)*0.30) AND C>H-((H-L)*0.30) AND H – L >= 3 * MAX(H1 - L1, 3) Thanks