Algorithmic Trading Model for Simple Momentum Strategy Using Python Take 2

SUMMARY: The purpose of this project is to construct and test an algorithmic trading model and document the end-to-end steps using a template. Additional Notes: This is an adaptation of the momentum trading strategy from Chapter 2 of Learn Algorithmic Trading by Sebastien Donadio and Sourav Ghosh with Packt Publishing. INTRODUCTION: This algorithmic trading model… Read More

Time Series Model for Monthly Shampoo Sales Using Python and ETS

Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. SUMMARY: The purpose of this project is to construct a time series prediction model and document the end-to-end steps using a template. The Monthly Shampoo Sales dataset is a time series situation where we are trying to forecast future… Read More

Algorithmic Trading Model for Simple Momentum Strategy Using Python Take 1

SUMMARY: The purpose of this project is to construct and test an algorithmic trading model and document the end-to-end steps using a template. Additional Notes: This is an adaptation of the momentum trading strategy from Chapter 2 of Learn Algorithmic Trading by Sebastien Donadio and Sourav Ghosh with Packt Publishing. INTRODUCTION: This algorithmic trading model… Read More

Algorithmic Trading Model for “Buy Low Sell High” Using Python Take 4

SUMMARY: The purpose of this project is to construct an algorithmic trading model and document the end-to-end steps using a template. INTRODUCTION: This algorithmic trading model uses daily close prices to generate trading signals. If the stock closes lower for the day, we will purchase at the opening of the next trading day if we… Read More

Algorithmic Trading Model for “Buy Low Sell High” Using Python Take 3

SUMMARY: The purpose of this project is to construct an algorithmic trading model and document the end-to-end steps using a template. INTRODUCTION: This algorithmic trading model uses daily close prices to generate trading signals. If the stock closes lower for the day, we will purchase at the opening of the next trading day if we… Read More

Time Series Model for California Female Births Using Python and ETS

Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. SUMMARY: The purpose of this project is to construct a time series prediction model and document the end-to-end steps using a template. The California Female Births dataset is a time series situation where we are trying to forecast future… Read More

Algorithmic Trading Model for “Buy Low Sell High” Using Python Take 2

SUMMARY: The purpose of this project is to construct an algorithmic trading model and document the end-to-end steps using a template. INTRODUCTION: This algorithmic trading model uses daily close prices to generate trading signals. If the stock closes lower for the day, we will purchase at the opening of the next trading day if we… Read More

Algorithmic Trading Model for “Buy Low Sell High” Using Python Take 1

SUMMARY: The purpose of this project is to construct an algorithmic trading model and document the end-to-end steps using a template. INTRODUCTION: This algorithmic trading model uses daily close prices to generate trading signals. If the stock closes lower for the day, we will purchase at the opening of the next trading day if we… Read More