Devlog #3 - Contango
Rule-based Strategies
I completed the rule-based strategy engine, and it seems to be yielding correct results with integration tests. It allows for both Cartesian Parameterization & indicator parameterization, mentioned in the previous devlog.
Unit tests
I’ve noticed that as I make more changes, my unit tests have been lacking. The majority of the time for this devlog has been spent creating unit tests for my code. This has proved to be very time consuming and tedious (it always is), and has taken more than five hours at this point. However, I’m only halfway done, so this might take a while longer…
Future
I always like to make a list for what I want to do before shipping. Here’s where I’m at now:
- Finish unit tests & fix any issues they reveal
- Manually test everything myself by creating example strategies
- Document everything (at this point there are massive gaps in documentation from the changes I have made)
- Release v.0.1.1 on PyPI & then ship
That’s all. Have a great rest of your day!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.