leo.blog();

2023-11-08

Cleanup of algorithmic trading code

I had a bunch of |algotrade code written randomly over different time periods. A lot of it had stopped working as I changed things around and moved on to different ideas.

I decided to clean it up and put it all in one Python package. This makes it easy for me to run, and also easy to deploy to servers.

Leave a Comment