-
**Which version are you running? The lastest version is on Github. Pip is for major releases.**
```python
import pandas_ta as ta
print(ta.version)
```
0.3.14b0
**Do you have _TA Lib_ also inst…
-
One of the most seen issues on our socials is users sending STX with their non-custodial wallet or from an exchange and forgetting the memo needed for the exchange to credit the correct account.
H…
-
### Operating System
Windows 10
### Programming Languages
JavaScript
### CCXT Version
4.0.64
### Description
D:\CCXTBaseLine\Node>node okxBestPrix.js 2
RateLimitExceeded: okx {"msg":"Too Many …
-
Solicit suggestions for agenda items for the first Governence meeting to be held on Tuesday November 23 @ 10:00 UTC in grincoin#general channel on [Keybase](https://keybase.io/team/grincoin). Please c…
-
According to GDAX : The trade side indicates the maker order side. The maker order is the order that was open on the order book. buy side indicates a down-tick because the maker was a buy order and th…
-
Hello,
I connect to many exchanges and markets with `watch_trades` and notice the memory usage keep increasing, even with the simplest while loop (see code below).
The asyncio coroutines below …
-
Hello Uniswap Team,
We are the XDC Network!
My name is Salomon, and I am one of the Lead Project Managers for the XDC foundation. I’m reaching out to have our EVM compatible token XDC added to U…
-
Is it possible to add functionality to auto buy bnb for trading fee when the bnb balance is below a certain value?
Thank you
-
OS: Windows 10
Programming Language version: Python 3.10
CCXT version:2.4.18
I run a simple loop which fetch many order books like this example:
```
import ccxt.pro
import asyncio
order…
-
This issue is about new format of rate-limiting requests in ccxt.
**Old Method**
Previously all endpoints within an exchange had the same weight associated, described by the `rateLimit` property…