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
I'm trying to fill the candles I've taken from Binance.net API List <Ohlc>.
There is a section I hang out at this point.
I didn't match the object BinanceKline (the object that the Binance API is returned to me) with the OhLC object.
E.g:
What is the "Volume" feature in the OHLC object equivalent to the Binancekline object?
What is the "adjClose" feature in the OHLC object equivalent to the Binancekline object?
What is the "Date" feature in the OHLC object equivalent to the Binancekline object?
Binancekline object:
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to fill the candles I've taken from Binance.net API
List <Ohlc>
.There is a section I hang out at this point.
I didn't match the object
BinanceKline
(the object that the Binance API is returned to me) with theOhLC
object.E.g:
What is the "Volume" feature in the OHLC object equivalent to the Binancekline object?
What is the "adjClose" feature in the OHLC object equivalent to the Binancekline object?
What is the "Date" feature in the OHLC object equivalent to the Binancekline object?
Binancekline object:
The text was updated successfully, but these errors were encountered: