bmoscon / cryptofeed

Cryptocurrency Exchange Websocket Data Feed Handler
Other
2.19k stars 679 forks source link

Okx candle #881

Closed t2o2 closed 2 years ago

t2o2 commented 2 years ago

Description of code - what bug does this fix / what feature does this add?

The order of candle initialisation in cryptofeed is open/close/high/low, raw data coming in is open/high/low/close.

Candle held the wrong info.