Releases: oliviermilla/Lucky.jl
Releases · oliviermilla/Lucky.jl
v0.7.1
v0.7.0
Lucky v0.7.0
- Implemented positions() interface for IBKR.
- Added Bonds and Futures instruments.
Merged pull requests:
- Bump julia-actions/cache from 1 to 2 (#42) (@dependabot[bot])
- Implemented positions() interface for Interactive Brokers (#43) (@oliviermilla)
v0.6.0
Lucky v0.6.0
Merged pull requests:
- Basic doc structure (#40) (@oliviermilla)
- Summer Cleanup (#41) (@oliviermilla)
v0.5.0
Lucky v0.5.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
Lucky 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:
- 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
Lucky v0.3.3
Added drawdown(), highwatermark() indicators.
Clarified Indicator types.
Refactored code into proper folders.
Minor fixes.
Merged pull requests:
- Bump codecov/codecov-action from 4.0.1 to 4.0.2 (#12) (@dependabot[bot])
- Bump codecov/codecov-action from 4.0.2 to 4.1.0 (#15) (@dependabot[bot])
- Indicators newcomers & refactorization (#16) (@oliviermilla)
Closed issues:
- v0.3.2 (#11)
v0.3.2
Lucky v0.3.2
- Finalized the interface for indicators.
- Added rolling(), sma() and ema() indicators.
- Minor fixes.
v0.3.1
v0.3.0
Lucky v0.3.0
- 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
Lucky v0.2.3
Merged pull requests:
- More coverage (#5) (@oliviermilla)
- Added Performance metric and implemented a simple Blotter (#6) (@oliviermilla)
Closed issues:
- v0.2.1 (#4)