binance-trading-bot-new-coins icon indicating copy to clipboard operation
binance-trading-bot-new-coins copied to clipboard

recent XEC/USDT trade feedback

Open sumomario opened this issue 2 years ago • 5 comments

Hi, I'm new here. Just made my GitHub account for this. I really liked your project and would love to contribute with some feedback to it.

My bot is live with real currency. No test mode. It didn't worked properly with the GNO, because of a too low buying amount - 10$, upped it to 12$ So here is my experience with the latest XEC/USDT:

Over the recent days I got "connection aborted" issues and changed the (RUN_EVERY:) from 0.025 to 0.04 and then again to 0.05 Other configurations are SL: 8 TP: 3 Today the bot managed to buy XEC rather later at 0.00027900. It was listed at 0.00022961. I got some 'volume' spam in terminal and decided to sell it manually at 0.00025740

What is that 'volume' thing spam? I got it, it's the unfinished order. Deleted it.

sumomario avatar Sep 03 '21 11:09 sumomario

Hey, welcome! I believe @CyberPunkMetalHead is working on a fix for the volume spam due to a mismatch in the order attributes for test vs live in main.py. Looks like some other improvements have been made today in main.py too so those may catch the buy order quicker.

I had the same experience as you with XEC, bought at 3 seconds past 11 (BST) at 0.00027988 and then missed the sell due to the live bug.

bragg2012 avatar Sep 03 '21 12:09 bragg2012

Just started the new main.py with the threads and got banned.

APIError(code=-1003): Way too much request weight used; IP banned until 1630673569966. Please use the websocket for live updates to avoid bans.

sumomario avatar Sep 03 '21 12:09 sumomario

Uhm It does seem to be sending alot of requests now:

binance.exceptions.BinanceAPIException: APIError(code=-1003): Too much request weight used; current limit is 1200 request weight per 1 MINUTE. Please use the websocket for live updates to avoid polling the API.
    raise BinanceAPIException(response, response.status_code, response.text)
binance.exceptions.BinanceAPIException: APIError(code=-1003): Too much request weight used; current limit is 1200 request weight per 1 MINUTE. Please use the websocket for live updates to avoid polling the API.
binance.exceptions.BinanceAPIException: APIError(code=-1003): Too much request weight used; current limit is 1200 request weight per 1 MINUTE. Please use the websocket for live updates to avoid polling the API.
    raise BinanceAPIException(response, response.status_code, response.text)
binance.exceptions.BinanceAPIException: APIError(code=-1003): Too much request weight used; current limit is 1200 request weight per 1 MINUTE. Please use the websocket for live updates to avoid polling the API.

TheGeekiestOne avatar Sep 03 '21 13:09 TheGeekiestOne

I've limited the request rate to 0.1/s. This should mean we're using exactly 1200 requests/minute with 1 request having a weight of 2

CyberPunkMetalHead avatar Sep 03 '21 14:09 CyberPunkMetalHead

hii may i know how did you make it ? i am new to python and only baerly made it and filed it with the api keys can you please tell me how to make it live and trade in it ? margin trading ?

CadburySwaps avatar Oct 02 '21 14:10 CadburySwaps