package
1.0.35
Repository: https://github.com/easygolang/gotools.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

指标

函数文档

https://pkg.go.dev/github.com/markcheno/go-talib

Dema

https://www.jianshu.com/p/b9a96cebb744

比 Ema 反应更加激烈一点


func Dema(inReal []float64, inTimePeriod int) []float64

wma


func Wma(inReal []float64, inTimePeriod int) []float64