Stock Scanners (702)

Votes
Answers
Views
Question
0
votes
1
answer
71
views
asked 3 years ago by
Category: Stock Scanners
I tried but failed to create a script. Can you please help creating a script that show stocks on that are at least .90% or greater than the SMA60 day trend line? This will be for the Open price on 1min candlesticks.
0
votes
1
answer
71
views
asked 1 year ago by
Category: Stock Scanners
Pete, I have a scan using some custom code which is not triggering as expected. Please see below: input lnrLength = 40; plot lnrReg = LinearRegCurve(0, lnrLength, Close); def stkATR = ATR(14); def myLevel = lnrReg + (2 * stkATR); def signalAbove = Cl...
0
votes
1
answer
71
views
asked 1 year ago by
Category: Stock Scanners
I would like to modify my scans to Exclude non-USA owned stocks.  I can display Company-address Nation, which shows the country and so I am hoping there is a way to filter our non-USA stocks.  Is it possible in TOS?
0
votes
1
answer
70
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete would you be able to guide using SVEPivots.  Goal is to scan for ( LAST / MARK / HIGH ) of today that is greater than today's R2, yesterday's R2 and day before yesterday's R1 from SVEPivots study.  These levels are calculated using ...
0
votes
1
answer
70
views
asked 3 years ago by
Category: Stock Scanners
Hello, is it possible to have a scan that triggers when, i.e. RSI increases by 10 from previous bar in a 30 min time frame? Can't figure how to do this in the regular scan parameters. Thanks a lot!
0
votes
1
answer
68
views
asked 5 years ago by
Category: Stock Scanners
Hello, Can you please help me to code for scan where current 30 Min bar HIGH within 0.5 percent of Previous 30 Min bar LOW. Thanks in advance!    
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...
0
votes
1
answer
68
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, Could you please create a scan to identify the stocks which are above 10% or below 10% of the lows of last 3 months low? Thank you, Shaishav
0
votes
1
answer
68
views
asked 2 years ago by
Category: Stock Scanners
Hi If the current price is the highest from today, I won't enter into a trade. It is too expensive for me, so I always make sure it is not the most expensive price. With Thinkorswim, How can I find stocks whose last price is less than the highest pri...
0
votes
1
answer
67
views
asked 5 years ago by
Category: Stock Scanners
Hi, First thank you for your very informative videos. I would like your help in creating a scan for stocks within 1 to 10% below their 52-week high. And a separate but similar scan for stocks within 5 to 10% above their 52-week Low. Thank you.