Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
1
answer
206
views
asked 1 year ago by
Category: Stock Scanners
Hello, I am trying to make a scanner that will alert me anytime the price of a stock passes above or bellow Bollinger band with the settings (CLOSE, 0, 12, -3.0,3.0,SIMPLE) for the 5,15 and 30 minute time frames intraday. It does not have to close ab...
0
votes
1
answer
251
views
asked 1 year ago by
Category: Stock Scanners
Hi Pete, I'm not sure if I missed it but I don't see this question asked yet? I'm looking for a scan for stocks coming out of the squeeze on the bearish side. Thanks again!
0
votes
1
answer
80
views
asked 1 year ago by
Category: Stock Scanners
As an example, how do I scan for stocks that had over 1000 trades yesterday? (from 9:30 to 15:59)
0
votes
1
answer
84
views
asked 2 years ago by
Category: Stock Scanners
is there a way to scan for when Bid overwhelm Ask like 5 to 1 in either options or Stocks on a particular symbol? Thanks Steve
0
votes
1
answer
159
views
asked 2 years ago by
Category: Stock Scanners
Hello, I'm look for a way to run a scan for the first bear candle closing above a moving average, and a separate scan for the first bull candle closing below the moving average.  We can use 10EMA for example.  This would be used for various time fram...
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
179
views
asked 2 years ago by
Category: Stock Scanners
Trying to make the following in the code editor: close is greater than or equal to PivotPoints()."PP" and close is less than PivotPoints()."R1 But I am getting the following massage: "com.devexperts.tos.thinkscript.runtime.TooComplexException: The co...
0
votes
1
answer
131
views
asked 2 years ago by
Category: Stock Scanners
Pete, Im frustrated that ThinkorSwim's StochRSI has the ability to "scan" for up arrows & nothing ever comes up.  I dont believe this function works, or Im doing something wrong. Would you consider looking over the script  I have provided below &...
0
votes
1
answer
124
views
asked 2 years ago by
Category: Stock Scanners
Hello, Is there a way to scan for Monthly Options Contract only(weeklys excluded)? Or is there any other solution to eliminate/decrease multiple options contract of a single  stocks in the Option Scan? For example, If I'm scanning for top 50  most vo...
0
votes
1
answer
280
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, thanks for all your videos and your scripts.   I want to check for relative strength of a stock with SPY on daily basis.   I was the stock to out perform the index  (for today)   is this code correct as i get some results whic...