diff --git a/reading/001_Algorithmic Trading Winning Strategies and their rationale/ch1/notes.ipynb b/reading/001_Algorithmic Trading Winning Strategies and their rationale/ch1/notes.ipynb new file mode 100644 index 0000000..2bf6d50 --- /dev/null +++ b/reading/001_Algorithmic Trading Winning Strategies and their rationale/ch1/notes.ipynb @@ -0,0 +1,51 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 3, + "id": "93b4302b", + "metadata": {}, + "outputs": [], + "source": [ + "import os\n", + "import sys\n", + "\n", + "import matplotlib.pyplot as plt\n", + "import numpy as np\n", + "import pandas as pd\n", + "import seaborn as sns\n", + "\n", + "sns.set_theme(style=\"whitegrid\", context=\"notebook\")" + ] + }, + { + "cell_type": "markdown", + "id": "bdd46cba", + "metadata": {}, + "source": [ + "# Chapter 1 Notes" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "roadmap (3.14.5)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.14.5" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/textbooks/Quantitative_Trading_Ernest_P_Chan.pdf b/textbooks/Quantitative_Trading_Ernest_P_Chan.pdf new file mode 100644 index 0000000..7418466 Binary files /dev/null and b/textbooks/Quantitative_Trading_Ernest_P_Chan.pdf differ