Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
1
answer
85
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
587
views
asked 4 years ago by
Category: Stock Scanners
Why does TOS use Compound Value function in their code for the RelativeStrength Study instead of a simple code as follows: def rStrength = close/close("SPX") ; Plot ans = rStrength;  
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
182
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
638
views
asked 5 years ago by
Category: Stock Scanners
Hi Hahn, I wanted to know if you could create a scan criteria that will show stocks whose price is within a certain percentage of the VWAP, above or below.  Call it 5% for the purposes of this question.  I would prefer if it used the mark or last pri...
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
127
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
281
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...
0
votes
1
answer
229
views
asked 2 years ago by
Category: Stock Scanners
I've been searching your forum and I know you've done this scan but I just can't find it. MACDStrategy in TOS on a single time frame turned into a scan. I've tried converting this myself but I'm just missing something can you help? Thanks Anthony Tre...
1 3 4 5 6 7 65