Trendlines
Reference
Indicators.maxima
— Methodmaxima(x::Array{T}; threshold::T=0.0, order::Int=1) where {T<:Real}
Estimate local maxima of a time series
Indicators.minima
— Methodminima(x::Array{T}; threshold::T=0.0, order::Int=1) where {T<:Real}
Estimate local minima of a time series
Indicators.resistance
— Methodresistance(x::Array{T}; order::Int=1, threshold::T=0.0) where {T<:Real}
Estimate resistance lines of a financial time series
Indicators.support
— Methodsupport(x::Array{T}; order::Int=1, threshold::T=0.0) where {T<:Real}
Estimate support lines of a financial time series