-
Error while scouting...
Traceback (most recent call last):
File "/BTB-Install-script/Binance1/binance-trade-bot/binance_trade_bot/scheduler.py", line 25, in _run_job
super()._run_job(job)
…
-
### Describe the bug
When running tests, we observed an error happened while on `status --live`. It started with `Unhandled error in background task: cannot unpack non-iterable NoneType object` then …
-
**Describe the bug**
When I try to trade futures, I always get this error:
`binance.exceptions.BinanceAPIException: APIError(code=-1121): Invalid symbol`
The thing is I'm using valid pairs (eg: B…
-
**Describe the bug**
at runtime:
FATAL It is forbidden to run loop on threads other than event-loop thread - EventLoop.cc:266
**To Reproduce**
Steps to reproduce the behavior:
1. Try some links…
-
I re-write some of your code and create [API Binance wrapper](https://github.com/WarFollowsMe/NetBinance)
Maybe it will be useful to you.
-
Every order I place with `futures_create_order`, the order is automatically set to 20x by default which is too risky for my tastes. Neither the wrapper nor raw binance API documentation mention anythi…
-
Placing market orders was working fine until yesterday. I use the following standard command:
var sellMarketOrder = binanceClient.PostNewOrder("xxxbtc", 1000, 0, OrderSide.SELL, OrderType.MARKET).R…
-
The bot stopped trading by days and in the log it's full of the following errors:
`binance_trader | 2021-09-07 15:24:19,120 - crypto_trading_logger - INFO - Bought DASH
2021CRITICAL:root:Binanc…
-
```
import './index.scss';
import { filterData } from '@utils';
import React, { useEffect, useMemo, useRef, useState } from 'react';
import { useDispatch, useSelector } from 'react-redux';
im…
-
I have integrated the Binance.API.Csharp.Client and can get the following listener to work
binanceClient.ListenTradeEndpoint("ethbtc", AggregateTradesHandler3)
So it works in principle.
**H…