-
Hi I tried running the below code and gave it some time but it does not download any data.
`import os
import datetime
from binance_historical_data import BinanceDataDumper
os.getcwd()
…
-
See #111 and its fix, #112 .
We should probably reject these klines rather than the current safe-but-incorrect behaviour.
-
Hello,
Downloading data raise a `FileNotFoundError`
```
>cryptrality download_year -k 1h -y 2022 -e binance_spot BTCUSDT
Traceback (most recent call last):
File "C:\tools\Anaconda3\lib\runpy.…
-
Do you guys know what is the unit of the volume, in the method get_klines?
"148976.11427815", # Volume
Thanks a lot
-
**Describe the bug**
I'm this problem with using websocket
`Task exception was never retrieved
future:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/binance/t…
-
Hi, first of all thanks for this project.
Could you please tell me how can i pull the long/short ratio klines for every interval?
-
How can I get specific params with client.get_klines?
Because no need some params so analyze time will be better
Ex: only get high, low, close
-
### Operating System
win10
### Programming Languages
Python
### CCXT Version
ccxt-4.4.5
### Description
method exchange.fetch_ohlcv() on Binance returns 18 candles instead of 1000 on 1d TF, 800…
-
Hello, thank you for the great library.
I'm trying to get the ADX values for a single kline using 14 kline period.
For RSI14 Ive used 15 klines to get 1 RSI value.
How many close,high,low values do…
-
Binance returns tickers even for the delisted pairs. As a result, the script downloads these pairs continuously.
Adding something like this will help to skip this kind of pairs.
`if len(binance.cl…