Publications by systematicinvestor

Permanent Portfolio

17.09.2012

First, just a quick update: I’m moving the release date of the SIT package a few months down the road, probably in November. Now back to the post. Recently I came across a series of interesting posts about the Permanent Portfolio at the GestaltU blog. Today I want to show you how to back-test the Permanent Portfolio using the Systematic Investo...

1488 sym R (3211 sym/2 pcs) 10 img

Minimum Correlation Algorithm Paper

21.09.2012

Over summer I was busy collaborating with David Varadi on the Minimum Correlation Algorithm paper. Today I want to share the results of our collaboration: Minimum Correlation Algorithm Paper Back Test reports Supporting R code The Minimum Correlation Algorithm is fast, robust, and easy to implement. Please add it to you portfolio construction t...

790 sym 4 img

Minimum Correlation Algorithm Example

23.09.2012

Today I want to follow up with the Minimum Correlation Algorithm Paper post and show how to incorporate the Minimum Correlation Algorithm into your portfolio construction work flow and also explain why I like the Minimum Correlation Algorithm. First, let’s load the ETF’s data set used in the Minimum Correlation Algorithm Paper using the Syste...

1932 sym R (2911 sym/3 pcs) 16 img

Minimum Correlation Algorithm Speed comparison

25.09.2012

The Minimum Correlation Algorithm is a heuristic method discovered by David Varadi. Below I will benchmark the execution speed of 2 versions of the Minimum Correlation Algorithm versus the traditional minimum variance optimization that relies on solving a quadratic programming problem. #############################################################...

1372 sym R (2744 sym/3 pcs) 4 img

Calling Minimum Correlation Algorithm from Excel using RExcel & VBA

26.09.2012

I want to show the example of calling the Minimum Correlation Algorithm from Excel. I will use RExcel to connect R and Excel and will create a small VBA cell array function to communicate between Excel and R. I have previously discussed the concept of connecting R and Excel in the “Calling Systematic Investor Toolbox from Excel using RExcel & V...

1873 sym R (2546 sym/2 pcs) 6 img

Weekend Reading – Gold in October

28.09.2012

I recently came across the “An early Halloween for gold traders” article by Mark Hulbert. I have discussed this type of seasonality analysis in my presentation at R/Finance this year. It is very easy to run the seasonality analysis using the Systematic Investor Toolbox. #########################################################################...

1628 sym Python (1480 sym/2 pcs) 8 img

Permanent Portfolio – Simple Tools

04.10.2012

I have previously described and back-tested the Permanent Portfolio strategy based on the series of posts at the GestaltU blog. Today I want to show how we can improve the Permanent Portfolio strategy perfromance using following simple tools: Volatility targeting Risk allocation Tactical market filter First, let’s load the historical prices f...

1856 sym R (3761 sym/5 pcs) 8 img

Weekend Reading – Facebook’s P/E ratio

07.10.2012

The Barron’s article Still Too Pricey by Andrew Bary looks at the share price of the Facebook and based on the P/E ration valuation metrics concludes that even at the current prices, stock is overvalued. I want to show how to do this type of fundamental analysis using the Systematic Investor Toolbox. First let’s load historical prices and ear...

2039 sym R (2335 sym/3 pcs) 12 img

Permanent Portfolio – Transaction Cost and better Risk Parity

09.10.2012

I want to address comments that were asked in my last post, Permanent Portfolio – Simple Tools, about Permanent Portfolio strategy. Specifically: The impact of transaction costs on the perfromance and Create a modified version of risk allocation portfolio that distributes weights across 3 asset classes: stocks(SPY), gold(GLD), and treasuries(T...

1742 sym R (1708 sym/2 pcs) 10 img

Company Valuation using Discounted Cash Flows

18.10.2012

Today I want to show a simple example of how we can value a company using Discounted Cash Flow (DCF) analysis. The idea is to compute the company’s Intrinsic Value based on the discounted future cash-flows. To compute future cash-flows I will use the historical Free Cash Flow growth rate. To compute present value of these cash flows I will use ...

1971 sym R (3549 sym/4 pcs) 10 img