-
Programming Language version: Python 3.8.5
CCXT version: 1.51.64
I wanted to get crypto market data from binance api with CCXT using fetch_ohlcv(), but received error when running the code below.
…
-
For BTCUSDT and ETHUSDT candlestick data for Feb 2018 is a little off. From line 10110 of the BTCUSDT 1m candles of Feb 2018 timestamps are wrong until line 11311. Same issue for about the same range …
-
[person.json](https://github.com/lk-geimfari/mimesis/blob/master/mimesis/data/ru/person.json) for russian locale is oversized. Compare his 158 klines with 6 klines in [english version](https://github.…
-
Hi i'm using get_MACD function and i use this function to get candles
candles = bot.get_klines(symbol="BTCUSDT", interval=bot.KLINE_INTERVAL_1MINUTE)
and this is my candles output:
[[unixtime, open…
-
i am work to write this indicator....
https://tr.tradingview.com/v/28ZcW4nv/ MOST by Anıl ÖZEKŞİ
actually good filtering buy or sell ... her is the code...
my problem is
so slow the backtes…
-
Hello,
I am using the library on Ubuntu with PHP7.2 and would like to read trade volumes for all symbols ideally by minute. The websocket has both quote and asset volume but that seems to be traili…
-
How could i change time zone to get klines data in my time zone
In default, time zone in binance is UTC
But now i want to change timezone to get klines data in my time zone. For example, UTC+7
Cou…
-
Hello,
I am using this API to interface with Binance USDT-M Futures.
Earlier today I encountered a "Service under Maintenance" exception when Binance triggered their scheduled system update. I c…
-
Installed using pip, then ran this code:
from kucoin_futures.client import Market
client = Market(url='https://api-futures.kucoin.io')
klines = client.get_ticker("XBTUSDM")
print(klines)
Then…
-
Hi,
I am randomly receiving this error when submitting futures api request. Sometimes I can have 10 subsequent requests without the error, and sometimes I get 3-4 of these errors in a row, upon ret…