Quote from Reno:
Earnings dates: http://www.zacks.com/ free registration allows you to set up a tracking portfolio and under EPS view upcoming earnings dates are conveniently listed for all stocks in the portfolio. Some may find this of value.
Thanks for the above reference. I have been looking for something along these lines for quite some time. This saves me from reviewing the list every few days to double check the stocks scheduled to report earnings.
With respect to Float values, only checking every six months might work for you. However, expect to exclude stocks which otherwise would have qualified based on changes in Float occurring within that six month window. Better to use one of the other listed free services. Float may not change each day, but changes do occur more frequently than twice a year.
Quote from acesheet:
I was studying your WL v3 code tonight and when I came to BOP I noticed SMASeries( BOPSeries, 1 ) in the PVADScore function. Is it a mistake that you are taking a 1 day SMA or were you just messing around with different values at some point?
No mistake. I simply don't know enough WealthScript to code like a professional (as should be evident by my often sloppy code - particularly my failure to indent when using functions). In the scoring section of the Hershey v3.0 code, we only wanted to look at a single day for Warden's Balance of Power (BoP). A BoP Score above .30 provides us a binary A/D Score of One. Writing it in the form of a series was the only way I could get it to work correctly. Once it worked, I left it alone. It may not be pretty, but it does the job I needed it to do.
- Spydertrader