Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
1
answer
76
views
asked 4 years ago by
Category: Stock Scanners
Hey Pete, I'm looking for a scan that can search the minimum percentage of 5% from low to high of each daily candle in the past 5 candles. Note that I'm not looking for accumulative of the last 5 candles but instead each candle has to have a 5% range...
0
votes
1
answer
76
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, Please see the scan screenshot attached below. I need to add a filter in scan, in which I can assign the range to the candle which crosses above the custom study's T3 Moving Average.  For the range, I intend to apply a fixed value that defin...
0
votes
1
answer
75
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I'm looking for a scan that can find stocks low price at or above a specific range relative to the previous days range. I've attached a picture just for visual of what I've written below. So first candle on left = 100% from low to high no ma...
0
votes
1
answer
75
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I took the watchlist you gave me & I'm trying to make a scan but b/c the variables are not similar to the plain MACD I'm having trouble w/ it because I don't know how to script them. This is the watchlist you created for me & its per...
1
vote
1
answer
75
views
asked 3 months ago by
Category: Stock Scanners
Hi, I'm trying to use the below to scan for stocks closing above/below the respective ADR levels on an intraday time (2min, 5min, etc..).  Currently only works for daily closes. Thanks so much. **Script below** # Define length for ADR calculation inp...
0
votes
1
answer
74
views
asked 4 years ago by
Category: Stock Scanners
Trying to create a scan with multiple moving averages within 5 % of each other. I thought I would use min and max of each set to do this but cant get it to work. I see min/max is only for two variables. Is there a command that looks at an array of li...
0
votes
1
answer
74
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, I'm trying to make a scan using a daily chart to find stocks going back historically, as long as possible. I'm looking for stocks that are up 75% of the time every January over numerous years. Is something like that possible?  I'm fiddling w...
0
votes
1
answer
73
views
asked 6 years ago by
Category: Stock Scanners
In something I have been working on, I have to (a) determine the closing price x bars ago - ie. close[x] (b) find the average closing price  since that date .  average(close,x) x was determined through my code and so is not a constant, which Think Sc...
0
votes
1
answer
73
views
asked 3 years ago by
Category: Stock Scanners
Please help me understand how to determine how much data does a scan pulls in for each security for a scan and what can I do, if anything, to minimize this amount of data to make scans more efficient. I realize that the answer would depend on, at lea...
0
votes
1
answer
71
views
asked 4 years ago by
Category: Stock Scanners
Hi, I took a stab at this but now I am asking you Mr Hahn for some assistance. After searching online and throughout this forum, I couldn’t find anything solid. What I am looking to accomplish is run a scan where the close crosses below the 9 EMA at ...