Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
2
answers
265
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete! I'm a beginner with scripts and I've been following what you guys are doing here for a while. It's amazing, really awesome ideas. I'm trying to create a very basic scanner for premarket which includes a study and alerts when the condition is...
0
votes
1
answer
237
views
asked 4 years ago by
Category: Stock Scanners
I am semi-newish trader and I was wondering if you could help out with a scanner.  If you have already covered this or have something that I could modify to get what I am looking for that would be great.  Here is the setup that I am looking to try an...
0
votes
1
answer
785
views
asked 4 years ago by
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
votes
0
answers
84
views
Be first to answer!
asked 4 years ago by
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
votes
1
answer
61
views
asked 4 years ago by
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
votes
1
answer
495
views
asked 4 years ago by
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
votes
1
answer
680
views
asked 4 years ago by
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
votes
1
answer
461
views
asked 4 years ago by
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
votes
1
answer
112
views
asked 4 years ago by
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
votes
1
answer
587
views
asked 4 years ago by
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;