This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
Gshopper
/
sentio
Segui
2
Vota
0
Forka
0
File
Albero (Tree):
eec3ca0f16
Rami (Branch)
Tag
main
0.0.1
sentio
/
talib.go
talib.go
101 B
Cronologia
Originale
1
2
3
4
5
package sentio
type Talib interface {
SMA(symbol string, interval, period, limit uint) []float64
}