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

This one is related in some sense to https://github.com/JuliaQuant/MarketData.jl/issues/71 and https://github.com/JuliaQuant/MarketTechnicals.jl/issues/93. On one hand, we have few data types for time series and it's hard to say which one is...

https://en.wikipedia.org/wiki/Parabolic_SAR

Add a `TimeType` argument to all the indicators that produces a scalar (or boolean) result. For example, the `sma` method would look like this: ``` julia function sma{T,N}(ta::TimeArray{T,N}, n::Int, now::TimeType)...

enhancement

Any plans for Renko support? - https://www.tradingview.com/wiki/Renko_Charts - http://stockcharts.com/school/doku.php?id=chart_school:chart_analysis:renko - http://www.investopedia.com/terms/r/renkochart.asp

This package currently chops off and throws away time values where an algorithm consumes values. The `padding=true` option will allow users to preserve consumed dates and will use `NaN` as...

- [x] adx - [x] aroon - [x] cci - [x] chaikan volatility - [x] donchian channel - [x] kelter bands - [x] stochastic oscillator - [ ] ehlers http://www.davenewberg.com/Trading/EhlersCodes.html

Hi all. I am looking to apply technical analysis tools on market data and I was wondering if there are plans for this package to be actively maintained? (specifically interested...

Updating some compat version entries that were preventing precompilation of CUDA.jl related packages on Julia 1.11