Releases: g-gundam/TechnicalIndicatorCharts.jl
Releases · g-gundam/TechnicalIndicatorCharts.jl
v0.6.3
TechnicalIndicatorCharts v0.6.3
- Add a specialized
update!(chart::Chart, ts::DateTime, price::Float64, volume::Float64)
for times when you don't have a candle to work with.
v0.6.2
TechnicalIndicatorCharts v0.6.2
- Implement visualizations for:
- OBV
- KC (Keltner Channels)
- McGinleyDynamic
- SMMA (SMoothed Moving Average)
- TSI (True Strength Index)
v0.6.1
TechnicalIndicatorCharts v0.6.1
- Implemented visualizations for:
- WMA
- DEMA
- ATR
- ALMA
- Embedded an interactive chart in the docs.
v0.6.0
TechnicalIndicatorCharts v0.6.0
- Introduce an inner constructor for Chart struct which replaces the old chart function.
- Introduce a convention of passing in
nothing
in the visuals vector if you just want to use an indicator's default visualization parameters.
v0.5.0
TechnicalIndicatorCharts v0.5.0
Merged pull requests:
- Bump julia-actions/cache from 1 to 2 (#1) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#2) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#3) (@dependabot[bot])
- CompatHelper: add new compat entry for DataFramesMeta at version 0.15, (keep existing compat) (#4) (@github-actions[bot])
- CompatHelper: add new compat entry for ReTest at version 0.3, (keep existing compat) (#6) (@github-actions[bot])
- Bump codecov/codecov-action from 4 to 5 (#11) (@dependabot[bot])