Quantocracy

Quant Blog Mashup

ST
  • Quant Mashup
  • About
    • About Quantocracy
    • FAQs
    • Contact Us
  • ST

Quantocracy’s Daily Wrap for 12/22/2022

This is a summary of links featured on Quantocracy on Thursday, 12/22/2022. To see our most recent links, visit the Quant Mashup. Read on readers!

  • Slava Ukraini! Latest from Quantocracy contributor in Ukraine: MOVE Index [Only VIX]

    In the previous article I wrote about using VIX / MOVE index ratio as an indicator for SPX returns. Here is the google sheet for your reference and experiments. The ratio itself is very stable – in fact 11 years ago I wrote that VIX = EXP(-1.84+1.06*LN(MOVE)) As you can see the relationship has held up well, with only major dislocation during Covid period. That chart is on the second sheet in the

Filed Under: Daily Wraps

Quantocracy’s Daily Wrap for 12/20/2022

This is a summary of links featured on Quantocracy on Tuesday, 12/20/2022. To see our most recent links, visit the Quant Mashup. Read on readers!

  • Probabilistic alpha and beta: quantifying an uncertain edge [Artifact Research]

    In finance, the performance of an asset is often quantified by alpha (the excess returns above a benchmark return) and beta (the volatility or risk of the asset relative to a benchmark). These metrics are estimated from historical data and are often based on only short track records. Even if a long series of historical returns is available for an asset, older data may no longer represent the
  • A Balanced Portfolio and Trend-Following During Different Market States [Quantpedia]

    Whats the performance of a balanced portfolio during rising rates? How does it behave when inflation is high? What about a combination of these market states? And how do trend-following strategies fare in such an environment? These and even more questions we will attempt to resolve in our todays article. We will be looking at different market cycles and how a balanced portfolio and a typical
  • Alpha Vantage API Python Tutorial [Analyzing Alpha]

    This article explains how to call the Alpha Vantage API to retrieve stock market data in a Python application using the Python alpha_vantage library and the Python requests module. The documentation for the Python alpha_vantage client library is limited. It isnt easy to understand the mapping between the Alpha Vantage API endpoints and the Python alpha_vantage library classes and methods. The
  • Do Poor YTD Results Mean Late December Rally Will Flop? [Quantifiable Edges]

    Ive heard people saying recently that the typical 2nd half of December bullish tendency is unlikely to unfold this year. The theories suggest that the market is often up on the year. And people and institutions flush with profits tend to push it higher as the New Year approaches. There is also lots of buying chasing strong market returns heading into year end. But when it is a down year like
  • Scale in Active Management – a look at its Diseconomies [Alpha Architect]

    Pastor, Stambaugh, and Taylor (2015) and Zhu (2018) provide significant evidence of decreasing returns to scale (DRS) at both the fund and industry levels. The authors examine the robustness of their inferences after Adams, Hayunga, and Mansi (2021) critique the above two studies. What are the Academic Insights? The authors find robust evidence of DRS at fund and industry levels. Their evidence

Filed Under: Daily Wraps

Quantocracy’s Daily Wrap for 12/19/2022

This is a summary of links featured on Quantocracy on Monday, 12/19/2022. To see our most recent links, visit the Quant Mashup. Read on readers!

  • Zakamulin’s Optimal Trend Following [Allocate Smartly]

    This is a test of a novel trend-following strategy from the paper Optimal Trend Following Rules in Two-State Regime-Switching Models by Valeriy Zakamulin and Javier Giner. These results arent as eye catching as many we track, but the paper contributes some important ideas to the study of tactical asset allocation. Results trading the S&P 500 from 1956 follow, compared to two popular

Filed Under: Daily Wraps

Quantocracy’s Daily Wrap for 12/18/2022

This is a summary of links featured on Quantocracy on Sunday, 12/18/2022. To see our most recent links, visit the Quant Mashup. Read on readers!

  • Serverless architecture for crypto trading [Gautier Marti]

    I recently asked on LinkedIn about advice and opinions on infrastructure for collecting, storing, processing, and storing back derived data (features, signals) for some simple mid freq / stat arb trading strategies. I did not expect to receive so much feedback about infrastructure for trading data pipelines: Many opinions on infra I am currently using a very simple stack based on serverless AWS
  • MOVE Index and SPX returns [Only VIX]

    MOVE index (Merrill Lynch Option Volatility Estimate) was developed by Merrill Lynch to measure implied volatility of US Treasury markets. ML became a part of Bank of America in 2008, and then indexes were sold to ICE in 2019, so now the index is called "ICE BofAML MOVE Index" The index is a yield-curve weighted average of normalized implied volatility of 30-day options. The index has

Filed Under: Daily Wraps

Quantocracy’s Daily Wrap for 12/16/2022

This is a summary of links featured on Quantocracy on Friday, 12/16/2022. To see our most recent links, visit the Quant Mashup. Read on readers!

  • 100 Years of Historical Market Cycles [Quantpedia]

    Which assets perform best when rates are rising, and inflation is high? And what happens if rates are still rising but inflation is already falling? And whats the impact of the business cycle? These are the questions that everyone is currently trying to answer. Today, we will start a longer series of articles with the goal of giving an exact quantitative answer to all questions related to
  • The Informativeness: Measuring the Homogeneity of a Universe of Assets [Portfolio Optimizer]

    In this post, I will describe a measure of the homogeneity of a universe of assets, called the informativeness, introduced by Brockmeier et al.1 in their paper Quantifying the Informativeness of Similarity Measurements. After quickly going through the associated mathematics, I will present two examples of usage of this measure – one as potential indicator of systemic risk and the other as as a
  • Machine Learning and Emerging Market Stock Returns [Alpha Architect]

    More specifically, the paper differentiates between: Traditional linear models (ordinary least squares regression and elastic net) and Machine learning methods that allow for non-linearities and interactions (tree-based models such gradient boosted regression trees and random forest and neural networks with one to five layers) What are the main results? #1 Return forecasts based on machine

Filed Under: Daily Wraps

Quantocracy’s Daily Wrap for 12/13/2022

This is a summary of links featured on Quantocracy on Tuesday, 12/13/2022. To see our most recent links, visit the Quant Mashup. Read on readers!

  • Experimental Design and Common Pitfalls of Machine Learning in Finance [Hudson and Thames]

    The first lecture from the Experimental Design and Common Pitfalls of Machine Learning in Finance series addresses the four horsemen that present a barrier to adopting the scientific approach to machine learning in finance. The second lecture focuses on a protocol for backtesting and how to avoid the seven sins of backtesting. By implementing the research protocol outlined in these articles, an
  • CoinGecko API Python Tutorial [Analyzing Alpha]

    This article will show you how to access the CoinGecko API endpoints in Python to retrieve live cryptocurrency information. You will use the pycoingecko and the Python requests library to fetch data from CoinGecko API. The official CoinGecko API and pycoingecko libraries documentations lack concrete examples and explanations. Despite having over a decade of Python programming experience, It
  • Beware of Spurious Factors [Eran Raviv]

    The word spurious refers to outwardly similar or corresponding to something without having its genuine qualities. Fake. While the meanings of spurious correlation and spurious regression are common knowledge nowadays, much less is understood about spurious factors. This post draws your attention to recent, top-shelf, research flagging the risks around spurious factor analysis. While formal
  • Myth Busting: Alts’ Uncorrelated Returns Diversify Portfolios [Finominal]

    Alternatives with lower correlations to equities & bonds did not lead to greater diversification benefits Correlations often break when markets crash Better metrics are required to measure the diversification potential of alternatives INTRODUCTION Alternative investments accounted for $13 trillion in assets under management (AUM) in 2021, nearly twice what it was 2015. By 2026, that figure is
  • Volatility scaling: is it useful for factor timing? [Alpha Architect]

    The research summarized here is built upon a documented risk management strategy applied to factor investing (Barroso and Santa-Clara, 2015; Moreira and Muir, 2017). The idea was to overlay a scaled volatility measure designed to change risk exposures and hopefully produce higher Sharpe ratios. That basic research is tweaked in this article by analyzing the effect of scaling on portfolios

Filed Under: Daily Wraps

Quantocracy’s Daily Wrap for 12/11/2022

This is a summary of links featured on Quantocracy on Sunday, 12/11/2022. To see our most recent links, visit the Quant Mashup. Read on readers!

  • Managed Futures and Trend Following – Inside the Black Box [Light Finance]

    It goes without saying that 2022 has been a difficult year across markets. Investors have had to contend with an inflationary bear market for which the traditional playbook has proven woefully inadequate. NASDAQ and high yield debt, the darlings of yesteryear, have fallen from grace with few exceptions. Treasuries, the most common hedge against stock volatility, have suffered their worst drawdown
  • The Size Effect: Does it vary in accordance with monetary policy? [Alpha Architect]

    The size effect was first documented by Rolf Banz in his 1981 paper The Relationship Between Return and Market Value of Common Stocks, which was published in the Journal of Financial Economics. After the 1992 publication of Eugene Fama and Kenneth Frenchs paper The Cross-Section of Expected Stock Returns, the size effect was incorporated into what became finances new workhorse
  • Research Review | 9 Dec 2022 | Valuation Analysis [Capital Spectator]

    Preference for dividends and stock returns around the world Allaudeen Hameed (National University of Singapore), et al. November 2022 We find strong international evidence favoring dividend payout as a salient stock characteristic affecting expected stock returns. We find that dividend-paying stocks outperform non-payers by 0.54% per month in 44 countries, adjusting for exposures to global and

Filed Under: Daily Wraps

Quantocracy’s Daily Wrap for 12/07/2022

This is a summary of links featured on Quantocracy on Wednesday, 12/07/2022. To see our most recent links, visit the Quant Mashup. Read on readers!

  • Building a Raspberry Pi Cluster for QSTrader Using SLURM – Part 5 [Quant Start]

    In the previous article we created a virtual environment and installed QSTrader on all our secondary nodes. We then carried out a test of the sixty forty strategy across all secondary nodes to make sure our installation had been successful. Now that we have successfully paralellised QSTrader we can start to carry out parameter sweeps for strategies. In this article we are going to carry out just
  • Volume and Mean Reversion [Alvarez Quant Trading]

    Overall, I have had very little success integrating volume into any of my strategies. Either volume would have no predictive value or if it did, using it reduced the number of trades too much to be worthwhile. It has been a long while since I have looked into this and I had some new ideas. The Rules Test date range 1/1/2007 to 10/31/2022. I wanted to keep the rules simple. Buy Rules Stock is a
  • Why I prefer probabilistic forecasts – hitting time probabilities [Sarem Seitz]

    Probabilistic forecasts are a more comprehensive way to predict future events compared to point forecasts. Probabilistic forecasts involve creating a model that predicts the entire probability distribution for a given future period, providing insight into all likely outcomes. This allows for the derivation of both point and interval forecasts. Point forecasts are easier to communicate to
  • Doubling Down: Double Deep Q-networks for trading [Quant Dare]

    In previous posts, we have seen the basic RL algorithm, Deep Q learning (DQN). We have also seen it applied, using Neural Networks as the Agent, to an investment strategy. We finally even used it for a cryptocurrency investment strategy. This time, we will implement a slightly more advanced technique, Double Deep Q-networks (DDQN), and create a trading strategy using this algorithm. DQN revisited

Filed Under: Daily Wraps

Quantocracy’s Daily Wrap for 12/06/2022

This is a summary of links featured on Quantocracy on Tuesday, 12/06/2022. To see our most recent links, visit the Quant Mashup. Read on readers!

  • Investing in Deflation, Inflation, and Stagflation Regimes [Alpha Architect]

    Spikes in inflation and fear of stagflation prompted this study which answers the following question: 1. How do risk premiums and investment strategies behave across inflationary regimes like periods of high inflation, deflation, or stagflation? What are the Academic Insights? By utilizing the deepest sample available for a relatively broad cross-section of asset class and factor portfolio
  • Are Alternative ETFs Good Diversifiers? [Finominal]

    Alternative products with uncorrelated returns do not necessarily provide diversification benefits Out of 10 alternative ETFs, only one product improved the Sharpe ratio of a 60/40 portfolio Correlations should be regarded carefully in fund selection INTRODUCTION Given the demise of the traditional 60/40 portfolio comprised of equities and bonds in 2022, investors are desperate for diversifying

Filed Under: Daily Wraps

Quantocracy’s Daily Wrap for 12/03/2022

This is a summary of links featured on Quantocracy on Saturday, 12/03/2022. To see our most recent links, visit the Quant Mashup. Read on readers!

  • Vol-of-Vol for Crypto-Derivative Products [Quant at Risk]

    In quantitative finance, the Volatility of Volatility (also referred to as Vol-of-Vol or VoV) is an important parameter for pricing various derivative products (e.g. Volatility Dispersion Swaps) and its correct estimation is frequently desired. VoV is usually a single number treated an an input parameter. One can make a couple of assumptions to start working within VoV framework. Namely, (1) there
  • How Much Are Bitcoin Returns Driven by News? [Quantpedia]

    The main theme of these days in the crypto world is unmistakenly clear, its the mayhem connected with the collapse of the FTX empire, insolvencies of various lenders, and questions about underlying holdings in GBTC OTC ETF and reserves of exchanges and Tether (or other stablecoins as well). With new information, nothing does paint a bright picture of this industry in the financial world now and
  • Trend Following and Relative Sentiment: Complementary Factors [Alpha Architect]

    Trend following (time series momentum) is one of the most well-documented and well-known factors in investing, demonstrating persistence, pervasiveness, robustness, and implementability (survives transaction costs). Lesser well-known is relative sentimentan indicator that measures the positions, flows, and attitudes of institutional investors compared to those of individual investors. The

Filed Under: Daily Wraps

  • « Previous Page
  • 1
  • …
  • 32
  • 33
  • 34
  • 35
  • 36
  • …
  • 214
  • Next Page »

Welcome to Quantocracy

This is a curated mashup of quantitative trading links. Keep up with all this quant goodness via RSS, Facebook, StockTwits, Mastodon, Threads and Bluesky.

Copyright © 2015-2025 · Site Design by: The Dynamic Duo