Stock Scanners (703)

Votes
Answers
Views
Question
0
votes
1
answer
447
views
asked 5 years ago by
Category: Stock Scanners
For TOS, Is there an example of a scan which scans for an event within last (most recent) N bars? If no example, how could I develop a thinkscript for it. For example, I'd like to scan for stocks for which ForceIndex crossed zero from above or below ...
0
votes
1
answer
152
views
asked 5 years ago by
Category: Stock Scanners
I'm trying to build a scan that finds tickers whose last bar (on daily timeframe) is above the ATR by a certain percentage (e.g. 30%). Here is what I've tried: #Wizard text: range is more than #Wizard input: percentage #Wizard text: ATR Input period ...
0
votes
1
answer
432
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete. Please help me to set up a scan that looks to follow the overall trend of a stock.  I am trying to set up a scan that will search for stocks in which the 9 EMA  is already trading above the 20 EMA on the 1 hour time level and the 9 EMA is ju...
1
vote
2
answers
1491
views
asked 5 years ago by
Category: Stock Scanners
There is some good news, we can debug scan code by using the plot statement to let the scan engine test a condition. We see that the condition is true if the results are the full set of symbols. Example: <pre> input offset = 0; def sum = 1; plo...
0
votes
2
answers
248
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
57
views
asked 5 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
141
views
asked 5 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
265
views
asked 5 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
765
views
asked 5 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
156
views
asked 5 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 ...