├── README.md
└── figures
├── algotlearn.png
└── readme.txt
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | # algotlearn
6 | Algotrading learning resources curated by Tradytics. As we ourselves learn more about algotrading and build more automated tools, we want to share our progress, journey, and the resources we are using with the algotrading community.
7 |
8 | ## Books
9 | - [Advances in Financial Machine Learning](https://www.amazon.com/Advances-Financial-Machine-Learning-Marcos/dp/1119482089)
10 |
11 | ## Research Papers
12 | - Eigen Portfolio Selection: A RobustApproach to Sharpe Ratio Maximization
13 |
--------------------------------------------------------------------------------
/figures/algotlearn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tradytics/algotlearn/244b2a375e8fd323190d955ef4fab7b36ee5c32f/figures/algotlearn.png
--------------------------------------------------------------------------------
/figures/readme.txt:
--------------------------------------------------------------------------------
1 | all figures go here
2 |
--------------------------------------------------------------------------------