Stock Scanners (701)

Votes
Answers
Views
Question
1
vote
2
answers
1483
views
asked 5 years ago by
Category: Stock Scanners
There is some good news, we can debug scan code by using the plot statement to let the scan engine test a condition. We see that the condition is true if the results are the full set of symbols. Example: <pre> input offset = 0; def sum = 1; plo...
1
vote
1
answer
117
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, Thanks for all your help with educational videos. I was trying to create a scan based on below and having no luck. If you can please help me with this scan TimeFrame = Based on first 30 Min of Trading Day 8.30 to 9.00 Retracement near 0.05% ...
1
vote
1
answer
68
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, I am interested in to scan or be notified(Text or Email) on hand full of stocks when their 20 and 40 EMA crosses over each other. I don't need to see stocks in my scan result set once the first bar is passed. I am interested to see only when...
1
vote
1
answer
198
views
asked 5 years ago by
Category: Stock Scanners
Hello,  I have gone through the lists here and could not find any script that can do the following. Think or Swim Stock scan Scan for stocks which are 5% or more below 52 week high  (if  5% can be variable) Scan for stocks which are 5% or more above ...
1
vote
1
answer
119
views
asked 4 years ago by
Category: Stock Scanners
Its possible to make a 2 day EMA scan of the force index with thinkscript? Thanks in advance
1
vote
1
answer
214
views
asked 4 years ago by
Category: Stock Scanners
How would you write this custom scanner?  I need a scan that is based on two minute interval.  I need the 20SMA above the 200SMA and the close above the 20SMA.  Then I need pattern of Green, Red, Green or Green, Red, Red, Green.  Could you help me wi...
1
vote
1
answer
113
views
asked 4 years ago by
Category: Stock Scanners
Hey Pete, Happy New Year. Thanks for your video and the code on using Ichimoku to scan stocks -- https://www.youtube.com/watch?v=i8U6KqBMmGM . I was able to get the scan to trigger using TOS. The scan shows correctly for stocks as per the daily chart...
1
vote
1
answer
263
views
asked 4 years ago by
Category: Stock Scanners
Hello there, I was wondering if it was possible to scan for stocks based on yesterday's change from the open. This is what I have for today's % change from the open: plot scan = close <= open * 0.97; And as a dollar value: plot scan = close <= ...
1
vote
1
answer
287
views
asked 4 years ago by
Category: Stock Scanners
Hello guys, I'm uploading a screenshot after trying to figure this out on TOS scanner. I basically want to find stocks that are at or under 21ema on daily charts) I tried creating a scanner but I don't know what I did wrong. Also is there a way to fi...
1
vote
1
answer
93
views
asked 4 years ago by
Category: Stock Scanners
Hello, Currently, I am using the Price Change Study Filter (pic attached) for a Scan that is showing when the current bar's "Close" is at least a .2% greater than the "Close" 2 bars ago. It works fine.....but I wanted to edit it to show when the Curr...
1 3 4 5 6 7 65