-
- OS: macOS Mijave
- Programming Language version: JavaScript
- CCXT version: 1.30.62
```
const params = [
pair.name, // NEO/USDT
formData.orderType, //s…
-
There is a miniminal needed amount to bot proper works? Adn which timeframe it uses? 5min, 30min?
I'm with 0.001BTC on margin wallet, leverage set at 3x, and double checked "margin enabled" on API …
eugjr updated
4 years ago
-
( see https://github.com/bmino/binance-triangle-arbitrage/issues/98 )
if we find XX triangle relationships, why does it open max amount of websockets? Shouldn't the math be something like Websocket…
-
I'm trying to create a take profit for a future order, I attach the code for create order:
```
exchangeF = exchange_class({
'options': {
'adjustForTimeDifference': True,
},
…
-
- OS: Linux
- Programming Language version: Python
- CCXT version: ccxt==1.20.48
Hello !
Hope all well.
I place loan orders on Binance margin.
```
provider = ccxt.binance ....
msg = a…
-
I want to trade on binance future, then i set this parameter in config file
```
"ccxt_config": {"enableRateLimit": true, "options" : {"defaultType": "future"}},
"ccxt_async_config": {
"enable…
-
- OS: Mac OS 10.15.3
- Programming Language version: Python Version: 3.8.2
- CCXT version: CCXT Pro version 0.1.39
Hi, I am trying to get the Trade List from Binance use the below 2 variation but…
-
- OS: WINDOWS 10 - 64
- Programming Language version:python
- CCXT version: 1.30.28
symbol:ETH-BTC >> spot
binance.createOrder(symbol,'limit','Sell',0.00013715435110890858,0.024752145000000…
-
Hello @kroitor I have created my class (class FetchDataBinance ) with methods such
```
def __init__(self):
self.instance = ccxt.binance()
self.instance.apiKey = api_key
…
-
Hi all,
any idea why I m getting these error messages with Binance Margin accounts.
`HTTPSConnectionPool(host='api.binance.com', port=443): Max retries exceeded with url: /api/v1/userDataStream …