Documentation ¶
Index ¶
- func Adx(high, low, close []float64, period int) (res []float64, err error)
- func Ao(high, low []float64) (res []float64, err error)
- func BBands(real []float64, period int, stdDev float64) (upper, middle, lower []float64, err error)
- func Build() int
- func Cci(high, low, close []float64, period int) (res []float64, err error)
- func Crossover(value1, value2 []float64) (res []float64, err error)
- func Dema(real []float64, period int) (res []float64, err error)
- func Di(high, low, close []float64, period int) (plus, minus []float64, err error)
- func Ema(real []float64, period int) (res []float64, err error)
- func Hma(real []float64, period int) (res []float64, err error)
- func Kama(real []float64, period int) (res []float64, err error)
- func LinearReg(real []float64, period int) (res []float64, err error)
- func Mom(real []float64, period int) (res []float64, err error)
- func Rsi(real []float64, period int) (res []float64, err error)
- func Sma(real []float64, period int) (res []float64, err error)
- func Stoch(high, low, close []float64, kperiod, kslowperiod, dperiod int) (resk, resd []float64, err error)
- func Tema(real []float64, period int) (res []float64, err error)
- func Trima(real []float64, period int) (res []float64, err error)
- func Tsf(real []float64, period int) (res []float64, err error)
- func Version() string
- func Wma(real []float64, period int) (res []float64, err error)
- func Zlema(real []float64, period int) (res []float64, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BBands ¶
BBands -
func Di ¶
Di - Directional Indicator
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.