Publications by systematicinvestor

Minimizing Downside Risk

01.11.2011

In the Maximum Loss and Mean-Absolute Deviation risk measures, and Expected shortfall (CVaR) and Conditional Drawdown at Risk (CDaR) posts I started the discussion about alternative risk measures we can use to construct efficient frontier. Another alternative risk measure I want to discuss is Downside Risk. In the traditional mean-variance optimi...

2590 sym R (3690 sym/3 pcs) 28 img

Maximizing Omega Ratio

03.11.2011

The Omega Ratio was introduced by Keating and Shadwick in 2002. It measures the ratio of average portfolio wins over average portfolio losses for a given target return L. Let x.i, i= 1,…,n be weights of instruments in the portfolio. We suppose that j= 1,…,T scenarios of returns with equal probabilities are available. I will use historical ass...

3159 sym R (5211 sym/3 pcs) 30 img

Geometric Efficient Frontier

09.11.2011

What is important for an investor? The rate of return is at the top of the list. Does the expected rate of return shown on the mean-variance efficient frontier paints the full picture? If investor’s investment horizon is longer than one period, for example 5 years, than the true measure of portfolio performance is Geometric return, which is alw...

5952 sym R (7776 sym/6 pcs) 30 img

Resampling and Shrinkage : Solutions to Instability of mean-variance efficient portfolios

11.11.2011

Small changes in the input assumptions often lead to very different efficient portfolios constructed with mean-variance optimization. I will discuss Resampling and Covariance Shrinkage Estimator – two common techniques to make portfolios in the mean-variance efficient frontier more diversified and immune to small changes in the input assumption...

5860 sym R (3788 sym/4 pcs) 22 img

Black-Litterman Model

15.11.2011

The Black-Litterman Model was created by Fisher Black and Robert Litterman in 1992 to resolve shortcomings of traditional Markovitz mean-variance asset allocation model. It addresses following two items: Lack of diversification of portfolios on the mean-variance efficient frontier. Instability of portfolios on the mean-variance efficient frontie...

5474 sym R (4570 sym/4 pcs) 39 img 1 tbl

Style Analysis

17.11.2011

During the final stage of asset allocation process we have to decide how to implement our desired allocation. In many cases we will allocate capital to the mutual fund managers who will invest money according to their fund’s mandate. Usually there is no perfect relationship between asset classes and fund managers. To determine the true style of...

3138 sym Python (5304 sym/5 pcs) 24 img

Introduction to Backtesting library in the Systematic Investor Toolbox

24.11.2011

I wrote a simple Backtesting library to evaluate and analyze Trading Strategies. I will use this library to present the performance of trading strategies that I will study in the next series of posts. It is very easy to write a simple Backtesting routine in R, for example: bt.simple <- function(data, signal) { # lag singal signal = Lag(signal,...

1704 sym R (2503 sym/3 pcs) 22 img

Trading Strategy Sensitivity Analysis

28.11.2011

When designing a trading strategy, I want to make sure that small changes in the strategy parameters will not transform the profitable strategy into the loosing one. I will study the strategy robustness and profitability under different parameter scenarios using a sample strategy presented by David Varadi in the Improving Trend-Following Strategi...

1986 sym R (3595 sym/2 pcs) 22 img

Backtesting with Short positions

01.12.2011

I want to illustrate Backtesting with Short positions using an interesting strategy introduced by Woodshedder in the Simple, Long-Term Indicator Near to Giving Short Signal post. This strategy was also analyzed in details by MarketSci in Woodshedder’s Long-Term Indicator post. The strategy uses the 5 day rate of change (ROC5) and the 252 day ra...

3057 sym Python (2302 sym/2 pcs) 26 img 2 tbl

Multi-Asset Backtest : Rotational Trading Strategies

05.12.2011

I want to discuss the implementation of Rotational Trading Strategies using the backtesting library in the Systematic Investor Toolbox.The Rotational Trading strategy switches investment allocations throughout the time, betting on few top ranked assets. For example, the ranking can be based on relative strength or momentum. A few examples of the ...

2949 sym R (3685 sym/3 pcs) 22 img