Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/djboris9/stockutil
- Owner: djboris9
- Created: 2015-12-25T22:21:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-26T10:47:32.000Z (about 9 years ago)
- Last Synced: 2023-03-27T17:24:52.969Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.