This website works better with JavaScript
홈
탐색
도움말
로그인
Gshopper
/
sentio
Watch
2
Star
0
포크
0
파일
트리:
eec3ca0f16
브랜치
태그
main
0.0.1
sentio
/
talib.go
talib.go
101 B
히스토리
Raw
1
2
3
4
5
package sentio
type Talib interface {
SMA(symbol string, interval, period, limit uint) []float64
}