This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
Gshopper
/
sentio
Xem
2
Star
0
Fork
0
Các tập tin
Tree:
eec3ca0f16
Branches
Tags
main
0.0.1
sentio
/
talib.go
talib.go
101 B
Lịch sử
Raw
1
2
3
4
5
package sentio
type Talib interface {
SMA(symbol string, interval, period, limit uint) []float64
}