I Have Worked on a Similar Bot and I Have a Different Problem! #79
firasalanni
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've worked on a very similar bot. The difference is my bot automatically buys (and later on sells) newly-listed-coins-on-Binance on a different exchange. It polls Binance website searching for new coin announcements and once it detects one, it immediately buys it on another exchange. The problem is: Although a new listing announcement on Binance website claims to be at say 02:00 UTC, it is actually only available on Binance website around 5 minutes later, i.e. 02:05 UTC, which is unfortunately too late! In order to get a good buy price, my bot needs to buy at the exact minute of the Binance announcement alleged time because this is actually when the price pumps on all exchanges!
In order to poll/scrape Binance website, my bot just uses requests and BeautifulSoup Python libraries.
I appreciate any comments!
Regards,
Firas
Beta Was this translation helpful? Give feedback.
All reactions