Stock Scanners (703)

Votes
Answers
Views
Question
0
votes
1
answer
77
views
asked 3 years ago by
Category: Stock Scanners
I have searched the TOS website and all their documentation and even Googled the web, but am unable to figure a way to match a particular set of display columns to different scans that I save. I can't even seem to find a way to save a particular set ...
0
votes
1
answer
76
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...
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 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
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
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
73
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...
1 61 62 63