package sentio type Talib interface { SMA(symbol string, interval, period, limit uint) []float64 }