Financial technical indicators implemented in Go.
Port of Python library peerchemist/finta
Compatable with gonum's plot interfaces. You can check these plotters:
- SMA (Simple moving average)
- SMM (Simple moving median)
- SSMA (Smoothed simple moving average)
- EMA (Exponential Weighted Moving Average)
- WMA (Weighted moving average)
- HMA (Hull Moving Average)
- ROC (The Rate-of-Change)
- KST (Know Sure Thing)
- FISH (Fisher Transform)
- MACD (Moving Average Convergence Divergence)
- BBANDS (Bollinger Bands)
- PercentB (Percent B)
- RSI (Relative Strength Index)
- CRSI (Connors RSI)
- STOCH (Stochastic Oscillator %K)
- STOCHD (Stochastic Oscillator %D)
- StochRSI (Stochastic RSI)
- ADL (Accumulation/Distribution Line)
- CHAIKIN (Chaikin Oscillator)
- VZO (Volume Zone Oscillator)
- PSAR (Parabolic Stop and Reverse)