From 388d9406a2a3563b0a5636dc03997837c438f173 Mon Sep 17 00:00:00 2001 From: Zhe Wang Date: Fri, 24 Dec 2021 10:13:55 +0000 Subject: [PATCH] add tutorials --- Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Readme.md b/Readme.md index 6370756..f0f8dea 100644 --- a/Readme.md +++ b/Readme.md @@ -52,6 +52,7 @@ Overall, I tend to pick decent or promising libraries that closely related to sy - [Broker APIs](#broker-apis) - [Resources](#resources) - [Books](#books) + - [Tutorials](#tutorials) - [Courses](#courses) - [Relevant Projects](#relevant-projects) @@ -220,6 +221,10 @@ Search page by languages you are interested in to find related libraries. For ex - [Machine Learning for Algorithmic Trading: Predictive models to extract signals from market and alternative data for systematic trading strategies with Python](https://github.com/stefan-jansen/machine-learning-for-trading) - More is coming... (PR welcome) +### Tutorials + +- [Algorithmic Trading for Cryptocurrencies in Python](https://github.com/tudorelu/tudorials/tree/master/trading) - A simple yet practical experiment tutorial for cryto trading. + ### Courses - [Hudson and Thames Quantitative Research](https://github.com/hudson-and-thames) - Our mission is to promote the scientific method within investment management by codifying frameworks, algorithms, and best practices.