python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I get specific time periods ohlcv in CCXT bitget?
Even if I type "since" keyword in ccxt bitget, always get only the latest information. The same code worked on ftx, what's the problem?
bitget = ccxt.bitget({'apiKey' : self.KEY,
...
Dr.Kim
Votes: 0
Answers: 1
fetch info of bars by ccxt lib in python return timestamp in time zone incorrect
i fetch_ohlcv and return the data, and in data contains timestamp, and I don't understand why timestamp is in the 0th timezone, while I'm in the 7th timezone
i use testnet environment
exchange = ccxt....
Nguyễn Anh Mười
Votes: 0
Answers: 0
Why do I have a delay of 10 min using python ccxt phemex?
I try to trade on phemex using the API and ccxt package.
I connect to the phemex like this:
phemex = ccxt.phemex({
'apiKey': API_KEY,
'secret': API_SECRET,
'adjustForTimeDifference': False,
...
Dani
Votes: 0
Answers: 1