Skip to content

Releases: g-gundam/TechnicalIndicatorCharts.jl

v0.6.3

11 Jan 20:09
Compare
Choose a tag to compare

TechnicalIndicatorCharts v0.6.3

Diff since v0.6.2

  • 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

09 Jan 16:27
Compare
Choose a tag to compare

TechnicalIndicatorCharts v0.6.2

Diff since v0.6.1

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

v0.6.1

25 Dec 09:28
Compare
Choose a tag to compare

TechnicalIndicatorCharts v0.6.1

Diff since v0.6.0

  • Implemented visualizations for:
    • WMA
    • DEMA
    • ATR
    • ALMA
  • Embedded an interactive chart in the docs.

v0.6.0

16 Dec 06:36
Compare
Choose a tag to compare

TechnicalIndicatorCharts v0.6.0

Diff since v0.5.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

15 Dec 12:33
Compare
Choose a tag to compare

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])