Photo by Tonia Kraakman on Unsplash
Chronological curation of Medium stories written while developing an algorithmic trading system.
galgoz: algorithmic trading development series

Why I’m Building a Python Indicators Library for Galgoz and How I did It
Building an algorithmic trading system is like solving a complex puzzle — every piece matters. Indicators play a central role in it and having a robust method to integrate them into the backtesting and trading workflows is of paramount importance.

Download and Prepare Data for Backtesting Strategies: galgoz series #3
To backtest any strategy we need a large amount of data. In this post I show how to prepare the code base to store data and develop the necessary methods in the Galgoz class to fetch data, convert it into a DataFrame and store it for later use.

Open and Close a Trade with the OANDA API: galgoz series #2
A simple way to open and close trades with the OANDA API and the galgoz algorithmic trading system.

Connect to OANDA and Fetch Data: galgoz series #1
The objective of this story is to set the foundation to build a an algorithmic trading system using python and the OANDA API. To get the project started I will start the Galgoz python class with a few basic features that will allow me to connect to OANDA and test the connection by fetching some data.

I Will Give Algorithmic Trading Another Try
I recently wrote a story about how I failed at algorithmic trading and all the sideways benefits I got from it. Many responded positively, offering unexpected advice and encouragement. Which motivated me to try again. So, thank you!