-
Just wondering if there is a plan to implement this feature from the binance-official-api:
Cancel All Open Orders on a Symbol (TRADE) - Cancels all active orders on a symbol. This includes OCO orders…
-
## Describe your environment
* Operating system: windows
* Python Version: 3.12
* CCXT version: 4.4.24
* Freqtrade Version: 2024.10
**This is when I did not configure the cctx proxy**
```…
-
## Describe your environment
* Operating system: Ubuntu 24.04.1 LTS
* Python Version: Python 3.12.3 (`python -V`)
* CCXT version: ccxt==4.4.24(`pip freeze | grep ccxt`)
* Freqtrade Version:…
-
Rodar o livro e tentar conectar na [testnet da binance](https://www.binance.com/en/support/faq/ab78f9a1b8824cf0a106b4229c76496d) e se familiarizar com o repositório
-
- See https://github.com/threefoldtech/home/issues/1476
-
Using the US version, on the current version as of this issue report.
Traceback (most recent call last):
File "/mnt/USBDrive/Python/binance-trade-bot/binance-trade-bot/binance_trade_bot/schedule…
-
## Describe your environment
* Operating system: Debian 12
* Python Version: 3.11.2 (`python -V`)
* CCXT version: 4.4.24 (`pip freeze | grep ccxt`)
* Freqtrade Version: 2024.10 (`freqtrade -V…
-
### Implement Pamela's client as a Telegram Bot
Telegram has 2 ways of receiving updates, either from a webhook or a a `getUpdate` method. Most wrappers [0] implement the webhook strategy as its de…
-
binance.exceptions.BinanceAPIException: APIError(code=0): Invalid JSON error message from Binance: This endpoint has been deprecated, please integrate with “GET@/sapi/v1/asset/tradeFee”. See details i…
-
This post is not an issue but more like a suggestion for optimization.
I am wondering if it's possible by any means to lower the time that is required to POST an order. If the price is guaranteed i…