-
The current implementation of futures endpoints is geared mainly to the USD-M futures [(link)](https://binance-docs.github.io/apidocs/futures/en/#change-log): e.g. https://github.com/wisespace-io/bina…
-
# Feature Request
### Description
Implement the functionality to support multiple orders execution for Binance as per their official API documentation:
- Placing Multiple Orders (TRADE): [API…
-
hello,
i have been using your library for a long time but a problem started. I get 403 error while trading on binance futures.There is no such problem when I try on testnet network. I have no probl…
-
My request with the API:
`console.info( await binance.promiseRequest( 'v1/apiTradingStatus', {symbol: 'IOTAUSDT', recvWindow: 500}, {base: 'https://fapi.binance.com/fapi/', type: 'USER_DATA'} ) );`…
-
```
Forex support should be added. This would mean:
* completing Instrument.isForex()
* completing the forex InstrumentType
* supporting MIDPOINT instead of trade in historical data
* allowi…
-
```
Forex support should be added. This would mean:
* completing Instrument.isForex()
* completing the forex InstrumentType
* supporting MIDPOINT instead of trade in historical data
* allowi…
-
**Describe the problem**
Trading history persisting between account changes
**To Reproduce**
If I change api keys and delete futures.db, the data from the old accounts are still visible in the da…
-
a) Add another virtual exchange that works only for futures, yet another one for swap.
b) Add a marketType parameter to all methods of the existing exchange.
The first one is closer to the native …
-
###
I want to create a simple limit order with only stop loss.
`account_binance.create_order(symbol='XRP/BUSD', type="STOP", side='buy', amount=10, price=0.54 ,params={"stopPrice":0.52,})`
I …
-
## Describe your environment
* Operating system: freqtradeorg/freqtrade:2024.9_freqairl docker image on windows
* Python Version: 3.12.6 (`python -V`)
* CCXT version: 4.4.6 (`pip freeze | grep …