Technical Stock Analysis Made Easy in Python

Today we will learn how to easily do technical analysis in Python, using TA-Lib. TA-Lib Download: ~gohlke/pythonlibs/ DISCLAIMER: None of this is financial advice. This video focus on the programming aspects of the topic. I am not a financial professional. ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾ 📚 Programming Books & Merch 📚 🐍 The Python Bible Book: 💻 The Algorithm Bible Book: 👕 Programming Merch: 🌐 Social Media & Contact 🌐 📱 Website: 📷 Instagram: 🐦 Twitter: 🤵 LinkedIn: 📁 GitHub: 🎙 Discord: 🎵 Outro Music From: Timestamps: (0:00) Intro (0:17) Installing Libraries (5:45) Loading Stock Data (7:18) Simple Moving Average (SMA) (9:10) Exponential Moving Average (EMA) (9:54) Relative Strength Index (RSI) (13:47) Linear Regression (14:38) Moving Average Convergence Divergence (MACD) (19:19) Listing Functions & Help (21:05) Engulfing Pattern (29:13) Outro
Back to Top