Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Benson

Pages: [1]
1
Technical Support & Development / Binance Futures Error
« on: June 14, 2022, 06:30:36 AM »
Hi,

i'm having several problems, one is that bot is running but can't buy on Binance Futures. Error is:


Code: [Select]
entering buy trade
0.01649130908011478 3
[
  precision: { base: 8, quote: 8, amount: 3, price: 2 },
  minSize: undefined
]
Original price: 1212.75
Original volume: 0.01649130908011478
Binance USDT-ETH ExchangeError: binance {"code":-4061,"msg":"Order's position side does not match user's setting."}
    at binance.handleErrors (/snapshot/node14Win/node_modules/ccxt.binanceQ/node_modules/ccxt/js/binance.js:2625:19)
    at /snapshot/node14Win/node_modules/ccxt.binanceQ/node_modules/ccxt/js/base/Exchange.js:600:18
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async timeout (/snapshot/node14Win/node_modules/ccxt.binanceQ/node_modules/ccxt/js/base/functions/time.js)
    at async binance.request (/snapshot/node14Win/node_modules/ccxt.binanceQ/node_modules/ccxt/js/binance.js:2633:26)
    at async binance.createOrder (/snapshot/node14Win/node_modules/ccxt.binanceQ/node_modules/ccxt/js/binance.js:1739:26) {
  constructor: [Function: ExchangeError]
}
Issue creating buy order:{"name":"ExchangeError"}
Error
    at errorHandler (/snapshot/node14Win/ctx/js/binanceFutures.js)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)

1715

(Code 3934)Requesting data...please wait...

Same problem on arm with v23.2.9 and Windows with 24.2.3. on windows with 24.2.3 it was also impossible to setup api and secret keys (correct data entered), gui is buggy... Also asked for v25 betas as i really would like to use the new webhooks function. but if there's no version runnning... ^^

Any version which handels Binance Futures correctly? I read about Binance using USDT-ETH instead ETH-USDT, but if I canchge this in the config.js the bot doesn't fint the pair on binance futures...

Thanks,
Martin

Pages: [1]