-
Simple question: is it possible to fetch and use data from different market(s) and execute order on another one?
eg. I would like to take market data from bitfinex.BTC-USD + bitstamp.BTC-USD (or jus…
-
https://bitmax.io/api/v1/barhist?symbol=LTO-BTC&interval=60&from=1550186549000&to=1550186649000
returns no data
Higher timeframes for the same timeframe work fine
https://bitmax.io/api/v1/bar…
-
Over the last few years trading volume has shifted from BTC to USDT. I recommend adding USDT volume from Binance.
![image](https://github.com/user-attachments/assets/fa43050e-810a-4411-9cf7-15fc68f3…
-
Hi,
When I used the NFIX2(v12.0.640) or NFIX4(v14.0.339) on bingx exchange, the bot stopped with the following warning:
`2023-10-21 23:46:24 - freqtrade.exchange.common - WARNING - _async_get_candle…
znxn updated
10 months ago
-
**Lightweight Charts™ Version:** ^4.2.0
**Steps/code to reproduce:**
From the error I understand that I have the same time property for a few entries:
Assertion failed: data must be asc ordered…
-
Hi,
First of all thanks for sharing this work!
I have being reviewing this code and noticed that inside "_private_api_query" the code doesn't returns the desired information when the API respond…
-
### Description
Cant buy BTC - on offer page I get this error message
Warning
An error occurred at task: ProcessOfferAvailabilityResponse
Cannot take offer because snapshot height does not …
-
I'm trying to generate deposit address for each account of my exchange website users by using COINEX API I've faced a real problem imagine there is 2 users in my website and USER1 wants to deposit BTC…
-
When I try to get data by your lib, I geting warnings like this:
![image](https://user-images.githubusercontent.com/32235469/42921316-a350cfd6-8b45-11e8-9c7e-47a7cce89087.png)
And catch this err…
-
Hi, I'm trying to use a symbol in order to get data about a coin, for e.g. BTC using `cg.get_price(ids='bitcoin')` will work, but is there a way to do something like cg.get_price(ids = 'BTC')?