Section 2- Python Coding Technical Indicators

2.1 Coding Moving Averages

Resource:

Stockcharts School: Moving Averages: http://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:moving_averages

attached code shown in video

MACrossPlot

Discussion Forums linked to this course: https://pro.algoji.com/c/technical/python

Note:
(1)If you are absolutely new to programming, and
(2) feel intimidated by the programming skills required to code strategies in Python,
Then, it is recommended to use Amibroker for algo trading, rather than Python.

2.2 Coding MACD Indicator

Resource:

Stockcharts School MACD: http://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:moving_average_convergence_divergence_macd

Attached code shown in video.

MACDPlot

2.3 Coding Stationarity Tests

Resources:
Statsmodels: adfuller
Rmath: ADF TestA
Quintuitive: Trading Autocorrelation
Blog: Long Term Memory

Codes shown in video are attached:

StationarityTests

StationarityTestLogDifferential

2.4 Coding for Bollinger Bands, RSI, Z-score

Resources:
Stockcharts: RSI Indicator
Stockcharts: Bollinger Bands
Wikipedia: Zscore

Codes shown in video are attached:

RSIPlot

BBandPlot

ZScorePlot

2.5 Interactive Candlestick Charts in Python

Resources:
Wiki: Candlesticks
Bokeh

Code shown in video is attached.

Candlestick