Simple versus Advanced Systematic Trading Strategies - Which is Better?

Is it better to go with a more advanced approach when developing quant trading strategies or is it best to stick with simple ideas?

An age-old question in the quant community asks whether systematic traders should stick with simple quant strategies or expend the effort to implement more advanced approaches.

It is often the perception that retail algo traders solely utilise simpler strategies while quantitative hedge funds carry out highly sophisticated and mathematically complex approaches. Recently however the situation has changed.

Retail algo traders are now able to carry out sophisticated analysis by virtue of relatively cheap cloud compute, alternative data vendors providing affordable easy-to-use datasets and the availability of open source research frameworks.

In this article we will discuss whether retail quants should invest the time to carry out these advanced strategies or instead stick with the simpler ideas.

Investor Preferences

Prior to listing a set of advantages and disadvantages for simple versus complex strategies it is necessary to outline how we will judge the relative merits of each approach.

One key issue is that each investor has their own particular set of preferences—and thus an 'objective function'—for what they are trying to achieve with systematic trading.

For instance one investor might possess a large capital base but may require periodic income extraction of any trading gains derived on this capital. Capital preservation—and thus minimising drawdowns—will be important to such an investor.

Another investor may have a relatively smaller capital base and be interested solely in increasing total wealth. Volatility of the overall P&L equity curve may not be as much of a concern if larger returns can be achieved.

Some quantitative traders place a much higher emphasis on the intellectual stimulation of developing a functioning systematic trading strategy. They may actually see achieving a positive return as a nice 'side effect' of their hobby.

It is clear that investors possess many differing preferences. These aspects help frame the discussion of simple versus complex systematic trading strategies for a retail quant who may be deciding whether to tackle more advanced approaches.

Simple strategies are more straightforward to research and deploy to market. They require less complex data and infrastructure. Some can even be executed manually, even if the signals themselves are generated automatically.

Advanced strategies on the other hand are more intellectually rewarding and they tend to possess more favourable Sharpe Ratios. That is, they provide better expected returns per unit of volatility. For an investor who is concerned about minimising drawdowns and volatility of their P&L the Sharpe Ratio will be an important metric to consider.

In this article we will explore in detail whether 'simple beats complex'. We will keep in mind the above motivations as well as additional advantages and disadvantages.

Simple Trading Strategies

Whether a trading strategy is considered 'simple' is highly dependent upon the educational background and technical capability of the investor. Those who have a PhD in stochastic calculus may have a very different definition of 'simple' compared to those retail quants who are self-taught.

For the purposes of this article we are going to loosely define a trading strategy as 'simple' if it is applied to developed markets, on large well-known asset classes, using simple instruments with elementary mathematical of statistical sophistication.

Examples of such strategies would include technical analysis 'indicator' signals, without an explicit portfolio construction or risk management component, applied to highly-liquid markets such as US equities, ETFs or forex.

Advantages of simpler strategies include:

  • Data - All systematic trading strategies require data. Simpler strategies usually make use of readily available price/volume data on well-traded instruments in developed asset classes. Such data is very cheap to obtain or even free. It is usually small in size and can be downloaded straightforwardly from many vendors through easy-to-use APIs.
  • Research - There are a plethora of backtesting environments available that can test 'indicator' style strategies, ranging from the commercial products such as TradeStation or MetaTrader5 through to open source libraries such as QSTrader, Backtrader and Zipline, or even libraries such as Pandas. Simpler strategies can often be easily implemented in one of these frameworks.
  • Transaction Costs - Due to the use of simple instruments in developed, liquid markets it is relatively easy to estimate transaction costs. This in turn makes it more straightforward to determine if a strategy is likely to be profitable out-of-sample.
  • Infrastructure - Technical analysis type strategies carried out at low frequency can be automated with relatively simple infrastructure. Depending upon the level of robustness required a cron job could be setup to produce a list of desired trades, while execution could be carried out manually.
  • Capacity - Once again, due to the use of simple instruments in highly liquid markets there is less likely to be an issue with capacity constraint.

However there are disadvantages when utilising simpler strategies:

  • Alpha - Technical analysis 'indicator' strategies are extremely well-known and pervasive in the financial markets. It remains unclear whether the simplest strategies add any value above basic buy & hold or momentum-based tactical asset allocation. That is, the strategies themselves may not be producing 'alpha', but are rather obtaining 'beta' from the market itself, or other well-known academic risk factors.
  • Profitability - Due to the pervasiveness of such approaches it may be challenging to be consistently profitable out-of-sample once realistic transaction costs are factored in. This is why it is essential to estimate transaction costs as effectively as possible during any backtests.
  • Statistical Testing - While not specifically an issue with simple trading strategies it is common to see little or no robust statistical analysis carried out on simpler strategies. Hence many such strategies that show high performance in a backtest may simply be due to overfitting to the in-sample data.
  • Discretion - Simpler strategies, executed manually can lead to elements of discretion being applied to the process. For example, delaying the entry of a trade due to a 'busy' opening hour or using 'gut feelings' to override a trade. This makes it challenging to determine the true performance of a strategy.
  • Portfolio Construction - It is common for simpler strategies to avoid the use of any robust portfolio construction or risk management techniques. While 'stop losses' are often employed there is less of a culture of applying volatility targeting, equal volatility weighting (aka 'risk parity') or diversification across markets as potential mechanisms to improve risk-adjusted returns.
  • Intellectual Reward - Simpler strategies do not often make use of any complex mathematics or advanced analysis. If the investor's goal is intellectual reward then a simple strategy will be unlikely to achieve this objective.

It can be seen that while simpler trading strategies are far easier to implement, test and trade, the simplicity may come at the expense of statistical robustness and long-term profitability.

Advanced Trading Strategies

Examples of more advanced strategies include those based on statistical hypothesis testing, extensive asset class domain knowledge, a rigourous portfolio construction methodology as well as more illiquid, niche asset classes or instruments, such as emerging markets, commodities and derivatives.

These strategies are typically the domain of institutional quantitative hedge funds but are now becoming more common in retail quantitative trading due to the availability of data and prevalance of better simulation tools.

Advantages of complex strategies include:

  • Correlation - More advanced strategies tend to be—by design—less correlated to the overall market and any existing portfolio composed of other trading strategies. This tends to lead to a higher overall portfolio Sharpe Ratio.
  • Profitability - With advanced domain knowledge it is possible to estimate transaction costs reasonably well. This means that it is often easier to determine if a strategy is likely to be profitable out-of-sample. Hence many unprofitable backtest ideas can be rejected prior to a live testing period.
  • Statistical Testing - Rigourous statistical analysis of trading strategies often accompanies more advanced approaches. This means that deployed strategies tend to see less of a drop in out-of-sample performance compared to simpler strategies, which might have been overfit in-sample.
  • Alpha - Due to the use of niche instruments in less developed markets there is greater potential for 'alpha' in such strategies. This alpha tends to decay more slowly due to the reduced rate of diffusion of strategy knowledge throughout the market.
  • Portfolio Construction - Portfolio construction and risk management go hand-in-hand with more advanced approaches. This helps align investor goals with strategy performance.
  • Intellectual Reward - Advanced strategies require more sophisticated analysis, more mathematical maturity and more extensive software development. For some hobbyist investors this is more of an objective than generating wealth. Hence they will often be drawn to the more sophisticated systematic trading approaches.

As with simpler strategies, more advanced strategies suffer from certain disadvantages:

  • Mathematical Sophistication - A background in statistical analysis, time series analysis, stochastic calculus or machine learning is often required to tackle some of the more advanced systematic trading approaches. While this knowledge can certainly be self-taught (see our four part series beginning here) it is far easier to obtain the relevant knowledge through an undergraduate degree, MFE and/or PhD.
  • Domain Knowledge - Even armed with multiple postgraduate qualifications it is still necessary to possess reasonable domain knowledge of a niche asset class or instrument type in order to consistently generate alpha from any advanced systematic trading techniques. This domain knowledge is often gained through years of experience on the job, working at a particular 'desk' in a bank or fund.
  • Data - Generally, data costs scale with frequency of the sampling, breadth of the universe, length of history, data quality and specificity of the asset class/instrument. More advanced strategies rely on niche markets to generate alpha. Hence data can be very expensive. Such costs must be accounted for in order for a strategy to generate a profit.
  • Research - If a strategy is specifically designed to trade more esoteric instruments then a specialised backtesting environment is required. This usually means developing a fully custom code from scratch. This is a substantial time investment. It also requires extensive software engineering skills to avoid introducing bugs.
  • Infrastructure - Even if a robust backtesting framework has been built to research more advanced strategies an equally sophisticated infrastructure is required to trade it. It will likely need to be fully automated. This will require sophisticated deployment, testing and monitoring.
  • Capacity - Some more advanced strategy approaches only 'work' because they are capacity constrained. Large funds are unable to trade these strategies because the time investment is not worth the absolute return they would be able to generate. This means that there is an upper limit to the amount of capital that could be applied to an advanced approach.

It can be seen that while advanced trading strategies provide more chances for alpha and potentially higher profitability, this comes at the requirement of more mathematical sophistication, necessary domain knowledge and more complex automated trading infrastructure.

Summary

In summary it is clear that simpler trading strategies can be brought to market far sooner. They require far less background knowledge to get started and can be executed manually, even if the signals are generated automatically. They are however more likely to be overfit and less profitable than more advanced approaches.

Complex strategies provide uncorrelated 'alpha', reasonable profitability and intellectual stimulation. However this comes at the expense of higher data costs, more time spent developing research and trading infrastructure and the need for a deeper educational background.