MarketTechnicals.jl icon indicating copy to clipboard operation
MarketTechnicals.jl copied to clipboard

Technical analysis of financial time series in Julia

Results 19 MarketTechnicals.jl issues
Sort by recently updated
recently updated
newest added

Keltner bands implementation has a minor bug. Input _w_ is unused and the range is hardcoded as 2. ```julia function keltnerbands(ohlc::TimeArray, n::Integer = 20, w::AbstractFloat = 2.0; h = :High,...

```julia ⌅ [9e3dc215] TimeSeries v0.21.0 (

I am trying to add MarketTechnicals using command `@v1.7) pkg> add https://github.com/JuliaQuant/MarketTechnicals.jl` but unable to install it. The error message is shown bwlow: `(@v1.7) pkg> add https://github.com/JuliaQuant/MarketTechnicals.jl` `Updating git-repo` `https://github.com/JuliaQuant/MarketTechnicals.jl`...

Hi, I'm using the package primarily for its moving averages. I found that pretty much every single case uses the wrong loop order for best performance. The fix is pretty...

I was wondering why the macd function does not return the same values as a manually computed one so I started debugging. So far so good up until (just the...

Hello, I wrote some months ago a Julia wrapper for [TA-Lib](http://www.ta-lib.org/) : [TALib.jl](https://github.com/femtotrader/TALib.jl) So it's financial market technical analysis & indicators in Julia using TA-Lib library. I think it's better...

Fix to lagfill to address issue #133

Hey, seems there's a bug in a call to `lagfill`: ```julia ERROR: MethodError: no method matching lagfill(::TimeArray{Float64, 2, DateTime, Matrix{Float64}}, ::Int64, ::Matrix{Float64}) Closest candidates are: lagfill(::TimeArray, ::Integer, ::AbstractFloat) at /home/joe/.julia/packages/MarketTechnicals/5qm8H/src/utilities.jl:90...

https://www.investopedia.com/terms/p/ppo.asp