Releases: moconnell/yolo
Releases · moconnell/yolo
v2.1.0-beta.2 Bug Fix Release
What's Changed
- Fix: Unravel Factors Live Handle Null Value by @moconnell in #80
- Fix universe change handling: bypass MinOrderValue for dropped tokens by @Copilot in #82
Full Changelog: v2.1.0-beta.1...v2.1.0-beta.2
.NET 10 Upgrade
Unravel: new Trend Consensus Adaptive factor
What's Changed
- Bump Microsoft.Data.Analysis from 0.23.0-preview.25527.5 to 0.23.0 by @dependabot[bot] in #60
- Bump HyperLiquid.Net from 2.16.0 to 2.17.0 by @dependabot[bot] in #59
- Bump Microsoft.Extensions.Configuration.Abstractions from 9.0.10 to 10.0.0 by @dependabot[bot] in #62
- Bump Microsoft.Extensions.Configuration and Microsoft.Extensions.Configuration.Binder by @dependabot[bot] in #63
- New Unravel Factor: Trend Long-Only Adaptive by @moconnell in #74
Full Changelog: v2.0.0-beta.1...v2.0.1-beta.1
RobotWealth API Fix
Bumping major version as prob should have done this after major rewrite to handle Unravel in any case.
v1.1.0-beta.5
What's Changed
- Fix: TradeFactory - Tests for "RebalanceMode": "Edge" by @moconnell in #51
Full Changelog: v1.1.0-beta.4...v1.1.0-beta.5
Bug fix for multiple instances
Fixes a bug that would cause parallel instances running on the same machine to use the same HL credentials
Minor bug fixes and updates
What's Changed
- Increase test coverage by @moconnell in #44
- Bump the nuget group with 2 updates by @dependabot[bot] in #47
- Bump Newtonsoft.Json from 13.0.1 to 13.0.4 by @dependabot[bot] in #48
- Bump System.Text.Json from 6.0.10 to 9.0.10 by @dependabot[bot] in #49
Full Changelog: v1.1.0-beta.2...v1.1.0-beta.3
v1.1.0-beta.2
What's Changed
- ✨ Add GitHub Copilot instructions by @Copilot in #42
- Add configurable rebalance mode to trade to tolerance band edge by @Copilot in #40
- Fix: Build Coverage by @moconnell in #43
- Remove: Dead Projects by @moconnell in #46
- Bump Microsoft.Data.Analysis from 0.23.0-preview.25503.2 to 0.23.0-preview.25527.5 by @dependabot[bot] in #45
New Contributors
- @Copilot made their first contribution in #42
- @dependabot[bot] made their first contribution in #45
Full Changelog: v1.1.0-beta.1...v1.1.0-beta.2
Unravel Multi-Single-Factor Trading
Support dual independent uses:
- Robotwealth YOLO (3-factor)
- Unravel multi-single-factors (up to 6 with Pro subscription)
Unravel (fix)
Bug fix release for Unravel API (tickers param was being passed with spaces after each comma).