How to build a universal crypto candlestick iterator in Golang
The author of this blog post open-sourced a Universal crypto candlestick iterator library in Go called crypto-candles: https://github.com/marianogappa/crypto-candles There is no Golang library alternative he’s found, or he would have used it. There are some exchange SDKs, though. In this blog post, he shares all the interesting challenges he found while building this library over […]