-
the bot keeps finding arbitrage opportunities but does not go through with the trade? i have 5 usdt in each exchange platform, can you tell me why nothing is happening?
log =
2024-03-16 19:08:1…
-
Hi. Excelent work!
I managed to successfully run this project slightly modifying the original code to work only with binance and bittrex (removed kucoin). The code seems to work well most of the ti…
-
Hi, is there any mock/fake exchange available for testing? If not, I wanted to request for adding one. A "fake" is basically an exchange that implements all CCXT methods that return fake values or sim…
-
- [X] Web-site enhancement:
- [X] Make web-site collect exchanges' data autonomously
- [X] Change error in footer on web-site
- [ ] Add progress bars
- [X] Find out taker trading fees for…
-
Hi.
Unfortunately i cannot provide screen shots, but problem is that staggered orders does not work correctly.
On order page all of orders are with 0 price, showing only amounts.
On candle char…
-
Bybit spot uses the same order amount for both sides of the trading pair.
I.E. if order_amount is set to 100, it will attempt to sell 100 tokens for USDT but also tries to buy $100 worth of tokens …
-
This issue is about unifying
- _stop loss order_
- _take profit order_
For an explanation of `triggerPrice / stopPrice` (conditional or trigger orders), please see ~https://github.com/ccxt/ccxt…
-
Does the project support US exchanges such as the NASD? If so, what's the exchange_markets identifier for NASD, NYSE?
Thank you
-
It is a non-trivial task to understand what needs to be done to implement a new exchange or to modify an existing exchange for additional functionality.
To name a few of the variables that add co…
-
### Operating System
Windows 10 x64
### Programming Languages
python
### CCXT Version
2.8.31
### Description
I'm getting an error 429 from the kucoinfutures exchange when placing …