You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good question, I coded this using old documentation from Bitfinex (they have replaced it) two years ago. There's the possibility that I got it wrong or that they have updated the index with the new API(?). In any case, I'll replace the slices with a Dataclass in the next release, using tuple slices it's bad anyways.
crypto-candlesticks/src/crypto_candlesticks/database.py
Lines 99 to 100 in 0b5e381
Hi - Just wondering why Open and Close values are assigned as indexes 2 and 1 respectively, and not 1 and 2?
The Bitfinex API docs shows that it should be 1, 2.
The text was updated successfully, but these errors were encountered: