-
MUST READ THIS BEFORE SUBMITTING ISSUES (read the link, then delete this message before submitting):
https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-submit-an-issue
Please make s…
-
Is there a way to backtest with the historical data on trades downloaded with:
```
freqtrade download-data --days 1 --dl-trades --timeframes 1h
```
How do I access those trades in the strategy…
-
## Step 1: Have you search for this issue before posting it?
How to add a new exchange? I would like to add rightbtc exchange to freqtrade and it is listed on https://github.com/ccxt/ccxt/
## St…
-
MUST READ THIS BEFORE SUBMITTING ISSUES (read the link, then delete this message before submitting):
https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-submit-an-issue
Please make s…
-
After pulling the newest commit and spinning up the docker this occurs.
```
> crypto-trading-bot@0.0.0 start /usr/src/app
> node index.js trade
internal/modules/cjs/loader.js:638
throw …
-
- CCXT version: v.1.19.4
- Exchange: BitMEX
- Method: `fetch_markets()`
related: https://github.com/ccxt/ccxt/blob/ebd2618e04b43d36501af1087fc7fa0d40833494/python/ccxt/bitmex.py#L200
`future` …
-
## The dependency [ccxt](https://github.com/ccxt/ccxt) was updated from `1.18.1192` to `1.18.1193`.
🚨 [View failing branch](https://github.com/DeviaVir/zenbot/compare/unstable...DeviaVir:greenkeeper…
-
requests.exceptions.SSLError: HTTPSConnectionPool(host='c0.3.cn', port=443): Max retries exceeded with url: /stocks?type=getstocks&skuIds=56963935823&area=4_50952_106_0&callback=jQuery9052360&_=158117…
cexll updated
4 years ago
-
see https://coinmarketcap.com/rankings/exchanges/
the following support websockets
- [ ] ZB
- [ ] BW
- [ ] FatBTC
-
Hello, I am trying to use this library to parse D99A message running following kotlin code:
```
val file = this::class.java.classLoader.getResource("EDIFACT_D99A_IFTSAI.txt").openStream()
val facto…