binance-api-node icon indicating copy to clipboard operation
binance-api-node copied to clipboard

Different data

Open xaus1111faos opened this issue 2 years ago • 0 comments

After a few times using a this library, I see the difference between fitted values from "futuresCandles" and indicators on Binance.

See candle with openTime: 1692426600000

{
  openTime: 1692426600000,
  open: '25896.50',
  high: '25897.00',
  low: '25892.40',
  close: '25897.00',
  volume: '64.528',
  closeTime: 1692426659999,
  quoteVolume: '1670968.77760',
  trades: 857,
  baseAssetVolume: '29.448',
  quoteAssetVolume: '762571.24900'
}

And

Снимок экрана 2023-08-19 182143

Why data from the library not equal data from Binance?

xaus1111faos avatar Aug 19 '23 13:08 xaus1111faos