Skip to content

Tags: g-gundam/TechnicalIndicatorCharts.jl

Tags

v0.6.3

Toggle v0.6.3's commit message
[Diff since v0.6.2](v0.6.2...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

Toggle v0.6.2's commit message
[Diff since v0.6.1](v0.6.1...v0.6.2)

- Implement visualizations for:
  + OBV
  + KC (Keltner Channels)
  + McGinleyDynamic
  + SMMA (SMoothed Moving Average)
  + TSI (True Strength Index)

v0.6.1

Toggle v0.6.1's commit message
[Diff since v0.6.0](v0.6.0...v0.6.1)

- Implemented visualizations for:
  + WMA
  + DEMA
  + ATR
  + ALMA
- Embedded an interactive chart in the [docs](https://g-gundam.github.io/TechnicalIndicatorCharts.jl/dev/).

v0.6.0

Toggle v0.6.0's commit message
[Diff since v0.5.0](v0.5.0...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

Toggle v0.5.0's commit message
**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])

v0.5.0-DEV

Toggle v0.5.0-DEV's commit message
Call this 0.5.0-DEV