Skip to content

A Project to identify statistical arbitrage opportunities between cointegrated pairs. This is referred to as 'Pairs Trading' which is a bet on the mean reversion property of the spread.

License

Notifications You must be signed in to change notification settings

webclinic017/Statistical-Arbitrage-Algorithmic-Trading

 
 

Repository files navigation

Algorithmic Trading

This repository contains three ways to obtain arbitrage:

  • Dual Listing Arbitrage
  • Options Arbitrage
  • Statistical Arbitrage

These are projects in collaboration with Optiver and have been peer-reviewed by staff members of Optiver. Therefore, much of the analysis are correct and give an indication how these methods work.

Please note that these methods can only be effective when written in C++ as speed is of utmost performance. Next to that it requires a lightning fast connection (talking in nanoseconds) which is not feasible for the retail investor. Any profits made by using these strategies is therefore by pure chance.

I suggest using my FinanceDatabase to do fundamental analysis and base your investment decisions on that since it has proven to be profitable.

About

A Project to identify statistical arbitrage opportunities between cointegrated pairs. This is referred to as 'Pairs Trading' which is a bet on the mean reversion property of the spread.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.6%
  • Python 0.4%