AI for Trading Series №2: The Quant Workflow

Learn about the overall quant workflow, including alpha signal generation, alpha combination and trading.

Purva Singh
4 min readDec 3, 2020
Photo by Markus Spiske on Unsplash

A hypothesis is an idea for a way to profit from trading. This hypothesis goes through a several phases of rigorous testing. After coming up with a hypothesis, next comes the research phase. In the research phase, we decide what set of positions to enter, on which assets and at what times in order to get positive future returns. After this phase, comes the testing phase which decides how much money to invest in each asset, in what conditions to exit positions and what are the risks. This is called back-testing.

The Quant Workflow: An Overview (Source: AI for Trading nano degree course on Udacity)

Types of Trading Strategies

Single Asset Strategies

An example of Single Asset Strategy is to just trade on S&P 500 and track its performance. If S&P 500 has been doing well for a while, then you might assume a long position assuming it has momentum.

Single Asset Trading Strategy (Source: AI for Trading nano degree course on Udacity)

Pairwise Strategies

Another strategy where you find pairs of assets that seem to be related and trade based on their relative movements. This is called pair-wise strategy.

Pairwise Trading Strategy (Source: AI for Trading nano degree course on Udacity)

Extending pairwise strategy, cross-sectional strategy extends this idea to groups of stocks. This type of strategy is also known as equity statistical arbitrage, equity market neutral investing. This strategy involves comparing hundreds and thousands of stocks to determine which ones to hold for long and short portfolios.

Cross-sectional Trading Strategy (Source: AI for Trading nano degree course on Udacity)

Alternative Data Based Strategies

Class of strategies based on new type of data such as satellite imagery, social media, geolocation or consumer transaction data.

Anatomy of Strategy

Figure below describes an anatomy of strategies discussed in last topic.

Anatomy of a Strategy (Source: AI for Trading nano degree course on Udacity)
  • In the first stage, decide which dataset(s) you want to use.
  • In the second stage, universe definition, create your own sub-set of stocks (exclude the ones with less volume and include the ones that have similar features) with which you want to potentially trade.
  • Alpha is an expression that is applied at the cross-section over your universe of stocks that returns vector of real numbers whose values are proportional to the size of your position you will take on each asset.
Alpha Vectors (Source: AI for Trading nano degree course on Udacity)

Considering a cross-sectional momentum strategy, we rank the stocks based on their momentum and then decide which stocks to put in long portfolio and which one in short portfolio. In this case, the logic producing the rank is alpha and ranks themselves are alpha vectors.

Alpha Vector (Source: AI for Trading nano degree course on Udacity)
  • A trading signal is a numerical signal that informs the trade. For example alpha.
  • In reality, it is usually not the case where a single alpha can be the sole basis of an investment strategy.
  • Model Stacking/Ensembling is the term which represents combining several alphas to generate an overall alpha that has better performance than best individual alphas.
  • Alphas can be combined using simple logic, for example combining price-driven alpha (momentum alpha) and alphas based on company’s fundamental information.
Combined Alphas (Source: AI for Trading nano degree course on Udacity)
  • Portfolio construction stage is the stage where we think about using combined alpha vector to generate and update actual portfolio.
  • The term risk in finance refers to the uncertainty or variability in returns. There are various types of risks :
  • Systematic Risks : Risk inherent to the entire market. Systematic risks contain another category of risks which are inherent to individual sectors like technology sector or energy sector. This risk is called sector-specific risk
  • Idiosyncratic Risk : Risks inherent to individual stocks.

--

--

Purva Singh

Hi! I am a tech enthusiast currently working on leveraging language technologies to solve financial use-cases! View my work here: https://purvasingh96.github.io