NOTE: This script is for learning purposes only and does not constitute a recommendation for buying or selling any stock mentioned in this script.
SUMMARY: This project aims to construct and test an algorithmic trading model and document the end-to-end steps using a template.
INTRODUCTION: This script aims to replicate the examples found in chapter one of the book Machine Learning for Algorithmic Trading by Stefan Jansen. The script seeks to validate further the Python environment and package requirements for running these code examples. The eventual goal is to integrate various example code segments into an end-to-end algorithmic trading system.
Dataset ML Model: Time series analysis with numerical attributes
Dataset Used: US Equities and Fund Prices Hosted by Various Data Sources
Source and Further Discussion of the Code Examples: https://www.ml4trading.io/chapter/1
The HTML formatted report can be found here on GitHub.