Quant Mashup Using Market Breadth to Gauge Market Health (part 4) [Throwing Good Money]Welcome to Part 4 of this series. We’re still trying to find a market breadth indicator that gives a better health assessment than using a simple moving average on SPY. For a description of what the heck I’m doing, please go back and read the first post (and the subsequent ones too): Using(...) The Impact of Taxes on Investor Returns [Philosophical Economics]If you had invested $100,000 in Altria Group ($MO) on March 31st, 1980, the position today, with dividends reinvested, would be worth $93.6MM–a 21.0% annualized return. If you had invested the same amount in Berkshire Hathaway ($BRK-A), the position would be worth $77.0MM–a 20.4% annualized(...) Stock Returns Around Christmas [CXO Advisory]Does the Christmas holiday, a time of putative good will toward all, give U.S. stock investors a sense of optimism that translates into stock returns? To investigate, we analyze the historical behavior of the S&P 500 Index during the five trading days before and the five trading days after the(...) pysystemtrade [Investment Idiocy]There are already many python packages where you can back test trading strategies. Some of them also include a framework for automatic execution and complete position management. I can't give an exhaustive list but I'll pick out: - Quantopian's zipline - BT - pythalesians -(...) Using Market Breadth to Gauge Market Health (part 3) [Throwing Good Money]If you’re just popping in during the middle of this series, I suggest that you go read the intro post first, so you know what the heck I’m talking about. I’ll wait here while you check it out: Using Market Breadth to Gauge Market Health (part 1) Let’s next take a look at a short-term breadth(...) Why Does Dual Momentum Outperform? [Dual Momentum]Those who have read my momentum research papers, book, and this blog should know that simple dual momentum has handily and consistently outperformed buy-and-hold. The following chart shows the 10- year rolling excess return of our popular Global Equities Momentum (GEM) dual momentum model compared(...) Avoid Firms with CFOs that Golf All the Time [Alpha Architect]Chief financial officers are responsible for managing the financial reporting process. We test whether the quality of a firm’s financial reports is a function of the effort expended by the CFO. Using golfing records to measure leisure consumption, we first show that CFOs consume more leisure when(...) Historical SPX Performance When Rates Start To Rise [Quantifiable Edges]Fed announcing Wednesday that they will begin raising rates for the 1st time in 11 years. Since 1990 there have only been 4 other cycles of rate hikes. I decided to measure SPX performance from the start of those cycles. I found that one month later the stock market was trading lower every time. But(...) Momentum: Slip Counterfactuals, the "Stale Price" Effect, and the Future [Philosophical Economics]The recent piece on the dangers of backtesting has attracted an unusual amount of attention for a piece on this blog. I'd like to thank everyone who read and shared the piece, and also those who offered up commentary on it. To be clear, my intent in presenting the Daily Momentum example was not(...) Time-Series vs. Cross-Sectional Implementation of Momentum, Value and Carry Strategies [Quantpedia]We contrast the time-series and cross-sectional performance of three popular investment strategies: carry, momentum and value. While considerable research has examined the performance of these strategies in either a directional or cross-asset settings, we offer some insights on the market conditions(...) Relationships between Factors [Factor Wave]It is impossible to obtain pure factor exposure. All stocks are exposed in some way to all factors. Further, the factors are all inter-related so by trying to obtain exposure to one factor in particular you will tend to get a certain type of exposure to the other factors. Very broadly • Value has(...) Equity Curve Correlation Analysis [Alvarez Quant Trading]A reader recently asked how to do equity curve correlation. For detailed information on correlation you can read Correlation and dependence or for simpler explanation read Correlation at Math is Fun. For steps on how to do this in Excel, which is where of course I did it, read Correlation at Excel(...) RUT Straddle - 59 DTE - Results Summary [DTR Trading]This is the fourth article in a series looking at the backtest results of selling at-the-money (ATM) options straddles on the Russell 2000 index (RUT). For background on the setup for the backtests, as well as the nomenclature used in the tables below, please see the introductory article for this(...) Financial Backtesting: A Cautionary Tale [Philosophical Economics]Consider the following market timing strategy, which we’ll call “daily momentum”: (1) If the market’s total return for the day, measured from yesterday’s close to today’s close, is positive, then buy the market at today’s close and hold for one day. (2) If the market’s total return(...) Using Market Breadth to Gauge Market Health (part 2) [Throwing Good Money]Welcome to part two of an ongoing series, where I look at different breadth indicators and their viability in describing market health. You can read – and should read! – the introductory post here: Using Market Breadth to Gauge Market Health (part 1) So last post, we (ok, “I”, since I’m(...) Using Market Breadth to Gauge Market Health (part 1) [Throwing Good Money]We all want to know if it's the right time to trade. And we'd also like to know which direction. So for at least the last two months like forever, investors have tried to come up with ways to judge how the market is doing. One technique is to use market breadth as an indicator. There are a(...) Horrific Breadth For A “Rally” [Dana Lyons]Despite yesterday’s rally in the major indices, the underlying breadth statistics were historically weak. After a steep selloff to begin the day yesterday, the stock market rallied late to close with solid gains. At least, the major large-cap averages did. The broader, smaller-cap indices mostly(...) Momentum Deterioration, Crashes, and Prospects [Investor's Field Guide]In this piece, I’ll explore the momentum factor in some detail, mainly because of the excellent article by @jesse_livermore on the dangers of back-testing and the recent deterioration in the momentum factor. As Jesse did, I’ll use Fama French data because its publicly available, even though I(...) Are Stock Pricing Anomalies Driven by Risk or Mispricing? [Alpha Architect]Using a sample of 97 stock return anomalies documented in published studies, we find that anomaly returns are 7 times higher on earnings announcement days and 2 times higher on corporate news days. The effects are similar on both the long and short sides, and they survive adjustments for risk(...) A (Partial) Solution For Narrative Risk: Probit Modeling [Capital Spectator]The search for objective analysis in the cause of making informed investment decisions is the Holy Grail of finance. Unfortunately, narrative risk continually threatens to derail us on our crucial quest for perspective. Everyone loves a good story, and it’s no different when it comes to finance(...) Timeless Market Wisdom: The Origins of Trend Following [Wisdom Trading]Cut short your losses, let your profits run on. This principle above is the central tenet of trend following, a successful strategy for trading systems and CTAs alike. Digging through history, this maxim can be traced back all the way to David Ricardo, an eighteenth century British economist and(...) When ingredients spoil [Flirting with Models]Summary We break portfolio construction into two unique phases: signal generation and the rules that determine allocations. We use the analogy that this process is like cooking, where our signals are the ingredients and our allocation rules are the recipe. While most firms focus their research on(...) A Poor Man's Magic Formula [Relative Value]Here's a python script I made to rank stocks according to their return on equity and trailing EV/EBITDA. I have named it the poor mans magic formula because all of the fundamental data is scraped from yahoo finance. Yahoo are friendly enough to provide this data for 'free' but have(...) Building a backtesting system in Python: or how I lost $3400 in two hours [Jon.IO]This is the another post of the series: How to build your own algotrading platform. Building a backtest system is actually pretty easy. Easy to screw up I mean. Even though there are tons of excellent libraries out there (and we'll go through them at some point), I always like doing this on my(...) Don’t Blame Lack Of Dispersion [Larry Swedroe]In a recent article, Advisor Perspectives editor Robert Huebscher noted: “During the last 40 years, an average of 60% of equity funds underperformed the S&P 500. But, according to the SPIVA data, 86.4% of large-cap managers underperformed their benchmark in 2014. The percentages were not much(...) Maintaining a database of price files in R [R Trader]Doing quantitative research implies a lot of data crunching and one needs clean and reliable data to achieve this. What is really needed is clean data that is easily accessible (even without an internet connection). The most efficient way to do this for me has been to maintain a set of csv files.(...) Crude Oil and Trend Following [Wisdom Trading]Crude oil has been in the news a lot recently. Just last week, after the OPEC meeting, its price declined by over 10%. With a lot of volatility, we wanted to test how a trend following strategy would have performed on the futures contract in recent history. Here is a quick post showing our benchmark(...) Interview with Michael Bryant [Better System Trader]Creating robust trading strategies can be a difficult task, sometimes taking months or even years to generate something you find acceptable. Even then, once you start trading it live there is no guarantee it’ll work in the future. With strategy creation being such an involved process at times, how(...) The Halloween effect with python and pandas [Shifting Sands]The Halloween effect, aka “sell in May and go away” is the observation that equity market returns tend to be worse over summer time in the northern hemisphere. Anyone who has followed markets for a while has probably noticed a distinct lull over the summer period. But can we quantify this(...) [Academic Paper] Benchmarking Benchmarks: Much Ado About Nothing [@Quantivity]Benchmarking Benchmarks: Much Ado About Nothing [Academic Paper] Generalized Recovery [@Quantivity]Generalized Recovery [Academic Paper] Tail-Risk Protection Trading Strategies [@Quantivity]Tail-Risk Protection Trading Strategies Gap Pattern - Type B | Trading Strategy (Filter & Exit) [Oxford Capital]I. Trading Strategy Concept: Short-term momentum patterns with a trend filter. Source: Hill, J. R., Pruitt, G., Hill, L. (2000). The Ultimate Trading Guide. New York, N.Y.: John Wiley & Sons, Inc. Research Goal: To benchmark the Gap Pattern – Type B against the Gap Pattern – Type A.(...) International Evidence for The Acquirer's Multiple Investment Strategy [Greenbackd]A new paper from Christian Walkshäusl and Sebastian Lobe* called The Enterprise Multiple Investment Strategy: International Evidence examines the performance of the enterprise multiple (EV/EBITDA) in international markets, including Australia, Canada, France, Germany, hong Kong, Japan, Singapore,(...) The Volatility Anomaly Uncovered [Larry Swedroe]Recent academic papers have shown that low-volatility stocks have provided better returns than higher volatility stocks. What’s more, this is a global phenomenon. These findings, however, run counter to economic theory, which predicts that higher expected risk should be compensated with greater(...) Research Review | 11 2015 Dec | Portfolio Management [Capital Spectator]Buffett’s Asset Allocation Advice: Take it … With a Twist Javier Estrada October 26, 2015 One of the most important decisions retirees need to make is the asset allocation of their portfolios. They can have a static or a dynamic allocation, and simplicity usually favors the former. Warren(...) An Analysis of Expected Returns of Trend-Following Strategies [Quantpedia]This paper describes how to create ex-ante expectation for generalized trend-following rules. This report first study the effect of trend-following rules applied to random data with varying degrees of drift and autocorrelation. There is a positive relationship between drift, autocorrelation and the(...) December Spikes In The VIX Bring Traders Year-End Gifts [Dana Lyons]Jumps in the VIX during the month of December have (almost) always led to year-end stock market gains. It is the time of year when research houses trot out all matters of bullish seasonal stock market patterns pertaining to year-end. It seems as though each year brings more and more attention, and(...) Value Investing Requires Patience...a LOT of Patience-Ask Cliff Asness [Alpha Architect]Value investing was a lot easier in 2012 and 2013 when our value approach beat the market by a substantial margin and we had a reasonable edge on other active value players. But now that we have lived through 2014 and 2015, most value approaches (simple, complex, quant, human, small, large, etc.)(...) Attention and Acceleration [Factor Wave]One of our readers, Corey Hoffstein, told me about an interesting paper, “Investor Attention, Visual Price Pattern, and Momentum Investing”, by Li-Wen Chen and Hsin-Yi Yu. Their basic idea is that investors are drawn to stocks that have attention grabbing behavior. And the thing that most grabs(...) A Whole Lot Of New Lows For A “Market” Near Its High [Dana Lyons]Another day, another piece of evidence that the stock “market” is not what it may appear to be by looking at the major averages. I place the quotes around market as the word has a very different meaning to us than it seems to have for the superficial market observer – or at least mainstream(...) Expanding the Efficient Frontier with Value and Momentum Strategies [Alpha Architect]Awww…modern portfolio theory…that feel-good construct I teach to all of my graduate-level finance students each year. Simply input 1) a vector of expected returns and 2) a covariance matrix into your computer, and voilà, you have your optimal portfolio weights. Like all things viewed with the(...) It's Generally Smart to Avoid Credit Risk [EconomPic]I've previously outlined that high yield credit risk is typically less ideal than simply gaining credit exposure through stocks and rate exposure through bonds. Now Larry Swedroe outlines the case for avoiding investment grade credit risk altogether. There are many well-documented anomalies in(...) RUT Straddle - 52 DTE - Results Summary [DTR Trading]This is the third article in a series looking at the backtest results of selling at-the-money (ATM) options straddles on the Russell 2000 index (RUT). For background on the setup for the backtests, as well as the nomenclature used in the tables below, please see the introductory article for this(...) Rising Rates Don’t Doom REITs [Larry Swedroe]As we have discussed many times, much of the “conventional wisdom” on investing is simply wrong. For our purposes, we can define conventional wisdom as those ideas that become so commonly accepted that they go unquestioned. Today we’ll look at the idea that rising interest rates would doom(...) A Seasonal Play in Financial Stocks [Jay On The Markets]As I wrote about here, here, here and yes, here (and, um, also here), the holiday season tends to be a good time to invest in the stock market in general and in specific sectors in particular (with that pesky fly in the ointment, monkey in the wrench, pain in the rear caveat that “there are no(...) Why doesn’t the choice of performance measure matter? [MathFinance.cn]Choosing an appropriate performance measure is important for fund investors, nevertheless, many researchers find empirically that the choice of measures does not matter because those measures generate identical rank ordering, even though the distribution of fund returns is non-normal. In this paper(...) Default Risk Doesn’t Pay [Larry Swedroe]There are many well-documented anomalies in finance. Among them is the surprisingly small return that investors historically have earned for taking credit risk in fixed-income markets—the default premium, as measured by the difference in returns between long-term Treasurys and long-term corporate(...) Turbo Boost - JavaScript for Financial Analysts - First Draft [John Orford]First draft of 'JavaScript for Financial Analysts' Chapter 12. ~ Starting JavaScript development is like deciding to support the Yankees or Manchester United. It's got a lot of history; the most money; and the deepest bench of developers, but sometimes, sometimes you wish it was a(...) [Academic Paper] Basis-Momentum [@Quantivity]Basis-Momentum