Bitcoin Forum

Economy => Trading Discussion => Topic started by: Levicrypto on October 10, 2020, 01:32:07 PM



Title: Binance bot for new listed coins
Post by: Levicrypto on October 10, 2020, 01:32:07 PM
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.


Title: Re: Binance bot for new listed coins
Post by: mk4 on October 10, 2020, 02:12:46 PM
Not something openly purchasable on the web as far as I know(because I've also tried finding one in the past, and as expected I couldn't find any); you're better off actually hiring a decent programmer for this. And I'm guessing that you'd actually need  a well optimized software to make it as quick as possible, because it's safe to assume that it's not only you that would have such a bot running.


Title: Re: Binance bot for new listed coins
Post by: BitMaxz on October 10, 2020, 10:53:23 PM
There are two well-known free opensource trading bot if you want to develop or create your own strategy or you can use it as a referrence building your own trading bot.

You can also able to use them as trading simulation(Paper trading/Fake money) back testing or use them as realtime trading.

Here's the two option.
- Gekko trading bot (https://gekko.wizb.it/) - it's flexible than Zenbot with free strategy and guides from their documention. You can also add more exchanges.
- Zenbot trading bot (https://github.com/DeviaVir/zenbot) - Another trading bot but limited exchanges.


Title: Re: Binance bot for new listed coins
Post by: hugeblack on October 11, 2020, 03:30:14 AM
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.
This information is not completely correct, after the listing of the currency is announced, its price increases madly, but when you know that, the price will start to drop so if you want a guaranteed profit, use a bot to follow the news before the listing. After the currency is listed, buying it is a high risk risk.

As for how to do that, you need someone who follows the data (sources) and who analyzes it (some AI bots,) and then you may get some accurate results.


Title: Re: Binance bot for new listed coins
Post by: joniboini on October 11, 2020, 07:22:04 AM
Zekko and Gunbot won't help with this since they don't support live tracking of pairs. Btw, I'm pretty sure those early buyers are Binance market maker so I doubt retail investors will have the chance to buy it early even if you use a bot. Uniswap is still possible though, even though the fees are killing it.


Title: Re: Binance bot for new listed coins
Post by: Levicrypto on October 11, 2020, 08:19:16 AM
Thanks for the answers! Really like this forum. I understand the risks you are talking about, but I mean buying the currencies as soon as they are open for trading on Binance, this should not be a high risk right?
Take for example the new listed UTK/BTC. The opening price on Binance at 8 am was 0.1371 and after 6 minutes the price was at 0.2900. So I am talking about a bot that buys very fast at 8 am for the opening price and sell after X% profit.
I am now in contact with a programmer who can program this, or do you guys think this will not work?


Title: Re: Binance bot for new listed coins
Post by: GreatArkansas on October 11, 2020, 08:24:27 AM
Since you mentioned API keys and you are a programmer. The best thing here is to create your own bot or just a simple script that is running 24/7 or best time you preferred if ever you feel there is/are some coins to be listed.
It may be difficult if you got no experience for creating this kind of script, so another way is hire a developer to create one for you and for sure this is kinda expensive.


Title: Re: Binance bot for new listed coins
Post by: joniboini on October 11, 2020, 08:56:34 AM
I am now in contact with a programmer who can program this, or do you guys think this will not work?
It is possible but the chance will depend on the market itself. Some coins will probably pump way higher than that in just 5 seconds and you'll miss it, but if your target is within 1 minute or so it might work just fine (profit or not is another question). Make sure that you ask the developer to build a stop-loss option too. There is also a chance that at the initial listing you'll get no pump and the MM dumped on you instead.


Title: Re: Binance bot for new listed coins
Post by: Levicrypto on October 11, 2020, 09:48:11 AM
I am now in contact with a programmer who can program this, or do you guys think this will not work?
It is possible but the chance will depend on the market itself. Some coins will probably pump way higher than that in just 5 seconds and you'll miss it, but if your target is within 1 minute or so it might work just fine (profit or not is another question). Make sure that you ask the developer to build a stop-loss option too. There is also a chance that at the initial listing you'll get no pump and the MM dumped on you instead.
Yeah I was planning to build in a stop loss + a trailing stop loss/take profit so when the price goes up by 10% and then falls by ex. 2% it sells. It is not a matter of seconds but of minutes most of the time so that is not a problem I suppose. I've analyzed the last 15 new coins listed on Binance and they all were profitable. I will program the bot, a guy I know can do this for $200 so not too much. I will try it out and if you guys are interested show the results!
If it works maybe you guys are interested in taking part? ;)


Title: Re: Binance bot for new listed coins
Post by: Shimmiry on October 11, 2020, 10:40:05 AM
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.

Just a suggestion, don't be baited with users in here that offers scripts that can do that. Better hire programmers. Even you yourself could make one as you've mentioned you're a programmer. AFAIK, you can use Python as it has dozens of libraries and with huge community to help you. I guess it would be easy if it would only be a script. But also, there are things to consider. Binance can list this token/newly accepted crypto, but the volume would still be a little Also, there are a lot of cryptos that were burned and dumped right now, so I guess this kind of businesses must be a trader's initiative.


Title: Re: Binance bot for new listed coins
Post by: Levicrypto on October 11, 2020, 10:45:21 AM
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.

Just a suggestion, don't be baited with users in here that offers scripts that can do that. Better hire programmers. Even you yourself could make one as you've mentioned you're a programmer. AFAIK, you can use Python as it has dozens of libraries and with huge community to help you. I guess it would be easy if it would only be a script. But also, there are things to consider. Binance can list this token/newly accepted crypto, but the volume would still be a little Also, there are a lot of cryptos that were burned and dumped right now, so I guess this kind of businesses must be a trader's initiative.

That is actually a good point you are making! The volume needs to be high enough to get rid of the coins. In the case of the new UTK/BTC listing the % difference was 32% in 6 minutes. However the lowest volume was 120k, but most of the time it was around 400/500k in volume, I suppose this is enough volume to get rid of the coins right?


Title: Re: Binance bot for new listed coins
Post by: joniboini on October 11, 2020, 01:33:39 PM
What kind of "get rid of" are we talking about here? You mean the price went like -90% in 1 minute or something like that? I'm not sure a coin listed in Binance will have something like that unless some terrible things happened or if there is a whale who controls 90% of the supply decided to cash out.

But anyway, the depth should be good enough (at least with Binance market maker) that your bot would still be able to cash out when something happened. Unless the coin got delisted as soon as it was listed, which is quite unlikely to happen.


Title: Re: Binance bot for new listed coins
Post by: TokenBot_ on October 12, 2020, 05:03:36 AM
Not something openly purchasable on the web as far as I know(because I've also tried finding one in the past, and as expected I couldn't find any); you're better off actually hiring a decent programmer for this. And I'm guessing that you'd actually need  a well optimized software to make it as quick as possible, because it's safe to assume that it's not only you that would have such a bot running.

I have not seen one either. and I def would know about it if it was out there.


Title: Re: Binance bot for new listed coins
Post by: SquallLeonhart on October 12, 2020, 01:17:29 PM
Unfortunately the ones that are on the market all allows you to add any coin you want, you end up with putting the coin yourself and make the trade on that coin, however there is no bot that goes "oh this coin didn't existed a few hours ago, let me add this to the portfolio and sell 30%+" because that can't be done. No bot has a data that could actually add that coin to your portfolio because that data to withdraw from binance doesn't exist.

You can add any coin you want, but there is no point where binance says "this is brand new" in a code, so you have to actually know. But, there is also no need for something like this considering this is a minute by minute deal and doesn't really profit you if you are even 5 minutes late, I would say stay away from the risk.


Title: Re: Binance bot for new listed coins
Post by: CryptoDROI on October 12, 2020, 01:57:32 PM
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



Title: Re: Binance bot for new listed coins
Post by: kakonhat on October 13, 2020, 04:44:51 AM
There are two well-known free opensource trading bot if you want to develop or create your own strategy or you can use it as a referrence building your own trading bot.

You can also able to use them as trading simulation(Paper trading/Fake money) back testing or use them as realtime trading.

Here's the two option.
- Gekko trading bot (https://gekko.wizb.it/) - it's flexible than Zenbot with free strategy and guides from their documention. You can also add more exchanges.
- Zenbot trading bot (https://github.com/DeviaVir/zenbot) - Another trading bot but limited exchanges.


Is it safe to add exchange account with third party which is not recommended by exchange?


Title: Re: Binance bot for new listed coins
Post by: amiraja2 on October 13, 2020, 02:32:09 PM
Very many people use bots for buying and selling coins but until now there is no bot that can buy coins for the initial open exchange .. on Binance exchanges.
everyone wants it so badly because it will be easy to profit in just a few minutes.



Title: Re: Binance bot for new listed coins
Post by: joniboini on October 13, 2020, 04:05:20 PM
Is it safe to add exchange account with third party which is not recommended by exchange?
Usually those integrations happens through API key, which is provided for exactly this kind of purpose. I'd say it is safe since you can limit the access of the key (unless the exchange screwed it up). If an app requires you to input your login details though, you should avoid it (unless it is the official app of the exchange that you uses).


Title: Re: Binance bot for new listed coins
Post by: mikeywith on October 17, 2020, 09:46:27 PM
Very many people use bots for buying and selling coins but until now there is no bot that can buy coins for the initial open exchange .. on Binance exchanges.
everyone wants it so badly because it will be easy to profit in just a few minutes.

There is no such thing as easy profit, if that is the case then everyone would be using it, what the OP is requesting is fairly easy to implement, Binance API (https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md) is open-source and is relatively easy to work with, all you need is a bit of Javascript skills.

By using

Code:
GET /api/v3/ticker/price

According to Binance API, you will get

Quote
If the symbol is not sent, prices for all symbols will be returned in an array.

So what you want to do here is to store that array and compare it against the next array you get, if a symbol is present in array2 but not in array1 then that's your new listed coin, you can run this script every 60 seconds and this will ensure that the maximum time you are going to miss will be 60 seconds, but you wil need market orders not limit orders.

You will of course need to go through some validations to avoid buying new pairs that are generated from coins that were already there, for example, if Binance adds LTC-XRP, comparing the two arrays will give you a false positive, so a few IFs are going to be needed.

Of course, the real thing will be a lot more than the simple explanation I have given, but any mediocre Javascript programmer can make it.


Keep in mind that many coins actually tank when they are listed on Binance, especially if a large quantity of it was given for bounty hunters and the devs, everybody will rush into selling their coin if it wasn't listed on any other exchange, coins that were already listed on other exchanges tend to increase in price when added to Binance, but fresh coins can do the opposite, so this isn't a 100% accurate strategy and I suggest you test it first before going all in.

 


Title: Re: Binance bot for new listed coins
Post by: Vispilio on October 17, 2020, 11:32:17 PM
The rumor of Binance might often lead to a pump, but the actual listing event almost always culminates in a strong and steady dump of the coin, except for maybe a very brief spike up on very thin volume in the initial seconds,

the real profit is made far before the coin gets listed, by pre-sale investors, the actual team and of course Binance who usually takes a nice percentage of any obscure project it promotes on its exchange...


Title: Re: Binance bot for new listed coins
Post by: Shkoppola on October 19, 2020, 11:04:46 AM
This kind of trading is pure gambling. I've experienced on my skin, some Binance newly listed currencies increased their value by almost 1100%, while others fall by 100% or more. The low-risk strategy is to buy the asset on other exchanges when the listing is announced, while the high-risk strategy is to buy the asset right after is listed on Binance. I definitly prefer the High-risk one  ;D


Title: Re: Binance bot for new listed coins
Post by: eugenioclrc on October 19, 2020, 08:59:47 PM
Well check my open source traingular arbitrage pairs finder! it runs on the browser without any especial permission!

https://eugenioclrc.github.io/binance-crypto-triangular-arbitrage/


Title: Re: Binance bot for new listed coins
Post by: Mandarava on October 20, 2020, 09:54:28 AM
If everything were so simple with Binance, it would probably make sense to create such a bot. But since Binance has its own complex system of admissions to exchange trading (you need to have a certain number of BNBs in your account in order to participate in the competition), creating a bot that will not take into account these factors will make no sense. Or it turns out that this bot will buy only those coins that will inevitably fall in price every time.


Title: Re: Binance bot for new listed coins
Post by: Xxmodded on October 20, 2020, 11:01:12 AM
Almost all exchange have their bot after listing new coin, always failed reach our coin position although on the top listed or selling or buying. Have bot activity to make our selling or buying order on the second position, we must new higher price for buying and lower price for selling to fill out order buy or sell. Most exchange have bad bot to order buy or sell on their exchange and give manipulated price for trader and investor, I keep use manual order and never take my position order on the top place until my order fill out. Keep waiting when my order sell or buy sold out without change by bot of exchange market.


Title: Re: Binance bot for new listed coins
Post by: holahola2021 on October 21, 2020, 12:35:56 AM
 BraveNewCoin
BraveNewCoin API provides historical data from 2014 on more than 500 assets, gathering data from more than 200 exchanges. They are more focused on providing reference rates and spot rates that are useful for product traders and traders, which is why their list of partners consists mostly of deals. financial and commercial services. They sell their API keys through Mashape.


Title: Re: Binance bot for new listed coins
Post by: MCobian on October 21, 2020, 01:49:59 AM
It is actually a good idea to build a bot for trading on Binance, first of you should try out some of the trading bots that are available today.
Look for the weaknesses of trading bots that are currently popular, then try to cover those weaknesses, I'm sure your own trading bot will
make you profit when trading. And also share the demo, I am sure many people will also be interested and want to buy your trading bot.


Title: Re: Binance bot for new listed coins
Post by: JMX64 on March 16, 2021, 10:05:04 AM
I actually coded this kind of buy new listing bot yesterday, i'm testing it this morning.
It search every second for new coins ( paired with USDT BTC BNB BUSD ) not existing yet
then buy it ( in fact it can first exchange to get BTC BNB BUSB if pair is not with USDT)
then it follow the price with a trail stop loose.
I miss the ALICE token, it appear that i was running while release BIFI/BNB and it took 7 sec
and 8 time ordering to get my buy order filled, so price is running wild sometime.
i'm interested to find tips and how many BNB i need to be VIP customer on Binance.


Title: Re: Binance bot for new listed coins
Post by: ghena on March 16, 2021, 02:23:38 PM
been there, done that. I hired programmer and at the end bot was too slow. Programmer said that binance could be give faster access to the market makers or VIPS through API. There are played millions and retail cannot do anything
It was possible 2016, but not today.
Save your money!


Title: Re: Binance bot for new listed coins
Post by: Innerpumper on March 17, 2021, 03:04:38 PM
you can try his ask the site many programmers such as stackoverflow, also upwork to work with a reliable programmer. I'm sure anyone can do it. like bots on bittrex and poloniex. Although I myself have not seen directly how the bot version binance. Keep up the spirit friend.


Title: Re: Binance bot for new listed coins
Post by: so98nn on March 17, 2021, 03:46:24 PM
That usual word is harmful here. I’m not sure how you come to the conclusion that any newly listed coin would hike 20-80% ? I mean I have seen exactly opposite of that. Since most of the coins will have bounties and airdrops they will get more dumpsters rather than buyers in the first phase. You actually get bigger window before you can buy at lower rates.

Why rush while buying anything? Better study the market manually, look for loose ends first and then hit it.


Title: Re: Binance bot for new listed coins
Post by: DarkDays on March 17, 2021, 05:59:25 PM
Not something openly purchasable on the web as far as I know(because I've also tried finding one in the past, and as expected I couldn't find any); you're better off actually hiring a decent programmer for this. And I'm guessing that you'd actually need  a well optimized software to make it as quick as possible, because it's safe to assume that it's not only you that would have such a bot running.
Yeah, coming across these bots on market is difficult. Most of these will just be in-house made (for good reasons). Unfortunately, I don't know anybody who runs such a thing, probably a personal secret also. Though with some more research perhaps you can come closer to an answer, and maybe when you got something you can post on here ;D Good luck.


Title: Re: Binance bot for new listed coins
Post by: santiPOGI on March 17, 2021, 11:01:51 PM
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 think it is an advantage if you are a programmer but if not it would be hard for you to become successful in the end for what you are
planning for in the future. Although, I am not using any bot in trading but others do, So I think better for you to look for a professional programmer and with that I am pretty sure the result in the end will good as you expected.


Title: Re: Binance bot for new listed coins
Post by: tvplus006 on March 18, 2021, 06:12:33 AM
After all, everyone who reads this message and who has BNB coins on the Binance exchange on their balance, regardless of their number, can take part in the Launchpad that takes place on Binance. You have exactly 3 hours from posting this post to commit your BNB to participate in launchpad Linear (LINA). You can register your BNB here: https://launchpad.binance.com/ru/subscription/LINA_BNB


Title: Re: Binance bot for new listed coins
Post by: el kaka22 on March 18, 2021, 01:05:10 PM
I actually coded this kind of buy new listing bot yesterday, i'm testing it this morning.
It search every second for new coins ( paired with USDT BTC BNB BUSD ) not existing yet
then buy it ( in fact it can first exchange to get BTC BNB BUSB if pair is not with USDT)
then it follow the price with a trail stop loose.
I miss the ALICE token, it appear that i was running while release BIFI/BNB and it took 7 sec
and 8 time ordering to get my buy order filled, so price is running wild sometime.
i'm interested to find tips and how many BNB i need to be VIP customer on Binance.
I would advise you to be careful, the thing you are doing right now is not proper managing of finances, you are dealing with real money but also using a beta software, you can't create the perfect software on day one, it takes trial and error and you are building it so that means there could be problems along the way.

Plus, just because a new coin listed doesn't mean that the price will go up, there are other places that list those coins beforehand and it could be going up already when the news is heard and people could dump it when it is listed, not saying you will lose money doing this, I am just saying there is a possibility and that is why it should not be considered guaranteed income if you ask me. So in the end, you have a beta version of a product that does something that might profit you, that is as risky as it gets so use small amount of money for now.


Title: Re: Binance bot for new listed coins
Post by: MiningBattalion on March 18, 2021, 06:36:35 PM
I actually coded this kind of buy new listing bot yesterday, i'm testing it this morning.
It search every second for new coins ( paired with USDT BTC BNB BUSD ) not existing yet
then buy it ( in fact it can first exchange to get BTC BNB BUSB if pair is not with USDT)
then it follow the price with a trail stop loose.
I miss the ALICE token, it appear that i was running while release BIFI/BNB and it took 7 sec
and 8 time ordering to get my buy order filled, so price is running wild sometime.
i'm interested to find tips and how many BNB i need to be VIP customer on Binance.
I would advise you to be careful, the thing you are doing right now is not proper managing of finances, you are dealing with real money but also using a beta software, you can't create the perfect software on day one, it takes trial and error and you are building it so that means there could be problems along the way.

Plus, just because a new coin listed doesn't mean that the price will go up, there are other places that list those coins beforehand and it could be going up already when the news is heard and people could dump it when it is listed, not saying you will lose money doing this, I am just saying there is a possibility and that is why it should not be considered guaranteed income if you ask me. So in the end, you have a beta version of a product that does something that might profit you, that is as risky as it gets so use small amount of money for now.
Cryptocurrency trading is subject to high market risk. Please make your trades cautiously. Binance will make the best efforts to choose high-quality coins but will not be responsible for your trading losses.Binance will initiate the Bounce (BOT) to Auction (AUCTION) token migration & redenomination plan.we will halt trading for all BOT trading pairs, and the trading pairs will also subsequently be delisted from the exchange.


Title: Re: Binance bot for new listed coins
Post by: Sadsong on March 28, 2021, 06:55:58 AM

Just stumbled upon this topic, I recently experimented with a bot like this (just for personal use so not commercially available at the moment). I think important to note is that all new listings are announced at least a few hours upfront, which also causes spike prices on Uniswap or other platforms, if the coin was available there already.

The bot has the launchtime and pair as input and just starts buying from the time it lists.

However to catch the initial spike before it hits Binance I created another bot which sends you an alert when there's a new listing announced. That's still a manual process though, because there are tons of exchanges out there where the coin could possible be listed before Binance, but made some good profits with this second one one already :-)


Title: Re: Binance bot for new listed coins
Post by: nSmith on August 09, 2021, 05:31:39 PM
Hi everyone,

Searching some information about bots for new listings I reached this post. I'm new to this forum and I don't know how to act at all. Anyway, I've created two bots for new listings in Binance and KuCoin exchanges and I'd like to introduce them to the market. Anybody has an idea about how to do it? Maybe a website or should I look for a sponsor? Thank you very much.


Title: Re: Binance bot for new listed coins
Post by: CryptopreneurBrainboss on August 10, 2021, 05:08:00 AM
This information is not completely correct, after the listing of the currency is announced, its price increases madly, but when you know that, the price will start to drop so if you want a guaranteed profit, use a bot to follow the news before the listing. After the currency is listed, buying it is a high risk risk.

Actually, this isn't the only outcome of the market, I did have interest in just trading newly listed coins on binance exchange for sometime and these are my findings. The outcome of a binance listing can turnout in three different ways. Firstly, since coins are usually announced hours before they're actually tradable on the platform, this gives room for manipulators to mess with the market by pumping the coins to outrageous highs that fomo will begin to come in and this might continue after it finally gets listed.

Secondly, nothing actually happens but this depends mostly on the market condition when this announcement was made. In bearish market, binance listing doesn't do much to a project immediately but there would be future benefits when everything returns to normally.

Thirdly, we have your scenario that involves the coins dumping as a result of early manipulations cashing out of their profit. Usually for a project with huge community backing and legitimate or hyped, they usually bounce back as the corrections doesn't stay long.


Title: Re: Binance bot for new listed coins
Post by: Karish2return on August 10, 2021, 05:17:04 AM
As it will give much profit in a very short time but it is difficult to use and most of the people are using it to get the profit, therefore it is better to use the new listed coins in binance and trade in binance as compared to use these bots.


Title: Re: Binance bot for new listed coins
Post by: killerman2 on August 11, 2021, 07:39:12 AM
It would be possible then you should contact with a programmer, he can do it for you, then it will happen and it is possible for the new listed coin but the programmer should also do it with facing some troubles. Then he can make it for you. Probably in trading most people can't take it as a personnel experience.


Title: Re: Binance bot for new listed coins
Post by: CryptShop on August 31, 2021, 02:45:56 AM
If someone is still searching for a binance listing BOT, have a look here https://discord.gg/kKc2XgtGWn