Stock Scanners (714)

Votes
Answers
Views
Question
0
votes
1
answer
61
views
asked 6 years ago by
Category: Stock Scanners
If I run a scan I would like to add the time line drawing in to the chart automagically
0
votes
1
answer
169
views
asked 6 years ago by
Category: Stock Scanners
Hey Pete, including two screenshots, hopefully. Ive never done screenshots before so let me know if you get them. Im probably missing something but it looks to me like there should have been a long signal.  Thanks for all you do this sight is awesome...
0
votes
1
answer
114
views
asked 6 years ago by
Category: Stock Scanners
Good day Pete, and thank you again for the site. And for also keeping it very structured as well. This is my first post, and wondering on ToS, which over the past few years I have coined "SaD" [Sink and Drown] as for sure, nothing gets fixed. [More o...
0
votes
1
answer
428
views
asked 6 years ago by
Category: Stock Scanners
How would I create TOS SCAN RSI UNDER 20 & CLOSE > 200-DAY SMA - Alternate 1: Stocks that have a RSI under 20 for 3 days and a closing price above the 200 SMA Plot scan = (RSIWilder(length = 2) < 20 && RSIWilder(length = 2)[1] < ...
0
votes
1
answer
183
views
asked 6 years ago by
Category: Stock Scanners
Hello, I am wondering how to scan for agreeing MACD signals, (with 3 time frames , as well as 2) but only if the previous bar in the MTF indicator was in disagreement or was in the red.  Basically trying to scan for the first signal. I have read your...
0
votes
1
answer
543
views
asked 6 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
321
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
218
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
342
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
140
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...