You are browsing as a guest. Sign up (or log in) to start making projects!

22h 10m 54s logged

Devlog #1 - Contango

I have finally released Contango on PyPI!

What is Contango?

Contango is a full trading engine that helps you build trading strategies. It does all of the heavy lifting - the results, metrics, and the entire trading engine behind the hood.

I’ve never created a package on PyPI, so doing this was a massive learning experience - from uploading to TestPyPI to iterating multiple times before I got my pyproject.toml right.

I sent one of the graphs generated after testing my project demo out using the package.

See the package on PyPI here: https://pypi.org/project/contango/

Have a great rest of your day!

0
34

Comments 3

@jdaviddg077

wow

@dapsvi

the problem is that it’s going to fit the model on the training data… I recommend reading “Advances in financial machine learning” from Marcos Lopez de Prado, he explains it in a way better way than me

@igowu

oh, this does not use machine learning at all. its a tool for people to make strategies themselves.