Algorithmic Trading with RSI using Python

Using talib and yfinance

Victor Sim
Towards Data Science
4 min readSep 17, 2020

--

Photo by NASA on Unsplash

Machine Learning is computationally intensive, as the algorithm is not deterministic and therefore must be constantly tweaked over time. However, technical indicators are much quicker, as the equations do not change. This therefore improves their ability to be used for real-time trading.

--

--