I have a suggestion for modifying the WL code to speed up the process of identifying the hotlist stocks. The chartscript I'm talking about is the most recent version called "ChartScript - Hershey Equities Rank v. 2.0.1".
The code currently calculates the rank (if there is one) for each stock that is entered. The code also paints the screen green if a stock is in a DU status. What could become somewhat tedious over time is entering in the stocks one at a time manually to find out if there is a rank or if the stock is in DU.
The WL website gives you a way to automate some of this by entering buy and sell signals in the chartscript and allowing you to scan a custom WL watchlist for signals. I haven't examined the script closely (yet), but what could be done in addition to painting the screen green and/or plotting out the rank is to place a buy signal (or more than one) into the chartscript if the stock has a rank and/or if the stock is in DU.
Once this is done you can just dump in the symbols from the nightly StockTables screen to determine whether they should be on the HotList and/or the JH Watchlist. You can also dump in the current final universe to do two things - 1) find out if they have lost their rank - in which case its my understanding that they leave the final universe and 2) determine which stocks from the final universe are currently in DU. People who own WL Developer can probably do all this already, but it would be cool to be able to do it on the website as well.
I'm a pretty fair WL programmer, but if somone is closer to the code (i.e. they wrote it) they may be able to incorporate this feature quicker than I would be able to. Otherwise I'll give it a shot sometime this week - time permitting.
-ace
The code currently calculates the rank (if there is one) for each stock that is entered. The code also paints the screen green if a stock is in a DU status. What could become somewhat tedious over time is entering in the stocks one at a time manually to find out if there is a rank or if the stock is in DU.
The WL website gives you a way to automate some of this by entering buy and sell signals in the chartscript and allowing you to scan a custom WL watchlist for signals. I haven't examined the script closely (yet), but what could be done in addition to painting the screen green and/or plotting out the rank is to place a buy signal (or more than one) into the chartscript if the stock has a rank and/or if the stock is in DU.
Once this is done you can just dump in the symbols from the nightly StockTables screen to determine whether they should be on the HotList and/or the JH Watchlist. You can also dump in the current final universe to do two things - 1) find out if they have lost their rank - in which case its my understanding that they leave the final universe and 2) determine which stocks from the final universe are currently in DU. People who own WL Developer can probably do all this already, but it would be cool to be able to do it on the website as well.
I'm a pretty fair WL programmer, but if somone is closer to the code (i.e. they wrote it) they may be able to incorporate this feature quicker than I would be able to. Otherwise I'll give it a shot sometime this week - time permitting.
-ace
) and anything else I can find on the subject.