- Questions
- Stock Scanners
Votes
Answers
Views
Question
0
1
314
asked 1 year ago by Syed Thasin
Category:
Stock Scanners
Hi Hahn. I hope you are doing great. I am looking for a very simple scanner script. Last 5 minutes top gainer. I can place other conditions like price, volume etc. I will be grateful for any suggestions. Thank you. Stay safe.
0
1
113
asked 1 year ago by David Meyer
Category:
Stock Scanners
I would like to modify my scans to Exclude non-USA owned stocks. I can display Company-address Nation, which shows the country and so I am hoping there is a way to filter our non-USA stocks. Is it possible in TOS?
0
1
106
asked 1 year ago by Ajay Resika
Category:
Stock Scanners
Hello, Lets say SPY has moved 1% pre-market. I want to get a list of stocks that have moved 3% or more up or down pre-market. Lets say SPY has moved 2.2% pre-market. I want to get a list of stocks that have moved 6.6% or more during pre-market. So th...
0
1
110
asked 1 year ago by Nathan Ngindu
Category:
Stock Scanners
Hello Peter, I need help with my scan. I want at least a minimum of 3 consecutive prices close above le previous price condition. And my scan responds when the price clove below the previous close. I think this will require a while loop. With the wiz...
0
1
119
asked 1 year ago by James Walton
Category:
Stock Scanners
I'm looking for a bit of help. I just want to add a ToS custom study where I can scan for stocks where the MACD exponential is above the average of the daily time frames. Thanks!
0
1
120
asked 1 year ago by Sabrina Leigh
Category:
Stock Scanners
Hi Pete, I am looking for a scan that tells me when a 2 period RSI flips from positive to negative. I tried to use the Rate of Change 2 period flip, since TOS has a scan for that, but it's not the same.
0
1
145
asked 1 year ago by faisal s. ahmed
Category:
Stock Scanners
Tags:
Hello Mr. Hahn, During a given day's pre-market session, if I write a script for the pivot point as, " PP = HCl3[1]" on a daily aggregation, will it consider the previous day's data or, one day before the previous day's data? Thanks
0
1
83
asked 1 year ago by WyzeKraft LLC
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
1
100
asked 1 year ago by Arnie Phelps
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
1
185
asked 1 year ago by Tom Tucker
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...