Post
Topic
Board Trading Discussion
Re: Binance bot for new listed coins
by
CryptoDROI
on 12/10/2020, 13:57:32 UTC
Hi everyone,
I'm new here. Im a young enthousiast of crypto and a programmer. I tried creating a bot that buys crypto's that are new listed on Binance, since these normally go up by about 20-80%. I've tried so many things but can not find software for this and programming myself has not worked.
Does anybody know any software that buy's the new listed coin very fast and sells when a certain % hits. Of course with an API key.
I am new here so don't know if im in the right topic, but thanks in advance!'
Have a good day all.


I'm here to tell you that there is such tool, its name is "AUTOCONFIG" and is built into "GUNBOT"

but I would say is not that straightforward to implement, since autoconfig is a beast in itself, but you can create a custom filter that detects new pairs.

Im not making this up and Im no expert, I got the awswer from the creator of autoconfig Pim:

"one way of doing that is to run an addPairs job every x minutes/hours, then check if a pair name is present in current ticker snapshot but not in in the previous snapshot"

What I know for sure is that bitRage does add new pairs, but is a headache for me on binance since they keep adding those FiatBase, but that's another story...

Autoconfig just takes Gunbot to the next level of automatization, what I have done for sure is to add Pairs with xVolume and sell/remove when/if Volume drops xnumber say 100BTC


If you like that kind of programing stuff you should check our wiki for more info on autoconfig:

https://wiki.gunthy.org/how-to-work-with-gunbot/autoconfig

Hope it Helps