Ulcer Index Indicator

      3 Comments on Ulcer Index Indicator

* Update – Trading models that were designed earlier using Yahoo! Finance API have been rewritten to retrieve quotes from Bloomberg Markets or an Open Source API. Only US stocks and ETF quotes can be retrieved from the UI model at this time. See setup instructions.

Background on Ulcer Index

Ulcer Index (UI) is a tool for measuring investment risk that addresses maximum drawdown of an asset value, unlike the commonly used standard deviation (SD) of return. UI measures the depth and duration of drawdowns in asset prices from earlier highs.

The index was developed by Peter G. Martin in 1987 and was first published in The Investor’s Guide to Fidelity Funds: Winning Strategies for Mutual Fund Investors. The ulcer index is based on maximum drawdown in an asset value a portfolio experiences over the analysis period. It is a volatility measure that ignores upside movements and captures only the continuous downside volatility. The longer the drawdown, the higher the UI.

Ulcer Index Indicator

Ulcer Index is the root mean square (RMS) or quadratic mean of all drawdown values, D1 through Dn.

where,

– D is the drawdown value for each slice in the look-back period, and
– N is the number of periods in the look-back period

Note that each Drawdown is a percentage drop from the moving maximum price, so the Ulcer Index can be expressed as a percentage as well. Let’s say we take weekly Drawdowns and pick N=208. That was the last four years of weekly prices taken, since 4*52 = 208.

The algorithm for calculating Ulcer Index is straight forward and can be represented in pseudo code:

Ulcer Index in Excel

Ulcer Index Indicator in this spreadsheet is easy to use. Just plug in the symbol, start, and end date ranges. The program performs all the necessary calculations behind the scenes and plots Ulcer Index chart.

ulcer-index-indicator

The excel spreadsheet in this example builds Ulcer Index on a 14-day day rolling period. Let us take the case of CBST (Cubist Pharmaceuticals) which has been in the news lately. The closing prices have been tracked since Mar-18-2013 to Jan-18-2015 or a 22 month period to study the Ulcer Index model.  Note that UI drops below 1 on Nov-02-2014 and then hovers around zero for the remainder of 2014. During this period, the stock price skyrocketed to 100. This could have been primarily due to FDA approval of Cubist’s new antibiotic drug on Dec-19-2014 and the announcement of subsequent takeover by Merck & Co in late 2014.

Measuring Investment Performance

The common method for measuring “investment performance” is to take the ratio of the excess return of an investment by its risk. Excess return is total return minus the return offered by risk free investments such as T-bills. This calculation provides us a number that quantifies both risk and return. It reports the additional return obtained per unit of risk assumed. Typically, the Sharpe Ratio is used, where risk is referred to as standard deviation of return:

Standard Deviation does not cover all the gamut, and is a poor performance measure. This can be improved by simply replacing SD with UI which mainly focuses on downside risks. This new performance measure has been coined as “Martin Ratio” or “UPI” (Ulcer Performance Index).

The calculation should factor in compounded annual returns, dividends, distributions, and transaction costs for consistency.

Ulcer Index measures risk by factoring in drawdowns represented by price declines. UI is targeted mostly for investors with long positions. The index oscillates around zero when prices record prolonged advances. The index rises when prices move lower from their recent highs. Hence, UI tracks downside risk and can be extended to calculate risk-adjusted returns.

The UI spreadsheet retrieves quote information from Bloomberg OpenMarkets through a lightweight data-interchange format called JSON or JavaScript Object Notification. If this is your first time programming JSON in Excel, you must add certain COM objects to retrieve Bloomberg Markets Web Service through VBA.

Under Developer->Visual Basic->Tools->References, add the highlighted objects.

VBA-JSON-References

Download Ulcer Index Indicator in Excel

Donate with PayPal button

3 thoughts on “Ulcer Index Indicator

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.