Bitcoin Forum

Economy => Trading Discussion => Topic started by: thinkbrix on March 18, 2023, 07:18:18 AM



Title: Guide | Binance Trading Bot using Python
Post by: thinkbrix on March 18, 2023, 07:18:18 AM
Hey!

I thought it would be nice to show how to create a Binance trading bot from the beginning, using Python.
It's all based on this library: https://github.com/sammchardy/python-binance

Currently there are 2 episodes live:

Setting up everything:
https://youtu.be/3yZ6CKMexcE

Getting prices and assembling a basic strategy:
https://youtu.be/NdJhZ7t2he8

In the upcoming videos I will show more advanced and relevant strategies, along with key concepts while creating a bot :)

Please, if you have more ideas you'd like to see please let me know!

Happy coding!


Title: Re: Guide | Binance Trading Bot using Python
Post by: hugeblack on March 18, 2023, 08:55:09 AM
So the explanation mainly uses this library ----> https://github.com/sammchardy/python-binance
You can write the explanation here, it does not need many details and leave the choice to the user to watch the video.
Overall, thank you for making this video. Unfortunately, Binance needs verification and I stopped using them a while ago.
I will try the Kucoin code.


Title: Re: Guide | Binance Trading Bot using Python
Post by: thinkbrix on March 18, 2023, 09:54:13 AM
So the explanation mainly uses this library ----> https://github.com/sammchardy/python-binance
You can write the explanation here, it does not need many details and leave the choice to the user to watch the video.
Overall, thank you for making this video. Unfortunately, Binance needs verification and I stopped using them a while ago.
I will try the Kucoin code.

Thanks, edited the original post.
I hope the future episodes will be able to provide extra info that is not that easy to understand from the official docs.
Regarding the verification - Totally agreed. However the bot part of the guide is pretty generic and can be implemented with every exchange that provides a similar API.