Stock Scanners (699)

Votes
Answers
Views
Question
0
votes
1
answer
446
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, You were able to code a scan finding the second yellow bar after 2 or more red bars in the TTM Squeeze histogram. Post of reference: https://www.hahn-tech.com/ans/ttm-squeeze-scan-for-second-yellow-bar-after-2-or-more-red-bars/ I tried to sw...
0
votes
1
answer
299
views
asked 5 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
189
views
asked 5 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
302
views
asked 5 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
130
views
asked 5 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
404
views
asked 5 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
53
views
Be first to answer!
asked 5 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
1077
views
asked 5 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
193
views
asked 5 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
146
views
asked 5 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,...