Stock Scanners (708)

Votes
Answers
Views
Question
0
votes
1
answer
311
views
asked 6 years ago by
Category: Stock Scanners
Hello, I am trying to code a scan based on built-in study "SequnceCounter" but I am getting error "Folding:integer 'to' is expected. Nan". Please check attachment for details. Is there a way to avoid this error and use it in the scan? Thanks in advan...
0
votes
1
answer
208
views
asked 6 years ago by
Category: Stock Scanners
HI i have this study.... how can i convert this into scan, i have seen your video, but problem with this it has script in it and without plot i think we cannot use script and scan donot allow 2 plots, script OpenRange { input ORtime = 5; def FirstBar...
0
votes
1
answer
328
views
asked 6 years ago by
Category: Stock Scanners
Hello Pete,   So below I have provided the code for a chart label that counts the amount of time a stock has spiked in the past (aka a former runner). My question is, how can we turn this into scan criteria. When using this scanner, I only want ...
0
votes
1
answer
136
views
asked 6 years ago by
Category: Stock Scanners
hi Pete, I've been struggling with this one for some time now. Many times I'm gathering intraday information and want a cross-reference it against daily data in the past.   An example might be I currently have a chart that gives me the highest p...
0
votes
1
answer
433
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, Was wondering if it was possible to get a , into the scan results? Lets go with something super basic, plotting the volume from yesterday (image attached) Using the code: plot x = volume() [1]; ^ this gives me the data with a single decimal ...
0
votes
0
answers
58
views
Be first to answer!
asked 6 years ago by
Category: Stock Scanners
Hi Pete, I am looking to find the stocks whose low happened in the last 9-12 months and high happened in the last 30 days example: today is 2/10/2019, so low should have occurred around 2/10/2018-4/10-2018 and high should in 1/10/2019-2/10-2019 on a ...
0
votes
1
answer
1165
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, Is it possible to modify the TTM Squeeze Scan to return only results with the second yellow bar after 2 or more red bars (histogram)? Thanks
0
votes
1
answer
202
views
asked 6 years ago by
Category: Stock Scanners
Hello sir, first off, i appreciate all this information, its highly appreciated. Ive tried repeatedly to figure out how to make a simple after hours scan but nothing ever worked out to match sites with A/H movement [confirmation that i was doing it r...
0
votes
1
answer
156
views
asked 6 years ago by
Category: Stock Scanners
I am trying to write a scan that will locate a stock with the RSI below 5 for day days in a row starting at the close of the current day and going back for five days. plot scan = RSI("length" = 2, "over sold" = 5)."RSI" is less than RSI("length" = 2,...
0
votes
1
answer
59
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, I would like to add be able to scan for times in which the McClellan Summation Index is greater than or less than the McClellan Summation Index Neutral Level. While TOS will allow me to create that scan, it produces zero results even though ...