New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
Scan to catch a weekly divergence
I have a lot of experience analyzing technical charts but very little using the scan engine. Could somebody help me with 2 simple (I think) scans to catch a weekly divergence? On the chart below of XLI there are several divergences that I would have liked to catch with a scan. I would like to run these scans regularly on the various sectors of the market (like xli, xly, xlf, xlv, xlb, xlp, xlu, xlk). Specifically I would like to catch an sector etf which has been in a downtrend for at least 2 months and has a positive divergence in RSI (14) or in its relative strength (like xli:$spx). On the third week of Sept. 2015 there seems to be a divergence in xli:$spx and again in the second week of Jan 2016. Also, in the second week of Jan. 2016 there seems to be a positive divergence in the RSI of XLI (between the 4th week of Aug 2015 to the low in RSI in the 2nd week of Jan 2016).
How would I catch these? Thank you so much.
http://stockcharts.com/h-sc/ui?s=XLI&p=W&yr=3&mn=0&dy=0&id=p86017990171
0
Answers
All is as it should be. Thanks again.
It is good to be back.
1. In order to avoid the limit of running this only with an end date of the end of a week, I switched to daily charts rather than weekly.
2. Then I put the daily charts for the SPDRs and a few other symbols along with $SPX into a chartlist and gave it the number 0099.
3. I then chose to start with a period of 12 days for ROC, since that was the default time period.
4. Then I ran the following simple scan which ran without error but found 0 results.
// begin rank SPDR scan
[favorites list is 0099] // where ?? is the number assigned to your favorites list
rank by ROC(12)
// rank by RSI(14)
// end scan
I was expecting the scan to result in a list of the symbols in the rank order for ROC(12). Was my expectation wrong or my implementation? Or were both incorrect?
1. I have considered using the SCTR ranking instead of this RS with the SPX. What do you think of the SCTR ranking, especially as a replacement for the RS with the SPX?
2. If you do like the Sctr, how would you write a scan to select only stocks with average vol > 1,000,000, with Sctr > 70 and with change in Sctr over the last week > 20.
3. How would you change the two numbers I chose for minimum Sctr (70) and minimum Sctr change (20)?
Thank you so much.
BobS
and [group is DOW30] or [group is SP100] or [group is NASDAQ100]
and [SCTR.large > 70] and [SCTR.large > 5 days ago SCTR.large + 20]
Similarly, would I use the following for scanning for good SCTRS among small caps?
and [group is SP600]
and [SCTR.small > 70] and [SCTR.small > 5 days ago SCTR.small + 20]
Thanks.