This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
Gshopper
/
sentio
Seguir
2
Destacar
0
Fork
0
Archivos
Árbol:
987b0ef5b1
Ramas
Etiquetas
main
0.0.1
sentio
/
talib.go
talib.go
101 B
Histórico
Raw
1
2
3
4
5
package sentio
type Talib interface {
SMA(symbol string, interval, period, limit uint) []float64
}