• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

moconnell / yolo
81%

Build:
DEFAULT BRANCH: master
Repo Added 21 Dec 2021 12:05PM UTC
Files 81
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 28-update-api-weights-usage
  • 36-feat-support-pure-unravel-factor-trading
  • 75-net-10-upgrade
  • chore/nuget-20250911
  • code-coverage
  • copilot/add-k-command-line-switch
  • copilot/add-rebalance-to-edge-tolerance
  • copilot/fix-cancel-filled-order-bug
  • copilot/fix-log-warnings-market-orders
  • copilot/fix-universe-change-handling
  • copilot/setup-copilot-instructions
  • dependabot/nuget/HyperLiquid.Net-2.17.0
  • dependabot/nuget/HyperLiquid.Net-3.10.0
  • dependabot/nuget/HyperLiquid.Net-3.8.0
  • dependabot/nuget/HyperLiquid.Net-3.9.0
  • dependabot/nuget/Microsoft.ApplicationInsights.WorkerService-3.0.0
  • dependabot/nuget/Microsoft.ApplicationInsights.WorkerService-3.1.0
  • dependabot/nuget/Microsoft.Azure.Functions.Worker.Extensions.DurableTask-1.15.0
  • dependabot/nuget/Microsoft.Azure.Functions.Worker.Extensions.DurableTask-1.16.0
  • dependabot/nuget/Microsoft.Azure.Functions.Worker.Extensions.DurableTask-1.16.1
  • dependabot/nuget/Microsoft.Azure.Functions.Worker.Extensions.DurableTask-1.16.3
  • dependabot/nuget/Microsoft.Data.Analysis-0.23.0
  • dependabot/nuget/Microsoft.Data.Analysis-0.23.0-preview.25527.5
  • dependabot/nuget/Microsoft.Extensions.Configuration-10.0.0
  • dependabot/nuget/Microsoft.Extensions.Configuration.Abstractions-10.0.0
  • dependabot/nuget/Microsoft.Extensions.Logging-10.0.0
  • dependabot/nuget/Microsoft.Extensions.Logging.Abstractions-10.0.0
  • dependabot/nuget/Microsoft.NET.Test.Sdk-18.0.1
  • dependabot/nuget/Microsoft.NET.Test.Sdk-18.3.0
  • dependabot/nuget/Nethereum.Util-6.1.0
  • dependabot/nuget/Snapshooter.Xunit-1.3.1
  • dependabot/nuget/coverlet.collector-8.0.0
  • dependabot/nuget/multi-5371d0c33e
  • dependabot/nuget/multi-68f3d62e62
  • dependabot/nuget/multi-749ae15245
  • dependabot/nuget/multi-b0fc34d66f
  • dependabot/nuget/multi-be2ef10117
  • dependabot/nuget/multi-f2e73c0fca
  • dependabot/nuget/multi-fdae2312ff
  • dependabot/nuget/nuget-8971df4b42
  • dependabot/nuget/nuget-d1a8ce8b68
  • dependabot/nuget/nuget-d4f8c5f727
  • dependabot/nuget/src/YoloBroker.Hyperliquid/multi-32525ffec4
  • dependabot/nuget/src/YoloBroker.Hyperliquid/multi-7f7cebd64d
  • feat/31-unravel-integration
  • feat/39-unravel-enhance-factor-normalisation
  • feat/56-azure-key-vault-integration
  • feat/73-unravel-new-trend-consensus-adaptive-factor
  • feat/binance
  • feat/check-weights-endpoint
  • feat/simple-order-mgmt
  • fix/100-azure-durable-functions
  • fix/azure-docs
  • fix/azure-prod-deploy
  • fix/broker-result-wrap-nre
  • fix/cleanup-azure-functions
  • fix/coverage
  • fix/hyperliquid-mkt-orders
  • fix/order-mgmt-fix-2
  • fix/order-mgmt-fixes
  • fix/remove-binance
  • fix/rw-api-update-20251126
  • fix/secrets
  • fix/test-coverage
  • fix/trade-buffer
  • fix/tradefactory-reduceonly-on-close
  • fix/unravel-factors-live-null
  • fix/unravel-portf-constr-20260209
  • fix/unravel-tickers
  • fix/yolofunk-20251223
  • hyperliquid
  • minimum-provide-fix
  • order-mgmt
  • refs/tags/0.0.6
  • refs/tags/v1.0.0-alpha.1
  • refs/tags/v1.0.0-alpha.2
  • refs/tags/v1.0.0-alpha.3
  • refs/tags/v1.0.0-alpha.4
  • refs/tags/v1.0.0-alpha.5
  • refs/tags/v1.0.0-alpha.6
  • refs/tags/v1.0.0-alpha.7
  • refs/tags/v1.0.0-alpha.8
  • refs/tags/v1.0.0-beta.1
  • refs/tags/v1.0.0-beta.2
  • refs/tags/v1.0.0-beta.3
  • refs/tags/v1.1.0-beta.1
  • v1.1.0-beta.2
  • v1.1.0-beta.3
  • v1.1.0-beta.4
  • v1.1.0-beta.5
  • v2.0.0-beta.1
  • v2.0.1-beta.1
  • v2.1.0-beta.1
  • v2.1.0-beta.2

22 Mar 2026 09:20AM UTC coverage: 80.944% (+2.7%) from 78.226%
23400011613

push

github

web-flow
FIX: reprice LMT orders n times, then replace with MKT; add new weight verification endpoint (#108)

* refactor: remove unnecessary using statements

* fix(broker): bug where LMT order is already filled yet broker sends a second MKT order anyway

* chore: update UnravelDaily TradeBuffer -> 0.00025

* fix(Trade): IsTradable

* fix(HyperliquidBroker): MKT order without valid LimitPrice rejected

* chore(appsettings.json): update Unravel Schedule, TradeBuffer -> 0.001

* chore: bump deps

* fix(appsettings.json): default to testnet

* fix(settings.json): do not break long XML lines

* refactor: extract OrderManager

* refactor(RebalanceCommand): formatting

* fix(vscode): task config

* fix: various order update subscription bugs

* feat: reprice LMT order n times and then place MKT

* fix: build

* test: improve coverage

* test: increase coverage

* fix(settings.json): remove .net path from workspace settings

* fix(YoloKonsole): DI should register OrderManager

* fix(OrderManagerTest): wait until stream is consumed to assert

* fix(AddStrategyServicesTest): tighten exception assertion

* fix(EffectiveWeightsFunctionBase): handle duplicate input weights exception case

* fix(HyperliquidBroker): store subscription disposable and dispose when finished

* fix(OrderManager): validate OrderManagementSettings

* fix(YoloConfigExtensions): add more assertions

327 of 385 branches covered (84.94%)

Branch coverage included in aggregate %.

514 of 630 new or added lines in 14 files covered. (81.59%)

79 existing lines in 3 files now uncovered.

2502 of 3110 relevant lines covered (80.45%)

22.59 hits per line

Relevant lines Covered
Build:
Build:
3110 RELEVANT LINES 2502 COVERED LINES
22.59 HITS PER LINE
Source Files on master
  • Tree
  • List 81
  • Changed 12
  • Source Changed 8
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23400011613 master FIX: reprice LMT orders n times, then replace with MKT; add new weight verification endpoint (#108) * refactor: remove unnecessary using statements * fix(broker): bug where LMT order is already filled yet broker sends a second MKT order anyway ... push 22 Mar 2026 09:21AM UTC web-flow github
80.94
22286770629 master Fix: Azure Function HTTP Timeout (#105) * fix: http timeout; use azure durable functions * refactor: add shared response DTO model * chore: bump Snapshooter.Xunit -> 1.3.0 * fix: Azure Function app local debug - ensure Azurite storage emulato... push 22 Feb 2026 10:32PM UTC web-flow github
78.23
22279386367 master Fix: Prevent cancellation of already-filled orders when WebSocket fill event races with tracker registration (#107) * Initial plan * fix: buffer early WebSocket fill events to prevent cancellation of filled orders When a limit order fills immed... push 22 Feb 2026 02:55PM UTC web-flow github
88.23
22024596238 master Fix: Various Unravel Bugs (#101) * chore: add Azure function codegen and deployment AI config * feat: add HTTP handler to save raw JSON traffic to Azure storage * chore: bump deps * chore: bump deps * fix(TradeFactory): clamp size when reduce... push 14 Feb 2026 09:33PM UTC web-flow github
86.16
21886511031 master Fix: NullReferenceException in response Wrap method (#98) * fix(HyperliquidBroker): handle null Data; add logging * fix(TradeFactory): use quantity step also on reduceOnly orders * chore(.gitignore): ignore azure local storage files * chore: a... push 10 Feb 2026 11:33PM UTC web-flow github
85.4
21860592378 master fix(YoloConfig.cs): default TradeBuffer to ZERO push 10 Feb 2026 10:11AM UTC moconnell github
85.34
21843210681 master revert: Microsoft.ApplicationInsights.WorkerService -> 2.23.0 push 09 Feb 2026 10:26PM UTC moconnell github
85.34
21807100357 master test: DataFrameExtensionsTest push 08 Feb 2026 11:09PM UTC moconnell github
85.3
20456726917 master Bump Snapshooter.Xunit from 1.0.1 to 1.1.0 --- updated-dependencies: - dependency-name: Snapshooter.Xunit dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[b... push 23 Dec 2025 09:22AM UTC moconnell github
85.31
20456706408 master Merge pull request #86 from moconnell/dependabot/nuget/HyperLiquid.Net-3.0.0 Bump HyperLiquid.Net from 2.17.0 to 3.0.0 push 23 Dec 2025 09:21AM UTC web-flow github
85.31
See All Builds (388)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc