- Questions
- Stock Scanners
Votes
Answers
Views
Question
0
votes
1
answer
174
views
asked 6 years ago by J Holt
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
457
views
asked 6 years ago by Corey
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
1676
views
asked 6 years ago by Bernard Bernard
Category:
Stock Scanners
Tags:
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
305
views
asked 6 years ago by Tuan Pham
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
69
views
asked 6 years ago by Sebastian Krischer
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
159
views
asked 6 years ago by b fox
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
297
views
asked 6 years ago by Ryan Sizemore
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
813
views
asked 6 years ago by Trade Wizard
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
183
views
asked 6 years ago by Carlos Serna
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
328
views
asked 6 years ago by John Ulrich
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...