2
0

talib.go 101 B

12345
  1. package sentio
  2. type Talib interface {
  3. SMA(symbol string, interval, period, limit uint) []float64
  4. }