ta

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2018 License: MIT Imports: 1 Imported by: 0

README

package ta

technical analysis indicators

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EMA

func EMA(values []float64, period int) ([]float64, error)

EMA calculates the Exponential Moving Average for the supplied slice of float64 values for a given period

func Mean

func Mean(values []float64) float64

Mean calculates the average for a slice of float64 values.

func SMA

func SMA(values []float64, period int) ([]float64, error)

SMA calculates the simple moving average of a given slice of data points.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL