We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
{ 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
Why data from the library not equal data from Binance?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
And
Why data from the library not equal data from Binance?
The text was updated successfully, but these errors were encountered: