Collection of Technical Indicators used in Stock Market Analysis. Currently there are following indications in the project;
- Heiken Ashi Candles (HA)
- Simple Moving Average (SMA)
- Standard Deviation (STDDEV)
- Exponential Moving Average (EMA)
- Average True Range (ATR)
- SuperTrend (SuperTrend)
- Moving Average Convergence Divergence (MACD)
- Bollinger Band (BBand)
- Relative Strength Index (RSI)
- Ichimoku Cloud (Ichimoku) [not been able to verify the output yet]
Feel free to contribute to the list of indicators in the project. Following are the areas where contributions will be useful;
- Additional technical indicators to the list
- Optimizations to the existing algorithms
- Help create as pip package
Goal is to make this publicly available project where people can contribute to indicators used on technical analysis for stock markets.