Skip to content

wzhtc/quant_trading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

quant_trading - ideas and codes for quantitative trading

[TOC]

pairs_trading

reading_material

multivariate approach OU approach

classical_approach

  1. normalize return
    $p=\frac{p-E [p] }{ \sigma }$
  2. how to find the pairs?
    OLS and find the min squared error.
    max correlation of two normalized time series.
  3. trading signal
    when the absolute distance is larger than threshold, long the lower price one and short the higher price one.
  4. problem
    maybe only one is badly priced. there is no mechanism to prevent buying badly priced stocks.

multivariate_pairs_trading

  1. idea is if we find multivariate relations, it is less likely we buy a badly priced stock.

About

Ideas and codes for quantitative trading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published