Pet projects for algorithmic trading

What are recommendations of pet projects to build up python skills in algorithmic trading?

Hi,



If you want to try a course on algorithmic trading, you can try the "Getting started with Algorithmic Trading" Quantra course. That is a good starting point. After that, you can try implementing simple trading strategies with the use of technical indicators. For example, if you have the trading rule that RSI<30 implies buying and RSI>70 implies selling, you can try backtesting this rule. Further, you can look at different ML models as well to improve your strategies.



Hope this helps.