Go package with basic utilities for handling chart data.
- AVG: Average calculation
- SMA: Simple Moving Average calculation
- EMA: Exponential Moving Average calculation
- MACD: Moving Average Convergence Divergence calculation
See Godoc or look (at the moment better way) in examples/main.go for usage.