indicators

package
v0.0.0-...-4e89ec9 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EMA

func EMA(prices []float64, period int) []float64

EMA calculates the Exponential Moving Average

func MACD

func MACD(prices []float64) ([]float64, []float64, []float64)

MACD calculates the MACD line, Signal line, and MACD histogram

func RSI

func RSI(prices []float64, period int) float64

RSI calculates the RSI of a given set of prices

func SMA

func SMA(prices []float64, period int) float64

func WMA

func WMA(prices []float64, period int) float64

Types

This section is empty.

Jump to

Keyboard shortcuts

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