# 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
# Packages
Package talib is a pure Go port of TA-Lib (http://ta-lib.org) Technical Analysis Library.
# Functions
No description provided by the author