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.

Weinstein Relative Strength Clause???

I've got a relative strength indicator on my charts that I took out of Stan Weinstein's book that I think is based on the Mansfield Relative Strength indicator. It's the price of the stock compared to the SPX on a 52 week average I believe. Anyways, I am wondering if there is a way to include this in a scan somehow to catch stocks where this RS line has been trending up for at least a month? I've included a screenshot of what I am talking about.


Comments

  • The Price Relative/Price Performance indicator on Stockcharts is a ratio of the per cent price change for each symbol from the first date on the chart (when there are no indicators, the first value of the RS line is always 0). You can add overlays as you have done. It may be worth noting that the values of the indicator will vary depending on the starting point of the chart, but their relative position is unaffected (so the same data point will remain on the same side of the MA regardless of the chart start date).

    Unfortunately, you cannot scan directly for the slope of the MA.

    One workaround might be to add $SPX to you stock lists and scan the list with a rank by statement for percent change for the period specified - e.g. a month, or twenty days. Save the results in rank by order. Symbols that are outperforming the $SPX over that time period will appear on the list above the $SPX.
  • Thanks for that. I'll give it a shot.
  • I'm interested. Please chow code.
  • The rank by statement has to be the last statement in your scan. Then add the PctChange function with your chosen parameter. So,

    [some favorites list] // select a favorites list from the drop down on Workbench, be sure list includes $SPX

    rank by PctChange(20, close)


  • Found an copy of Stan Weinstein's old Global Trend Alert newsletter. The graphic on the stages and 'definitions' are good things to be aware of. He used to provide stage analysis on all of the SP500 stocks and as well as "promising" and "vulnerable" stocks, ETF's, world markets, commodities, bonds any other thing he felt needed an observation.





  • Stan Weinstein's book Secrets for Profiting in Bull and Bear Markets is a classic, if you can find it. Very good quiz sections using actual charts for recognizing the buy and sell patterns he discusses. If it's out of print, it may be available as a downloadable pdf. But be careful going to pdf sites - some of them are scams.
  • There is a GREAT, out of print, point and figure book named "Dynamic Trend Line Charting by Howard Prenzel. Amazon/ Amazon seller managed to create a duplicate IBSN number for a totally different book about some old time movie. When you'd search the name of the real book, the other book's image would come up as what you were getting, but with the real book's title at the top of the page. The buyers were getting the wrong book for about a year, until Amazon finally eliminated/corrected the duplicate ISBN number issue.

    Agreed, most of the PDF sites are scams.


  • "most of the pdf sites are scams" - right - don't do it without security software (norton, mcafee, etc.) installed and active. In fact, you shouldn't go anywhere with it. A VPN is a good idea, too.
Sign In or Register to comment.