Technical Analysis with Python: Algorithmic Trading Applications
This book is for anyone who wants to learn how to use Python for technical analysis. Whether you are a new or experienced trader, you will find this book helpful and practical. Throughout the book, the reader will:
How to obtain and work with historical and real-time market data using Pandas , Yahoo Finance and other Python libraries,
How to draw and customize financial graphs easily using matplotlib , seaborn, plotly tools,
How to calculate and apply various technical indicators and oscillators with Python libraries such as ta , Ta-Lib , fin-ta ,
How trading algorithms are created and trading decisions are made using backtesting frameworks based on high and low frequency data ,
You will have the opportunity to learn by practicing how to write Python algorithmic trading models compatible with tools such as MetaTrader 5 and TradingView .
By the end of this book, you will have a solid foundation in Python programming and technical analysis. You will be able to apply your knowledge and skills to analyze any financial market and develop your own trading strategies.
MOMENTUM INDICATORS
TREND INDICATORS
VOLATILITY INDICATORS
VOLUME INDICATORS
INDICATOR COMBINATIONS
SUPPORT AND RESISTANCE LEVELS
TREND FOLLOWING
STOCK RADAR WITH PYTHON
PORTFOLIO MODEL WITH PYTHON