A Python CCI Trading Strategy (Backtest)

Introduction This article will implement a trading strategy utilizing the Commodity Channel Index (CCI) indicator. It will review the underlying theory. Subsequently, it will explain the procedure in Python for implementing the trading strategy on the SPY; furthermore, it will implement the same strategy for 25 different financial instruments. The main purpose of this article…

How I Build A Profitable Hull Moving Average Trading Strategy In Python

We show you how I build a profitable Hull-moving average strategy in Python. However, the main purpose of the article to show how it can be done using Python. The strategy itself is of minor importance in this tutorial. Hull Moving Average Indicator The HMA is a technical indicator that measures the price trend, just like…

How To Build A Profitable ROC-Based Trading Strategy Using Python

Introduction This tutorial will implement a ROC trading strategy using Python. The first part will briefly explain the indicator and its calculation. The second part will calculate the Python example. We show you how to build a profitable ROC-based trading strategy using Python. However, the main purpose of the article to show how it can…