Skip to content

Files

Latest commit

 

History

History
34 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (16 loc) · 1.06 KB

Algorithmic and High-Frequency Trading Book Code Replication

This repository contains code examples from the book Algorithmic and High-Frequency Trading by Cartea, A., Sebastian, J. and Penalva, J.

Description

This project aims to provide a hands-on programming experience for readers of the book and individuals interested in algorithmic and high-frequency trading. The codes are replicated from the examples provided in the book, aiming to solidify understanding and enable further exploration of topics discussed.

Installation

Usage

Warning

There are numerical results of improper integration and thus might cause unstable output. It is highly recommended to train a NN to fit these functions in real world practice.

Structure

The repository is structured as follows:

  • Chapter 11: (Pairs Trading and Statistical Arbitrage Strategies)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

(Mention the type of license if any, e.g., MIT)