-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
crypto-candlesticks/src/crypto_candlesticks/database.py
Lines 99 to 100 in 0b5e381
| 'Open': candle[2], | |
| 'Close': candle[1], |
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels