I'm slowly making progress on my path to learn more about technical analysis, with the end goal of developing a trading bot.
With each new indicator I learn, I implement it in python in order to get a better grasp on the nuances in the computation and keep for future use.
So far I've learned about
- Moving Averages
- Typical Price
- MACD (The Moving Average Convergence/Divergence)
- The Aroon Indicator
- Bollinger Bands
- On Balance Volume
- Fibonacci Retracement Lines
I've run into some trouble with my logic for the Aroon Indicator, but will address that at some point soon.