Published library for generating OHLC candlesticks

Hi everyone!

I have published my first elixir library.
This library is basically Open High Low Close candles processor, which takes ordered list of trade events as input and outputs OHLC candles list.
Could be used for charting engine, trading bot etc.
I am open to any feedback so I can improve the library as I am using it myself on my other project.

Github repo: GitHub - tradebase-technology/ohlc

Thanks! :slight_smile:

4 Likes