Releases: dysonance/Indicators.jl
Releases · dysonance/Indicators.jl
v0.8.2
What's Changed
- Added VWAP and Hamming moving average indicators by @Bapi-Reddy in #33
- abstract all the things by @untoreh in #36
- Heikin-Ashi by @GHTaarn in #42
- Ichimoku by @GHTaarn in #37
- Release v0.8.2 by @dysonance in #44
New Contributors
Full Changelog: v0.8.1...v0.8.2
v0.8.1
- VWMA indicator added (thank you @Bapi-Reddy)
- Temporal.jl version compatibility updated
Type Coverage Expansion and Performance Improvements
v0.7.0
Hurst Estimation and Rescaled Range Analysis
- Hurst exponent estimation indicator added
- Rescaled range indicator function added
- Documentation additions
Bugfixes and Documentation
- Add documentation and setup doc pages
- ROC function bugfix
Julia Version 1.0 Transition
Update syntax to be compatible with new Julia version.
Dynamic MLR Predictor Variables
Adds feature requested here: #8
Rolling quantiles
New function added to calculating rolling quantiles directly.