Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
1
answer
108
views
asked 3 years ago by
Category: Stock Scanners
Been struggling with time based code and would really appreciate some guidance. I was wondering how I can scan for stocks where the high of day is made within the first hour in Thinkscript. I looked at start time, end time, but that didnt seem to wor...
0
votes
1
answer
108
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, Is it possible to create a scan that returns results where a selected variable of the current bar crosses above a selected variable of any bar within a predetermined range of past bars? Example 1: scan for the close of the current bar crossi...
1
vote
1
answer
108
views
asked 11 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
0
votes
1
answer
107
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete. I am new to your site. I am looking for a TOS scan that would generate a list of those companies that have posted x consecutive quarters (or years) of positive (or negative) earnings.
0
votes
1
answer
107
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, I have a scan in TC2000 which basically identifies consolidation of 4 bars ( usually less than 1 %). Its consolidates in a box and as soon as the current candle breaks above the previous 4 candles we can enter a long trade. Can you please he...
0
votes
1
answer
106
views
asked 6 years ago by
Category: Stock Scanners
I am looking to create a scan that finds stocks with NO gaps for ALL N bars back. It's easy enough for me to finds gaps looking N bars back. There are built-in default scans that do this. It seems much harder to create a scan to find NO gaps for ALL ...
0
votes
1
answer
106
views
asked 4 years ago by
Category: Stock Scanners
Hey Pete, I know from the past posts that there is limitation in TOS on how much we can do with Options. But I have a decent scanner to pull Option Volume and I get alerts ringing nicely too. But the only issue is that its difficult to find items add...
1
vote
1
answer
106
views
asked 3 years ago by
Category: Stock Scanners
Hey there! I have some fairly crude code, but it gets me what I want. I can grab the volume of the first 20 minutes with this, and it will show up on my label. However, when I try to scan using the plot in my study and set it to search for > 20, i...
0
votes
1
answer
105
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I'm not sure if this is possible also. I'm looking for a scan to find the stocks that are trading below the cash value. Here is formula I manually use to check the cash value for the stock but I don't know how to setup a scan to find them. A...
0
votes
1
answer
105
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, It's been a while since I last checked your website. I hope you can help me in the coding I tried to compose from the previous codes you provided me before. I tried to combine them. But not getting what I want. I am using this for my scanner...