- Questions
- Stock Scanners
Votes
Answers
Views
Question
0
1
871
asked 5 years ago by matthew carlisle
Category:
Stock Scanners
Hello, Hi there I would love some help creating a scan. I’m looking for a scan that shows UP volume for the day that is greater than any DOWN volume days in the previous 10 days 2nd condition is Stock must be less than 10% above 10 Dail...
0
0
94
Be first to answer!
asked 5 years ago by Craig Habermehl
Category:
Stock Scanners
Pete is it possible to do a scan for a 2 +/- standard deviation on a 10 day 30 min chart....I can do it for the one day but not sure how to do it for a 10 day.... Thanks
0
1
71
asked 5 years ago by Ratilal Haria
Category:
Stock Scanners
I would appreciate any help, pointer, example that would let me scan on ToS to find the number of new highs set during a particular timeframe i.e. this/last week or this/last month. Following is the code to count new highs but do not know about setti...
0
1
543
asked 5 years ago by Chuck Gordner
Category:
Stock Scanners
Hi Pete, I would like to use your flatbase breakout scanner code to have the breakout be to the short side... The link to the original flatbase breakout scan is here: https://www.hahn-tech.com/ans/flat-base-breakout-scans/ I would like it to have a l...
0
1
776
asked 5 years ago by Corey
Category:
Stock Scanners
Hi Pete. In a previous post you created a watch list code which shows when a Hull Moving Average changes direction. Here is the previous post link : https://www.hahn-tech.com/ans/wl-for-hull-in-tos/ Can you assist me with setting up a scan that looks...
0
1
505
asked 5 years ago by Norman Leal
Category:
Stock Scanners
Hello Pete I use this formula in TC2000 to scan stocks that are oversold using Williams %R (((MAXH10.1-C1) / (MAXH10.1-MINL10.1)) * -100 <= (-80)) or (((MAXH10.2-C2) / (MAXH10.2-MINL10.2)) * -100 <= (-80)) or (((MAXH10.3-C3) / (MAXH10.3-MINL10....
0
1
132
asked 5 years ago by Tuan Pham
Category:
Stock Scanners
Hi Pete, Happy New Year & I hope the 20s are going well for you health-wise so far. Would you be able to help me write a scan looking for the highest pct & avg gain running up two weeks before and after earnings over the past two years? Thank...
0
1
662
asked 5 years ago by Arun NY
Category:
Stock Scanners
Why does TOS use Compound Value function in their code for the RelativeStrength Study instead of a simple code as follows: def rStrength = close/close("SPX") ; Plot ans = rStrength;
1
1
115
asked 5 years ago by Hilario Dsouza
Category:
Stock Scanners
Hey Pete, Happy New Year. Thanks for your video and the code on using Ichimoku to scan stocks -- https://www.youtube.com/watch?v=i8U6KqBMmGM . I was able to get the scan to trigger using TOS. The scan shows correctly for stocks as per the daily chart...
1
1
229
asked 5 years ago by Peter Boivin
Category:
Stock Scanners
How would you write this custom scanner? I need a scan that is based on two minute interval. I need the 20SMA above the 200SMA and the close above the 20SMA. Then I need pattern of Green, Red, Green or Green, Red, Red, Green. Could you help me wi...