Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djboris9/stockutil

Go package with basic utilities for handling chart data
https://github.com/djboris9/stockutil

Last synced: 26 days ago
JSON representation

Go package with basic utilities for handling chart data

Awesome Lists containing this project

README

        

# stockutil(s)
Go package with basic utilities for handling chart data.

## Contents
- AVG: Average calculation
- SMA: Simple Moving Average calculation
- EMA: Exponential Moving Average calculation
- MACD: Moving Average Convergence Divergence calculation

## Documentation
See [Godoc](https://godoc.org/github.com/djboris9/stockutil)
or look (at the moment better way) in examples/main.go for usage.