Registry / utility / markcheno-go-talib

markcheno-go-talib

JSON →
library0.0.0-20260617004048-4ff5e103edd9gogounverified

A pure Go port of the TA-Lib technical analysis library for financial market data.

go get github.com/markcheno/go-talib
INSTALL
IMPORT
SIG · MARKCHENO-GO-TALIB
M
markcheno-go-talib
utilitygov0.0.0-20260617004048-4ff5e103edd9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

talib
github.com/markcheno/go-talib

Calculates a simple moving average (SMA) over a slice of closing prices.

package main import ( "fmt" "github.com/markcheno/go-talib" ) func main() { close := []float64{1, 2, 3, 4, 5} sma := talib.Sma(close, 3) fmt.Println(sma) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260617004048-4ff5e103edd9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
markcheno-go-talib — go get markcheno-go-talib · libregistry