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 the Python environment and package requirements for running these code examples. The eventual goal is to integrate various example code segments from the book into an end-to-end algorithmic trading system.
Dataset ML Model: Time series analysis with numerical attributes
Dataset Used: Data services from Stooq
Source and Further Discussion of the Code Examples: https://www.ml4trading.io/chapter/3
The HTML formatted report can be found here on GitHub.