Stock Scanners (701)

Votes
Answers
Views
Question
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
280
views
asked 5 years ago by
Category: Stock Scanners
RVOL or RELATIVE VOLUME. I am very interested in installing that indicator in my THINK OR SWIM account. I have contacted TOS, but no luck. I have contacted 2 other parties, but no luck. I entered a code I saw on this website, but no result. Anyway, p...
0
votes
1
answer
280
views
asked 4 years ago by
Category: Stock Scanners
input marketClose = 1600; def closeCounter = SecondsTillTime(marketClose); def regSessEnd = closeCounter[-1] == 0; rec priorDayClose = if regSessEnd then close else priorDayClose[1]; def change = ((close-priorDayClose)/priorDayClose)*100; def con1= c...
0
votes
1
answer
280
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, Is it possible to scan for stocks either crossing above or below a Fib level using a customize input for days and minutes (ie 15, 30, hour)? I'm looking to swing and day trade. Can it be dynamic where the levels auto move if there's a new hi...
0
votes
4
answers
278
views
asked 7 years ago by
Category: Stock Scanners
Is it possible to build a dynamic scan that will constantly update that will show me when the 1Hr and 4Hr stochastic starts to either point up or down at the same time as soon as it happens?  So if the 4Hr is up but the 1Hr isn't yet it won't show in...
0
votes
3
answers
278
views
asked 7 years ago by
Category: Stock Scanners
Hello Pete, First, i want to say Thank You for all you do for the trading community, Can you please help me out developing this quick stock scan Stocks that cross below 10 dma and them cross above 10 dma within 25 days. Regards   Editors Note: T...
0
votes
1
answer
278
views
asked 3 years ago by
Category: Stock Scanners
Hello Pete, I'm wondering how to create a scanner that shows the first day that the histogram starts to move back to zero from it's "negative peak" after x amount of days of moving negative.
0
votes
1
answer
275
views
asked 1 year ago by
Category: Stock Scanners
How would I create a scan for Tweezer Tops or Tweezer Bottoms as they relate to the Bollinger Bands ? Specifically, Bollinger Band settings are: displace 0, length 21, number of deviations down -2, number of deviations up 2 and average type simple. F...
0
votes
1
answer
273
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I have a scan that I like using on both NYSE stocks and ETF's, but so far as I have figured out, that means having two watchlists. I would prefer a watchlist of a particular scan include both stocks and ETF's. Is this possible?   Thank ...
0
votes
1
answer
271
views
asked 4 years ago by
Category: Stock Scanners
Hey Pete!  I know this will sound like a silly question but I promise it's not.  I know when you select the timeframe in ToS you have the option to uncheck EXT but that doesn't work as intended. For my hourly scan: I have a simple scan which says f t...