Algorithmic Trading Model with ML4T Chapter 1 Processing Stooq Data Examples

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.

This notebook contains information on downloading and processing equity information from Stooq.

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/1

The HTML formatted report can be found here on GitHub.