Versions in this module Expand all Collapse all v1 v1.0.1 Dec 11, 2023 v1.0.0 Dec 11, 2023 Changes in this version + func ABS(S stat.Series) stat.Series + func AND[T stat.Number | ~bool](a, b []T) []bool + func AVEDEV(S stat.Series, N any) stat.Series + func BARSLAST(S stat.Series) stat.Series + func BARSLAST2(S stat.Series) []stat.DType + func BARSLASTCOUNT(S stat.Series) stat.Series + func BARSLASTS(S stat.Series, N int) stat.Series + func BARSSINCEN(S stat.Series, N any) stat.Series + func CONST(S stat.Series) stat.Series + func COUNT(S any, N any) stat.Series + func CROSS(S1, S2 stat.Series) stat.Series + func CompareGt(v []stat.DType, x any) []bool + func CompareGte(v []stat.DType, x any) []bool + func CompareLt(v []stat.DType, x any) []bool + func CompareLte(v []stat.DType, x any) []bool + func DMA(S stat.Series, A any) []stat.DType + func EMA(S stat.Series, N any) stat.Series + func EMA_v0(S stat.Series, N any) any + func EMA_v1(S stat.Series, N any) any + func EMA_v2(S stat.Series, N any) any + func EQ(S1, S2 stat.Series) []bool + func EQ2(S1 []stat.DType, S2 int) []bool + func FILTER(S stat.Series, N any) stat.Series + func FORCAST(S stat.Series, N any) any + func HHV(S stat.Series, N any) stat.Series + func HHVBARS(S stat.Series, N any) stat.Series + func IF(S stat.Series, A, B any) stat.Series + func IFF(S stat.Series, A, B any) stat.Series + func IFN(S stat.Series, A, B any) stat.Series + func LAST(X stat.Series, A, B int) stat.Series + func LLV(S stat.Series, N any) stat.Series + func LLVBARS(S stat.Series, N any) stat.Series + func MA(S stat.Series, N any) stat.Series + func MAV1(S stat.Series, N any) []stat.DType + func MAX(S1 stat.Series, S2 any) stat.Series + func MAx(n int, old, new stat.DType) stat.DType + func MIN(S1 stat.Series, S2 any) stat.Series + func OR(a, b []bool) []bool + func REF(S stat.Series, N any) stat.Series + func REF2[T stat.BaseType](S []T, N any) []T + func SLOPE(S stat.Series, N any) any + func SMA(S stat.Series, N any, M int) stat.Series + func SMA_v1(S stat.Series, N int, M int) any + func SMA_v3(S stat.Series, N any, M int) any + func SMA_v4(S stat.Series, N any, M int) any + func SMA_v5(S stat.Series, N any, M int) any + func SQRT(S stat.Series) []stat.DType + func STD(S stat.Series, N any) stat.Series + func SUM(S stat.Series, N any) stat.Series + func V1COUNT(S []bool, N any) []int + func V1CROSS(S1, S2 stat.Series) []bool + func V2CROSS(S1, S2 []stat.DType) []bool + func WMA(S stat.Series, N any) stat.Series