Assignment
I finished the global API wrapper and I started on the formatting of the responses so they all return the same to use in the algorithms.
Personal experience
The formatter is a tedious job but also really necessary for the algorithms to work optimally. The biggest annoyance is that every exchange returns their data in a different way. This makes returning the data as a uniform standard really hard.
Conclusion
The formatter sometimes gets on my nerves but once it’s finished the fun part starts. I’m really looking forward to the next part where I can develop algorithms.