Bitcoin Forum

Economy => Trading Discussion => Topic started by: thinkbrix on March 27, 2023, 04:01:06 PM



Title: Guide | Trading Bot Strategies implemented in Python
Post by: thinkbrix 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! :D