Documentation
¶
Index ¶
- func WrapFloatArr(res *Series, period int, inVal float64) []float64
- type BarEnv
- type CrossLog
- type Series
- func ADL(env *BarEnv) Series
- func ADX(high *Series, low *Series, close *Series, period int) Series
- func ADXBy(high *Series, low *Series, close *Series, period, smoothing, method int) Series
- func ALMA(obj *Series, period int, sigma, distOff float64) Series
- func ATR(high *Series, low *Series, close *Series, period int) Series
- func Aroon(high *Series, low *Series, period int) [3]Series
- func AvgDev(obj *Series, period int) Series
- func AvgPrice(e *BarEnv) Series
- func BBANDS(obj *Series, period int, stdUp, stdDn float64) [3]Series
- func CCI(obj *Series, period int) Series
- func CHOP(e *BarEnv, period int) Series
- func CMF(env *BarEnv, period int) Series
- func CMO(obj *Series, period int) Series
- func CMOBy(obj *Series, period int, maType int) Series
- func CRSI(obj *Series, period, upDn, roc int) Series
- func CRSIBy(obj *Series, period, upDn, roc, vtype int) Series
- func CTI(obj *Series, period int) Series
- func ChaikinOsc(env *BarEnv, sml int, big int) Series
- func DV2(h, l, c *Series, period, maLen int) Series
- func EMA(obj *Series, period int) Series
- func EMABy(obj *Series, period int, initType int) Series
- func ER(obj *Series, period int) Series
- func HL2(h, l *Series) Series
- func HLC3(h, l, c *Series) Series
- func HMA(obj *Series, period int) Series
- func HeikinAshi(e *BarEnv) [4]Series
- func Highest(obj *Series, period int) Series
- func HighestBar(obj *Series, period int) Series
- func KAMA(obj *Series, period int) Series
- func KAMABy(obj *Series, period int, fast, slow int) Series
- func KDJ(high *Series, low *Series, close *Series, period int, sm1 int, sm2 int) [3]Series
- func KDJBy(high *Series, low *Series, close *Series, period int, sm1 int, sm2 int, ...) [3]Series
- func LinReg(obj *Series, period int) Series
- func LinRegAdv(obj *Series, period int, angle, intercept, degrees, r, slope, tsf bool) Series
- func Lowest(obj *Series, period int) Series
- func LowestBar(obj *Series, period int) Series
- func MACD(obj *Series, fast int, slow int, smooth int) [2]Series
- func MACDBy(obj *Series, fast int, slow int, smooth int, initType int) [2]Series
- func MFI(e *BarEnv, period int) Series
- func PercentRank(obj *Series, period int) Series
- func PluMinDI(high *Series, low *Series, close *Series, period int) [2]Series
- func PluMinDM(high *Series, low *Series, close *Series, period int) [2]Series
- func RMA(obj *Series, period int) Series
- func RMABy(obj *Series, period int, initType int, initVal float64) Series
- func RMI(obj *Series, period int, montLen int) Series
- func ROC(obj *Series, period int) Series
- func RSI(obj *Series, period int) Series
- func RSI50(obj *Series, period int) Series
- func SMA(obj *Series, period int) Series
- func STC(obj *Series, period, fast, slow int, alpha float64) Series
- func StdDev(obj *Series, period int) Series
- func StdDevBy(obj *Series, period int, ddof int) [2]Series
- func Stiffness(obj *Series, maLen, stiffLen, stiffMa int) Series
- func Stoch(high, low, close *Series, period int) Series
- func StochRSI(obj *Series, rsiLen int, stochLen int, maK int, maD int) [2]Series
- func Sum(obj *Series, period int) Series
- func TD(obj *Series) Series
- func TR(high *Series, low *Series, close *Series) Series
- func UTBot(c, atr *Series, rate float64) Series
- func UpDown(obj *Series, vtype int) Series
- func VWMA(price *Series, vol *Series, period int) Series
- func WMA(obj *Series, period int) Series
- func WillR(e *BarEnv, period int) Series
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.