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