Skip to content

Releases: oliviermilla/Lucky.jl

v0.7.1

06 Aug 19:56
Compare
Choose a tag to compare

Lucky v0.7.1

Diff since v0.7.0

  • Minor but important fix.
  • More docs.

v0.7.0

04 Aug 15:57
a3e7faa
Compare
Choose a tag to compare

Lucky v0.7.0

Diff since v0.6.0

  • Implemented positions() interface for IBKR.
  • Added Bonds and Futures instruments.

Merged pull requests:

v0.6.0

23 Jul 20:23
Compare
Choose a tag to compare

Lucky v0.6.0

Diff since v0.5.0

Merged pull requests:

v0.5.0

12 Jul 17:22
9da41fb
Compare
Choose a tag to compare

Lucky v0.5.0

Diff since v0.4.0

Created Service interface to ease integration of third party libraries.
Initial Integration of InteractiveBrokers.jl as a Service feed

Merged pull requests:

  • CompatHelper: bump compat for InteractiveBrokers in [weakdeps] to 0.24, (keep existing compat) (#37) (@github-actions[bot])
  • More IBKR Integration (#39) (@oliviermilla)

v0.4.0

18 Jun 20:47
Compare
Choose a tag to compare

Lucky v0.4.0

Diff since v0.3.3

  • Created Service interface to ease integration of third party libraries.
  • Initial Integration of InteractiveBrokers.jl as a Service feed

Merged pull requests:

  • Fixed EMAIndicator by introducting a new abstract type for periodic indicators (#17) (@oliviermilla)
  • Bump codecov/codecov-action from 4.1.0 to 4.1.1 (#18) (@dependabot[bot])
  • Bump julia-actions/setup-julia from 1 to 2 (#20) (@dependabot[bot])
  • Bump codecov/codecov-action from 4.1.1 to 4.3.0 (#21) (@dependabot[bot])
  • Update goldencross.jl (#22) (@femtotrader)
  • Bump codecov/codecov-action from 4.3.0 to 4.3.1 (#24) (@dependabot[bot])
  • Bump julia-actions/cache from 1 to 2 (#25) (@dependabot[bot])
  • Update README.md (#26) (@oliviermilla)
  • fixed typo in README (#27) (@oliviermilla)
  • Fixed typo in README (#28) (@oliviermilla)
  • Bump codecov/codecov-action from 4.3.1 to 4.4.0 (#29) (@dependabot[bot])
  • CompatHelper: add new compat entry for MarketData in [weakdeps] at version 0.14, (keep existing compat) (#30) (@github-actions[bot])
  • CompatHelper: add new compat entry for DydxV3 in [weakdeps] at version 0.7, (keep existing compat) (#31) (@github-actions[bot])
  • CompatHelper: add new compat entry for TimeSeries in [weakdeps] at version 0.24, (keep existing compat) (#32) (@github-actions[bot])
  • Bump codecov/codecov-action from 4.4.0 to 4.4.1 (#33) (@dependabot[bot])
  • Bump codecov/codecov-action from 4.4.1 to 4.5.0 (#34) (@dependabot[bot])
  • Working Integration of InteractiveBrokers. (#35) (@oliviermilla)

Closed issues:

  • Add Plot to display backtest results (#23)

v0.3.3

23 Mar 22:49
a02c734
Compare
Choose a tag to compare

Lucky v0.3.3

Diff since v0.3.2

Added drawdown(), highwatermark() indicators.
Clarified Indicator types.
Refactored code into proper folders.
Minor fixes.

Merged pull requests:

Closed issues:

v0.3.2

19 Feb 20:30
Compare
Choose a tag to compare

Lucky v0.3.2

Diff since v0.3.1

  • Finalized the interface for indicators.
  • Added rolling(), sma() and ema() indicators.
  • Minor fixes.

v0.3.1

13 Feb 17:41
Compare
Choose a tag to compare

Lucky v0.3.1

Diff since v0.3.0

Added Type interfaces for convenience

v0.3.0

12 Feb 15:48
ad715c8
Compare
Choose a tag to compare

Lucky v0.3.0

Diff since v0.2.3

  • Introduced Indicators
  • Added operators for data types (Ohlcs, Quotes)
  • Implemented simple moving averages

Merged pull requests:

  • CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#8) (@github-actions[bot])

v0.2.3

07 Feb 15:01
407fde8
Compare
Choose a tag to compare

Lucky v0.2.3

Diff since v0.2.2

Merged pull requests:

Closed issues:

  • v0.2.1 (#4)