- deprecate
@@ -11,8 +11,6 @@ var (
)
type Market interface {
- Talib
-
Connect(done chan struct{}) (chan MarketConnection, error)
Subscribe(symbol string) error
@@ -1,7 +0,0 @@
-package sentio
-type Talib interface {
- SMA(symbol string, interval, period, limit uint) []float64
- EMA(symbol string, interval, period, limit uint) []float64
- DEMA(symbol string, interval, period, limit uint) []float64
-}