Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 403 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 403 Bytes

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 or look (at the moment better way) in examples/main.go for usage.