Bitcoin Forum
May 08, 2024, 06:37:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Trading Discussion / Guide | Trading Bot Strategies implemented in Python on: March 27, 2023, 04:01:06 PM
Hey all!

Following this post: https://bitcointalk.org/index.php?topic=5445352

Here is another part of the guide, talking about to main algorithms used in trading bots: RSI (relative strength index) and WMA (weighted moving average).

We will use the libraries "Pandas" & "TA-Lib", and implement basis BUY & SELL strategies using those algorithms.

Link for the guide: https://youtu.be/zc5n1xs0nSE

In the upcoming episodes we will complete the bot logic for a full-functioning trading bot based on Binance!

Hope you find this insightful, here for any questions! Cheesy
2  Economy / Trading Discussion / Re: Guide | Binance Trading Bot using Python 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.
3  Economy / Trading Discussion / Guide | Binance Trading Bot using Python 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 Smiley

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

Happy coding!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!