hirokisan / bybit

Bybit client library for Go
https://pkg.go.dev/github.com/hirokisan/bybit/v2
MIT License
90 stars 58 forks source link

Turnover in kline request is wrong #171

Closed s-prosvirnin closed 2 months ago

s-prosvirnin commented 2 months ago

https://github.com/hirokisan/bybit/blob/5f697f606fecc8475ff43c88c7b1a2969ad238a6/v5_market_service.go#L88

It is necessary to take the sixth index, not the fifth

hirokisan commented 2 months ago

@s-prosvirnin Thank you for pointing out the correction!

Fixed and released. https://github.com/hirokisan/bybit/releases/tag/v2.30.3

s-prosvirnin commented 2 months ago

super!