Stock Scanners (709)

Votes
Answers
Views
Question
0
votes
2
answers
287
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, To prevent so many results, I have a limiter set for the opening range breakout for Stock Hacker. However, this doesn't work when used in Option Hacker. Does TOS not set up to do this? Thanks!
0
votes
1
answer
65
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, I saw your code about bid ask spread for a price difference and thought could it be possible to have a scan but for the difference between mark price and last (close)?  I have tried so far by typing up input limit = 0.02; def priceB = close(...
0
votes
1
answer
154
views
asked 6 years ago by
Category: Stock Scanners
Pete, first happy fathers day. I read your response on january 27th,2017 @ 12:28 pm, for both scanner and/or plot chart of inside days. I am confused on how to modify them to suit my needs. I would like to plot and scan the following configuration. I...
0
votes
1
answer
290
views
asked 6 years ago by
Category: Stock Scanners
I have a IV/HV tool I use and curious how to create a scan using this. I would like to know when the HV is above the 80% level on a daily chart. Red line is above the top white line. Find stocks that meet that criteria. Here is the tools code: declar...
0
votes
1
answer
799
views
asked 6 years ago by
Category: Stock Scanners
Hello, Would it be possible to scan using StandardErrorChannel(code below)? I am trying to scan if price(close) just crossed above the plot LowerBand on 5 min time frame? input price = close; input standardErrors = 2; input fullRange = Yes; input len...
0
votes
1
answer
172
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete,  you previously did a scan for me similar to my new request.  https://www.hahn-tech.com/ans/price-was-below-72-and-89-ema-closes-above-72-ema-first-time/     I want to know if  you can modify the scan to keep track of when the candle closed ...
0
votes
1
answer
313
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, Can you please modify your MTF MACD stock scan to search for stocks that have the red and green histogram when the green one is down or when the red is up. Somewhat opposite of normal I suppose. Here is a screen shot with arrows so you can s...
0
votes
1
answer
136
views
asked 6 years ago by
Category: Stock Scanners
I would like to build a core portfolio by cherry-picking the best stocks of the S&P 500 index, but not just on performance.  How can I scan for both the best performance, but also the lowest volatility along the way?  I'm looking for a scan that ...
0
votes
1
answer
1037
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, I'm a fairly new trader, and just found your site.  I appreciate anyone willing to help me, so I just sent my voluntary contribution.  Thank you. In TOS, can I scan using these three conditions?  stock price above 50-day moving average 50 da...
0
votes
1
answer
81
views
asked 6 years ago by
Category: Stock Scanners
What determines number of aggregation periods used in a scan using a script? For example, if a custom script has selected  daily "D", how many days data will be scanned? A related question: Does the scanning script run from earliest period to the mos...