ViewBlock / binance-api-node

:chart: A complete and heavily tested wrapper with typings for the Binance API.
657 stars 502 forks source link

Different data #642

Open xaus1111faos opened 1 year ago

xaus1111faos commented 1 year ago

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?