Stock Scanners (699)

Votes
Answers
Views
Question
0
votes
1
answer
71
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...
0
votes
1
answer
87
views
asked 1 year ago by
Category: Stock Scanners
I am trying to build a scan that I can run only on Mondays going into the close after 3:00pm looking for stocks that are currently trading below Fridays Close. here is the criteria that I am trying to meet. Only looking for stocks that are in the S&a...
0
votes
1
answer
164
views
asked 1 year ago by
Category: Stock Scanners
I want to scan my 300+ symbol watchlist (of stocks that move well) for high probability swing stocks.  My ideal swing moves in one direction (up or down) for 3 days to 3 weeks.  I want to scan the Daily timeframe for average number of reversals.  The...
0
votes
1
answer
95
views
asked 1 year ago by
Category: Stock Scanners
Hey, you helped out on this study a while ago for ToS.  I've tried to convert this to a scan where today's candle crosses the previous week but I get the error cannot use secondary time frame.   https://www.hahn-tech.com/ans/plot-first-candle-cr...
0
votes
1
answer
128
views
asked 1 year ago by
Category: Stock Scanners
Hi Pete, I'm looking for a Heikin-Ashi red to green after five red with the green closing above the body of the previous red. Thanks!
0
votes
1
answer
259
views
asked 1 year ago by
Category: Stock Scanners
How would I create a scan for Tweezer Tops or Tweezer Bottoms as they relate to the Bollinger Bands ? Specifically, Bollinger Band settings are: displace 0, length 21, number of deviations down -2, number of deviations up 2 and average type simple. F...
0
votes
1
answer
197
views
asked 1 year ago by
Category: Stock Scanners
Please explain the exact use of the "Offset:" and "within" settings when working within the Edit Condition box. I've viewed a few videos which demonstrate the Offset number being changed but I have not been able to find the use for the "within" setti...
1
vote
2
answers
342
views
asked 1 year ago by
Category: Stock Scanners
Do you have code that would allow me to scan for Price-to-Sales Ratio (P/S) where I could enter a min and a max and have the results filtered to display that range?
0
votes
1
answer
197
views
asked 1 year ago by
Category: Stock Scanners
Hello, I am trying to make a scanner that will alert me anytime the price of a stock passes above or bellow Bollinger band with the settings (CLOSE, 0, 12, -3.0,3.0,SIMPLE) for the 5,15 and 30 minute time frames intraday. It does not have to close ab...
0
votes
1
answer
243
views
asked 1 year ago by
Category: Stock Scanners
Hi Pete, I'm not sure if I missed it but I don't see this question asked yet? I'm looking for a scan for stocks coming out of the squeeze on the bearish side. Thanks again!