Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
1
answer
378
views
asked 4 years ago by
Category: Stock Scanners
Pete,    Clould you help me with a scan....for a long set up...The bar closes in the top 25% of it range..and the next bar has to to close higher than the previous bar and also trade in the top 25% of its range as well..This is now the long...
0
votes
1
answer
60
views
asked 4 years ago by
Category: Stock Scanners
Pete, I saw this study, https://www.hahn-tech.com/ans/plot-text-where-volume-forecast-is-reached/, you provided an answer to and wanted to see if it can be converted to a scan so that when the VF50% is reached I can see those stocks. Thanks, Carlos
0
votes
1
answer
588
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;  
0
votes
1
answer
114
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
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
682
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
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
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
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
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...