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

GALAUSDT listing 13/09 feedback

Open bragg2012 opened this issue 2 years ago • 13 comments

Anyone have any joy with this using the latest margin script? Looks like mine traded -6.146 (good) in test mode.

@CyberPunkMetalHead can you confirm which wallet the USDT needs to be in on our binance accounts, is it ok in the spot wallet or should we move to a specific margin wallet to execute the trades now?

bragg2012 avatar Sep 13 '21 11:09 bragg2012

I made some small modification to the original script, and today I'm going to try save some time in some parts. But as today it was able to make a profit, it managed to buy it quickly but the tsl didn't kick in I have to check what parameters I was using but i sold it manually

Lautaro-L avatar Sep 13 '21 12:09 Lautaro-L

@Lautaro-L Do you mind sharing your script?

easyguyme avatar Sep 13 '21 13:09 easyguyme

Yes of course, let me finish some changes, I'll make a fork and remove some credentials then is good to go. Also I added telegram support to send messages there since I run it on a headless server and I'm not seeing console often. it isn't tested this time so I recommend plugin it on the testnet

Lautaro-L avatar Sep 13 '21 16:09 Lautaro-L

Yes of course, let me finish some changes, I'll make a fork and remove some credentials then is good to go. Also I added telegram support to send messages there since I run it on a headless server and I'm not seeing console often. it isn't tested this time so I recommend plugin it on the testnet

Thank you

Hammer632 avatar Sep 13 '21 18:09 Hammer632

Yes of course, let me finish some changes, I'll make a fork and remove some credentials then is good to go. Also I added telegram support to send messages there since I run it on a headless server and I'm not seeing console often. it isn't tested this time so I recommend plugin it on the testnet

Heeeee testing your script and run into an error information for others the file TRADE_CLIENT.PY has line from your local computer in it : client = load_binance_creds(r'C:\Users\MINERO\Documents\binance-trading-bot-new-coins\auth\auth.yml') And we dont have access to your computer so it cant find it lol

Hammer632 avatar Sep 13 '21 18:09 Hammer632

Lol i forgot to delete that part I'm on it Edit: done

Lautaro-L avatar Sep 13 '21 19:09 Lautaro-L

Lol i forgot to delete that part I'm on it Edit: done

Heee Lautaro question from my side, when i run your script i get this error ModuleNotFoundError: No module named 'auth.binance_auth' When i run the other script with the same line in it it runs just fine. Do you have an idea?

Hammer632 avatar Sep 13 '21 19:09 Hammer632

Hmm really weird, since i didn't touch the import lines and the script runs with no trouble for me, really weird any more info about the error code?

Lautaro-L avatar Sep 13 '21 19:09 Lautaro-L

Hmm really weird, since i didn't touch the import lines and the script runs with no trouble for me, really weird any more info about the error code?

This is the complete error Traceback (most recent call last): File "main.py", line 1, in from trade_client import * File "/home/pi/Desktop/botwithtelegram/trade_client.py", line 1, in from auth.binance_auth import * ModuleNotFoundError: No module named 'auth.binance_auth'

Hammer632 avatar Sep 13 '21 20:09 Hammer632

Tested it a couple times on different computers and I couldn't replicate the issue

Lautaro-L avatar Sep 13 '21 21:09 Lautaro-L

Guys, the margin script hasn't yet been pushed. Will push soon but please be aware that currently it's still placing spot buy orders. I realised that there are some complexities that need to be addressed such as: not all coins are being listed on margin/futures trading which effectively means that shorting coins can only work if said coin is pre-owned.

I've also enabled discussions for this repo so we can talk about this in more detail.

CyberPunkMetalHead avatar Sep 13 '21 22:09 CyberPunkMetalHead

Yes I saw the videos shorting is a good strategy, I thought on porting the code to c++ or c if the changes I made don't manages to place the spot order fast enough currently is really fast, but another problem that might occur is lack of liquidity to fullfil spot orders since those are filled chronologically, but limit orders with a value a little higher than market price fills faster. And about the margin one I think you can place both long and shorts orders one first if you catch the coin quick enough but we can talk on the channel not here

Lautaro-L avatar Sep 13 '21 22:09 Lautaro-L

for some reason my bot didn't buy GALA. I think it was still stuck in ELF, trying to track order/sell. Is that normal?

CelliHere avatar Sep 18 '21 08:09 CelliHere