-
import pandas as pd
import plotly.graph_objects as go
from plotly.subplots import make_subplots
from binance.client import Client
import os
class FibonacciCorrection:
def __init__(self, …
-
I think it's a problem related to the Binance API request limit. I don't use an API key, it's currently running in dry-run mode. Do I need to optimize it in live mode?
```
2024-11-12 11:45:13 WARN…
-
```
java.lang.ClassCastException: class java.lang.String cannot be cast to class java.lang.Boolean (java.lang.String and java.lang.Boolean are in module java.base of loader 'bootstrap')
at o…
-
I reinstalled anaconda and updated version from python 3.8 to python 3.9
Anaconda3-2021.11-Windows-x86_64.exe
I try testing the program that it has worked well formerly, but on new anaconda envi…
-
**Description**
Add an endpoint for getting the futures klines stream.
The endpoint should receive klines for both USD-M or COIN-M futures.
The endpoint should receive as parameter the kind …
-
Hello.
futures_klines close price do not matches with PC APP or Web.
I’m trying to get klines, specially I need the exact close price for the last 15 minutes.
Using:
https://fapi.binance.com/fa…
-
Using latest version (Nov 2023), I'm trying to start kline streams on 100 symbols, but I get SSL error
How can I safely achieve that?
```python
from binance.websocket.spot.websocket_api impor…
-
**Describe the bug**
A clear and concise description of what the bug is.
I saw this error for many of the other parameters too. I'm trying to get historical_klines Before I used a hardcode value and…
-
Hello,
for storing historical data you may be interested in using a timeseries database.
Here is some code to download data from Binance
```python
import datetime
from binance_historical_data…
-
I've just noticed that I'm missing some KLine data for the 7th April 2023 for several assets (one of them being the BTCUSDT USDS-M perps) when fetching using the monthly interval for the whole of Apri…