Reference Pages:
Question: Does Dick Fabian's 'Telephone Switch' share-picking, trend-analysis method work for UK pension funds?
To find out, I am applying the Fabian method to L&G, Norwich Union, and Aviva fund prices retrieved from:
Here are the current analysis and recommendations:
Legal & General Buy/Sell recommendations
Norwich Union Buy/Sell recommendations
Aviva S6 Buy/Sell recommendations
Stocks Buy/Sell recommendations
Note: For each fund, the recommendations only become valid when the system has acquired 39 weeks of price data.
Python + Perl + Redis key-value store (NoSQL)
Python retrieves the price data from each company's price page and BeautifulSoup parses for relevant price data. It checks for typos and missing data before accepting that valid prices have been grabbed for any existing funds, highlighting any consistency issues.
The prices are appended to a Redis database as keyed lists of prices for each fund.
A Perl script averages the prices averaged over 39 weeks and posts them to the webpages linked to above.
I wrote this application to test the 'Telephone Switch Method' against UK pension scheme funds. Also to develop an understanding of data relations in Redis, multiple Redis databases, and appropriate module code prior to storing Renewable Energy Monitor sensor data in Redis.
Discussion