Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 360 Bytes

File metadata and controls

1 lines (1 loc) · 360 Bytes

This notebook demonstrates a basic trading strategy using pairs trading and statistical arbitrage. It queries market data from the Polygon API and then uses that to generate candidate pairs of tickers. Those that show correlation are selected and backtested. This produces a Sharpe ratio of 2.1247, and the associated PnL graph is included in this repository.