Summary of "Introduction to Quantitative Trading"

Introduction to Quantitative Trading


Quantitative Trading Overview

Quantitative trading involves creating a statistical edge and executing it to generate risk-adjusted returns. It consists of two core components:

Execution quality is as important as the model itself; poor execution can eliminate any edge.


Models in Quantitative Trading

Types of Models

Features and Model Complexity


Core Skills for Quantitative Trading


Statistical Edge & Performance Metrics

Example: A high win rate does not guarantee profitability if losses are large. Even a small positive EV (1-2 cents) compounded over many trades can lead to strong returns.


Market Microstructure & Order Book Fundamentals


Quantitative Trading Strategies

Two Broad Types

  1. Market Making

    • Adds liquidity via limit orders.
    • Profits from capturing the spread.
    • Key parameters:
      • Spread: Profit margin.
      • Bias/Skew: Adjusts bid/ask to increase fill probability aligned with model predictions.
    • Trade-off between spread size (profit vs. fill likelihood) and adverse selection risk.
  2. Market Taking

    • Removes liquidity via market orders.
    • Pays higher fees, better suited for longer time horizons.
    • Key decisions:
      • Timing: When to trade.
        • Time-based: Trades executed at fixed intervals (e.g., hourly, daily).
        • Predicate-based: Trades triggered only when model predictions cross thresholds (e.g., predicted return > 0.01).
      • Sizing: How much to trade.
        • Constant: Fixed trade size regardless of prediction strength.
        • Piecewise linear: Scale trade size linearly with prediction strength, bounded by a maximum size (e.g., using a hard tangent function).
        • Nonlinear: Smooth scaling using functions like tanh, allowing finer sensitivity to prediction strength.

Modeling Trading Behaviors with Linear Regression (AR1 Model)


Parameter Optimization Methods


Risk Management & Leverage


Explicit Recommendations & Cautions


Assets, Instruments, and Sectors Mentioned


Methodology / Framework Summary

  1. Modeling: Build a predictive model (linear regression AR1) using time series features (last value).
  2. Optimization: Use closed form or gradient descent to find model parameters.
  3. Edge Quantification: Calculate expected value (EV) and Sharpe ratio.
  4. Strategy Execution: Convert model predictions into trades via:
    • Market making (limit orders with spread and bias).
    • Market taking (market orders with timing and sizing).
  5. Trade Sizing: Choose constant, piecewise linear, or nonlinear sizing based on prediction strength.
  6. Backtesting: Validate all assumptions, parameters, and filters.
  7. Risk Management: Monitor Sharpe ratio, control leverage, and manage drawdowns.

Disclosures / Disclaimer


Presenter / Source


End of Summary

Category ?

Finance

Share this summary

Video